资源列表
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
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
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.
中断调用7
- 了解什么是中断 • 了解几个中断函数 • 了解中断服务程序的编写 -understand what is interrupted
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
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中的内容,充分理解零树的概念。
jEKF
- 一个关于卫星导航方面的ekf滤波程序,请大家互相共享一下-a satellite navigation on the ekf filtering process, please share what each other
LZ77
- Simple Hashing LZ77 Sliding Dictionary Compression Program.
EZWvc
- ezw算法的实例,这里,读者重点要掌握的是EZW.C和LIST.C中的内容,充分理解零树的概念。 -ezw algorithm examples here, readers focus is to get the LIST.C EZW.C and the content and fully understands the concept of zero tree.