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

搜索资源列表

  1. 20040913190255_vczx_clsrwini

    0下载:
  2. 读写ini的C++类 一、本类只有4个函数,分别为写数字,读数字,写文本,读文本。支持相对路径。可以用于有或无mfc支持的程序。visual c++6编译通过。 ini格式: [appname] keyname=s 二、代码:请下载压缩包。 三、如需要绝对路径删除CHAR FilePath[255] ---strcat(FilePath,fn)-literacy ini a category C, the only four categories of functions, namely dig
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1220
    • 提供者:王迎芳
  1. 一个功能全面的文本编缉器的源程序

    2下载:
  2. 一个文本编辑器,压缩包里包含源程序和可执行文件。-A text editor, contains source code and executable file.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:126926
    • 提供者:思维风
  1. 文本压缩

    1下载:
  2. 用huffman编码实现的文本压缩用compress进行压缩用uncompress进行解压缩-Huffman coding used to achieve the compression used compress text compression used for decompression uncompress
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:33527
    • 提供者:朱金晨
  1. 另类的压缩方式

    0下载:
  2. 哈夫曼树编码 用哈夫曼树算法对文本文件进行0-1化编码,并模拟文件 压缩与解压-Huffman tree coding algorithm using Huffman tree to the text document for 0-1 coding and compression simulation and decompression
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:8843
    • 提供者:王月
  1. LZW

    0下载:
  2. lzw文本压缩 非常好的一个数据压缩软件-lzw text compress
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-21
    • 文件大小:381001
    • 提供者:xue
  1. hafuman

    1下载:
  2. 哈弗曼编解码 编写函数,实现建立哈夫曼树和生成哈夫曼编码的功能。 编写函数,实现二叉树的输出和释放功能。 编写主函数,从终端输入一段英文文本;统计各个字符出现的频率,然后构建哈夫曼树并求出对应的哈夫曼编码;显示哈夫曼树和哈夫曼编码;最后释放哈夫曼树。 选做内容:修改程序,选择实现以下功能: 编码:用哈夫曼编码对一段英文文本进行压缩编码,显示编码后的文本编码序列; 统计:计算并显示文本的压缩比例; 解码:将采用哈夫曼编码压缩的文本还原为英文文本。-err
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:2308
    • 提供者:zhanghai
  1. HuffmanCoding

    1下载:
  2. 根据信源压缩编码——Huffman编码的原理,用VC++语言实现对英文文本的压缩。-According to source coding- Huffman coding theory, using VC++ language implementation of the English text compression.
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:1023
    • 提供者:清风细雨
  1. file

    0下载:
  2. VC++ 文本压缩程序,主要是操作TXT格式文件,运行于Windows系统 命令提示符环境,输入文本文件位置就可以对文件进行压缩、解压、文件测试等,属底层操作,借鉴价值比较大。-VC++ text compression process, mainly operating TXT format, running on the Windows system environment for the command prompt, type the location of a text file of
  3. 所属分类:File Operate

    • 发布日期:2017-04-05
    • 文件大小:15744
    • 提供者:692
  1. yasuo

    0下载:
  2. VC++ 文本压缩程序,李恒作品,主要是操作TXT格式文件,运行于Windows系统 命令提示符环境,输入文本文件位置就可以对文件进行压缩、解压、文件测试等,属底层操作,借鉴价值比较大,感谢作者奉献。-VC++ text compression process, Li works, mainly operating TXT format, running on the Windows system environment for the command prompt, type the loca
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:15859
    • 提供者:124
  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. hufman

    0下载:
  2. 哈夫曼文本压缩器,两个功能压缩文本文件和解压二进制文件 -Huffman text compression, two text files compression and decompression functions binaries
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1534
    • 提供者:林教头
  1. HuffmanCompress

    0下载:
  2. 一份大作业,基于Huffman(霍夫曼)编码实现的文本压缩,代码中对于Huffman树的创建、编码及压缩有详细的过程,包含一份文档-A great job, a text-based Huffman coding to achieve compression, Huffman code tree for creating, coding and compression process in detail, including a document
  3. 所属分类:Console

    • 发布日期:2017-05-09
    • 文件大小:1726912
    • 提供者:张稳龙
  1. Huffman-coding

    0下载:
  2. 用huffman编码实现的文本压缩用compress进行压缩用uncompress进行解压缩-Huffman coding used to achieve the compression used compress text compression used for decompression uncompress
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:33282
    • 提供者:邹宜然
  1. KXZE

    0下载:
  2. 用huffman编码实现的文本压缩用compress进行压缩用-Huffman coding is used to implement the text compression with compress is compressed
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-17
    • 文件大小:35840
    • 提供者:Fgedezic
  1. 98834126

    0下载:
  2. 用huffman编码实现的文本压缩用compress进行压缩用(Huffman coding is used to implement the text compression with compress is compressed)
  3. 所属分类:界面编程

    • 发布日期:2017-12-26
    • 文件大小:12288
    • 提供者:孙文慧
  1. MakeCAB

    0下载:
  2. 将文件压缩成CAB格式,实现了文件夹被压缩成CAB格式文本的功能。(Compress files into CAB forma)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-13
    • 文件大小:13225233
    • 提供者:旱鸭子
  1. 81824257

    0下载:
  2. Palm TextSync Conduit是一个掌上电脑同步管道,用于标准文本压缩 解压缩基础PDOC,它将和无格式的桌()
  3. 所属分类:Windows编程

    • 发布日期:2018-01-11
    • 文件大小:1325056
    • 提供者:Inzlnxr
  1. 文本压缩

    0下载:
  2. 基于Python 编写的以Huffman和bwt两种方法编写的文本压缩程序(A text compression program written in Python written in both Huffman and bwt methods)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:jenny1229
  1. 新建 好压 ZIP 压缩文件

    0下载:
  2. 易语言目录遍历工具,快速查找目录文本,批量查询,过滤格式(Easy language directory traversal tool, quickly search directory text, batch query, filter format.)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:631808
    • 提供者:bg9
  1. 解压缩程序

    0下载:
  2. C++实现文本、图像、音频、视频的解压缩,并通过MD5算法实现原始文件与压缩并解压后文件的比较。
  3. 所属分类:文件操作

« 12 3 4 5 6 »
搜珍网 www.dssz.com