资源列表
哎呀
- 设计一个哈夫曼编码、译码系统。对一个ASCII编码的文本文件中的字符进行哈夫曼编码,生成编码文件;反过来,可将编码文件译码还原为一个文本文件。 (1)从文件中读入任意一篇英文短文(文件为ASCII编码,扩展名为txt); (2)统计并输出不同字符在文章中出现的频率(空格、换行、标点等也按字符处理); (3)根据字符频率构造哈夫曼树,并给出每个字符的哈夫曼编码; (4)图形化输出哈夫曼树、哈夫曼编码; (5)将文本文件利用哈夫曼树进行编码,存储成压缩文件(编码文件后缀名.huf) (6
VOLSET
- 使用串口通信实时控制稳压电源的电压电流,并回传稳压电源的状态(Use serial communication to control the voltage and current of the regulated power supply in real time, and return the state of the stabilized voltage power supply)
iatching
- image matching相关的matlab程序,可运行,已调试(Matlab image matching, can run, have been debug)
featureselect_FW_fast
- 粗糙集,属性简约,能够提供良好的测试,需要做一些参数及内容调整(Rough sets, attribute parsimony, can provide good testing and need to do some parameter and content tuning)
Web
- 用C++实现web访问 通过URL,WEB服务器将会解析这个URL并且查询请求的文件名,如果找到了请求文件服务器就会将这个文件发送回浏览器,否则发送回一个包含错误信息提示的页面指示你请求的是一个服务器并不包含的文件。(Implementation of web access through URL C, the WEB server will parse the URL and query the file name, if you find the file server request w
sp6ex19
- FPGA片内FIFO实例,对FPGA片内FIFO进行读写测试(FPGA examples of FIFO, FPGA on-chip FIFO reading and writing test)
libraryphp
- library system php language and sql database
1.9 数字PID控制器实验
- 界面设置简洁美观,通过调节电压及时间来调节pid参数,并通过波形图实时显示出来。(Interface settings simple and beautiful, by adjusting the voltage and time to adjust the pid parameters, and real-time display through the waveform.)
Digital_Clock
- 用verilog写的数字时钟代码,亲测可用,可自行编写test bench进行仿真(Written in Verilog digital clock code, pro test available, you can write your own test bench for simulation)
sp6ex15
- SRAM读写测试,每秒进行一次单字节SRAM读写,使用chipscope观察时序波形(SRAM read and write test, a single byte SRAM read and write every second, using chipscope to observe the timing waveform)
VB 万年历(带农历)类+Demo
- 万年历,带农历,节气的,界面美观,适用性高(Calendar, with the lunar, solar term, beautiful interface, high applicability)
MD5Encrypt
- MD5算法具有以下特点: 1、压缩性:任意长度的数据,算出的MD5值长度都是固定的。 2、容易计算:从原数据计算出MD5值很容易。 3、抗修改性:对原数据进行任何改动,哪怕只修改1个字节,所得到的MD5值都有很大区别。 4、强抗碰撞:已知原数据和其MD5值,想找到一个具有相同MD5值的数据(即伪造数据)是非常困难的。 MD5的作用是让大容量信息在用数字签名软件签署私人密钥前被"压缩"成一种保密的格式(就是把一个任意长度的字节串变换成一定长的十六进制数字串)。除了MD