资源列表
ComplexOperation
- 复数的加减乘除运算,实现起来教简单。很容易看懂的-plural of the arithmetic calculations, to realize the simple up. Very easy to understand the.
java.zip
- 使用java压缩文件的例子
Mathematical-modeling-(2)
- 基于GUI界面的数学建模、图像处理、以及公式计算。-GUI based interface mathematical modeling, image processing, as well as the formula.
checksum
- 个人总结的关于ipv4和ipv6包中checksum的计算方法,包括所有类型的包,很详细。之前子座这块块是在网上一直找不到完整详细的说明。这里是我花了很长时间总结的,与大家分享。-about checksum
j2b
- JPEG图像解码并转换成BMP图像:大概包括IDCT、反量化、反编码等过程,程序可以正确编译!-JPEG image decoding and converted into BMP images : probably includes IDCT, anti-quantified, Anti-coding processes, procedures can correct translation!
ml0310_1
- 可编辑乐曲演奏器的实现-edit music concert with the realization
compress
- 实现对任意文件的霍夫曼编码压缩
compress123
- LZW程序源代码,c语言实现。可能不是很全,我有好的版本,会继续给大家。-LZW source code, c language. May not be all, I have a good version, we will continue to.
89346520Huffman
- huffman编码,解码程序,C++代码编写。-huffman encoding and decoding procedures, C++ code to prepare.
16-bit_Huffman
- 这个是我前一段时间在国外网站上找到的16-bit的霍夫曼编解码器。我们常用的都是8-bit的,希望这个对大家有用。尤其是对医学图像,因为其有8位,12位,16位等。-i got this 16-bit huffman codec from abroad website. we usually use 8-bit huffman codec. this source code is especially useful for medical image process.
05_1_114_03
- 队列的实现有建立,删除,插入,连接,合并,拆分等
Stack_link
- 利用链表实现棧,大学的作业,大学课程C++,很易实现,易明白,请放心下载