CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - huffman 代码

搜索资源列表

  1. packer

    0下载:
  2. 这是我用C语言写的一个很好的打包程序,压缩软件就是这样的原理,理解了这个程序,下一步你就可以写一个压缩软件。 功能: 1.能把若干个任何类型的小文件打包到一个大文件中。 2.可以查询打包后的大文件里包含哪些小文件,以及每个小文件的大小。 3.可以原样不变地解压出来。 如果你再加入一段Huffman代码就成为一个小型压缩软件了-This is one I used the C language to write the package procedures, functions
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:137343
    • 提供者:在路上
  1. Huffmanencoderdecoder

    0下载:
  2. 在发送端通过一个编码系统对待传输数据编码. 在接收端将传来的数据进行译码. 一个完整的系统应具有以下功能: (1)初始化.从终端读入字符集大小,以及字符和权值,建立 哈夫曼树,并保存. (2)编码.利用以建好的哈夫曼树对正文进行编码,然后保存. (3)译码.利用已建好的哈夫曼树将文件中的代码进行译码,结果打印出来. -At the sending end through a coding system for encoding transmit data treat
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:3053
    • 提供者:
  1. Huffman

    0下载:
  2. huffuman代码,文件输入输出 huffuman代码,文件输入输出-huffuman代码,文件输入输出huffuman代码,文件输入输出huffuman代码,文件输入输出
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:965460
    • 提供者:王飞
  1. huffman

    0下载:
  2. 哈夫曼代码!! !! !! 自己编的-huffman
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:1784
    • 提供者:唐博鼠
  1. huffman

    0下载:
  2. 哈夫曼编译码器课程设计源代码,实现的基本功能有(如初始化,编码,译码,印代码文件等)-Huffman codecs curriculum design source code, to achieve the basic functions (such as initialization, encoding, decoding, printing a document code, etc.)
  3. 所属分类:Education soft system

    • 发布日期:2017-04-01
    • 文件大小:1330
    • 提供者:林涛
  1. tongji(1)

    0下载:
  2. 统计一篇英文中每个字符的个数,并作为权值建立赫夫曼树,翻译成代码文件,然后再译码-Statistics for each character in an English number and value as the right to establish a Huffman tree, translated into code files, and then decode
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2455
    • 提供者:吴迎迎
  1. huffman

    0下载:
  2. 基于哈夫曼技术压缩和解压。 计算机中任意文件的读与存都是从缓存里面读取 0 、 1 代码转化成, 即文件其是就是二进制的。所以可以把每8位转换成相应的ASCII码。从而用哈夫曼编码, 将等长编码转化成非等长编码。-Huffman-based compression and decompression technology. Arbitrary files on your computer and keep reading it to read from the cache 0, 1 code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:9891
    • 提供者:梁超
  1. HuffmanTestDemo

    0下载:
  2. huffman经常用在图像压缩领域。代码是huffman实现的数据压缩与解压缩程序。vc实现。-huffman often used in image compression field. Huffman code to achieve data compression and decompression process. vc achieved.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:12698
    • 提供者:zcy
  1. Huffman

    0下载:
  2. 数据结构课程所学哈弗曼树的c语言演示代码,包括哈弗曼路径等等,希望对大家有用。-Havermann tree demo code includes Havermann paths, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:10276
    • 提供者:zengkai
  1. huffman

    0下载:
  2. 用c语言给出了哈夫曼树的实现代码。已经编译通过。输入节点数和权值后,可以生成huffman 树-Using c language gives the Huffman code tree to achieve
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1495
    • 提供者:isnoody
  1. huffman

    0下载:
  2. huffman编码和解码,可从文件中读取,并将文件翻译成0,1代码-huffman encoding and decoding can be read from a file, and the translation of documents into the 0,1 code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-12
    • 文件大小:1365
    • 提供者:zhanghshipeng
  1. Huffman

    0下载:
  2. 哈夫曼编码包含代码及运行过程,含有算法的描述。-Huffman coding with code and running, containing algorithm descr iptions.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:24086
    • 提供者:王娜
  1. Huffman

    0下载:
  2. 对图像进行huffman编码,代码简洁直接可运行-Pairs of images huffman coding, the code can run simple and direct
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-31
    • 文件大小:21719
    • 提供者:skylost
  1. huffman

    1下载:
  2. 哈夫曼编码进行信息通讯可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码;在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统,试为这样的信息收发站写一个哈夫曼编译码系统。 一个完整的系统应具有以下功能: (1) (1) I: 初始化。从终端读入字符集大小 n ,及 n 个字符和 n 个权值,建立哈夫曼树,并将其存于文件hfmtree中。 (2) C: 编码。利用已
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:7015
    • 提供者:王蕾
  1. huffman

    0下载:
  2. huffman 树的实现 对huffman树进行C++代码实现-implementation of the huffman huffman tree tree C++ code to achieve
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:6842
    • 提供者:韩丰
  1. huffman

    0下载:
  2. 本程序是基于Huffman编码算法对文件进行压缩的代码-It is a program based on the algorithm of Huffman for file compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:212663
    • 提供者:lisir
  1. Huffman

    0下载:
  2. 霍夫曼编码程序 源程序 CPP格式文件 代码 用C++实现-HCODE
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:160035
    • 提供者:薛东欢
  1. huffman

    0下载:
  2. 经常看到很多人在寻找霍夫曼编码哦,此代码非常有用-Often see a lot of people looking for Huffman Oh, this code is very useful
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:1463
    • 提供者:wen
  1. huffman

    0下载:
  2. 此代码为哈夫曼编码,很好用的源程序,无错误,已运行过,放心使用吧!-this is huffman code,it is very good code,you can use it directly!
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:20245
    • 提供者:chen
  1. huffman

    0下载:
  2. 哈夫曼树,近期的作业,可能不是很全面,代码量不大-Huffman tree mybuilding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:23933
    • 提供者:qtds
« 1 2 34 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com