资源列表
hafuman
- (1) I:初始化。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。 (2) E:编码。利用已建好的哈夫曼树,对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 (3) D:译码。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件Textfile中。 以下为选做: (4) P:印代码文件(Print).将文件CodeFile以紧凑格式先是在终端上,每行50个代码。同时将此字符形式的编
operatecom
- 用C#写的操作串口的程序,实用.可发,可定时读取串口内容
cradle
- 云台控制系统,内有详细说明。在编译本章程序后,请将winio.dll、winio.vxd和winio.sys 三文件复制到可执行文件所在目录下, 否则WinIo库初始化 函数initializeWinIO调用将会失败。
alarm
- 在编译本章程序后,请将winio.dll、winio.vxd和winio.sys 三文件复制到可执行文件所在目录下, 否则WinIo库初始化 函数initializeWinIO调用将会失败。
doxygen-1.5.6.src.tar
- The source code of doxygen. It is one good study material for pre-process and compliation principle.
FileCmp
- 具有将两个文件进行比对的功能,显示两个文件相识的程度。
TMS.Component.Pack.v4.7.0.4.Full.Source
- TMS最新版本控件源代码,包含200多种控件。
MCQueue
- Markov queue algorithm
hardware-development
- Manual as the hardware engineers, details on the hardware development process!
j-fermat
- 2007年robecode大赛亚军代码1!
StaticList
- We often need to use static data in our programs. By static, I mean our programs do not modify the data. For example, we can insert the list of the 50 US state names into a combobox so that the user can select his/her state using a mouse. The same go
lapulasibianhuan
- 图像的拉普拉斯变换,效果不错,希望对你有帮助