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

搜索资源列表

  1. 一个非常好用的Autocad工具集

    6下载:
  2. ********************************************************* * AyungerStudio AutoCAD-Tools 更新日期: 2010.02.01 * ********************************************************* 这是本人近年来独自开发的一个AutoCAD修改工具集合,现与各位共享,主要包括: 1、 绘制类: 箭头、示坡线、锥坡线、剖断线、垂线、切线、等高线加
  3. 所属分类:其他小程序

    • 发布日期:2010-03-26
    • 文件大小:2050142
    • 提供者:ayungerstudio
  1. C++程序设计语言实验三

    0下载:
  2. 实验三:C++编程入门 一、实验内容 1. 类模版。 2. 运算符重载。 3. 友元。 4. 继承。 二、实验题目 1, 设计一个类SavingsAccount,定义一个静态数据成员记录存款的年利率(rate),该类的每个成员都包含一个私有的数据成员balance,表示该成员当前的存款数额。提供一个成员函数CalMonthlyInterest(),用以计算月利息(用balance乘以rate再除以12),并将这个月利息加入balance中。提供一个静态成员函数ModifyRate(
  3. 所属分类:其他小程序

  1. A-simple-language-interpreter

    0下载:
  2. 一个简单的语言解释器, 它可以读入一个简单的文本标记文件,并提取和 转换相应的成员关系信息。文件内容如下所示。 一个简单的文本标记文件: <class> <student> <name>ABC</name> <id>123456</id> group1 </student> </class> 每组"标记"包含两部分:标记名称和标记值。例如,
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1256791
    • 提供者:潇湘风月
  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. xeditor

    0下载:
  2. 文本编辑器.从压缩包中图片文件夹的按钮来看,类似于eWebEditor等的网页编辑器,但这个可能更适合于VB中。-Text editor. Picture package from the compressed folder view button, similar to eWebEditor website editor, etc., but this may be more suitable for in VB.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:162397
    • 提供者:516
  1. TraceWindowSrc

    0下载:
  2. 记录日志的工具,可以输出16进制,文本等各种形式。调试用很方便,请见压缩包内的Reamme文件。-Trace log tool source
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:275527
    • 提供者:王文平
  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. 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. Compress

    0下载:
  2. 编写一个程序,输入为一组字符串,输出为压缩后的文本。-Write a program that inputs a string, the output of compressed text.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:734
    • 提供者:王石
  1. scanner

    0下载:
  2. 编译原理中简化的词法分析程序,压缩包中含有测试用的文本。程序功能是逐一扫描文本字符,判别词法是否符合规则。-lexical analysis program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:125136
    • 提供者:jinr
  1. huffmanyasuo

    0下载:
  2. 哈夫曼压缩,一个简单的压缩程序,可以把文本文件用哈夫曼算法压缩。-Huffman compression, compression program, a simple text file can be compressed using Huffman algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:2529
    • 提供者:lianweiqin
  1. guestbook_22958_w2q8tr

    0下载:
  2. 通过php编码实现的,实现一个简单的独立的程序例子,这是一个用php脚本语言写的留言日记,WShuai多管理员PHP留言板 ,这是个php+文本的留言板程序,简单易用,最大的特点是未做任何装饰,留给你最大的发挥空间,方便你整合到你的网站中去.安装方法:把压缩包下载到网页目录后,直接解压到当前文件夹,就可以使用了.首页为文件夹中的index.p,作为开发的各种例子程序代码。
  3. 所属分类:Other systems

    • 发布日期:2016-01-23
    • 文件大小:55296
    • 提供者:wyjkofc
  1. Huffman

    0下载:
  2. 实现了huffman编码的程序, 可以实现对文本文件的压缩与解压, 具有演示的功能, 界面比较友好-Huffman coding procedures with the functionality of the demo, the interface is more friendly
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:1314
    • 提供者:王王王
  1. Authority--Huffman.Codec

    0下载:
  2. 霍夫曼(Huffman)编码是1952年为文本文件而建立,是一种统计编码。属于无损压缩编码。-Hoffman (Huffman) coding is established in 1952 as a text file, is a statistical coding. Belong lossless compression encoding.
  3. 所属分类:Other systems

    • 发布日期:2017-11-06
    • 文件大小:7690
    • 提供者:潇凌霜
  1. Huffman

    0下载:
  2. 以huffman编码方式对文本文件进行无损压缩,并可以实现解压还原文件。-In huffman encoding for lossless compression of text files, and can achieve unzip restore files.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-01
    • 文件大小:1037524
    • 提供者:yxt
  1. main

    0下载:
  2. 使用数组实现对文本文件或其他格式文件的压缩,包括中英文。-Using an array of realization of the text files or other format file compression, including Chinese and English.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2202
    • 提供者:刘雪娇
  1. hufman

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

    • 发布日期:2017-04-11
    • 文件大小:1534
    • 提供者:林教头
  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
« 12 »
搜珍网 www.dssz.com