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

搜索资源列表

  1. Algorithm

    0下载:
  2. JAVA中常用到的算法总结,包括HUFFMAN等-the algarithom of java,is be usefull for programming.....
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:228596
    • 提供者:陆克彬
  1. Huffman

    0下载:
  2. 1.要求对文件进行Huffman编码的算法,以及对一编码文件进行解码的算法 2.熟练掌握二叉树的应用 -1. Requested documents Huffman coding algorithm, as well as an algorithm to decode encoded files 2. Familiar with the application of binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:159066
    • 提供者:wang
  1. Huffman

    0下载:
  2. 信息论huffman编码算法,控制台版-Information Theory huffman coding algorithm, the console version of ......
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-10
    • 文件大小:2070334
    • 提供者:李东辉
  1. vc-Huffman-encoding

    1下载:
  2. 这是一个关于哈弗曼编码的程序,里面包含了一些算法,对于哈弗曼编码理解非常有用!-this is a procedure about Huffman-encoding,some algorithm include!very useful for you to understand the Huffman-encoding!
  3. 所属分类:Data structs

    • 发布日期:2014-12-08
    • 文件大小:894976
    • 提供者:lianshao
  1. huffman

    0下载:
  2. 用于实现c语言数据结构中哈夫曼编码的算法,并构造哈夫曼树-C language data structure used to implement the Huffman coding algorithm, and construct the Huffman tree
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:106592
    • 提供者:于鑫
  1. huffman

    0下载:
  2. 在解某些判定问题时,利用哈夫曼树获得最佳判定算法。输入学生人数和0-59、60-69、70-79、80-89、90-100各等级分布比例,输出比较次数。-Determined in the solution of certain problems, determine the best use of the Huffman tree algorithm. Enter the number of students and 0-59,60-69,70-79,80-89,90-100 distribu
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1324
    • 提供者:赵明敏
  1. huffman_new

    0下载:
  2. huffman algorithm in c-huffman algorithm in c++
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1186
    • 提供者:veda
  1. 06treesbinarytrees

    0下载:
  2. 树和二叉树用途非常广发,有名的哈夫曼算法就可以用来制作压缩软件,大家好好好学习-Binary tree and uses a very widely distributed, well-known Huffman algorithm can be used to create compression software, we take a good learning
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:395394
    • 提供者:vans
  1. Huffman

    0下载:
  2. 实现了霍夫曼编码,算法经典,代码简洁,稳定性高-Implements Huffman coding, the classical algorithm, code simplicity, high stability
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-19
    • 文件大小:5320706
    • 提供者:zhangshuhao
  1. Huffman

    0下载:
  2. 哈弗曼编码,是平衡最小二叉树的经典例子,在加密算法中有广泛的运用-Ha Fuman coding, the binary tree is a classic example of the minimum balance in the encryption algorithm widely used in
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:10543
    • 提供者:ticktan
  1. HuffmanClass

    0下载:
  2. 这是我改编的一个Huffman(哈夫曼)算法,通过VS2010测试,绝对能用。。。真给力 !-This is my adaptation of a Huffman (Huffman) algorithm, VS2010 test, absolutely can. . . Haha
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1254
    • 提供者:Zephyr
  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. 数据结构c语言版哈夫曼树算法-Data Structure c-language version of the Huffman tree algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:164563
    • 提供者:huang
  1. hfms

    0下载:
  2. 哈夫曼算法 哈夫曼树的存储和哈夫曼编码的存储 哈夫曼树的结点数-Huffman Huffman algorithm Huffman tree storage and storage nodes Huffman tree
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:26112
    • 提供者:严若林
  1. Huffman

    0下载:
  2. 用哈弗曼算法实现文件的编码,其中利用一个buffer实现完整的编码-By Ha Fuman file encoding algorithm, which uses a buffer to achieve complete coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:367793
    • 提供者:JJWM
  1. Data_Structures_Trees

    0下载:
  2. The folder contains various tree traversal programs, BFS,DFS,Huffman algorithm,and various binary tree programs.
  3. 所属分类:Data structs

  1. Huffman

    0下载:
  2. Huffman Encoding in java. Algorithm is from the basic graphics descr iption
  3. 所属分类:Mathimatics-Numerical algorithms

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

    0下载:
  2. Huffman Text Compression and Decompression Algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2933
    • 提供者:Bharath Bhushan
  1. huffman-compression-algorithm-code

    0下载:
  2. huffman压缩算法代码 huffman压缩算法代码-huffman compression algorithm code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:2627
    • 提供者:Mr.Vergil
  1. Huffman

    0下载:
  2. C语言实现Huffan算法,对图像进行处理-C language Huffan algorithm, image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:2640
    • 提供者:leeyg
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 40 »
搜珍网 www.dssz.com