资源列表
Compress
- 游程编码压缩与解压缩,实现如 a,a,a,a,a,a,b,b,b,b,b到<a,5>,<b,5>的相互转换过程-Compress & Decompress the codes
IntroductiontoMathematicalModeling
- 数学建模介绍 简单而且精确 容易理解 值得一看-Simple and accurate mathematical modeling is easy to understand introduction worth
openglGame
- 一个简单的opengl游戏,附带源码,对学习opengl很有帮助-A simple opengl game, with source code, very helpful for learning opengl
Uk363Setup
- Bo go viet nam! Go dc tieng viet
2758767AntNet
- antnet algorithm for wired network. works fine. Enjoy & share with everyone.
C-Shell
- C Shell easy tutorial
vfpvfpvfp4444
- VFP 使用技巧,编程技巧,难点解析,命令,函数解析-VFP use skills, programming techniques, difficult analytical, ordered, analytic functions
DArray-better
- 当数组的元素个数发生变化时,不用重新申请内存空间,数组也能继续使用。这样就提高了效率。 对于机器算法中,“时间”和“空间”的矛盾总是存在的:存储多一点,运行就快些;存储少了,运行就慢些。在这里就体现了,这样处理是用空间换时间。虽然在内存空间上是“浪费”了部分的空间,但是在很长一段时间里,只要空间没有发生变化,运行的时间复杂度就恒定的。只有当现有的空间不够用时,才发生内存的重新申请和释放操作。最简单的增长方法就是增长一倍,即乘以2,这样内存分配的大小就是2的幂次方。 -When th
43
- USB接口虚拟电感电容表 -USB interface virtual inductance capacitance meter USB interface virtual inductance capacitance meter
Huffman
- 完美实现哈夫曼编码译码 用 vc++实现哈夫曼编码译码-Achieve perfect Huffman decoding using vc++ implementation Huffman decoding
wslzw
- 用lzw压缩算法实现,是用lzw编写的数据压缩源代码-Lzw compression algorithm used, is prepared lzw data compression source code
HuffmanCPP
- 该运行程序为哈弗曼编码/译码系统,运行时依次输入需要编码的字符串中的字符和它们各自的权值,编码和译码都会生成txt文件,具体使用见readme文档,代码中注释详细,适合初学者看。-huffman code