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

搜索资源列表

  1. haffuman

    1下载:
  2. 基于哈夫曼的压缩和解压缩,将文本中的字符作为节点构建哈夫曼树,通过01来编码,实现对文件的压缩,同时通过逆过程将文件解压缩。-Based Huffman compression and decompression, the text of the character as a node Huffman tree constructed by 01 to coding, to achieve the file compression, through the reverse process to
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4089
    • 提供者:肖娜
  1. DotNetUtilities2014-12-3

    0下载:
  2. 包含文件、网络、http、多线程、控件、office、IO、JSON、压缩文件、文本字符串、正则表达式、HTML、邮件、系统、数据库、加密解密等操作类-Include files, network, http, multithreading, control, office, IO, JSON, compressed files, text strings, regular expressions, HTML, e-mail, systems, s, encryption and decrypt
  3. 所属分类:Education soft system

    • 发布日期:2017-05-21
    • 文件大小:6068096
    • 提供者:
  1. Huffman

    0下载:
  2. 二进制文本文件的压缩——霍夫曼压缩算法的基本实现-Compression of binary text files- basically achieve Huffman compression algorithms
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-02
    • 文件大小:1014014
    • 提供者:Wu DL
  1. LZ77

    0下载:
  2. 用LZ77算法实现将文本文件压缩为三元组的过程,同时包含有相应的解压缩过程。-LZ77 algorithm implemented in the text file compression is the process of triples, and also includes a corresponding decompression process.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:216749
    • 提供者:孙尔强
  1. lzwcompression

    0下载:
  2. java版实现lzw编码压缩,支持对文本文件和图片进行压缩处理。-java version lzw coding to achieve compression, support for text files, and image compression.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-03
    • 文件大小:960711
    • 提供者:
  1. haffman

    0下载:
  2. 将任意一个指定的文本文件中的字符进行哈夫曼编码,生成一个编码文件(压缩文件) 反过来,可将一个压缩文件解码还原为一个文本文件。-haffman tree
  3. 所属分类:source in ebook

    • 发布日期:2017-04-29
    • 文件大小:248958
    • 提供者:王一晴
  1. compress

    0下载:
  2. 他能将一个文本文档压缩,同时能将压缩后的文本还原成原文本,实现文本的更好的存储。-He can compress a text document, and restore the compressed text to the original text, and realize the better storage of text.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:2410
    • 提供者:侯松
  1. HuffmanCode

    0下载:
  2. 使用散列和哈弗曼编码完成任意文本数据文件的加密和压缩,压缩率在50 以上-Huffman coding is completed using a hashing and encryption and compression of any text data file compression rate of 50 or more
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:47317
    • 提供者:贾锋
  1. scanner

    1下载:
  2. C++源代码单词扫描程序(词法分析) 功能: (1)C++源代码扫描程序识别C++记号。 C++语言包含了几种类型的记号:标识符,关键字,数(包括整数、浮点数),字符串、注释、特殊符号(分界符)和运算符号等。 (2)打开一个C++源文件,打印出所有以上的记号。 (3)要求应用程序应为Windows界面。 (4)选作部分:为了提高C++源程序的可读性,C++程序在书写过程中加入了空行、空格、缩进、注释等。假设你想牺牲可读性,以节省磁盘空间,那么你可以存贮一个删除了所
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2486535
    • 提供者:冯少飞
  1. LZ77

    0下载:
  2. 文本数据LZW压缩和解压缩程序,适用于二进制文本和十六进制文本数据的压缩处理-Text data LZW compression and decompression procedures, applicable to binary text and sixteen binary text data compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-29
    • 文件大小:8402
    • 提供者:刘敏丽
  1. Huffmancode

    0下载:
  2. huffman压缩编码的实现 huffman压缩编码的实现 C# 使用huffman 树进行对文本文件的压缩编码实现 -huffman to achieve compression coding huffman to achieve compression coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-30
    • 文件大小:42078
    • 提供者:Eru
  1. wenbengeshihua

    0下载:
  2. 1. 文本以文件的形式存放.可以新建文件,也可以打开已有文件. 2. 新建立文件后可编辑一个新文本,或是打开文件时自动读取文件中的已有文本. 3. 在打开文本的状态下对文本进行格式化处理. ① 段首缩进8字符. ② 字与字之间只留一个空格符,对多余的进行压缩. ③ 一行中完整的字不能分割在两行,行首对齐. 4. 选择输出文本的非格式化和格式化结果. 5. 保存文件. -1 the text is stored in the form of a file. Y
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:20228
    • 提供者:梁文水
  1. Compress

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

    • 发布日期:2017-04-12
    • 文件大小:775
    • 提供者:qrj346754
  1. hafuman103

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

    • 发布日期:2017-04-13
    • 文件大小:2349
    • 提供者:lun203297
  1. admin

    0下载:
  2. 可以查看服务器硬盘,查看站点根目录,可以在服务器新建目录或文本,可以新建或压缩MDB数据库文件,可以探测服务器信息-组件支持,可以上传文件,可以执行CMD命令,可以批量清除网页中被挂的木马,可以读取注册表数据,可以端口扫描器等,而这一切只由一个文件操作控制,绝对超级强悍。 -You can view the server hard disk, view the site root directory, the server the new directory, or text, you can
  3. 所属分类:Web Server

    • 发布日期:2017-05-01
    • 文件大小:52221
    • 提供者:gwaca
  1. Bianli

    0下载:
  2. 使用说明:将zip文件解压缩到你的iis的发布目录下,访问bianli.asp,就可以看到当前路径下的文件,可以对文本类型的文件进行编辑,可以对任何文件和文件夹进行删除(删除的时候不会要求确认,请慎重删除!)。如果你需要对虚拟路径下的文件进行管理,请输入bianli.asp.rootpath=其他虚拟路径名 进行访问-Instructions for use: Unzip the zip file under your iis publishing directory, access bianl
  3. 所属分类:Web Server

    • 发布日期:2017-04-30
    • 文件大小:10103
    • 提供者:tianzneg
  1. c1gbook1.0

    0下载:
  2. 超小文本留言本美化版(bieku的留言本),文件压缩包只有10kb,使用文本文件txt作数据库存储。支持gravatar头像。-The ultra-small text message ized (bieku this message), file compression package only 10kb, use a text file txt for storage. Support gravatar avatar.
  3. 所属分类:Web Server

    • 发布日期:2017-04-30
    • 文件大小:81835
    • 提供者:lujun
  1. ArithmeticCoding

    0下载:
  2. C语言环境,二进制算术编码,实现对文本的压缩-C language environment, binary arithmetic coding to achieve compression of the text
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:7678
    • 提供者:刘康
  1. Project-2_HuffmanEncode

    0下载:
  2. 哈夫曼编码 (1) 建立Huffman Tree,也就是建立codebook,找到所有ascii对应的codeword表示方法。 (2) Huffman Encode,将DaVinciCode.txt 整个文本进行编码,储存成一个压缩档,并且使用bitstream来存入。 程序执行方法 : encoder.exe DavinciCode.txt codebook compressed_file-Huffman coding (1) the establishment of Hu
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-09
    • 文件大小:1581551
    • 提供者:wu chan mao
  1. Project-2_HuffmanDecode

    0下载:
  2. 哈夫曼解码 (3) Huffman Decode,将压缩档译码,还原DaVinciCode.txt (达文西密码) 整个文本。 程序执行方法 : decoder.exe codebook compressed_file de_DavinciCode.txt-Huffman decoding (3) Huffman Decode, decode the compressed file, reducing DaVinciCode.txt (Da Vinci Code) throughout
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-07
    • 文件大小:1222609
    • 提供者:wu chan mao
« 1 2 ... 10 11 12 13 14 1516 17 »
搜珍网 www.dssz.com