资源列表
AHuffman
- programme for image compression
jpeglib
- jpeg解码程序,为了解jpeg的解码提供帮忙-jpeg decoding process, in order to understand the jpeg decode to provide help
calculate2
- 用c++环境下MFC编译的计算器,在网上看到的,觉得很好,拿来分享一下-C++ environment using MFC to compile the calculator on the Internet to see, thought it was good, brought to share
OsgMFCSDI
- OSGmfc的展示 一头牛在窗口中,模型更具窗口的大小改变分辨率-OsgMFCSDI
592wg.com-dnf-dg
- 我用过的很好的地下城外挂的适用版本,都能选-I used a good plug-in application version of the underground city
convolutionalencoder
- Its a convolutional encoder with code rate of 1/2 and constraint length of 3. i/p=1 bit o/p=2 bits with 4 memory elements
viterbidec
- Its a hard decision viterbi decoder that i built for my final year project.it decodes the convolutionally encoded data of code rate 1/2 having constraint length of 3.
crc_en
- CRC encoder for adding error detection in the data.
crc_dec
- CRC detection - it detects the CRC encoded data to detect the errors from the data.-CRC detection- it detects the CRC encoded data to detect the errors from the data.
PIE_encoder_model
- PIE(Pulse Interval Encoder) Simulink embedded model that i have made for my RFID Project
PIE_decoder_model
- PIE(pulse interval decoder)- Its the PIE decoder that I built for my RFID project. Its an ambedded simulink model.
callzipdll_callzlib_HUFUNHUF
- 字符串和文件压缩和解压缩的例子,既有成熟的第三方标准dll的调用例子(callzlib调用动态库压缩解压缩字符串,callzlib调用静态库压缩解压缩字符串.rar),也有zipdll这个 c++ dll的调用例子,还有16/32位Haffman编码压缩与解压缩的程序(huf,单文件压缩程序huftest,单文件解压缩程序huftest)。 huf目录的两个源程序:HUF.C和UNHUF.C能用16位编译器编译通过,不能在VC中直接编译通过 现在我已经将HUF/UNHUF的代码用v