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

搜索资源列表

  1. mafuman

    1下载:
  2. 数据结构 哈夫曼编码译码和迷宫 完整代码 课设报告-Huffman coding and decoding data structures and labyrinth design report complete code class
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:516739
    • 提供者:houting
  1. hafumanshu

    0下载:
  2. (1) I:初始化,从终端读入n个字符和n个权值,建立哈夫曼树,并将它存放在文件HuffmanTree中. (2)E:编码.利用已建立好的哈夫曼树,对要传输的数据正文(存在文件ToBeTran.txt中)进行编码,将结果代码存(传输)到文件CodeFile中. (3)D:译码.利用已建好的哈夫曼树,对传输到达的CodeFile中的数据代码进行译码,将译码结果存入文件TestFile中. (4) P: 印文件.将文件CodeFile以紧凑格式显示在终端上,每行50个代码。同时将此字符形
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:3701
    • 提供者:liuzhijun
  1. Huffman_System

    0下载:
  2. 本代码完全实现Huffman编码解码,由本人自主编写,是初学Huffman的好材料,其中可根据权重绘制树图-The full realization of the Huffman code encoding and decoding, self-written by me, a good material to learn Huffman, which may draw the tree under the weight
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:232719
    • 提供者:龙龙
  1. WGC

    0下载:
  2. 数据结构 赫夫曼编码 c++代码 希望大家能够喜欢-Huffman coding data structure c++ code hope you will like
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:477216
    • 提供者:龙影
  1. 444

    0下载:
  2. 数据结构中 哈夫曼树实验源代码和截图 包括详细的C代码-Huffman tree data structure in the experimental source code and screenshots of the C code, including detailed
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:19443
    • 提供者:庄杰
  1. Haffuman-Tree-

    0下载:
  2. 哈夫曼树的建立,对输入文件的内容字符进行统计编码,保存为01代码,然后在对其解码并验证。-Huffman Tree Construction, the character of the contents of the input files for statistical encoding, save for the 01 code, then decode it and verify.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2058
    • 提供者:
  1. Huffman_code1.0

    0下载:
  2. 基于C语言的静态哈弗曼树和哈弗曼编码的代码-huffman tree code
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1648
    • 提供者:dongchanglong
  1. huffman1

    0下载:
  2. 数据结构:利用C++实现对树进行哈夫曼编码,代码易懂。-Data Structures: Using C++ implementation of the Huffman code tree, the code easy to understand.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1249
    • 提供者:liuyupei
  1. hafuman

    0下载:
  2. 该代码是实现哈夫曼树编码 可实现二进制哈夫曼编码-The code is to achieve binary Huffman tree, Huffman coding can be achieved
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:3201
    • 提供者:曹晶晶
  1. losslessimagezipalgorithm

    0下载:
  2. 图像无损压缩算法代码全集,适合做图像无损压缩研究的入门人员收藏研究.-AR002 Contains a complete archiver by Haruhiko Okumura. The archiver uses an LZ engine whose output is compressed with static Huffman. The file is chopped into pieces which all get their own independe
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:126926
    • 提供者:idlerrf
  1. hafuman

    0下载:
  2. 哈夫曼编码流程,有伪代码,具体实现了图像压缩练习和程序实现。-Huffman coding process, a pseudo-code, the implementation of the practice and procedures to achieve image compression
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:7654
    • 提供者:上官光华
  1. hw

    0下载:
  2. 适合初学者使用的matlab图像水印代码 霍夫曼编码霍夫曼编码-Suitable for beginners to use matlab image watermarking code Huffman Huffman
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:407424
    • 提供者:湘紫歆
  1. 5901f92db5a9

    0下载:
  2. 一个完整的系统应具有以下功能: (1) I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立赫夫曼树,并将它存于文件hfmTree中。 (2) E:编码(Encoding)。利用已建好的赫夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 (3) D:译码(Decoding)。利用已建好的赫夫曼树将文件CodeFile中的代码进行译码,结果存入文件Textfil
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:230957
    • 提供者:mm
  1. CImageProcess

    0下载:
  2. 本代码为图像处理编程,通过vc编译,实现霍夫曼编码,离散余弦变换等功能-Huffman coding
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4045860
    • 提供者:海龙
  1. Ed-hoffmann-decoder-

    0下载:
  2. 设计一个哈弗曼编译码器,功能如下: (1) 初始化:从终端读入字符集大小n,n个字符和n个权值,建立哈夫曼树,存入文件hfmTree (2) 编码:利用已建立好的哈夫曼树,对文件中的正文进行编码,存入文件CodeFile (3) 译码:利用已建立好的哈夫曼树将代码进行译码;或对目标正文编码,存入文件TextFile (4) 印代码文件:50个每行,存入文件CodePrin (5) 打印哈弗曼树:t同时将字符形式的哈弗曼树存入文件TreePrint -Design a Ha
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:15433
    • 提供者:黄建师
  1. code7

    0下载:
  2. 霍夫曼编码6进去N输入的MATLAB程序代码,直接可用。-Huffman 6 N input into the MATLAB code directly available.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:788
    • 提供者:杨国锋
  1. huffam

    0下载:
  2. 利用C++实现霍夫曼编码,阅读代码需要一定的C++STL知识。-Implement Huffman coding in C++, read the code requires a certain knowledge of C++ STL.
  3. 所属分类:STL

    • 发布日期:2017-04-08
    • 文件大小:1606
    • 提供者:罗雄威
  1. hafumanbianmayima

    0下载:
  2. 哈夫曼编码译码器代码以及exe文件,数据结构-Huffman coding in Data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:51841
    • 提供者:
  1. bmp_coding

    0下载:
  2. VC++实现数字图像霍夫曼编码 香农菲诺编码 算术编码 平面编码,使用MFC打开相关代码。-VC++ digital image coding Huffman coding arithmetic coding Shannon Fino plane coding, the use of MFC to open the relevant code.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-16
    • 文件大小:4319751
    • 提供者:沈宙
  1. 16huffman

    0下载:
  2. 本代码实现了哈夫曼树的构造过程,以及哈弗曼的编码过程-This code implements the Huffman tree construction process, and the encoding process Hafu Man
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:180098
    • 提供者:平平
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 »
搜珍网 www.dssz.com