资源列表
EZW
- EZW举例 该源代码包含有6个文件: EZW.H - EZW编码器头文件 EZW.C - EZW编码器文件 MATRIX2D.H MATRIX2D.C - 编码器数据结果定义和数据操作 FIFO.H FIFO.C - 扫描方式定义:先入先出原则 LIST.H LIST.C - 零树结构定义和操作 UNEZW.C - EZW解码器 这里,读者重点要掌握的是EZW.C和LIST.C中的内容,充分理解零树的概念。
ZipDemo3
- java编的,内有运行截图与说明,主要实现zip压缩包文件的查看。-java compiled, there are screenshots and instructions to run, the main achievement of the view zip archive file.
Josephus
- 约瑟夫环单链表的,循环单链表求解约瑟夫环。 包含4个程序-Josephus single linked list, circular single list solving Josephus. Program contains four
中断调用7
- 了解什么是中断 • 了解几个中断函数 • 了解中断服务程序的编写 -understand what is interrupted
Arithmatic
- arithmatic 编码,是图像压缩的主要算法之一,是一种无损数据压缩方法,也是一种熵编码的方法。-arithmatic coding is one of the main image compression algorithm and a lossless data compression method, but also a method of entropy coding.
image-CS
- 基于CS的图像压缩解压,包括CoSaMP和OMP恢复算法,离散小波变换矩阵构造,具体对图像进行压缩解压-CS-based image compression and decompression, including CoSaMP and OMP recovery algorithms, discrete wavelet transform matrix structure, specifically for image compression and decompression
Hoffmann
- 霍夫曼编码程序,基于控制台方式执行,手动输入数据
4
- #include <mega8.h> #include <stdio.h> #include <delay.h> #include <mega8.h> #include <stdio.h> #include <delay.h> #define TG PORTB.1 #define RF_Rx PIND.2 #define Busy PIND.3 #define Mess1
pocs
- POCS (Projection Onto Convex Sets) is often used to reconstruct partial Fourier MRI data. This implementation works with 2D or 3D data on a Cartesian grid. It is optimized for speed and automatically detects the asymmetrically sampled dimension.
HuffCode
- In computer science and information theory, a Huffman code is an optimal prefix code found using the algorithm developed by David A.
ieee1180test
- 根据IEEE 1180-1990写的测试iDCT精确性。- Test iDCT accuracy 1180-1990 writes which according to IEEE.
EZW-sourcecode
- EZW举例 该源代码包含有6个文件: EZW.H - EZW编码器头文件 EZW.C - EZW编码器文件 MATRIX2D.H MATRIX2D.C - 编码器数据结果定义和数据操作 FIFO.H FIFO.C - 扫描方式定义:先入先出原则 LIST.H LIST.C - 零树结构定义和操作 UNEZW.C - EZW解码器 -EZW Example The source code contains six files: EZW.H- EZW encod