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

搜索资源列表

  1. Huffman_JJCH

    0下载:
  2. 老问题,Huffuman编码,对任意的文本文件进行编码,输出到文件,同时可以对编码文件进行解码-old question Huffuman coding, right arbitrary text files encoded output to a file. the encoder can also decode documents
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15542
    • 提供者:纵横四海
  1. enderlw_Huffmanzip

    1下载:
  2. 利用Huffman编码法做的一个文本文件压缩程序,仅支持英文的文本文档,压缩效率在10%~50%,DOS界面,欢迎讨论。-Huffman coding method used to do a text file compression program, supports only English text files, the compression efficiency of 10% to 50%, DOS interface, welcomed the discussion.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:17593
    • 提供者:enderlw
  1. djkhfg

    0下载:
  2. 对文件中的数据进行哈夫曼编码和解码,列出给定数据的权重,列出左右孩子和父亲节点的列表,对任意数据进行进行哈夫曼编码和解码-to document the data Huffman coding and decoding, data presents given weight, shown around children and the father node list of arbitrary data for Huffman coding and decoding
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3350
    • 提供者:houny
  1. JeromelOOs

    0下载:
  2. 准备一个文件,统计该文件中各种字符的频率,对各字符进行Huffman编码,将该文件翻译成Huffman编码文件,再将Huffman编码文件翻译成源文件。-prepared a document, statistics that document the frequency of various characters, on the characters Huffman coding, the document translated into Huffman coding documents, H
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:77944
    • 提供者:芦林飞
  1. HuffmanTree

    0下载:
  2. 对任意输入的一段英文,为每个字符编制其相应的赫夫曼编码;并利用该编码为任意输入的0、1序列进行解码.(1)初始化: 从终端读入一段英文字符,统计每个字符出现的频率,建立赫夫曼树,并将该树存入某文件;(2)编码: 利用建好的赫夫曼树对各字符进行编码,用列表的形式显示在屏幕上,并将编码结果存入另一文件中;(3)解码:利用保存的赫夫曼编码,对任意输入的0,1序列能正确解码。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:18112
    • 提供者:侯健
  1. HUFFMANHFMBMYMQ

    0下载:
  2. 摘 要 1 前 言 2 正 文 4 1. 采用类C语言定义相关的数据类型 4 2. 各模块的伪码算法 5 3. 函数的调用关系图 7 4. 调试分析 8 5. 测试结果 9 6. 源程序(带注释) 10 总结 29 参考文献 30 致谢 31 摘 要 哈夫曼编码(Huffman Coding)是一种编码方式,以哈夫曼树—即最优二叉树,带权路径长度最小的二叉树,经常应用于数据压缩。在计算机信息处理中,“哈夫曼编码”是一种一致性
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:96492
    • 提供者:常亮
  1. 哈夫曼编码在文件压缩中的应用

    2下载:
  2. 哈夫曼编码在文件压缩中的应用。能用哈夫曼编码进行文件压缩~
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-18
    • 文件大小:957458
    • 提供者:刘旭
  1. huffman

    0下载:
  2. 实现最优二叉树的构造;在此基础上完成哈夫曼编码器与译码器。 假设报文中只会出现如下表所示的字符: 字符 A B C D E F G H I J K L M N 频度 186 64 13 22 32 103 21 15 47 57 1 5 32 20 57 字符 O P Q R S T U V W X Y Z , . 频度 63 15 1 48 51 80 23 8 18 1 16 1 6 2 要求完成的系统应具备如下的功能: 1.初始化。从终端(
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:132535
    • 提供者:张娟
  1. huffman编码解码

    1下载:
  2. 这是一个霍夫曼编码解码的源程序,可以用它高效实现霍夫曼解码编码,注释详细,可读性好.压缩包止包括源程序文件,再vc中运行.-Hoffman codec of the source, can be used to achieve efficient codec Hoffman Notes detailed and readable. Compressed only those source files, then vc run.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4115
    • 提供者:xtbc
  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. 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. 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. C-languagetodeterminefileformat

    0下载:
  2. C语言判断文件编码格式C-language code to determine the file format-C-language code to determine the file format
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:863
    • 提供者:ly
  1. huffmanencode

    0下载:
  2. 哈弗曼编码,给出输入文件content.txt,里面包含一段文字,编程实现上面选择的一种编码方法,将输入文件编码后的结果输出到encode.txt;读入上面编码后的结果encode.txt,编程实现解码过程(需要编码时的哈夫曼树,具体数据结构及保存自己设计),将解码后的结果输出到decode.txt;-The Haffuman encoding given input file content.txt, which contains a paragraph of text, and progra
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:38002
    • 提供者:jygb007
  1. LAB09_10389355_3

    0下载:
  2. 数据结构的优先队列中的霍夫曼编码,全部用类实现的,包括了读文本,生成码本,根据码本和输入文件编码输出文件;根据码本和编码文件译码输出输出文件-Huffman code
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:632075
    • 提供者:qinzhaokun
  1. Trilet

    0下载:
  2. 数据结构算法的例题,三元组的源代码和头文件 编码格式为UTF-8,打开可能会有中文乱码-Data structure algorithm examples, triple the source code and the first file Encoding format for the UTF-8, open the Chinese may be garbled
  3. 所属分类:Data structs

    • 发布日期:2017-05-05
    • 文件大小:18839
    • 提供者:马志强·
  1. Huffman

    0下载:
  2. 实现哈夫曼编码,C语言实现,单文件直接编译运行。注册开通用,垃圾作品,课程作业(huffman coding The realization of Huffman encoding, C language, single file directly compile and run. Registered with the opening, trash, course work)
  3. 所属分类:数据结构

    • 发布日期:2018-01-03
    • 文件大小:11264
    • 提供者:Quasimo
  1. huffman

    0下载:
  2. 可以实现将txt文件进行huffman编码压缩(Txt files can be compressed by Huffman encoding)
  3. 所属分类:数据结构

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:MaybeSilent
« 12 3 4 5 6 »
搜珍网 www.dssz.com