CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 哈夫曼编码 译码

搜索资源列表

  1. zxy--Huffman

    0下载:
  2. 此程序是数据结构中哈夫曼树的应用,实现电文的编码译码-This program is in the Huffman tree data structure applications, achieving coding and decoding messages
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:908831
    • 提供者:小西
  1. hafuman

    0下载:
  2. 哈夫曼树的2) 初始化功能 3) 编码功能 4) 译码功能 5) 打印代码功能-Huffman tree, 2) initialization function 3) encoding 4) decoding function 5) Print the code function
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:557211
    • 提供者:fanny
  1. Huffmantree

    0下载:
  2. 哈夫曼树的编码译码,包含文件的写入和读取。是自己的整套课程设计。-Huffman tree coding and decoding, including the file write and read. Their own set of curriculum design.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:31730
    • 提供者:秦瑞
  1. Haffmancode2

    0下载:
  2. 利用哈夫曼算法的编码和译码系统,重复地显示并处理以下项目,直到选择退出为止。-Algorithm using Huffman coding and decoding system, repeated display and process the following items until the opt-out so far.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:1573
    • 提供者:pamier
  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

    0下载:
  2. 本程序可实现哈弗曼数的建立,并对输入的数据和权值进行赫夫曼编码和译码-This procedure enables the establishment of several Hafu Man, and the input data and weights for Huffman encoding and decoding
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2333
    • 提供者:侯志
  1. tree

    0下载:
  2. 数据结构,堆栈操作,二叉树建立、遍历操作,哈夫曼树输入、编码译码-Data structures, stack operations, build a binary tree, traversal, Huffman tree input, coding and decoding
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3838
    • 提供者:yangd
  1. yuesefuhuan

    0下载:
  2. 哈弗曼编译码器,统计字符,构造边哈夫曼树,压缩编码和解压缩-Ha Fuman codec, statistical character, structure side of Huffman tree compression and decompression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:214231
    • 提供者:fgh
  1. huffman

    0下载:
  2. 哈弗曼编译码器,可编译码、查单词出现频率、显示哈夫曼树、显示编码表-Ha Fuman codec can be encoding and decoding, checking the frequency of the word, showing Huffman tree coding table shown
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:23178
    • 提供者:
  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. huffman

    0下载:
  2. 实现了哈夫曼的编码,建立了哈夫曼表,并根据节点查询译码。-Carried out to admire the encode of man Man, created to admire huffMan table, and search translation according to the nodal point.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1348
    • 提供者:踏绮
  1. Huffman

    0下载:
  2. 数据结构程序,用于通过哈夫曼树进行编码和译码。-Data structure program used to encode and decode Huffman tree.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3349
    • 提供者:xiaohe
  1. Huffman-Trans

    0下载:
  2. 哈夫曼译码 win32写的小程序 可以实现编码后译码功能。-Huffman decoding win32 to write a small program can be encoded decoding.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-02
    • 文件大小:651580
    • 提供者:
  1. huffman-tree

    0下载:
  2. 数据结构实验,C语言写的哈夫曼树编码器和译码器-Experimental data structures, C language to write the Huffman tree encoder and decoder
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:245965
    • 提供者:德曼
  1. huffuman

    0下载:
  2. 程序功能:输入字符集,生成哈夫曼树,对文件进行编码译码,输出-Program features: input character set, generates Huffman tree, the file codec, output
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:11819
    • 提供者:海洋
  1. huffman3

    0下载:
  2. huffman编码和译码,利用以建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中-huffman encoding and decoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:34261
    • 提供者:韦小宝
  1. huffman-code-and-decode

    0下载:
  2. 哈夫曼编解码器 可顺利编码、译码、生成哈夫曼树、计算压缩比-huffman coding and decoding machine
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1567910
    • 提供者:lisijiang
  1. huffman-code

    0下载:
  2. 该小程序为哈弗曼编码系统,带有一个小界面,主要执行的功能是对输入的数据进行编码,译码,构造并打印哈夫曼树。并且将输入的数据进行保存。-The applet is Felicity Huffman coding system, with a small interface, main function is performed on the input data encoding, decoding, construct and print a Huffman tree. Data entered
  3. 所属分类:Other windows programs

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

    0下载:
  2. 哈夫曼的编码/译码器用顺序表存储哈夫曼树 用二叉链表存储哈夫曼树 -huffman code
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2154
    • 提供者:water
  1. Huffman-encoding-and-decoding

    0下载:
  2. 用c++实现了哈夫曼的编码和译码。C + + implementation of the Huffman encoding and decoding-C++ implementation of the Huffman encoding and decoding
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:353125
    • 提供者:lhd
« 1 2 ... 9 10 11 12 13 1415 16 »
搜珍网 www.dssz.com