搜索资源列表
1.rar
- 一些数据结构算法的例子,包括哈夫曼编码、图的表示、关键路径、最短路径等
HuffmanDIB
- VC++图象处理源代码,演示程序提供了哈夫曼编码法的压缩和解压缩函数,并实现了对图象 文件的压缩和解压缩-VC image processing source code, a demo program Huffman coding method of compression and decompression functions, and to achieve the right image file compression
hufyufeng
- 关于哈夫曼编码的一个程序,把图象的象素值进行编码,很实用的!-on a Huffman coding procedures, the pixel image encoding, very practical!
454545
- 用于哈夫曼的压缩程序,可以对图象处理-for Huffman compression process to image processing. .
哈夫编码的小例子
- 这是一个哈夫曼编码的例子,希望对图象编码的初学者有帮助-Huffman coding examples, and I hope to image coding help beginners
yueguang
- 分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(quick sort)。在这种方法中, n 个元素被分成三段(组):左段l e f t,右段r i g h t和中段m i d d l e。中段仅包含一个元素。左段中各元素都小于等于中段元素,右段中各元素都大于等于中段元素。因此l e f t和r i g h t中的元素可以独立排序,并且不必对l e f t和r i g h t的排序结果进行合并。m i d d l e中的元素被称为支点( p i v o t )。图1 4
ImageHuffmanCoding
- 次程序是为给定的图象编码,这里给出的哈夫曼编码,即256个色素分别编码-time for the procedure is to the image coding, here is Huffman coding, 256 respectively encoding cytochrome
HuffmenTree
- 哈夫曼编/译码器 实现概要设计中定义的所有数据类型,对每个操作只需要写出伪码算法;对主程序和其他模块也都需要写出伪码算法(伪码算法达到的详细程度建议为:按照伪码算法可以在计算机键盘直接输入高级程序设计语言程序);画出函数的调用关系图。-Huffman encoder / decoder design outline to achieve the definition of all data types, for each operation only needs to write pseu
hufm_b
- 有一个哈夫曼图象处理源代码,正确处理图象的压缩功能!-a Huffman image processing source code, correctly handle image compression function!
hufm_c
- 再一个哈夫曼图象处理源代码,可以正确处理图象的压缩功能!-again a source image processing, image can correctly handle the compression function!
000000adada2
- 数据结构,二叉树和哈夫曼编码。C++ 1、 学会针对DFA转换图实现相应的高级语言源程序 ·a C++ Class Library of Cr ·简单的防火墙,可以用来学习,作为毕业课设也相当有帮 ·实现ARM 芯片的一对PWM 输出用于控制直流电机 ·Programming the Microsoft ·VC调用java的简单例子。需要注意jvm.dll ·这是介绍在VC++6。0下如何编写GPIB程序。有 ·GPS坐标转换软件:直角坐标与大
C++code
- 其中包括将256色彩色图象转化为灰度图象,LZW压缩算法,显示DIB位图,哈夫曼编码及实现图象的马赛克效果的C++源码!
vc++图象编程基础源代码
- 用C++编的关于图象处理的程序,包括灰度处理,图像细化,哈夫曼编码等-C series of image processing procedures, including gray-scale image processing and refinement, Huffman coding
datastruct1
- 一些数据结构算法的例子,包括哈夫曼编码、图的表示、关键路径、最短路径等-Some examples of data structure algorithms, including Huffman coding, map, said the critical path, the shortest path, etc.
huffmann
- 基于matlab的哈夫曼编码图像压缩算法-matlab huffmann coding
huffman
- 哈夫曼 c语言 实验报告 戴截图 哈夫曼编码译码实验报告-huffman c language
goldThecoding
- 模拟信号数字化的PCM量化以及哈夫曼编码,很好的 不错(The analog signal digital PCM quantization and Huffman coding, good good)
DS
- 一点常见的数据结构及其实现,如二叉树、哈夫曼数及其编码、图的dfs(some commonly used data structures)
图结构
- 图的结构包含了最小生成树哈夫曼输,最近距离等等(go to this test zip you will get better or corrot you choose)
hufman
- 应用哈夫曼编码实现对灰度图片的压缩(原图片应先转码为bmp格式)(The application of Huffman coding to compress the grayscale images (the original image should be transcoded to BMP format first))