文件名称:qianru_EZWJL
介绍说明--下载内容均来自于网络,请自行研究使用
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中的内容,充分理解零树的概念。
-EZW example of the source code contains six files: EZW.H- EZW encoder headers EZW.C- EZW encoder file MATRIX2D.H MATRIX2D.C- results of encoder data definition and data manipulation FIFO.H FIFO.C- Scan Mode Definition: first in first out principle LIST.H LIST.C- definition of zero-tree structure and operation of UNEZW.C- EZW decoder here, the reader is the key to master the content EZW.C and LIST.C fully understand the zero The concept of the tree.
该源代码包含有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中的内容,充分理解零树的概念。
-EZW example of the source code contains six files: EZW.H- EZW encoder headers EZW.C- EZW encoder file MATRIX2D.H MATRIX2D.C- results of encoder data definition and data manipulation FIFO.H FIFO.C- Scan Mode Definition: first in first out principle LIST.H LIST.C- definition of zero-tree structure and operation of UNEZW.C- EZW decoder here, the reader is the key to master the content EZW.C and LIST.C fully understand the zero The concept of the tree.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
EZW举例\readme.txt
.......\EZW.H
.......\FIFO.H
.......\LIST.H
.......\MATRIX2D.H
.......\EZW.C
.......\FIFO.C
.......\LIST.C
.......\MATRIX2D.C
.......\UNEZW.C
EZW举例
.......\EZW.H
.......\FIFO.H
.......\LIST.H
.......\MATRIX2D.H
.......\EZW.C
.......\FIFO.C
.......\LIST.C
.......\MATRIX2D.C
.......\UNEZW.C
EZW举例