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

搜索资源列表

  1. SomeAlgorithmsSourceCodeInJava

    0下载:
  2. 算法源码集合:有hash表、笛卡尔集、哈弗曼树、矩阵乘法、快速排序-algorithm source code pool : hash tables, Descartes sets, Hafuman tree, matrix multiplication, fast scheduling, etc.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1110873
    • 提供者:杨昆
  1. Huffmancodeandreport

    0下载:
  2. C++实现的哈弗曼编码,并有流程图(1)I:初始化(Initialization)。从指定的英文文件中Sourcefile.txt读取数据,根据文件内容统计的字符的频度,建立哈夫曼树。 (2)E:编码(Encoding)。利用已经建好的哈夫曼树进行编码,并将每个字符的编码写入文件HuffCode.txt中保存。 (3)C:压缩(Compress)。根据HuffCode.txt中编码对文件Sourcefile.txt进行重新编码,并将重新编码后的内容写入文件CodeFile.txt中。
  3. 所属分类:WEB源码

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

    0下载:
  2. 该压缩包是描述数据结构与算法中的哈弗曼树的Java源程序,可以直接导入Eclipse即可查看效果-The compressed packet is to describe data structures and algorithms in the Java source tree哈弗曼can be directly into Eclipse to see the effect of
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:44694
    • 提供者:吴旭
  1. huffman

    0下载:
  2. JAVA哈弗曼算法,对初学者有帮组,其实哈弗曼树比较容易懂。-JAVA Havermann algorithm, there are help groups for beginners, in fact, relatively easy to understand Havermann tree.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:44699
    • 提供者:fdaf
  1. Huffmanjava

    0下载:
  2. 利用JAVA程序,接受输入的字符串,输出对应的哈弗曼编码 -Accepting the String imported from keyboard ,then export the huffman code of a correspondence.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:6026
    • 提供者:许陈晨
  1. HuffmanCompression

    0下载:
  2. 利用哈弗曼树实现的压缩解压缩,包含文件夹的压缩-Used to achieve compression Havermann tree extract that contains the folder compression
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:366500
    • 提供者:
  1. Classes

    0下载:
  2. 算法实验 其中包括 N后问题 最短路径 哈弗曼编码 归并排序-Algorithm after the experiment including the N shortest paths problem Havermann code mergesort
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-17
    • 文件大小:4440063
    • 提供者:边缘细线
  1. haffmancode

    0下载:
  2. 哈弗曼编码,使用JAVA实现,具体功能参见HAFFMAN文件内的实现-HAFFMANCODE
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:9907
    • 提供者:zhj
  1. src

    0下载:
  2. 哈弗曼编码译码器. 根据读取的文本内容进行编码. 可以压缩中文 !!! 可以打开txt文本 图形界面,操作简单.-Huffman codec. According to encode the text to read. Can be compressed in Chinese!!! Can open txt text graphical interface, easy operation.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:61819
    • 提供者:crw
  1. 0

    0下载:
  2. 哈弗曼编码与解码,实现解码与编码功能,希望对你有帮助。-hafuman
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:21562
    • 提供者:黄亮
  1. Test

    0下载:
  2. 哈夫曼树编码,输出文字出现次数及对应的哈弗曼编码-Huffman tree coding, the output frequency and the corresponding text appears encoding Hafu Man
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:901
    • 提供者:Jania
  1. huffman

    0下载:
  2. 哈弗曼编译码器,可编译码、查单词出现频率、显示哈夫曼树、显示编码表-Ha Fuman codec can be encoding and decoding, checking the frequency of the word, showing Huffman tree coding table shown
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:23178
    • 提供者:
  1. huffmancoding

    0下载:
  2. 基于改进的哈弗曼算法解决哈弗曼编码的java实现。 java代码实现: 1、利用哈夫曼编码进行信息通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(既可以双向传输信息的信道),每端都需要一个完整的编/译码系统。本次设计就是为这样的信息收发写的一个哈夫曼的编/译码器; 2、本项目程序中,用户可以输入键盘中的任意字符,长度为任意长,字符输入顺序不限,且允许出现重码;
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:21872
    • 提供者:TOM_kill
  1. binaryTreeaMST

    0下载:
  2. 用java语言实现的基于图的Prim算法,实现最小生成树的生成。以及一些二叉树算法的实现,比如哈弗曼编码-Using java language of Prim' s algorithm is based plans to achieve the minimum spanning tree generation. And some of the binary tree algorithm, such as Ha Fuman coding
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:6756
    • 提供者:zhuling
  1. Harvard

    0下载:
  2. 哈弗曼编码 使用JAVA实现 精确简洁 使用最小的空间实现最全的功能-The Huffman coding using JAVA achieve accurate and simple to use minimal space to achieve the most complete functionality
  3. 所属分类:Java Develop

    • 发布日期:2017-12-09
    • 文件大小:13722
    • 提供者:suntianhong
  1. hfmjava

    0下载:
  2. 哈弗曼算法实现图片压缩,功能可以实现,且界面化,对于bmp图压缩效果较好-Huffman compression algorithm pictures
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:8249
    • 提供者:lee
  1. test

    0下载:
  2. 哈弗曼编码,读文件,然后生成加密文件,还可以解密。图形界面的。- Harvard, coding, read files, and then generate encrypted files, can also be declassified. The graphical interface.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:4604
    • 提供者:孙莹
  1. hafumanbianmaqi

    0下载:
  2. 该程序提供了一个哈弗曼编码器,代码有详细的注释,很容易看懂-The program provides a Hafu Man encoder, the code has detailed notes, it is easy to understand
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3489
    • 提供者:dun308406
  1. huffman

    0下载:
  2. 哈弗曼树的实现。数据结构实验课程安排。本人写的 可以使用过-huffman tree
  3. 所属分类:Applet

    • 发布日期:2017-05-04
    • 文件大小:164976
    • 提供者:李环宇
搜珍网 www.dssz.com