CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 文本压缩

搜索资源列表

  1. huffman

    0下载:
  2. Huffman编码问题一类广泛存在于文件、音频等数据压缩问题中。如根据Huffman编码的原理,实现对文本进行压缩与解压的功能。因此掌握好Huffman编码的技术可以再社会生活中起到很重要的作用。-HuffmanNode* CreateHuffmanTree(int n, char datas[], int powers[]) { HuffmanNode head head.next = NULL //初始化森林 for (i
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:1553
    • 提供者:franck
  1. Excel_xuhua_xlpm

    0下载:
  2. 将excel 中 某行的数据 进行提取 排名 编辑成文本形式。 可以将excel文件拖入程序窗口自动获取文件地址。压缩包中附有样本文件 代码中有详细注释-Excel_xuhua_xlpm
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-16
    • 文件大小:4563661
    • 提供者:王元龙
  1. Hufferman

    0下载:
  2. 使用哈弗曼编码技术进行数据压缩和解压缩,缺点在于只能用于文本-Havermann coding techniques using data compression and decompression, disadvantage is that the text can only be used
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:166958
    • 提供者:bill_chuang
  1. lzw

    0下载:
  2. 源代码通过建立一个字符串表,用较短的代码来表示较长的字符串来实现压缩. 提取原始文本文件数据中的不同字符,基于这些字符创建一个编译表,然后用编译表中的字符的索引来替代原始文本文件数据中的相应字符,减少原始数据大小。我们这里的编译表不是事先创建好的,而是根据原始文件数据动态创建的,解码时可以从已编码的数据中还原出原来的编译表.-The source code through the establishment of a string table, with a shorter code to re
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:5982
    • 提供者:udee
  1. HuffmanTree

    0下载:
  2. 用huffman树进行压缩的压缩软件,只待文本文件有较高压缩率-Compression with huffman tree compression software, only to be a text file has a higher compression ratio
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:213283
    • 提供者:ZZD
  1. LZWContract

    0下载:
  2. 自己编写的LZW压缩的实现,可处理文本,图片,音频等,压缩效果受LZW算法限制-Own realization of the LZW compression, can handle text, images, audio and so on, efficiency is limited by the LZW compression algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:5218
    • 提供者:david
  1. 03091284

    0下载:
  2. 本压缩包包含多个源代码,有学生信息存储,小学生加减法运算,对英文文本的查找替换,对英文文本中字母统计出现次数,并修改原文件,储存进新文件,打印螺旋方阵,打印日历,长整数的计算和与其他进制的转换等-The archive contains more than one source code, a student information is stored, students add and subtract operation, replace the English text of the se
  3. 所属分类:source in ebook

    • 发布日期:2017-04-04
    • 文件大小:329277
    • 提供者:李珍
  1. HuffmanCode_cpp

    0下载:
  2. 利用哈弗曼树进行编码,实现的文本解压和压缩程序-Using Havermann tree coding, to achieve decompression and compression process the text
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:156417
    • 提供者:zhutao
  1. HafmCode

    0下载:
  2. 哈夫曼编码,用来压缩文本和程序文件,我自己写的,通过了测试,很不错的一个算法-Huffman coding is used to compress text and program files, I wrote it myself, passed the test, an algorithm is very good
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:169853
    • 提供者:李自华
  1. TestLzw

    0下载:
  2. 基于GIF的lzw压缩法的源代码。此代码对图像文件,文本文件进行压缩有很好的效果-The lzw GIF compression method based on the source code. This code of image files, text files compress very good results
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:1580631
    • 提供者:zhangxueliang00
  1. huffmancode

    0下载:
  2. 基于哈夫曼算法的压缩编码,支持文本文件的压缩,也可用于自生成的哈夫曼文件的解压 -huffman code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:103543
    • 提供者:min
  1. hfm

    0下载:
  2. 输入文件路径即可对中英文文本进行压缩和解压缩,简单明了。
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:345549
    • 提供者:wEight
  1. COMPRESS

    0下载:
  2. 对文本进行哈弗曼编码,然后基于哈弗曼编码进行文本的压缩-Ha Fuman the text encoding, and then the text-based compression encoding Hafu Man
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:1801
    • 提供者:Bryan
  1. ubbeditor

    0下载:
  2. 1.迷你UBBEditor 经压缩存储后小于20KB,载入的时间可以忽略不计。2.兼容UBBEditor 可以良好的运行在 IE6,7,8 Safari, Firefox, Chrome 等浏览器中。3.安全UBBEditor 在编辑文本内容的格式后,所产生的是UBB代码,... 运行环境:html 运行环境:/ASP/PHP/HTML 运行环境:html-1. Mini UBBEditor compressed storage after less than 20KB, load
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:22726
    • 提供者:pudn_20101001
  1. src

    0下载:
  2. 哈弗曼编码译码器. 根据读取的文本内容进行编码. 可以压缩中文 !!! 可以打开txt文本 图形界面,操作简单.-Huffman codec. According to encode the text to read. Can be compressed in Chinese!!! Can open txt text graphical interface, easy operation.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:61819
    • 提供者:crw
  1. MyHuffman

    0下载:
  2. 作为数据结构课程设计的赫夫曼编码解码器,功能功能强大,能压缩任意文本文件-Huffman code
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:874031
    • 提供者:
  1. HeuristicLab-CSharp

    0下载:
  2. 多目标优化C#代码,下了保证你不会后悔,压缩包里有相关网址的TXT文本-Multi-objective optimization of C# code, under the guarantee that you will not regret it, compress the bag TXT text of relevant web sites
  3. 所属分类:CSharp

    • 发布日期:2017-05-26
    • 文件大小:9171431
    • 提供者:HZS
  1. byteHFMEncode_decodesrc

    0下载:
  2. 以字符为单位进行的哈弗曼压缩,界面比较简单,但是功能还算可以,速度还算可以压缩 77.3m 的 wmv 视频使用了 4.5秒 ,400k 的doc 用0.186秒 ,压缩率要看内容,文本大约有 60 。-In characters for the Ha Fuman compression, the interface is relatively simple, but the functionality is OK, speed still can compress wmv video usin
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:11476
    • 提供者:crw
  1. HuffmanCode

    0下载:
  2. (1)鼠标输入一个待压缩短文本文件,统计文本文件中各字符的个数作为权值,生成哈夫曼树。 (2)将文本文件利用哈夫曼树进行编码。 (3)把哈夫曼编码用二进制位紧缩到一个变量中,利用位运算进行真正的数据压缩。 (4)界面友好,易于操作,采用菜单方式进行选择。 -(1) the mouse to enter a short text file to be compressed, statistics text file as the number of characters in t
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1899199
    • 提供者:
  1. jahmm

    0下载:
  2. 基于隐马尔科夫模型的文本信息提取,压缩包中带有源码和相关资料-Hidden Markov Model based text information extraction, compressed packets with source code and related information
  3. 所属分类:Java Develop

    • 发布日期:2017-05-12
    • 文件大小:2990080
    • 提供者:李丽
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 20 »
搜珍网 www.dssz.com