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

搜索资源列表

  1. huffman 方案3

    0下载:
  2. huffman 编码译码器的实现。可以完整实现由用户输入字母进行编码和译码,使对网络通信的模拟-Huffman coding decoder realized. Integrity can be achieved by user input letters coding and decoding, the analog network communication
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:41.07kb
    • 提供者:bob
  1. huffman另类方案

    0下载:
  2. huffman 编码译码另类方案 ,所有权值有用户自定义,方便用户使用和自行决定-Huffman encoding decoding an alternative plan, ownership values are user-defined, user-friendly and to decide
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:44.91kb
    • 提供者:bob
  1. Huffman

    0下载:
  2. huffman编码,输入对应的概率,可以输出码字和码长-Huffman coding, the probability of imported counterparts, can export code and code length
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:10.78kb
    • 提供者:徐晨
  1. 用于文件压缩的huffman算法

    1下载:
  2. 用哈夫曼编码编的压缩和解压缩的程序的源代码,在网上选的。-encoded using Huffman compression of the program's source code, on-line election.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:13.5kb
    • 提供者:张雷
  1. huffman解压缩

    0下载:
  2. 运用huffman编码的解压缩程序,能压缩任何格式的文件,但是压缩比不是最理想-use Huffman coding decompression procedures can be compressed files in any format, but not the best compression ratio
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3.3kb
    • 提供者:陈帅
  1. perfect code

    0下载:
  2. 这个程序用来实现HUFFMAN编码及译码,程序小巧而实用-the procedures used to achieve HUFFMAN encoding and decoding, compact and practical procedures
  3. 所属分类:CSharp

    • 发布日期:2017-11-23
    • 文件大小:1.98kb
    • 提供者:马栋
  1. huffman

    0下载:
  2. 编写完整的系统,要求具有以下功能: 1、 I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存入文件hfmTree中。 2、 E:编码(Encoding)。利用以建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 3、 D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件TextFile
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:312.77kb
    • 提供者:张亦楠
  1. rai033(huffmanovo_kodovani-ZMD)

    0下载:
  2. This aplication show what use huffman´ s coding/decoding.
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:50.46kb
    • 提供者:AoD
  1. Huffman~

    0下载:
  2. 树的哈夫曼编码。在文档文件中每行以“a:”“b:”的形式输入多个字符及其出现频率。在界 面上点击获取编码,界面上输入数字进行哈夫曼的编码,输入字母可以实现哈夫曼的译码。输入错误字符是提示输入有误。-Huffman tree. Each line in the document file to " a:" " b:" Enter the number of characters in the form of its frequency. Click for
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:171.87kb
    • 提供者:项链
  1. Huffman-coding

    0下载:
  2. 哈夫曼编码(Huffman Coding)是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。uffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长 度最短的码字,有时称之为最佳编码,一般就叫作Huffman编码。 -Image Huffman coding
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:352.04kb
    • 提供者:宋杰
  1. Huffman-Compress

    0下载:
  2. This is c# code to compress files by huffman algorithm.
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:1.43mb
    • 提供者:kourosh
  1. Huffman-Fano-LZW-Shannon-CSharp

    0下载:
  2. this Source Code in Programed in C# and complete C# project is uploaded... 4 codding algorithms are programmed, huffman LZW fano and shannon-this Source Code in Programed in C# and complete C# project is uploaded... 4 codding algorithms are
  3. 所属分类:CSharp

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

    0下载:
  2. 哈夫曼数的建立,针对大学二年级的学生可以下载并使用-Huffman number of the establishment, for sophomore students can download and use
  3. 所属分类:CSharp

    • 发布日期:2017-12-05
    • 文件大小:5.36kb
    • 提供者:刘某
  1. HUffman

    0下载:
  2. 实现哈弗曼编码的C语言程序,输入字符及权值完成编码-C language program, the Huffman coding input characters and weights encoded
  3. 所属分类:CSharp

    • 发布日期:2016-01-26
    • 文件大小:2kb
    • 提供者:dsz
  1. huffman

    0下载:
  2. c语言实现霍夫曼信源编码,本人以验证可以完成文字图像编码解码!-c language source coding Huffman
  3. 所属分类:CSharp

    • 发布日期:2017-12-01
    • 文件大小:3.75mb
    • 提供者:wangyaxiong
  1. Huffman

    0下载:
  2. 哈夫曼编码设计 掌握树和二叉树的概念及工作原理,运用其原理及概念完成上述实验题中的内容。 -Huffman trees and binary code design to grasp the concept and principle, to use its principles and concepts in the above experiment of the content.
  3. 所属分类:CSharp

    • 发布日期:2017-11-30
    • 文件大小:33.73kb
    • 提供者:天溟
  1. huffman.c

    0下载:
  2. Huffman编码属于熵编码的方法之一,是根据信源符号出现概率的分布特性而进行的压缩编码。 Huffman编码的主要思想是:出现概率大的符号用短的码字表示;反之,出现概率小的符号用长的码字表示。 Huffman编码过程描述: 1. 初始化: 将信源符号按出现频率(或概率)进行递增顺序排列,输入集合L 2. 重复如下操作直至L中只有1个节点: (a) 从L中取得两个具有最低频率(或概率)的节点,为它们创建一个父节点; (b) 将它们的频率和(或概率和)赋给父结点,并
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:5.85kb
    • 提供者:mousejohn
  1. huffman

    0下载:
  2. 用模板类实现哈弗曼编码,及二叉树的基本数据结构操作。-Template class that implements the Huffman coding, and basic binary tree data structure operations.
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:214.85kb
    • 提供者:林子昂
  1. huffman

    0下载:
  2. 哈夫曼编码,构建哈夫曼树,以及哈夫曼译码-Huffman coding, to build the Huffman tree, and Huffman decoding
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:627byte
    • 提供者:刘明
  1. Huffman-coding

    0下载:
  2. 用huffman编码实现的文本压缩用compress进行压缩用uncompress进行解压缩-Huffman coding used to achieve the compression used compress text compression used for decompression uncompress
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:32.5kb
    • 提供者:邹宜然
« 12 3 4 5 »
搜珍网 www.dssz.com