搜索资源列表
20060307_compress
- 一个简单实用的压缩软件,用VC编,代码短小,可在此基础上做自己的压缩软件-a simple and practical compression software, VC series, the short code may do this on the basis of its own compression software
yasuojieya
- 本代码为LZW算法的C语言实现程序,他在此基础上加入了霍夫曼算法的优点-the LZW algorithm code for the C language procedure, he joined the basis of the merits of the algorithm Hoffman
COMPRESS_BMP
- 这是一个关于基于混合编码的图象压缩技术的实现,现在勉强可以实现关于小波的图象压缩实现。此程序可以将BMP格式的图象经压缩后以JPG的格式存储起来!压缩比一般可以达到32:1。还可以显示编码压缩所耗时间-This is a mixed coding on the basis of the image compression technology, and now can barely be achieved on wavelet image compression achieved. This p
HuffmanCode
- 哈夫曼编码是可变字长编码(VLC)的一种。 Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长 度最短的码字,有时称之为最佳编码,一般就叫作Huffman编码。-Huffman coding is a variable length coding (VLC) a. Huffman in 1952, a coding method that occur solely on the basis of characters to construct the di
13102555364
- huffman 编码C++版,霍夫曼编码是音视频编解码的基础-huffman coding C++ Edition, Hoffman encoding audio and video codec is the basis of
200829225598
- 基础操作说明本操作手册需结合系统操作流程一并使用-The basis of operating instructions in this manual must be used in conjunction with the system operation process
Bonus
- 紅利計算 -------------------------------------- 要求: 1.輸入資料:預設輸入的人數,人名、及每季績效 2.獎勵辦法: (1)每季超過1 000 000獎金12000元 (2)四季全部超過1000000獎金10000元 (3)全年第一名獎金33000元 全年第二名獎金22000元 全年第三名獎金11000元 全年第四名獎金8000元 3.最後要印出每ㄧ個人的名字和有多少獎金 -----
Create_a_ZIP_file_using_java
- 这本是别人的东西,我只是修改了中文问题。在这个基础上改一下就可以压缩多个文件和目录,甚至可以写一个winzip之类的东东哦,有兴趣的可以研究一下。-This is other people s things, I just modified the Chinese problem. On this basis, to change what you can compress multiple files and directories, or even write a winzip-like D
SARimagecompression
- 一种低比特率下的SAR图像高效压缩方法,算法理论基础及详细流程-Under a low bit-rate efficient compression method of SAR image, the algorithm theoretical basis and detailed process
suijijuxing
- 随机矩形 图形学基础 显示图形变化-The basis of random rectangular graphics display graphics change
Huffman_pdf
- 范式哈夫曼算法的分析与实现(论文全文) 摘要:全面介绍了范式哈夫曼算法的理论基础和实现方式。详细讨论了编码位长计算、限制编码位长、解码优化、码表二次压缩等实现技术。并给出了一个切实可行的应用程序。 -Paradigm Huffman algorithm analysis (full paper) Abstract: a comprehensive introduction to the theoretical basis and implementation of the parad
Huffman_dpr
- 范式哈夫曼算法的分析与实现(项目文件) 摘要:全面介绍了范式哈夫曼算法的理论基础和实现方式。详细讨论了编码位长计算、限制编码位长、解码优化、码表二次压缩等实现技术。并给出了一个切实可行的应用程序。 -The paradigm Huffman algorithm analysis and implementation (project file) Abstract: a comprehensive introduction to the theoretical basis and im
LZ77-Compression-algorithm
- zlib 源码分分析,对Huffman tree, lz77基础进行了深入讲解,对于学习了解压缩算法有帮助-zlib source code analysis, conducted in-depth to explain Huffman, tree, lz77 basis
pinpu
- 在快速傅里叶变换大的基础上以对信号进行短时分析,能画出三维瀑布图。-In the fast Fourier transform big on the basis of the signal is short analysis, can draw 3 d waterfall diagram
1.D3DpE5p9FpBApE7pA1p80
- D3D基础例子,都能够运行,非常简单实用-D3D basis for example, are able to run, very simple and practical
hfmc
- 哈弗曼编码的自理,初学者的入门级例子,很有参考价值;可以在此基础上进行改造,变成自己的算法!是C语言版本的编码!-Hoffman coding self-care, level beginners example, has the reference value very much on the basis of this transformation, into their algorithm!
Traffic(CA-MatLabScriptsaDocuments)
- 文章首先时凸多边形碰撞问题进行了仔细的考查,然后时一般多边形碰撞问题进行了深入细致的研究, 在此基础土提出了求解凸多边形碰撞问题和一般多边形碰撞问题的最优算法。 关键词乏粤兰 垫墅-Abstract:This paper carefully inve.stigates the problem of oonvex polygons, then thurotI y studys the problem of nonc.onvex po lygons. On the basis, it p
Matlab-fangzhen
- 最简单的单相桥式整流、三相桥式整流和三相逆变电路,方便作为基础学习-The simplest single-phase bridge rectifier, three-phase and three-phase bridge rectifier inverter circuit, as a basis to facilitate learning
danpianji
- 单片机的教学课程,作为基础学习的好助手,帮助更好地入门-SCM curriculum, as a basis for learning a good assistant, to help better entry
HuffanCoding
- 读取数据,统计所得到的文件中每个字母的权值,创建哈夫曼树,哈夫曼编码。哈夫曼解码,解码后内容写入到指定的文件。 读取数据里面的内容是由英文单词组成。读取文件的时候传入文件存放的路径、读取方式以及读出以后存放的数组,最终可以得到一个存放目标文件内容的数组。 将得到的数组进行字母权值的统计,统计每个字母出现的次数,次数即为每个字母的权值。 将得到的字符数组与权值数组作为创建哈夫曼树的依据,哈夫曼树根据每个字母权值的大小来创建,每个节点,包括权值、父节点、左子、右子和字母本身。 根据哈
