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

搜索资源列表

  1. HUMA1

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

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

    0下载:
  2. Huffman 编码 对文件的读入然后根据内容进行编码然后译码
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:9863
    • 提供者:jiang zhenhua
  1. Huffman

    0下载:
  2. 用Huffman编码进行的加密,解密程序
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:34837
    • 提供者:da
  1. Huffman_Tree_Create

    0下载:
  2. 根据huffman编码原理的带有接口的程序,可以很好的添加到其他的程序中
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:6866
    • 提供者:孤飞弋
  1. yasuo

    0下载:
  2. 霍夫曼的文件编码源代码-Huffman encoding the source document
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:6799
    • 提供者:彭筱云
  1. Haffman

    0下载:
  2. 哈夫曼编码实现的源程序。简单,用C++语言实现。-Huffman coding to achieve the source. Simple, using C++ Language.
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. 通过huffman编码对文件进行压缩 可以处理汉字 包括了解压过程-Huffman coding through compression of the files can handle Chinese characters, including the decompression process
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:85600
    • 提供者:邓本洋
  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. huffman

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

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

    0下载:
  2. 这是一个关于霍夫曼编码与解码的c语言程序,功能强大,且使用-This is a Huffman encoding and decoding on the c-language program, powerful, and the use of
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:3034
    • 提供者:李杰
  1. Huffman-

    0下载:
  2. 本程序通过C++实现了huffman 编码,-The program through C++ huffman coding
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-13
    • 文件大小:233649
    • 提供者:
  1. Hoffman

    0下载:
  2. huffman编码解码源程序,自己编的,可以读取txt文档,然后进行编码解码-Huffman encoding and decoding source, their series, you can read txt files, then codec
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-18
    • 文件大小:3664837
    • 提供者:叶志
  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编码的原理实现文件的压缩与解压。C语言编写。使用时输入源文件与目标文件路径即可。-According to the principle of huffman encoding for file compression and decompression. C language, hoping to be helpful.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-16
    • 文件大小:18381
    • 提供者:VongRuohang
  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编码加密解密以及解码。以及运行结果的输出-Through this program achieve the image encryption and decryption huffman encoding and decoding. And output the results of
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:156764
    • 提供者:张敏
  1. Huffman-coding-and-decoding

    0下载:
  2. 完整的哈弗曼编码译码程序,信息论与编码课程实验中经常用到的程序-Complete Huffman coding and decoding procedures, information theory and coding course experiments frequently used programs
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-12
    • 文件大小:1609
    • 提供者:左晨
  1. Huffman

    0下载:
  2. 哈夫曼编码与解码,哈夫曼编码是一种重要的编码方式,该程序是用C语言,数据结构实现的-Huffman encoding and decoding,Huffman encoding is an important way of coding.need to change program is in C,the data stucture
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-12-12
    • 文件大小:2350
    • 提供者:黄旭
  1. 哈弗曼编码

    0下载:
  2. C语言编写哈夫曼树,实现字母和数字之间的密码互换。(C language Huffman tree, the realization of letters and numbers between the password swap.)
  3. 所属分类:加密解密

    • 发布日期:2017-12-16
    • 文件大小:249856
    • 提供者:辰砂
« 12 »
搜珍网 www.dssz.com