搜索资源列表
算法设计与分析实验
- 哈夫曼编码。排序问题,利用贪心算法的思想实现哈夫曼编码算法程序 -Huffman coding. Scheduling problems, the greedy algorithm achieving Huffman coding algorithm
juanjibianma
- 信道编码中的典型卷积码编码算法,维特比解码方式-Channel Coding typical convolution coding algorithm, Viterbi decoding method
openhdot264
- openhdot264源代码,属于H.264视频编码算法的一种实现。 -openhdot264 source code belonging to the H.264 video coding algorithm A.
2003103123103519431
- 这个是一个比较好的编码算法 具有动画效应 是初学者参考的好东西-this is a relatively good coding algorithm animation effects are beginners reference to the good things
wemjiam
- 这是一个数据结构常用的算法叫huffman编码.是对一棵二叉树进行huffman编码的算法-This is a common data structure called Huffman coding algorithm. For a binary tree for HUF fman Coding Algorithm
sting4.doc
- Huffman树的创建算法与实现;Huffman编码算法的实现-Huffman tree algorithm for the creation and implementation; Huffman coding algorithm implementation
另类的压缩方式
- 哈夫曼树编码 用哈夫曼树算法对文本文件进行0-1化编码,并模拟文件 压缩与解压-Huffman tree coding algorithm using Huffman tree to the text document for 0-1 coding and compression simulation and decompression
TPC-decode.rar
- MATLAB环境下实现了基于Chase II译码算法的Turbo乘积码[TPC]译码的程序。,MATLAB-based implementation environment Chase II decoding algorithm of Turbo Product Code [TPC] decoding process.
convolutional-code-BCJR-algorithm
- 本程序是BCJR译码,本人在源码基础上附带了卷积码的编码框图,方便学习者阅读,理解。程序运行无误!-This program is the BCJR decoding codes, I in the source code based on convolutional coding with a block diagram to facilitate the learners to read and understand. Run correctly!
lzw
- 实现lzw词典编码方法 Lzw编码算法的设计思路: 1.开始时的词典包含所有的根(先将所有单个字符编码),当前缀P时空的; 2.当前字符(C)=字符流中的下一个字符; 3.判断缀-符串P+C是否在词典中 A如果“是”:P=P+C//(用C扩展P) B.如果“否”: a 把代表当前前缀P的马子输出到码字流; b 把缀-符串P+C添加到词典; c 令P=C//(现在的P仅包含一个字符C); 4. 判断字符流中是否还有码字要译 (1)如果是,就返回到2;
new
- 分布式视频编码中用时域内插法生成边信息的算法-Distributed Video Coding interpolation algorithm to generate side information
Photo
- 数字图像处理编程入门 书和书的 源代码 1) windows位图bitmap(即bmp文件)的结构和调色版的概念; (2) 图象的平移、旋转、镜象变换、转置变换、放缩; (3) 图象的平滑(去噪声)、锐化; (4) 图象的半影调、抖动技术; (5) 图象的直方图修正、彩色变换; (6) 图象的腐蚀和膨胀效果、细化算法、骨架的提取; (7) 图象的边沿检测与抽取、hough变换、轮廓跟踪; (8) 图象的检测、模板匹配;
2
- 基于C判断一个大于0的数是否为素数,是较简单的典型C编码算法-C based on a greater than 0 to determine whether the number of prime numbers, are more typical of a simple coding algorithm C
jpeg_1.07
- 图先压缩 jpeg 编码算法研究 jp2,j2c-Figure jpeg compression coding algorithm to study
Turbo_Coding
- Turbo coding algorithm
RS_codes
- The RS coding algorithm
transform8x8
- 在vc6.0环境下实现的视频运动估计编码算法-Vc6.0 environment in the realization of motion estimation video coding algorithm
huffman-c
- huffman 信源编码算法C源程序-source coding algorithm huffman source ~~~~~~ C
fast_sc.tgz
- This a source code for sparse coding algorithm: Reference: Efficient sparse coding algorithms Honglak Lee, Alexis Battle, Raina Rajat and Andrew Y. Ng. In NIPS 19, 2007. -This is a source code for sparse coding algorithm: Reference
arithmetic-coding-algorithm
- 左边区间: a..[(b - a) * p] 右边区间: [(b - a) * p + 1]..b 使用这两个公式替换掉上面代码中的等分区间部分,得到了算术编码的算法-Range on the left: a .. [(b- a)* p] the right range: [(b- a)* p+ 1] .. b use two formulas to replace part of the code above decile range, has been arithmetic codi