搜索资源列表

  1. weizhiqing060330

    0下载:
  2. Huffman编码,实现对字符串的压缩与解压-Huffman coding, to achieve string compression and decompression
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1001472
    • 提供者:RR
  1. huff

    0下载:
  2. 利用数据结构的二叉树概念编写的MATLAB程序实现HUFFMAN编码。-Binary tree data structure using the concept of the preparation of the MATLAB program Huffman coding.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:沈少云
  1. huffman

    0下载:
  2. 建立huffman树,并进行huffman编码.-Huffman tree establishment and huffman encoding.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:ruanlingxi
  1. Huffman

    0下载:
  2. 图像处理中使用HUFFMan编码。主要针对灰度图像-Image processing using Huffman coding. Target gray image
  3. 所属分类:图形图像处理(光照,映射..)

  1. Huffman

    0下载:
  2. 设计一个哈夫曼编码/译码系统,对一个文本文件中的字符进行哈夫曼编码,生成编码文件(压缩文件,后缀名.cod); 反过来,可将一个压缩文件译码还原成一个文本文件(.txt)。-The design of a Huffman encoding/decoding system, to a text file of characters Huffman encoding, to generate encoded file (compress
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:haitty1009
  1. yi

    0下载:
  2. huffman 编码,能过该程序,你可以轻松的进行哈夫曼编码 -huffman coding, can lead the program, you can easily carry out the Huffman coding
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:
  1. comp

    0下载:
  2. 算术编码,熵编码,HUFFMAN编码的MATLAB实现。-Arithmetic coding, entropy coding, HUFFMAN encoded MATLAB to achieve.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:48128
    • 提供者:王若
  1. huffman

    0下载:
  2. matlab 实现对整篇文章进行huffman压缩编码的源程序-matlab achieve whole article to the source huffman coding
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:chenhao
  1. huffman

    0下载:
  2. huffman编码的C语言实现,调试通过-huffman encoding the C language, debugging through
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:cantianpo
  1. Huffman

    0下载:
  2. 数据结构与算法 哈弗曼编码 算法-Data structure and algorithm coding algorithm哈弗曼
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:夏涛
  1. Huffman

    0下载:
  2. 思路清晰的Huffman编码,经过修改,经典-Clear idea of Huffman coding, modified, classic
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:34816
    • 提供者:Vincent
  1. huffman

    0下载:
  2. huffman编码表。 编写JPEG文件可以使用。-huffman encoding table. JPEG files can be used to prepare.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:381952
    • 提供者:waydon
  1. HUFFMAN

    0下载:
  2. 哈夫曼编码的matlab仿真程序,并分析哈夫曼编码性能-Huffman coding matlab simulation program and to analyze the performance of Huffman Coding
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:wuyinkui
  1. huffmanC

    0下载:
  2. huffman编码的c++实现源码,内有详细说明。-huffman encoding c++ achieve source, which is described in detail.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:542720
    • 提供者:刘亦羽
  1. wushizhenbianchangbianma

    0下载:
  2. 【转载】介绍了shannon和huffman编码的基本原理及MATLAB实现方法-[转载] shannon and introduce the basic principles of huffman encoding method and MATLAB
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:41984
    • 提供者:李琉星
  1. huffman

    0下载:
  2. 输入一段英文字符,试为该文中的每个字符编制相应的哈夫曼码。 (1)I:初始化(Initialization)。对输入的一段英文中的每个字符统计其权值,建立哈夫曼树; (2)E:编码(Encoding)。利用已建好的哈夫曼树,对每个字符进行编码。 (3)D:译码(Decoding)。利用已建好的每个编码,对输入的一个由0、1组成的序列进行译码; (4)P:印代码文件(Print)。将每个字符编的哈夫曼码和译码结果显示在
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:alic
  1. huffman

    0下载:
  2. huffman 树的创建和实现对元素进行huffman编码,本次试验在程序设计方面较之前次实验容易些,但在尝试用动态申请结构数组空间来设计程序时却没有成功-huffman tree to create and realize huffman coding of elements, the test procedure design easier than the previous experiment, but try to use t
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:wang
  1. huffman

    0下载:
  2. 用哈夫曼编码实现文件压缩和解压缩. 压缩过程的实现:1创建Haffman树 2打开需压缩文件 3将需压缩文件中的每个ascii码对应的haffman编码按bit单位输出 4文件压缩结束 -Huffman coding with file compression and decompression realize. Compression process to achieve: one t
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:325632
    • 提供者:林雨寒
  1. Huffman

    0下载:
  2. 用Huffman编码进行的加密,解密程序-Huffman coding with the encryption, decryption procedures
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:992256
    • 提供者:da
  1. lWT-huffman

    0下载:
  2. 用提升方法实现小波任意级数分解,并对分解系数进行huffman编码,并解码-Methods used to enhance the realization of arbitrary wavelet series decomposition, and decomposition coefficients huffman encoding and decoding
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:56320
    • 提供者:andy
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

源码中国 www.ymcn.org