CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - code huffman

搜索资源列表

  1. HuffmanCode

    0下载:
  2. 本算法的作用是利用建立的huffman编码进行编码和译码。首先要建立huffman树,其主要的思想是权大的外结点靠近根,权小的远离根。大体的算法是在n个结点中不断的选取两个相对小的结点建立huffman树,直到全部结点都在huffman树中。-The role of this algorithm is the use of established code huffman encoding and decoding. First of all, to establish huffman tree
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:6.89kb
    • 提供者:pig
  1. shujujiegou

    0下载:
  2. 已知某系统设计哈夫曼编码,利用哈夫曼编码进行通信。为信息收发站编写一个哈夫曼码的编/译码系统。-A system design known Huffman encoding, the use of Huffman coding to communicate. Information hubs for the preparation of a Huffman code to encode/decode system.
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:18.77kb
    • 提供者:柯可
  1. huffman

    0下载:
  2. 还是自己写的关于huffman加密程序,可以实现把加密的内容转为ASCII码输出到文件-huffman code ,can output coded binary to a file,and convert to a ASCII
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:5.15kb
    • 提供者:张贵川
  1. Huffman

    0下载:
  2. 构造霍夫曼树,然后生成霍夫曼编码-Huffman Code
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:943byte
    • 提供者:Tony
  1. huffman

    0下载:
  2. 用java和c++实现的huffman编码解码程序,压缩效率高,且无损。-A Huffman code and decode program Using language java and C++ for compression and depressrion of characters.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:2.92kb
    • 提供者:crazy
  1. huffman

    0下载:
  2. 数据结构作业同学们可能需要哈弗曼编码源程序加实验报告-Havermann source code plus Experimental Report
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:254.64kb
    • 提供者:王帅韬
  1. HuffmanTree

    0下载:
  2. 简单的哈夫曼编码生成,测试数据固定,但生成算法是哈夫曼树及编码生成逻辑是通用的-Construct huffman tree and code
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:38.54kb
    • 提供者:Kevin
  1. Huffman

    0下载:
  2. HUFFMAN编码。对一片文章进行HUFFMAN编码,并计算它的信源熵,与编码后的平均码长进行比较。-HUFFMAN coding. Of an article to HUFFMAN coding, and calculate the entropy of its source, and the encoded average code length for comparison.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:10.28kb
    • 提供者:gudeyi
  1. haffman-code

    0下载:
  2. huffman coding relese
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:6.61kb
    • 提供者:korus
  1. Huffman

    0下载:
  2. 用c++实现的哈弗曼编码完整源代码以及可执行程序-C++ implementation with Havermann complete source code and executable program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:10.41kb
    • 提供者:yanyiliu
  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
    • 文件大小:6.68kb
    • 提供者:韩丰
  1. Huffman

    0下载:
  2. 哈夫曼树和哈夫曼编码的存储结构,求哈夫曼编码-Huffman tree & Huffman code
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2.27kb
    • 提供者:fanling
  1. huffman

    0下载:
  2. 对一组指令进行霍夫曼编码,并输出最后的编码结果以及对指令码的长度进行评价。与扩展操作码和等长编码进行比较-A set of instructions on the Huffman coding, and outputs the final coding results and the length of the scr ipt evaluation. And expansion of operations such as long code and compare the coding
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:1.95kb
    • 提供者:肖旖旎
  1. huffman

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

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

    0下载:
  2. 数据结构 哈弗曼编码 C++6.0 控制台应用程序,具体操作说明可以参看程序内部。-Hufman, structure of data.Code with Visual c++6.0
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:2.43kb
    • 提供者:亮子
  1. Huffman

    0下载:
  2. 哈弗曼编码 和 译码 ,包括统计明文的字符分配频率,建立哈弗曼树,编码和译码-the encoder and decoder of Huffmam code
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:624.65kb
    • 提供者:吕正华
  1. huffman

    0下载:
  2. 此程序实现了huffman编码,程序开始输入信源个数,之后输入对应的概率,若概率值不属于0~1或概率和大于1则会要求重新输入,最终输出编码表。-This program implements the huffman coding, the program began to enter the number of sources, and then enter the corresponding probability, if not a probability or probability 0
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1.21kb
    • 提供者:韩晓
  1. Huffman

    0下载:
  2. 哈夫曼编码小程序,可以对数据进行编码和解码,简单易上手(Huffman encoding small program, you can code and decode the data, easy to use)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:1.34mb
    • 提供者:bbc123456
  1. Huffman

    0下载:
  2. 哈夫曼编码实现,通过二叉树数据结果实现,就这些了。(THE REALIZE OF HUFFMAN CODE BY C/C++.)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:11kb
    • 提供者:Alexin
  1. huffman编码

    0下载:
  2. input The number of weights n (n>1) is first entered. Then the N weights are entered in turn (the weight is a positive integer greater than 0). output Corresponding to the input n weight value, the corresponding encoding is output in turn.
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:1kb
    • 提供者:天天团
« 12 3 4 5 »
搜珍网 www.dssz.com