资源列表
drinkdemo
- 餐饮源代码,有全代码。有点餐功能-Food source code, full code.
jpegpred
- 包含了对于灰度图像的8种jpeg无损压缩的预测方法,这是用来学习jpeg loseless compression的非常好的例子。idc.h为头文件, image_size.c和readimage.c用来读取目标文件的大小和每个像素的灰度值, jpegll_enc.c和jpegll_dec.c为编码和解码文件。
opticalflow
- 光流法原理及代码 主要的几种分类和算法介绍-Principle of optical flow method and code the major algorithms of several classification and descr iption
coder
- H.263编解码源代码,对视频音频文件的压缩解压码
motion_search
- 运动估计,用7种办法进行运动估计的源码,做论文的利器-motion estimation, with seven species approach to motion estimation in the source code, so the papers weapon
pentax
- pentax的xif解码算法,数码相机专用,为嵌入式系统特别做了优化-pentax xif decode liberary, for embedded system
ACoding
- 一个压缩编码中的压缩模块,很经典的一种算法描述和实现,值得借鉴-compressing coding
zip
- zip/unzip.php在线解压、压缩文件包-Online extract package
B1
- 穷举密码算法、密码下标进位的问题、密码词典长度 -Exhaustive cryptographic algorithm, the password subscr ipt carry the question, password dictionary length
lzwnhuffman
- The LZW compression class i mplemented as a fixed length code which you can specify, the huffman algorithm implementation encodes a byte into a variable length bit array. Both of them can work with streams
wimgapitest
- 调用wimgapi实现的一个将wim文件apply到目录的例子。-call wimgapi achieve a wim document will apply to list the examples.
Huffman-algorithm-code
- 哈夫曼树是一种树形结构,用哈夫曼树的方法解编程题的算法就叫做哈夫曼算法。树并不是指植物,而是一种数据结构,因为其存放方式颇有点象一棵树有树叉因而称为树。 最简哈夫曼树是由德国数学家冯。哈夫曼 发现的,此树的特点就是引出的路程最短。 概念理解:1.路径 从树中一个节点到另一个节点之间的分支构成这两个节点之间的路径。2.路径长度 路径上的分支数目称作路径长度。-Huffman tree is a tree structure, Huffman tree algorithm method to sol