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

搜索资源列表

  1. huffmancode.rar

    0下载:
  2. 所属分类:其它

    • 发布日期:
    • 文件大小:1.02kb
    • 提供者:
  1. huffmancode

    0下载:
  2. 我编的一个哈夫曼编码-Part I of a Huffman coding
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.29kb
    • 提供者:周欢
  1. huffmancode

    0下载:
  2. 一个huffman 树的完整算法。用链表实现的c++源程序
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.56kb
    • 提供者:zz
  1. HuffmanCode

    0下载:
  2. 实验3:二叉树的应用--构造赫夫曼树 1、实验目的:掌握二叉树的性质及赫夫曼树的构造。 2、实验要求:根据任意给定若干结点的权值,构造一棵最优二叉树并给出对应的编码。
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:258.19kb
    • 提供者:用途解放
  1. huffmancode

    0下载:
  2. 哈夫曼编码程序,实现计算编码学中哈夫曼编码程序的源代码。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.12kb
    • 提供者:soarhh
  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. HuffmanCode

    0下载:
  2. 哈夫曼编码完整代码 数据库学习中使用 仅供参考-huffman code platform visrual c++ visrual studio
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1.68kb
    • 提供者:长小妖
  1. c

    0下载:
  2. 这是哈弗曼吗的编码与译码程序,下载之后用visual c++ 打开-this is a program about HuffmanCode。please use visual c++ to open it.
  3. 所属分类:Other systems

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

    0下载:
  2. hufffmanCode 可以完成任意长度的编码-HuffmanCode
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1.83kb
    • 提供者:jjl
  1. HuffmanCode

    0下载:
  2. 通过哈夫曼树对字符进行编码,并能把哈夫曼码解码成比特流-Through the Huffman coding tree for the characters, and can decode Huffman codes into a bit stream
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:1.8kb
    • 提供者:萧月
  1. huffmancode

    0下载:
  2. 哈弗曼编码。输入需要编码的大小写字符即可得出各个字符的编码-Havermann coding. Enter the desired case characters can be encoded in various character encoding obtained
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1.24kb
    • 提供者:miwua
  1. HuffmanCode

    0下载:
  2. 哈夫曼编码,可以编码几乎所有的字符,同时还可译码-Huffman coding, can be coded almost all of the characters, while also decoding
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1.57kb
    • 提供者:小胡
  1. huffmancode

    0下载:
  2. 通过哈夫曼算法实现哈夫曼树编码,成功压缩和解压缩文件-Huffman code
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:147.16kb
    • 提供者:LiLei
  1. huffmancode

    0下载:
  2. 哈弗曼编码、解码,使用vc++实现,输入字符串得出树形并编码-Havermann coding, decoding, using vc++ implementation and coding input strings drawn tree
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1.61mb
    • 提供者:刘龙
  1. HuffmanCode

    0下载:
  2. 利用Huffman编码实现对文件的的高效压缩,包括全部的编解码程序-Huffman Coding Using efficient compression of files, including all the coding and decoding process
  3. 所属分类:File Operate

    • 发布日期:2017-04-06
    • 文件大小:479.79kb
    • 提供者:张志林
  1. HuffmanCode

    0下载:
  2. (1)鼠标输入一个待压缩短文本文件,统计文本文件中各字符的个数作为权值,生成哈夫曼树。 (2)将文本文件利用哈夫曼树进行编码。 (3)把哈夫曼编码用二进制位紧缩到一个变量中,利用位运算进行真正的数据压缩。 (4)界面友好,易于操作,采用菜单方式进行选择。 -(1) the mouse to enter a short text file to be compressed, statistics text file as the number of characters in t
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1.81mb
    • 提供者:
  1. HuffmanCode

    0下载:
  2. 给定任意个不同权值,使用最优二叉树得到前缀码,实现赫夫曼编码-Given any number of different weights, the optimal binary tree of prefix codes, the Huffman coding
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:13.75kb
    • 提供者:郑青青
  1. Huffmancode

    0下载:
  2. 一个强大的例子。简洁的窗体和类设计非常适合新手c#实现的huffman编码与压缩-A powerful example. Huffman encoding and compression simple form and class design is ideal for novice c#
  3. 所属分类:CSharp

    • 发布日期:2017-12-06
    • 文件大小:49.9kb
    • 提供者:彭爱华
  1. HUFFMANCODE

    0下载:
  2. program HUFFMANCODE uses algorithm Gzip and dflate compression. you can check algorith
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-10
    • 文件大小:466.16kb
    • 提供者:le ngoc thuy
  1. Huffmancode

    0下载:
  2. 对一批数据进行数据压缩,采用的方法是常规的huffmancode-The batch of data for data compression, the method is a conventional huffmancode
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-26
    • 文件大小:12.61kb
    • 提供者:chenwei
« 12 »
搜珍网 www.dssz.com