资源列表
arm0
- arm 7 of iran and salar
send-and-receive
- 此文件包含两个程序段,其一是实现自发自收;其二是实现全双工通信。结合KEIL软件与单片机工具箱。-This file contains two paragraph, one is to realize the spontaneous charge The second is to realize full-duplex communication. KEIL software and single chip microcomputer with tool kit.
cycliccode
- 本段程序是实现(7,3)循环码的编译码以及纠错功能的。-This program segment is to realize (7, 3) the cyclic code (and the function of error decoding.
ArithmeticCoding-
- 在掌握算术编码原理的情况下,借助相应的编码程序进行仿真,比对结果,能更好的检查自身的掌握情况。此代码是算术编码的编码程序,运行环境是visual C++。-In the mastery of the principle of the arithmetic coding, with the corresponding coding procedure simulation and compare the results, the better check their own masters. Th
convolutioncode
- 此代码是实现卷积码的编码程序,在visual C++的软件环境下运行。-This code is to realize convolution code coding procedure in visual c++ software environment operation.
Code
- a simple image compression system
main_BP
- MP算法,完成基本的一维信号的重构,里面有详尽的注释和解析-MP Algorithm,Complete reconstruction of the basic one-dimensional signal,There are detailed notes and parsing
1231313131
- 对JPEG的压缩标准进行了仿真,主要过程DCT压缩,根据JPEG的量化矩阵对DCT结果进行量化,对量化结果进行Huffman编码。同时也实现了解压缩过程,即执行上述过程的逆过程-Matlab image compression
123
- 我们的电路图是点阵的电路图,我花了三天的时间画出来的哦-JHSBSJPTKLJ YR
zlib-1.2.5-Deflate
- This is Zlib compression library using deflate method to compress and decompress data
Upload_Actual_JPEG
- 利用JPEG实现图像的压缩和解压,代码有点点下bug,自己修改吧-compress and decompress use JPEG
LZ_77
- Data compression with LZ77 interface -LZ77 (Lempel-Ziv-1977) is a simple but surprisingly effective form of data compression that takes an entirely differnt approach from Huffman coding. LZ77 is a dictionary-based method