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

搜索资源列表

  1. haffuma

    0下载:
  2. c 实现的哈夫曼码编译器 sample demo-c achieve Huffman code compiler sample demo
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1814
    • 提供者:chen-fu
  1. HUMA1

    0下载:
  2. 这是一个霍夫曼编码程序-This is a Huffman code program
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1358
    • 提供者:马晓春
  1. HuffmanCodes

    0下载:
  2. Huffman codes 1.In telecommunication, how do we represent a set of messages, each with an access frequency, by a sequence of 0 s and 1 s? 2.To minimize the transmission and decoding costs, we may use short strings to represent more frequently use
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-25
    • 文件大小:154095
    • 提供者:黃文岩
  1. ALGORITHME-HUFFMAN

    0下载:
  2. Ce code compresse les données selon l algorithme de huffman en essayant de construire l arbre du bas-en-haut (buttom-up) pour éviter toute récursivité.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:109273
    • 提供者:najlae6
  1. newfile.c

    0下载:
  2. huffman code immlemanted in C++. goog one this is must run. if u found any bug mail to me
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:7447
    • 提供者:sachin
  1. newfile2.c

    0下载:
  2. this is a c code for huffman coding. if u got any bug mail it to me
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:1723
    • 提供者:sachin
  1. HuffmanTree

    0下载:
  2. 哈夫曼树的实现代码,数据结构的基础,能让初学者比较好的掌握-Huffman tree implementation code, the basis of the data structure
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-01
    • 文件大小:518939
    • 提供者:
  1. loadepg-0.2.2-pre01

    0下载:
  2. A plugin for the Video Disk Recorder contained source code for decode BSkyB EPG by Huffman dictionary
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:66514
    • 提供者:loud
  1. huffman

    0下载:
  2. 哈弗曼编码译码:利用哈夫曼树编码进行通信可以大大提高通信利用率,所的信息传输时间,降低传输成本。者要求在发送端通过一个编码系统对待传数需预先编码,在接收端将传来的数据进行一马复原。对于双工信道,每端都需要一个完整的编码译码系统。-huffman code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:2859
    • 提供者:陈曦
  1. Huffman

    1下载:
  2. Huffman编码 visual c++ 实现编码以及生成哈夫曼树-Huffman coding to achieve visual c++ code and generate Huffman
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2014-10-13
    • 文件大小:6306
    • 提供者:kkk
  1. SourceCoding(Huffman)

    0下载:
  2. Program to code or decode using Huffmann. Also the matrix and intermediate values are printed
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:232044
    • 提供者:asd
  1. huffman

    0下载:
  2. Huffman编码软件实现 (1)输入:信源符号个数r、信源的概率分布P; (2)输出:每个信源符号对应的Huffman编码的码字。 -huffamn code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:1922
    • 提供者:gxd
  1. HuffCompress

    0下载:
  2. huffman compress source code-huffman压缩文件代码
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:42854
    • 提供者:Bamboo
  1. 12

    0下载:
  2. 基于c语言的哈夫曼编码对文件加密程序,可以运行-Huffman code based on c language program for file encryption, you can run
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:2329
    • 提供者:王树
  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. huffuman00xiao

    0下载:
  2. 本人修改的成熟的霍夫曼编码及译码,对一个文本文件,统计字符概率,建霍夫曼树,然后编码,最后译码,码文输出到另一份txt文档中,在vc中编译的,在vs2010中可能会有异常~-I modified Huffman coding and decoding of the mature, to a text file, statistics, probability character, Huffman tree construction, and coding, and finally decodin
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. huffman编码的讲解以及代码实现,十分详细的,欢迎下载-huffman coding explanation and code, very detailed, welcome to download
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-18
    • 文件大小:13610
    • 提供者:剑姬
  1. huffman

    0下载:
  2. Huffman coding low-level stuff Source Code for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2160
    • 提供者:nouxaiming
  1. Huffman

    0下载:
  2. 哈弗曼编码,输入数据后可计算权重.例如,输入11122233334,可得到权重为1,2,3,4 的权重分别为3,3,3,1-the code of Huffman Tree ,this code can compute the weight of you input data
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:4081
    • 提供者:阿鑫
  1. huffman

    0下载:
  2. huffman code for compre-huffman code for compress
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:900
    • 提供者:mohammad
« 12 »
搜珍网 www.dssz.com