搜索资源列表
huff_sc-1
- 哈夫曼huffman压缩编/解码 内含压缩和解压的源代码(C语言)和可执行程序-Huffman compression encoder / decoder compression and decompression containing the source code (C language) and enforceability procedures
LZ77算法源代码
- 用C语言实现了LZ77算法。程序独特之处在于使用了64KB大小的固定长度窗口,利用此方法可分块压缩数据。-realize LZ77 algorithm by C language.Specially program uses a 64k stable length window.It can compress data by block by using this method.
MLZSS
- 用于多文件及文件夹压缩的算法,采用lzss算法,c语言编写,很值得借鉴-for more documents and folders compression algorithm used lzss algorithm, c language, we can draw
unzip550_430
- Unzip 的 源代码, 用C语言写的代码.-Unzip the source code, written in C language code.
让你的程序声图并茂3
- 学习用C语言发声 • 了解声音功能函数 • 了解乐谱文件的制作 • 能够结合图像与声音,让你的程序声图并茂 -learning C language audible
程序内存驻留程序(TSR)8
- 在C语言中,可以用keep ( )函数将程序驻留内存。这个函数有两个参数:status和size。size为驻留内存长度,可以用size=_SS+_SP/16-_psp得到,当然这也是一种估算的方法,并不是精确值。函数执行完以后,出口状态信息保存在status中。比如,对于上面的例子,将“geninterrupt (0x60) ”改写成“keep(0,_SS+_SP/16-_psp) ”后再执行程序,这一段程序就被驻留,此后在其它的任何软件或程序设计中,只要用到了60H号中断,就会在屏幕上显示“
lz771111111
- lz77压缩源程序,能压缩文本文件,基于c语言。-lz77 compressed source, text files can be compressed, based on the C language.
LZW_compress_algorithm
- LZW压缩算法,提供了LZW压缩算法详细代码和说明,用C语言实现的。-LZW compression algorithm, the LZW compression algorithm detailed code and annotations, using the C language.
java实现简单连机
- 用JAVA语言实现最简单客户机和服务器功能.-with Java language the most simple client and server functionality.
color_proc333
- 基于fpga的MJPEG编码,用硬件描述语言vlogic写的-they simply based on the JPEG coding, using hardware descr iption language to write the vlogic
LZW111
- 用C++语言编译的LZW压缩算法,自我感觉编写不错,根据提示输入要压缩的文件名即可-C language compiler of the LZW compression algorithm, and feel good preparation, When prompted to input compressed file can be
i2c(FPGA)
- 基于FPGA的I2C总线模拟,采用verilog HDL语言编写。-FPGA-based I2C bus simulation, using verilog HDL language.
usb(FPGA)
- 基于FPGA的usb程序,采用VHDL语言编写。 开发环境为ISE或者MAXPLUS2。-FPGA-based usb procedures, using VHDL language. Development Environment for the ISE or MAXPLUS2.
canbus(FPGA)
- 基于FPGA的can 总线设计,采用verilog语言编写。在FPGA的开发环境下,新建一个工程,然后将本文件中的各个源代码添加进工程里,即可运行仿真。-FPGA-based bus design can use verilog language. FPGA development environment, a new project, and then the paper all the source code to add the project, Simulation can be run
20090303LZW
- 多媒体课内实验:用C语言实现的LZW压缩和解压算法。-Using C language implementation of the LZW compression and decompression algorithm.
lzarray-0.1
- this zip file contains source code for LZSS algorithm in c language
Huffman-coding-in-C-language
- 用C语言实现huffman编码,生成txt文件,显示编码结果,压缩比。-Huffman coding in C language
progr-language
- This lectures can help you to study C++ language.
Classic-example-of-C-language
- C语言程序设计经典教学实例,关于几何的程序-C programming language classic teaching examples, on the geometry of the program
C-language-classic-10-small-program
- C语言经典10个小程序,适合初学者进行学习或应用于教学-C language classic 10 small procedures, suitable for beginners to learn or the application in Teaching
