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

搜索资源列表

  1. huffman

    0下载:
  2. 静态的哈夫曼编码,从file.txt文件中读取字符,统计,并编码,输出到huffman-u.txt中
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4134
    • 提供者:陈文杰
  1. huffman

    0下载:
  2. matlab实现huffman编码 1. norm2huff.m (encoder function) 2. huff2norm.m (decoder function) 3. frequency.m (private function) 4. huffcodes2bin.m (binary rapresentation of huffman codes) 5. huffman_bench1.m (benchmark) 6. huffman_demo1.m (dem
  3. 所属分类:2D图形编程

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

    2下载:
  2. 设计一个哈夫曼编码/译码系统,对一个文本文件中的字符进行哈夫曼编码,生成编码文件(压缩文件,后缀名.cod); 反过来,可将一个压缩文件译码还原成一个文本文件(.txt)。
  3. 所属分类:其它

    • 发布日期:2014-01-17
    • 文件大小:7265
    • 提供者:haitty1009
  1. huffman

    0下载:
  2. 实现huffman算法的编码与解码,先要建立hufstr.txt作为字符串的输入
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:9175
    • 提供者:雪峰
  1. huffman

    0下载:
  2. 哈夫曼编码的程序 是VC++编的 只是用TXT保存了
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1709
    • 提供者:王烈
  1. Huffman

    0下载:
  2. 哈弗曼编码和译码,完成这项功能 里面以TXT文档输入数据,自己写吧-huffman bianma heyima
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. 模拟霍夫曼树算法过程,在相同目录下建立一个有数据的TXT文件,然后按提示运行-Huffman tree algorithm simulation process, in the same directory data to create a TXT file, and then follow the prompts to run
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:5880
    • 提供者:吴平波
  1. LM_huffman

    0下载:
  2. 本程序在MATLAB环境下,对TXT文档中的字符串进行读取,并进行霍夫曼压缩编码,最终输出压缩后的序列长度和压缩比-This procedure in the MATLAB environment, TXT document on the string for reading, and Huffman coding, the final output of compressed sequence length and compression ratio
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1151
    • 提供者:wan liang
  1. huffman

    0下载:
  2. c版本,Huffman编解码算法演示,其中输入的测试文件可自定以一两句的英文txt文件-c version, Huffman decoding algorithm for demonstration
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4619
    • 提供者:James
  1. Huffman

    0下载:
  2. This file encode a txt file with the Huffman algorithms. It also reconstruct it.
  3. 所属分类:File Operate

    • 发布日期:2017-03-27
    • 文件大小:233677
    • 提供者:Amit Adoni
  1. Huffman

    0下载:
  2. 该仿真程序采用2个码元联合编码的方式对信源数据进行Huffman编码,最后给出了联合编码和单个码元编码以及定长编码的对比分析,并将编码的二进制数据和解码的数据输出为文本文件hcode.txt及hdecode.txt。-matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:19306
    • 提供者:xiaonaughty
  1. hafuman

    0下载:
  2. 实现简单赫夫曼编码,对简单的txt文件进行编译和统计-To achieve a simple Huffman coding, to compile a simple txt file and statistics
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:3094
    • 提供者:许文举
  1. huffman

    1下载:
  2. 对MATLAB软件中已经存在的Shannon.txt文档进行霍夫曼编码,检测霍夫曼编码的编码速率。-On the MATLAB software that already exists Shannon.txt documents Huffman coding, the encoding rate of detection of Huffman coding.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:6775
    • 提供者:史锁兰
  1. Huffman-code-decode

    0下载:
  2. test1.txt中为要读入的英文文章,code.txt为生成的huffman编码,decoded.txt中为根据code.txt中内容解码后的结果。-test1.txt is used to store the article in English to be read, code.txt contains generated the huffman codes, decoded.txt for the contents according to code.txt decoded result
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:19494
    • 提供者:Felix
  1. huffman

    0下载:
  2. 哈弗曼编码译码器 通过建立哈弗曼树,并对其进行编码译码 然后放入相应的TXT文件中-Havermann codecs through the establishment of Havermann tree, and its encoding and then decoding into the corresponding TXT file
  3. 所属分类:Other windows programs

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

    0下载:
  2. 对给定的txt文件进行Huffman编码和解码,并加以分析,采用无记忆信源编码方式-For a given txt files Huffman encoding and decoding, and analyzed, using non-memory source coding method
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:5965
    • 提供者:julia
  1. Huffman-txt

    0下载:
  2. huffman coding for text
  3. 所属分类:Voice Compress

    • 发布日期:2017-04-02
    • 文件大小:5372
    • 提供者:sapphire
  1. huffman

    0下载:
  2. 基于Huffman树的压缩文件及解压文件源代码,可压缩txt,图片,音频等,但txt格式压缩率较高,其他格式压缩不明显(Huffman tree based compressed files and decompression file source code, compressed TXT, pictures, audio, etc., but TXT format compression rate is higher, other formats are not obvious compre
  3. 所属分类:Windows编程

    • 发布日期:2017-12-25
    • 文件大小:1697792
    • 提供者:岚爻
  1. huffman

    0下载:
  2. 可以实现将txt文件进行huffman编码压缩(Txt files can be compressed by Huffman encoding)
  3. 所属分类:数据结构

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:MaybeSilent
  1. huffman

    0下载:
  2. 基于赫夫曼树的压缩算法 二进制读入文件,对txt有较好压缩效果,而对MP4、pdf等已经被处理过的文件格式效果不不明显。但是是初学者很好的学习资料。(The compression algorithm based on Huffman tree Binary read into the file, TXT has a better compression effect, and MP4, PDF has been processed file format effect is not not
  3. 所属分类:压缩解压

    • 发布日期:2018-01-08
    • 文件大小:783360
    • 提供者:絮缘
« 12 3 4 5 6 »
搜珍网 www.dssz.com