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

搜索资源列表

  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-03-31
    • 文件大小: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. huffman

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

    • 发布日期:2017-03-26
    • 文件大小: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-23
    • 文件大小:1922
    • 提供者:gxd
  1. 12

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

    • 发布日期:2017-04-04
    • 文件大小:2329
    • 提供者:王树
  1. enough

    0下载:
  2. determine the maximum size of inflate s Huffman code tables over.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-09
    • 文件大小:7413
    • 提供者:raoyinving
  1. huffman

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

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

    0下载:
  2. 数据库2哈夫曼树课程设计代码,用c++实现的,有存储结构,有编码-Curriculum design database 2 Huffman code, using c++ achieve, a memory structure, coding
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:1505
    • 提供者:xiaoman
  1. huffman

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

    • 发布日期:2017-04-12
    • 文件大小: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-28
    • 文件大小:4081
    • 提供者:阿鑫
  1. huffman

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

    • 发布日期:2017-04-12
    • 文件大小:900
    • 提供者:mohammad
  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. compact

    0下载:
  2. Adaptive Huffman code input to output On - line algorithm. -Adaptive Huffman code input to output On - line algorithm.
  3. 所属分类:Linux-Unix program

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