CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 文件编码

搜索资源列表

  1. VChaffuman

    0下载:
  2. 哈夫曼编码在文件压缩中有其独特一点,它的编码方式特殊。在通信领域可以得到应用。本程序使用C++编写,在VC6.0上调试,完成了文件的读取,文件字符的统计,哈夫曼树的建立,哈夫曼编码的实现,文件转换为哈夫曼编码成为压缩文件以及文件从压缩状态进行解码。-Huffman file compression in a unique point, and its special encoding. In communications applications can be. This procedure
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:269354
    • 提供者:罗天银
  1. huffmancoding

    0下载:
  2. 哈夫曼压缩 哈弗曼算法是基本的压缩和解密算法,此文件表示了如何用Java来编码 -Huffman Encoder
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:6505
    • 提供者:nasa
  1. Haffmancode

    1下载:
  2. 课程设计: 1.求出在一个n×n的棋盘上,放置n个不能互相捕捉的国际象棋“皇后”的所有布局。 2.设计一个利用哈夫曼算法的编码和译码系统,重复地显示并处理以下项目,直到选择退出为止。 【基本要求】 1) 将权值数据存放在数据文件(文件名为data.txt,位于执行程序的当前目录中) 2) 分别采用动态和静态存储结构 3) 初始化:键盘输入字符集大小n、n个字符和n个权值,建立哈夫曼树; 4) 编码:利用建好的哈夫曼树生成哈夫曼编码; 5) 输出编码; 6)
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:551312
    • 提供者:赵刚
  1. TOG729

    0下载:
  2. 音频文件编码为G729.VS2005编写,已测试-G729.VS2005 encoding audio files to prepare for, have been tested
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-02
    • 文件大小:999865
    • 提供者:张群
  1. Huffman_Compress

    0下载:
  2. Huffman对文本文件编码压缩测试,可对文本文件进行简单Huffman编码,平均压缩比率为2/3.-Huffman Code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:1512201
    • 提供者:凃螣霄尧
  1. data

    2下载:
  2. 数据结构 哈夫曼编码实现文件压缩 带报告 直接能用-Huffman coding to achieve data structure with the report file compression can be used directly
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:161490
    • 提供者:yanyumeng
  1. HuffmanCoding

    0下载:
  2. 霍夫曼编码实现,在文件中输入一个字符串,即可在结果文件中获得编码-Huffman coding to achieve, type a string in the file can be encoded in the outcome document
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-27
    • 文件大小:5207
    • 提供者:王彦如
  1. Huffman

    0下载:
  2. 该仿真程序采用2个码元联合编码的方式对信源数据进行Huffman编码,最后给出了联合编码和单个码元编码以及定长编码的对比分析,并将编码的二进制数据和解码的数据输出为文本文件hcode.txt及hdecode.txt。-matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:19306
    • 提供者:xiaonaughty
  1. huffmantree

    0下载:
  2. HUffman编码二叉树算法,能够对图像或文件进行Huffman编码-Huffamn
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:935
    • 提供者:小钱
  1. juanjima

    0下载:
  2. 该文件内含有程序和详细的程序解读,从不同的角度完成统一任务:卷积编码-The document contains the procedures and detailed procedures for reading from a different point of view the fulfillment of the tasks: convolutional coding
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:6118
    • 提供者:chenshengli
  1. hao

    0下载:
  2. 实现文件压缩编码,利用哈弗曼编码原理来进行对文件的压缩。-For file compression, using Havermann coding theory to carry out the file compression.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-10
    • 文件大小:2054726
    • 提供者:独青松
  1. HuffMan

    0下载:
  2. Huffman编码及译码 1:将给定字符文件编码:生成编码,输出每个字。 2:将给定编码文件译码:生成字符,输出编码及其对应字符。 -Huffman coding and decoding 1: the given character encoding files: generated code, the output of each word. 2: decode the given encoded files: build character, the output encodi
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:284448
    • 提供者:姚丽文
  1. HuffmanCode

    0下载:
  2. 本程序是数据结构中常见的哈弗曼编码的实现,通过统计文本文件中的字符出现次数,在另一个文本文件中输出统计次数及对应编码,在两一个文本文件中可以给出英语短文对应的翻译编码。-This procedure is common Havermann data structure encoded to achieve, through the statistics text file in the number of characters that appear in another text file i
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:260395
    • 提供者:cwz
  1. DIPCodematlab

    0下载:
  2. 图像编码的matlab代码,压缩文件内是matlab代码。-Matlab code for image coding
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:5782
    • 提供者:gxc
  1. huffman_encode_and_decode

    0下载:
  2. 自己总结的huffman编解码,其中的源程序对从文件读取的数据进行霍夫曼编码,程序通过了验证-Huffman encode decode
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:13155
    • 提供者:张星
  1. Huffman_encode-and-decode

    0下载:
  2. 能对TXT文档中的字符进行哈弗曼编码,txt文档可以自己编写(比如一篇英语短文)并输出编码后的文件,输出文件可以自己命名。之后还能再次输入编码后的文件,选择解码来进行解码,在输出会txt文档,检查后输出的txt文档与先前压缩前的txt文档的内容是一样的。-TXT document can be Hafu Man character encoding, txt documents can write your own (such as an English essay), and the outp
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-27
    • 文件大小:3025
    • 提供者:
  1. huffman

    0下载:
  2. (1)根据所给的字符建立出哈夫曼树并由此获得哈夫曼编码,同时将哈夫曼编码存入hfmTree.txt文件中。 (2)利用建立好的哈夫曼编码将所给的文件编码,同时存入CodeFile.txt文件中。 (3)利用哈夫曼树及其编码将文件CodeFile.txt中的密码解码。同时将所需解码的文件以50字为一行输出,并输出解码后的文件。 -(1) According to the character of the establishment of a Huffman tree and thus
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:305799
    • 提供者:小缪子
  1. Huffman-coding

    0下载:
  2. 用哈夫曼编码进行文件压缩与解压, 通过输入文件名来计算字符种类与频数来计算权值-Huffman coding with file compression and decompression, the file name by entering the type and frequency to calculate the number of characters to calculate the weights
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:9850
    • 提供者:陈雷
  1. hafumanshu

    0下载:
  2. 哈夫曼树对文件编码.docx 程序代码源代码-Huffman tree for the file encoding. Docx source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:25290
    • 提供者:易思萌
  1. MMS

    0下载:
  2. 给出输入文件content.txt,里面包含一段文字,编程实现哈弗曼编码方法,将输入文件编码后的结果输出到encode.txt;读入上面编码后的结果encode.txt,编程实现解码过程(需要编码时的哈夫曼树,存在tree.txt中),解码后的结果输出到decode.txt。 -Given input file content.txt, which contains some text, programming Hafu Man coding method, the input files
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:52320
    • 提供者:zeng jiabei
« 1 23 4 5 6 7 8 9 10 ... 29 »
搜珍网 www.dssz.com