资源列表
排序选择:
[文档资料] LZW
说明:LZW用C语言实现。 LZW算法中,首先建立一个字符串表,把每一个第一次出现的字符串放入串表中,并用一个数字来表示,这个数字与此字符串在串表中的位置有关,并将这个数字 存入压缩文件中,如果这个字符串再次出现时,即可用表示它的数字来代替,并将这个数字存入文件中。压缩完成后将串表丢弃。如"print" 字符串,如果在压缩时用266表示,只要再次出现,均用266表示,并将"print"字符串存入串表中,在图象解码时遇到数字266,即可从串表中查出 266所代表的字符串"print",在解压缩时,<huangjacket> 在 2025-09-18 上传 | 大小:9kb | 下载:0
[数据结构常用算法] erchapaixuchazhao
说明:是数据结构的内容,采用二叉排序树进行查找的算法,-The contents of the data structure is used for binary sort tree search algorithms,<高海燕> 在 2025-09-18 上传 | 大小:7kb | 下载:0
[DSP编程] DM642-juanji
说明:卷积的DSP实现,TI公司的DM642实现。 -Convolution DSP realize, TI<李建博> 在 2025-09-18 上传 | 大小:22kb | 下载:0
[汇编语言] lyapunov-yf
说明:这个程序是很常用的分形维数的程序,可以帮助很多人了解MATLAB程序,有兴趣的可以-This procedure is very commonly used in the fractal dimension of the process, can help many people understand the MATLAB program, interested can<马贵彬> 在 2025-09-18 上传 | 大小:3.39mb | 下载:0
[JSP源码/Java] jishiben-java-daima
说明:实现记事本基本功能!包括字体大小,色彩,保存,等功能-Realize the basic functions of Notepad! Including font size, color, preservation, and other functions<guojing> 在 2025-09-18 上传 | 大小:134kb | 下载:0
[单片机(51,AVR,MSP430等)] dsad
说明: 基于51单片机的智能温湿度测量记录系统-Based on 51 single-chip intelligent temperature and humidity measurement system of record<caoshun> 在 2025-09-18 上传 | 大小:586kb | 下载:0
[其他小程序] huffman
说明:huffman 树的创建和实现对元素进行huffman编码,本次试验在程序设计方面较之前次实验容易些,但在尝试用动态申请结构数组空间来设计程序时却没有成功-huffman tree to create and realize huffman coding of elements, the test procedure design easier than the previous experiment, but try to use the dynamic structure of the ar<wang> 在 2025-09-18 上传 | 大小:1kb | 下载:0
[汇编语言] DS18B20
说明:DS18B20进行读写操作只要控制好时序就应该没问题的。这个程序在我自己的板子上运行过能正常测温,温度显示到小数点两位。-DS18B20 to read and write operations as long as the timing control should be no problem. This procedure in my own board to run off to the normal temperature, the temperature display to two<caoshun> 在 2025-09-18 上传 | 大小:24kb | 下载:0