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

搜索资源列表

  1. datastructure

    0下载:
  2. 赫夫曼树编码 VC 源程序 界面开发 Huffman coding Huffman decoding 函数-Huffman tree visual c++
  3. 所属分类:CSharp

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

    0下载:
  2. 这是一个关于霍夫曼编码与解码的c语言程序,功能强大,且使用-This is a Huffman encoding and decoding on the c-language program, powerful, and the use of
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:3034
    • 提供者:李杰
  1. Huffman

    0下载:
  2. 哈弗曼编码,解码的使用,Visual C-Ha Fuman encoding and decoding using, Visual C++
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:182181
    • 提供者:sunxiyan
  1. Huffman

    0下载:
  2. 请根据已知内容设计其中出现的字符的赫夫曼编码。 用设计出的赫夫曼编码对上面这段英文内容进行编码和译码 -Designed according to the contents of which are known to occur in the character of the Huffman encoding. Huffman coding with the design of this English content on the above encoding and decoding
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:10257
    • 提供者:zbs
  1. binaryTree

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

    • 发布日期:2017-04-05
    • 文件大小:171239
    • 提供者:项链
  1. JiSuanQi

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

    • 发布日期:2017-04-06
    • 文件大小:189371
    • 提供者:项链
  1. Huffman

    0下载:
  2. 该算法可以实现huffman编码和解码,并在vc6.0环境下编译通过-The algorithm can huffman encoding and decoding, and in the environment compile vc6.0
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:1546
    • 提供者:鲁蔷
  1. huffman

    0下载:
  2. 哈弗曼树编码,给定电文进行哈夫曼编码,给定编码进行哈夫曼译码。要求电文存储在文件1中,编码后的结果存储在文件2中,给定编码存储在文件3中,译码后的结果存储在文件4中。-Ha Fuman tree coding, given the message to Huffman coding, Huffman coding given decoding. Requested message is stored in the file 1, the encoded result is stored in a
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1755
    • 提供者:吴芳
  1. Huffman

    0下载:
  2. 数据的哈夫曼编码和解码程序,上次发的程序有错误,这个是改正版。-Huffman encoding and decoding of data procedures, the procedures made an error last time, this is the correct version.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:5583
    • 提供者:YinWenjie
  1. haffman

    0下载:
  2. 数据结构试验哈夫曼编码译码系统源码数据结构试验哈夫曼编码译码系统源码-Experimental data structure Huffman decoding system source code
  3. 所属分类:Data structs

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

    0下载:
  2. 实现Huffman编码、解码功能。 主函数的流程:定义Huffman树T并初始化T。提示手动输入文本文件或者加载 已存在的文本文件,然后程序进入主菜单Main Menue(),根据输 入的选择项调用相应的函数、实现相应的逻辑功能。-Achieve Huffman encoding, decoding functions. The main function of the process: Define Huffman tree T and initialize T. P
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:74888
    • 提供者:eve
  1. huffman

    0下载:
  2. 本程序可实现哈弗曼数的建立,并对输入的数据和权值进行赫夫曼编码和译码-This procedure enables the establishment of several Hafu Man, and the input data and weights for Huffman encoding and decoding
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2333
    • 提供者:侯志
  1. Huffman

    0下载:
  2. 数据结构中哈夫曼编码和解码以及排序的程序实现,用c来实现的-Data structure, and Huffman encoding and decoding procedures for sorting implementation to achieve with the c
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:2769
    • 提供者:LT
  1. huffman

    0下载:
  2. (1)根据所给的字符建立出哈夫曼树并由此获得哈夫曼编码,同时将哈夫曼编码存入hfmTree.txt文件中。 (2)利用建立好的哈夫曼编码将所给的文件编码,同时存入CodeFile.txt文件中。 (3)利用哈夫曼树及其编码将文件CodeFile.txt中的密码解码。同时将所需解码的文件以50字为一行输出,并输出解码后的文件。 -(1) According to the character of the establishment of a Huffman tree and thus
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:305799
    • 提供者:小缪子
  1. huffman

    0下载:
  2. 实现赫夫曼输的编码和译码功能把生成的树保存在一个文本里,编译时从中读取并编译-Implement Huffman encoding and decoding functions lose the generated tree stored in a text, the compilation from which to read and compile
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:2039
    • 提供者:萧佳
  1. Huffman-Code

    0下载:
  2. 把story.txt转换为code.txt,然后读取code.txt,转换为decoding.txt,模拟了哈夫曼编码、译码的过程。-The story.txt into code.txt, then read code.txt, converted to decoding.txt, to simulate the Huffman coding and decoding process.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:17767
    • 提供者:kevin
  1. Huffman--coding-and--decoding

    0下载:
  2. 根据《数据结构》(严蔚敏)提供的算法,编写的HUFFMAN编译码程序,工行能做了一定的扩展。 可实现以下功能: (1)输入一段字符串,统计其中每个字符的频度 (2)求每个字符的HUFMAN-CODE (3)对(1)中的字符串译码 (4)对(3)中的译码再解码.-huffman coding and decoding program
  3. 所属分类:Data structs

    • 发布日期:2017-03-21
    • 文件大小:8527
    • 提供者:lsh
  1. Huffman-encoding-and-decoding-tree

    1下载:
  2. 哈夫曼树编码解码,在程序中使用树结构,实现哈夫曼树,核心类:树结构类哈夫曼编解码器类;文本处理类;主程序类-Huffman encoding and decoding tree, the tree structure used in the program to achieve Huffman tree, the core categories: tree class class Huffman codec text processing classes main categories
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2014-12-08
    • 文件大小:8780800
    • 提供者:李聪
  1. Huffman

    0下载:
  2. 哈夫曼编码 对电文进行编码 和解码功能 Huffman编码译码_模板_半空-Huffman coding to encode and decode messages Huffman coding and decoding _ _ empty template
  3. 所属分类:Data structs

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

    0下载:
  2. 对任意输入的一段英文,为每个字符编制其相应的赫夫曼编码;并利用该编码为任意输入的0、1序列进行解码. 基本要求:一个完整的系统应具有以下功能: (1)初始化 从终端读入一段英文字符,统计每个字符出现的频率,建立赫夫曼树,并将该树存入某文件; (2)编码 利用建好的赫夫曼树对各字符进行编码,用列表的形式显示在屏幕上,并将编码结果存入另一文件中; (3)解码 利用保存的赫夫曼编码,对任意输入的0,1序列能正确解码; -Section for any input in Eng
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:12713
    • 提供者:何杰
« 1 2 3 4 5 6 78 9 10 11 12 ... 29 »
搜珍网 www.dssz.com