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

搜索资源列表

  1. hufuman

    0下载:
  2. 用哈夫曼树实现文件的编码和译码,并保存编码和译码文件,还能打印生成的哈夫曼树-Huffman tree to achieve encoding and decoding files, and save the file encoding and decoding, but also print the generated Huffman
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:133293
    • 提供者:任程麟
  1. haffmantree

    0下载:
  2. 哈弗曼数节点类,带权路径长度最短的树,权值较大的结点离根较近。显示个字符的编码,编码,译码,文本串的编码。-Huffman number of node class with the right length of the shortest path tree, the larger weights from the root node closer. Display, coding, decoding, encoding text strings of characters.
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:112002
    • 提供者:majian
  1. Huffman256

    0下载:
  2. 【实现功能】 (1)对256色BMP图像进行Huffman编码以达到压缩图像目的(编码文件保存为*_Huffman.bhd / *_Huffman.bpt) (2)对编码后的文件解码,恢复为256色BMP图像(解码文件保存为*_Decode.bmp)-[Function] to achieve (1) 256 color BMP images Huffman coding to achieve the purpose of the compressed image (save encod
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-20
    • 文件大小:5769208
    • 提供者:wangqiang
  1. Data-Structure-and-algorithms-CPP

    0下载:
  2. c++实现数据结构的所有代码。包括线性表,树,图,排序,hash等。线性表实现堆栈,队列及约瑟夫环等多个应用,树实现哈夫曼树编码及译码,AVL树,线索化二叉树,森林和二叉树的相互转化等等,图实现图的几种建立方法,拓扑排序,最短路径,最大连通子图,双连通分量,最小生成树,关键路径算法等等,排序实现归并排序,快速排序,堆排序,shell排序,冒泡排序,选择排序,插入排序等,并对性能进行分析。hash实现闭散列表,开散列表,带溢出表的内散列表等,并使用5种hash函数。帮助同学们系统的学习数据结构及算
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-21
    • 文件大小:6297927
    • 提供者:汪景行
  1. Haffman

    1下载:
  2. 基于Visual c++的对txt文件内容进行哈夫曼转码译码的程序,txt文件内容只限英文与空格-Based on Visual c++ Huffman turned to TXT file content code decoding procedures, TXT file content will only be in English with a space
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:262743
    • 提供者:
  1. HuffmanCode

    0下载:
  2. 利用哈夫曼编码进行信息通讯可以大大提高信道利用率,缩短信息传输时间,降低传输成本。为信息收发站写一个哈夫曼码的编译码系统,要求在发送端通过一个编码系统对待传数据预先编码;在接收端将传来的数据进行译码(复原)。对于双工信道 (即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。-The use of Huffman coding can greatly improve the information communication channel utilization, reduce th
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:16229
    • 提供者:gas
  1. HuaffmanTree

    0下载:
  2. 数据结构 哈夫曼编/译码器 功能: 1.初始化:输入一串字符(正文),计算不同字符 (包括空格)的数目以及每种字符出现的频率(以该种字符出现的次数作为其出现频率),根据权值建立哈夫曼树,输出每一种字符的哈夫曼编码。 2.编码:利用求出的哈夫曼编码,对该正文(字符串)进行编码,并输出。 3.译码:对于得到的一串编码,利用已求得的哈夫曼编码进行译码,将译出的正文输出。 输出哈夫曼树形态:以树的形式输出哈夫曼树。-Data structure Huffman encoding/d
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:720684
    • 提供者:屈兴
  1. The-Hoffman-code

    0下载:
  2. 利用Huffman编码方式对一段文字进行编码和解码。哈夫曼编码是可变字长编码(VLC)的一种。-Using the Huffman encoding method for encoding and decoding of a paragraph of text. Huffman code is a variable length coding (VLC) is a kind of.
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:282972
    • 提供者:危育冰
  1. text_watermarking

    0下载:
  2. this scr ipt is used for watermarking a text using converting text to 0, 1 symbols. this program uses Huffman coding and decoding for increasing capacity . finally returns 0 or 1 for validity check.-this scr ipt is used for watermarking a text using
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1021
    • 提供者:magidmobini
  1. huffmancode

    0下载:
  2. huffman编码与解码,基于C实现,读取输入,构造huffman树进行huffman编码,用于文件压缩。-huffman encoding and decoding, based on the C implementation, read input, construct huffman tree huffman encoding for file compression.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-27
    • 文件大小:15157
    • 提供者:MengruZhang
  1. 6.2

    0下载:
  2. 编写正确的算法实现赫夫曼编码及相应的译码-Write correct algorithm Huffman coding and decoding the corresponding
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2006
    • 提供者:hiccup
  1. huffman_encode.tar

    0下载:
  2. Huffman encoding and decoding
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2882
    • 提供者:Tai
  1. inftrees

    0下载:
  2. inftrees.c generate Huffman trees for efficient decoding. -inftrees.c generate Huffman trees for efficient decoding.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5425
    • 提供者:verxesz
  1. myhuff

    0下载:
  2. 数据结构之霍夫曼树,采用霍夫曼树 (1)根据输入的字符和相应的权值建立哈夫曼树,并输出已建的相应内容作为检查; (2)用哈夫曼树实现前缀编码,并输出各字符的编码串; (3)输入一组二进制报文,进行译码,并输出译文。 -Huffman tree data structures, using Huffman tree (1) according to the input character and the corresponding weights build the Huffm
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1629
    • 提供者:程伟
  1. HuffmanTree2

    0下载:
  2. 在visual c++的环境中,通过二叉树实现对字符串进行HUFFMAN编码和译码的功能-In the visual c++ environment, by Binary Tree strings HUFFMAN encoding and decoding functions
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1809368
    • 提供者:李噹噹
  1. ftw

    0下载:
  2. inftrees.c generate Huffman trees for efficient decoding.Build a set of tables to decode the provided canonical Huffman code. -inftrees.c generate Huffman trees for efficient decoding.Build a set of tables to decode the provided canonical Huffman
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5651
    • 提供者:lenmunki
  1. yasuobi

    0下载:
  2. 本代码为了检测哈弗曼编码后的图像压缩比,并且给出了哈夫曼的编码与解码-The code in order to detect Huffman encoded image compression ratio, and gives Huffman encoding and decoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:2335
    • 提供者:尧新峰
  1. get_long_double_ru_RU

    0下载:
  2. inftrees.c generate Huffman trees for efficient decoding. -inftrees.c generate Huffman trees for efficient decoding.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:7796
    • 提供者:jusfmq
  1. huftree

    0下载:
  2. 哈夫曼树 可以编码译码 显示树形结构 基本信息都由文件存储-Huffman coding and decoding can be displayed by a tree structure file storage basic information
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:893672
    • 提供者:周茉
  1. Haffman

    0下载:
  2. 自己写的哈夫曼编译码系统,使用mfc,基于对话框。-Huffman encoding and decoding system, mfc production
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-11
    • 文件大小:2083758
    • 提供者:王鑫
« 1 2 ... 22 23 24 25 26 2728 29 30 »
搜珍网 www.dssz.com