搜索资源列表

  1. HuffmanCode

    0下载:
  2. 一个基于JAVA的huffman编码压缩源码。-Huffman code.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-16
    • 文件大小:12288
    • 提供者:yxj
  1. 4100608-wuxudong-HuffmanCode

    0下载:
  2. 哈夫曼编码的python 解决。 挺简单的,python的效率挺高的。各位看看,能有更好的可以联系我-buffman code
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:sunman
  1. huffmancode-0.1

    0下载:
  2. 构造霍夫曼树 ////////////////////// //根据权重生成霍夫曼树 //weight 权重数组 //n 权重数组长度 //NewTree 新生成的霍夫曼树 void createHFMTree(int* weights,int n,BinaryTree<int>& NewTree) { //初始化堆 MinHeap<BinaryTree<int>
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:kimikami
  1. HuffmanCode

    0下载:
  2. 这是一个用冒泡法编写的一个C程序,经过调试时可以用的,在霍夫曼编码里会用到,后面我会继续更新,可以下下来直接用的-This is a bubble method to write a C program, can be used after commissioning, will be used in the Huffman coding, behind I will continue to update the can down un
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:wangshanshan
  1. huffmancode

    0下载:
  2. 用matlab实现huffman编码。在matlab里完成统计概率、编码,统计编码效率等。-Huffman coding using matlab. Completed in matlab statistical probability, coding, statistical coding efficiency.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:14336
    • 提供者:pengyuan
  1. huffmancode

    0下载:
  2. 图像的霍夫曼编码,是学习信息论与编码的很好例子-Huffman coding of image is a good example of learning theory and coding
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:李果
  1. HuffmanCode

    0下载:
  2. huffman 编码,能对一个文件里面的字符串进行编码,也能进行反编译-huffman code
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:551936
    • 提供者:lilong
  1. HuffmanCode

    0下载:
  2. 哈夫曼编码解码程序,Visual C++ 2010编译环境,2008也可以-Huffman encode and decode
  3. 所属分类:.net编程

    • 发布日期:2024-05-16
    • 文件大小:8192
    • 提供者:YI
  1. HuffmanCode

    0下载:
  2. 对给定的图像矩阵进行哈夫曼编码,并用matlab实现,求出压缩前后的压缩比-Given image matrix Huffman coding, and using Matlab to achieve compression ratio obtained before and after compression
  3. 所属分类:压缩解压

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:lydia
  1. HuffmanCode

    0下载:
  2. 这是我们团队写的哈弗曼编码与解码的程序,包含文件操作,使用VC++6.0编写的,是学习C语言的很好的实例-This is our team to write the Huffman encoding and decoding process, including file operations, use VC++6.0 written, is a good example to learn C language
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:223232
    • 提供者:tgl
  1. Huffmancode

    0下载:
  2. huffman压缩解压编码,利用huffman生成树生成码字,然后对文本文件编码,之后再解码-Huffman compression decompression code, generated using Huffman tree generated code word, and then to a text file encoding, decoding
  3. 所属分类:压缩解压

    • 发布日期:2024-05-16
    • 文件大小:2816000
    • 提供者:沈冲
  1. HuffmanCode

    0下载:
  2. 基于Huffman tree的加密解密程序-Huffman tree-based encryption and decryption procedures
  3. 所属分类:压缩解压

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:ronnie
  1. HuffmanCode

    0下载:
  2. 一个字符串哈夫曼编码的计算程序。附带一些堆栈的类,可以生成一段文字的哈夫曼编码,并予以显示。-Huffman coding a string calculation program. Classes with some of the stack, you can generate a text Huffman coding, and displayed.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:11264
    • 提供者:孙瑞
  1. HuffmanCode

    0下载:
  2. 程序可以对Huffman树的构造编码实现-Huffman tree structure coding to achieve
  3. 所属分类:压缩解压

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:jihe
  1. HuffmanCode

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

    • 发布日期:2024-05-16
    • 文件大小:27648
    • 提供者:shuipanpan
  1. VCPP-huffman

    0下载:
  2. VC++ 霍夫曼树算法压缩与解压txt文本文件-vc++ huffmancode
  3. 所属分类:软件工程

    • 发布日期:2024-05-16
    • 文件大小:11264
    • 提供者:李雷
  1. huffmancode.doc

    0下载:
  2. 计算 机一共输出多少个哈夫曼编码/霍夫曼编码 计算在删去0灰度级压缩之前的原始图像字节容量 unzipped_delete=i*8   计算压缩比率 计算图像的压缩比率 - Of total output of the computer how many Huffman/Huffman encoding 0 gray level calculated by deleting t
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:30720
    • 提供者:zhaoru
  1. Huffmancode

    0下载:
  2. 给定电文进行哈夫曼编码,给定编码进行哈夫曼译码。要求电文存储在文件1中,编码后的结果存储在文件2中,给定编码存储在文件3中,译码后的结果存储在文件4中-Given message Huffman coding, Huffman decoding given code. The result is stored in the message storage requirements Document 1, the encoded file
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:闫铭浩
  1. HuffmanCode

    0下载:
  2. 赫夫曼编码,能够将任意的字符通过赫夫曼编码转换为相应的01序列,并能够读取01序列将其译码成所需的字符文件。-Huffman coding, any character can be converted by means of Huffman coding sequence corresponding to 01 and 01 can read the sequence desired to be decoded into charac
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:Jerry
  1. huffmancode

    0下载:
  2. 利用最小堆编程实现给定权值集合下构造相应霍夫曼树的算法,并解决以下问题: 有一电文共使用五种字符a,b,c,d,e,其出现频率依次为4,7,5,2,9。 (1)构造对应的编码哈夫曼树(要求左子树根结点的权小于等于右子树根结点的权)。 (2)给出每个字符的哈夫曼编码。 (3)译出编码系列11 00 011 10 00 10 10 11的相应电文。 -With a minimum heap programming und
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:DawnMao
« 1 2 3 4 5 67 »

源码中国 www.ymcn.org