搜索资源列表

  1. huffman

    0下载:
  2. 基于单片机的数据压缩算法的实现-Huffman算法-Based on single-chip data compression algorithm Algorithm-Huffman
  3. 所属分类:单片机(51,AVR,MSP430等)

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

    0下载:
  2. 哈夫曼树的代码实现,包括哈夫曼编码和解码过程。-Huffman code tree, including the Huffman encoding and decoding process.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:171008
    • 提供者:何平
  1. huffman

    0下载:
  2. 用matlab所撰寫的huffman code,裡面沒有使用matlab內建的函示,完全自己撰寫而成,使和初學者練習參考使用.-Using matlab written huffman code, which did not use the matlab built-in letter that is entirely their own written so that beginners practice and their use
  3. 所属分类:压缩解压

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

    0下载:
  2. 图形图像处理之哈夫曼算法完整(VC编译OK)-Graphics Image Processing of Huffman algorithm complete (VC compiler OK)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:4096
    • 提供者:刘海泉
  1. Huffman

    0下载:
  2. 哈夫曼树的建立和哈夫曼编码译码器。用C编写的。是学习数据结构的很好源代码-Huffman tree establishment and Huffman decoder. Prepared by C. Data structure is a good learning source code
  3. 所属分类:其他小程序

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

    0下载:
  2. 哈夫曼编码源程序,可以用于数据压缩的用处-Huffman source coding, data compression can be used for the usefulness of
  3. 所属分类:matlab例程

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

    0下载:
  2. Huffman压缩编码及解码-Huffman coding and decoding
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2024-05-14
    • 文件大小:30720
    • 提供者:
  1. huffman

    0下载:
  2. matlab实现huffman编码 1. norm2huff.m (encoder function) 2. huff2norm.m (decoder function) 3. frequency.m (private function) 4. huffcodes2bin.m (binary rapresentation of huffman codes) 5. huffman_bench1.m (benchma
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-14
    • 文件大小:19456
    • 提供者:lindajillduan
  1. HUFFMAN

    0下载:
  2. HUFFMAN编码在信息论中的应用实例!-Huffman coding in information theory in the application!
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:33792
    • 提供者:王毅诚
  1. HUFFMAN

    0下载:
  2. Huffman编码算法的C语言的源程序代码 (source code written in C programming language for algorithm of Huffman coding).-Huffman coding algorithm of the C language source code (source code written in C programming language for algorithm
  3. 所属分类:书籍源码

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

    0下载:
  2. 此文件为huffman编码的.cpp及.h文件,实现Huffman压缩编码-This document is for huffman coding. Cpp and. H files, realize Huffman Coding
  3. 所属分类:图形图象

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:冯雪
  1. Huffman

    0下载:
  2. Huffman编码,基于VC6.0开发平台,是Huffman于1952年为压缩文本文件建立的。-Huffman coding, based on VC6.0 development platform, is Huffman in 1952 for the compressed text file created.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-14
    • 文件大小:109568
    • 提供者:shen
  1. Huffman

    0下载:
  2. 通信实验指导:哈夫曼编码的matlab实现,有源码和详细文档-Communication experiment guide: Huffman coding matlab to achieve, there are source code and detailed documentation
  3. 所属分类:编程文档

    • 发布日期:2024-05-14
    • 文件大小:63488
    • 提供者:余未
  1. HUFFMAN

    0下载:
  2. 哈夫曼编码和译码,数据结构课程设计的作品-Huffman coding and decoding, data structure course design works
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:又红又专
  1. Huffman

    0下载:
  2. 实现图像的霍夫曼编码压缩以及解压缩的方法-Huffman coding to achieve image compression and decompression methods
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:111616
    • 提供者:王一鸣
  1. Huffman

    0下载:
  2. Huffman 编码 对文件的读入然后根据内容进行编码然后译码-Huffman coding on the document and then read the contents of decoding and then encoding
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:609280
    • 提供者:jiang zhenhua
  1. huffman

    0下载:
  2. 哈夫曼编码:输入一个文本文件(英文文本),剔除其中的非英文字符,并将英文字符统一转化为大写字符,然后统计各个字符的出现概率。创建哈夫曼树,给出编码表(即各字符的码字)及编码效率(带权路径长度)-Huffman Coding: Enter a text file (English version), excluding one non-English characters and English characters converted
  3. 所属分类:其他小程序

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

    0下载:
  2. 哈夫曼的编码译码器, 还附带有压缩跟解压缩的功能。-Huffman coding decoder, but also comes with compression with decompression functions.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:44032
    • 提供者:杨挺
  1. huffman

    0下载:
  2. matlab huffman encoder
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:9216
    • 提供者:sky
  1. huffman

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

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:ruanlingxi
« 1 2 34 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org