-
-
[
C/C++]
moto_PWM.rar
c8051f Series MCU PWM control essential source, no password, can decompress
Category:
SCM Upload User:
goft1985 Size:
5K
-
-
-
-
[
C++ Builder]
LZW_COM.rar
all the source code has been used successfully Borland C compiler. Each directory contains a makefile or make.bat used to create executable files. Other compilers or operating systems require modification in some places.
-
[
C++ Builder]
lzwpc.rar
They have been developed using the AZTEC C86 compiler, and are portable to any other standard C environment. I have tested this code with AZTEC CII for the 8080, and with the C compiler on XENIX 286, and they work fine.
-
[
C++ Builder]
rebuilt.lzw.rar
all the source code has been used successfully Borland C compiler. Each directory contains a makefile or make.bat used to create executable files. Other compilers or operating systems require modification in some places.
-
[
C/C++]
huff_file.rar
this code tree with Hoffman as the compression and decompression of the storage structure and achieve a dictionary compression algorithm has been successfully used C.
-
[
C/C++]
lzss_huf.rar
This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer and Szymanski [2]. An implementation using a binary tree is proposed by Bell [3]. The algorithm is quite simple: Keep a ring buffer, which initially ...
-
[
C/C++]
lzari_huf.rar
In each step the LZSS algorithm sends either a character or a lt;position, lengthgt; pair. Among these, perhaps character "e" appears more frequently than "x", and a lt;position, lengthgt; pair of length 3 might be commoner than one of length 18, say. ...