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

搜索资源列表

  1. callzipdll_callzlib_HUFUNHUF

    0下载:
  2. 字符串和文件压缩和解压缩的例子,既有成熟的第三方标准dll的调用例子(callzlib调用动态库压缩解压缩字符串,callzlib调用静态库压缩解压缩字符串.rar),也有zipdll这个 c++ dll的调用例子,还有16/32位Haffman编码压缩与解压缩的程序(huf,单文件压缩程序huftest,单文件解压缩程序huftest)。 huf目录的两个源程序:HUF.C和UNHUF.C能用16位编译器编译通过,不能在VC中直接编译通过 现在我已经将HUF/UNHUF的代码用v
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:1289674
    • 提供者:hanxiaohua
  1. CompressText

    0下载:
  2. 文本压缩user Huffman alg to Text compress and uncompress,compress rate can be less than 50 percent,chinese character maybe error,uncompress maybe not statble,soure code can run very fast,compress and uncompre-user Huffman alg to Text compress and uncompr
  3. 所属分类:.net

    • 发布日期:2017-05-09
    • 文件大小:1880684
    • 提供者:bobe
  1. compress

    0下载:
  2. 文本文件的压缩和解压程序 1. 先统计文件中出现的每个字符的出现次数; 2. 根据上述的统计结果设计huffman编码; 3. 为在文件编码时提高查询字符对应huffman编码的查询速度,以每个字符为结点内容构造一棵二叉排序树; 4. 压缩。即将文本文件中的每个字符用huffman编码代替,并写入二进制文件中。也就是说,压缩文件是一个记录文件内容的二进制流; 5. 解压。即将二进制文件还原为文本文件。 6.程序运行后应该有一个菜单,菜单 包含:打开文本文件、压缩、解压
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:2627
    • 提供者:张彻
  1. huffman_encode

    0下载:
  2. 功能是基于赫夫曼树的数据结构的文本压缩,根据生成的HuffmanTree来产生字符的编码.即从叶子到根逆向求每个字符的Huffman编码。 -Function is based on the Huffman tree data structure of the text compression, according to the generated HuffmanTree to generate the character codes. That is, from leaf to the r
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2188
    • 提供者:sun
  1. huffman_encode

    0下载:
  2. 功能是基于赫夫曼树的数据结构的文本压缩,根据生成的HuffmanTree来产生字符的编码.即从叶子到根逆向求每个字符的Huffman编码。 -Function is based on the Huffman tree data structure of the text compression, according to the generated HuffmanTree to generate the character codes. That is, from leaf to the roo
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2511
    • 提供者:sun
  1. tinylinegzip

    0下载:
  2. J2ME的文本压缩。 2ME压缩总汇的例子.对开发手机程序很有帮助。-GZIPInputStream is a pure J2ME implementation of the java.util.zip.GZIPInputStream class that uses the same Java API as in Java 1.1 or Java 1.4.1. The size of the com.tinyline.util.GZIPInputStream in the J
  3. 所属分类:J2ME

    • 发布日期:2017-04-05
    • 文件大小:48432
    • 提供者:卡哈尔
  1. debugprogram

    1下载:
  2. 这个程序(omni.com)是97年的Mekka ’97 4K Intro比赛的一等奖作品,也是我认为最好的4K作品之一。整个程序全长4095字节,其中包含133字节的自解压程序(类RAR压缩),未解压的程序长4782字节。三维场景包含144个立方体,367个面,362个点,15个不同的64*64 的纹理…… 观看方法: 开始菜单->运行->debug。然后把下面这一堆文本整个粘贴(点击左上角图标,编辑-》粘 贴) 进去,如果你有标准的Sound Blaste
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:6584
    • 提供者:liuguangliang
  1. Huffman_text

    0下载:
  2. 使用huffman 编码 对文本进行压缩与解压同时生成压缩后的文件-Encoded using huffman compression and decompression of the text at the same time generate the compressed file
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:3458
    • 提供者:海日
  1. Huffman

    0下载:
  2. 通过Huffman编码,实现对文件(如文本文件)的压缩和解压。压缩后生成二进制文件。压缩效率高。C++版数据结构与算法的典型应用。-By Huffman coding, to achieve the file (such as a text file) of the compression and decompression. Compressed binary file generated. Compression efficiency.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:509267
    • 提供者:canyue
  1. TestLZARICompress

    0下载:
  2. 文本压缩软件,可直接解压进行处理,无需进行额外代码添加-Text compression software that can be directly extracted for processing, without the need for additional code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-08
    • 文件大小:1764516
    • 提供者:钟波
  1. compress

    0下载:
  2. 文本压缩和解压,哈弗曼树的应用,压缩编码-Text compression and decompression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:4540
    • 提供者:景万里
  1. HuffmanCoding

    0下载:
  2. HUFFMAN编码 简单的Huffman文本压缩程序-Huffman Coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:679878
    • 提供者:Croft
  1. wenbenyasuoyujieya

    0下载:
  2. 文本压缩与解压缩工具。利用哈夫曼编码制作,可实现写入。-Text compression and decompression tool. Making use of Huffman coding, can achieve write.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:213318
    • 提供者:文明
  1. yasuo

    0下载:
  2. VC++ 文本压缩程序,主要是操作TXT格式文件-VC++ text compression process, mainly operating TXT format
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:15471
    • 提供者:赵凯珺
  1. huffman-text-compression

    0下载:
  2. huffman文本压缩,利用huffman代码来压缩文本,压缩效率高-huffman text compression,Huffman code used to compress text, compression efficiency
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:2095
    • 提供者:黄维良
  1. zlib123-dll

    0下载:
  2. 开源的文本压缩库。广泛应用于各种操作系统和软硬平台上。性能优良,得到了广泛的应用。-Open source text compression library. Widely applied in all kinds of operating system and soft platform. Excellent performance and been widely used.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-28
    • 文件大小:11489808
    • 提供者:zl
  1. LZW34

    0下载:
  2. LZW数据压缩算法,文件文本压缩解压工具,使用环境为VC6.0-LZW data compression algorithm, compression decompression tool for text files, use the environment for VC6.0
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:70678
    • 提供者:ct
  1. Huffmam_D

    0下载:
  2. 文本压缩 位图压缩 哈弗曼实现 MFC界面-Text compression; bmp compression huffman; MFC interface
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:32818
    • 提供者:llf
  1. LZW

    0下载:
  2. LZW压缩与解压 修改LZW压缩和解压的程序,完成下述要求: 1. 每完成xkbytes的文本压缩/解压,重新初始化码本(code table)。此过程可以看作是码本对文本内容的自适应调整过程,每编码部分文本后,码本重新初始化并根据后续文本内容生成,可以获得更好的压缩率。 2. 测试给出的文本文件,需要测试的x取值范围{10, 20, 30, 40, 50},并对比五种取值的压缩/解压效果(包括压缩率和压缩时间等)。程序参数需添加x,例如调用“Compress text 30”
  3. 所属分类:Data structs

    • 发布日期:2017-11-11
    • 文件大小:956441
    • 提供者:酉永松
  1. Huffman(win32)

    0下载:
  2. 使用哈夫曼算法实现的文本压缩工具。具有图形界面。-Huffman algorithm used for text compression tool. With a graphical interface.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-30
    • 文件大小:12996941
    • 提供者:宋志豪
« 1 2 34 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com