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

搜索资源列表

  1. HuffmanTest

    0下载:
  2. 利用java实现霍夫曼编码及其查找的源码-Java use of the Huffman code and find the source
  3. 所属分类:Jsp/Servlet

    • 发布日期:
    • 文件大小:65107
    • 提供者:fanyinghao
  1. HufEncoding

    0下载:
  2. java 实现读取英语文章,建立二叉树,程序自动统计每个个字母的使用频率(中序遍历输出每个字符),最后输出所有字母的以二进制表示的哈夫曼编码。-java read articles in English, the establishment of a binary tree, the program automatically statistical frequency of use of each letter (the preorder output for each character),
  3. 所属分类:Java Develop

    • 发布日期:2017-11-21
    • 文件大小:821
    • 提供者:gcl
  1. GreedyAlgorithm

    0下载:
  2. Prim,Kruskal,Dijkstra 三个算法的java统一界面实现,可以用同一个界面以及公用一些类与变量,最后还有哈弗曼算法实现,可以作为学习算法的好例子-Prim, Kruskal, Dijkstra algorithm java three unified interface to achieve, you can use the same interface as well as public classes and variables, and finally Huffman a
  3. 所属分类:Data structs

    • 发布日期:2017-12-04
    • 文件大小:543755
    • 提供者:lishanmin
  1. HuffmanCoding

    0下载:
  2. Huffman Coding in Java
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-11
    • 文件大小:1139
    • 提供者:nekk1
  1. BinaryTree

    0下载:
  2. 用Java实现的求哈夫曼树算法,包括生成哈夫曼树的详细过程-In the Java implementation algorithm and Huffman tree detailed process including Huffman tree is generated
  3. 所属分类:Applet

    • 发布日期:2017-03-27
    • 文件大小:1413
    • 提供者:李阳
  1. voicebroadcastsource

    0下载:
  2. 这个源代码实现了java对声音的处理播放过程,由于程序代码的简洁易懂,对java的爱好者和入门者又很大的帮助,希望大家喜欢-In the Java implementation algorithm and Huffman tree detailed process including Huffman tree is generated
  3. 所属分类:Applet

    • 发布日期:2017-04-10
    • 文件大小:1386
    • 提供者:李阳
  1. HuffmanCode

    0下载:
  2. 哈夫曼编码,java写的程序,能够让读者很明白编码的过程,迅速掌握其精髓所在-huffman coding
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-26
    • 文件大小:27684
    • 提供者:shuipanpan
  1. HuffmanCode

    0下载:
  2. 对任意输入的字符串,生成哈夫曼树,并进行哈夫曼编码。-To implement Huffman coding on Java.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-12
    • 文件大小:1040
    • 提供者:John
  1. HuffmanCoding

    0下载:
  2. 采用java实现的huffman编解码,打开后HuffmanMain.java为主程序-Huffman codec using java implementation, open the main program after HuffmanMain.java
  3. 所属分类:Audio program

    • 发布日期:2017-04-15
    • 文件大小:5972
    • 提供者:熊翘楚
  1. HuffmanTree

    0下载:
  2. 使用java实现的哈夫曼编码,中序遍历树结构,算法作业-Use java achieve Huffman coding, in order to traverse the tree structure, algorithms job
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1048
    • 提供者:在于
  1. hfm

    0下载:
  2. java写的哈弗曼编码,包括一个节点类和一个编码的类-Huffman coding java to write, including a node class and a coding class
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:1788
    • 提供者:zhouyifan
  1. Greedy_Huffman

    0下载:
  2. 哈夫曼树的Java实现, 哈夫曼树又叫做最优二叉树,是一种带权值路径最短的树,这种树在信息检索等方面都很重要。-Huffman tree Java implementation, optimal binary tree Huffman tree is also called, is a weighted value of the shortest path tree, this tree is very important in information retri and so on.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:7494
    • 提供者:qhaoly
  1. Compressor-master

    0下载:
  2. java实现的fan和huffman压缩解压算法-Implement Fan and huffman algorithm with Java
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-29
    • 文件大小:156857
    • 提供者:Lv Sean
  1. Huffmm

    0下载:
  2. java语言实现哈夫曼编码的过程,算法设计与分析课程中一个重要的算法源代码-Process java language Huffman coding, algorithm design and analysis course is an important algorithm source code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1754
    • 提供者:Peopeo
  1. the-way-of-creating-huffaman-code

    0下载:
  2. 对哈弗慢树的构造,哈弗慢编码的Java源代码,以及实际的实现例子-the way of creating huffman code
  3. 所属分类:Data structs

    • 发布日期:2017-12-11
    • 文件大小:8109
    • 提供者:依力亚尔
  1. test

    0下载:
  2. Java实现哈夫曼编码效果,通过文件形式得到结果。(Java implementation of Huffman coding)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:41245696
    • 提供者:hedgehogwinter
« 1 2 3 4 5 6 7»
搜珍网 www.dssz.com