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

搜索资源列表

  1. 3.find-and-replace-text-file

    0下载:
  2. 如何对文本文件进行查找与替换,vc++ mfc 编程代码,压缩包内有程序延时与源代码!-How to find and replace text file, vc++ mfc programming code, compressed within a program delay with the source code!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-27
    • 文件大小:203880
    • 提供者:小瘦子
  1. Read-string-from-text-file

    0下载:
  2. 如何从文本文件中读取一个字符串,vc++ mfc 编程语言源代码,压缩包内有源代码-How to read a string from a text file, vc++ MFC programming language source code, compressed package source code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-08
    • 文件大小:201102
    • 提供者:小瘦子
  1. LargerContentServlet2

    0下载:
  2. 对服务器端的纯文本和html文件进行压缩-Plain text and html files on the server-side compression
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-28
    • 文件大小:1248
    • 提供者:谭泽华
  1. Huffmancode

    0下载:
  2. huffman压缩解压编码,利用huffman生成树生成码字,然后对文本文件编码,之后再解码-Huffman compression decompression code, generated using Huffman tree generated code word, and then to a text file encoding, decoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-15
    • 文件大小:2816214
    • 提供者:沈冲
  1. Decimal_arithmetic_coding

    0下载:
  2. 小数算术编码,采用小数压缩方法对文本文件进行压缩解压-Decimal arithmetic coding, compression method using fractional text file compression decompression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-25
    • 文件大小:1322456
    • 提供者:沈冲
  1. Binary_arithmetic_coding

    0下载:
  2. 二进制算术编码,采用小数压缩方法对文本文件进行压缩解压-Binary arithmetic coding compression method is fractional text file compression decompression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-12-03
    • 文件大小:2640442
    • 提供者:沈冲
  1. Huffman100

    0下载:
  2. 使用Huffman编码进行文本加密(压缩)的一个示例程序。输入一段文字,自动建立Huffman树并生成各字符对应编码,并对编码前和编码后分别占用的空间进行计算-A sample program using Huffman code for text encryption (compression). Enter a text, program will automatically create Huffman tree and generate the corresponding charact
  3. 所属分类:Data structs

    • 发布日期:2017-11-19
    • 文件大小:2223
    • 提供者:wzf
  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. huffman

    1下载:
  2. 利用赫夫曼编码的实现原理码对数据进行无损压缩,设计一个实现Huffman压缩的编码和解码的程序。具体要求如下:读入待压缩的文本文件; 2)统计分析文本文件中各字符的出现频度,以频度作为构造Huffman树的权值。根据各字符出现的不同频度构造Huffman树,然后规定每种字符的Huffman编码。再次读入待压缩的文本文件,然后根据各字符的Huffman编码逐一替代,将得到的编码流写入到新的文件中,并且计算压缩率。 5)解码过程:先读入上一步骤得到的新文件,将其看作比特流,根据Huffman
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1277534
    • 提供者:phoebe
  1. Huffman

    0下载:
  2. 利用哈弗曼编码的思想实现文本文件的压缩和解压功能,并计算压缩前后的占用空间之比。-Huffman coding realize the idea of ​ ​ using the text file compression and decompression functions, and computing space before and after compression ratio.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:12145
    • 提供者:唐永康
  1. huffman

    0下载:
  2. 哈夫曼编码文件压缩 实现对文本的压缩,可以是字符,数据-Huffman coding compression realization of the text file compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:650275
    • 提供者:乐悦
  1. arith_code_one_symbol

    0下载:
  2. 算数编码的matlab程序,主要用于压缩txt文本,(文本里面是英文字符),主要文件为encoder.m和decoder.com,并带有概率更新。-Arithmetic coding matlab program, mainly used to compress txt text (text which is in English characters), the main document is encoder.m and decoder.com, and with probability u
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:1304177
    • 提供者:刘旭
  1. arith_code_use_entrop

    0下载:
  2. 算数编码的matlab程序,主要用于压缩txt文本,(文本里面是英文字符),主要文件为encoder.m和decoder.com,并带有概率更新,最主要的是考虑前一个符号,运用熵编码。-Arithmetic coding matlab program, mainly used to compress txt text (text which is in English characters), the main document is encoder.m and decoder.com, and
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:214068
    • 提供者:刘旭
  1. CODE_UPLOAD

    0下载:
  2. 文件压缩是有用,当传输非常大的文件。每个字符的Ascii文本文件编码由一个8位固定长度的代码。这些文件通常可以大大压缩,如果不是这个固定长度的代码使用一个变量长度代码更频繁出现字符有短码和更少的字符有较长的代码出现。例如,一个大型数据文件可能主要是数字、空间和换行字符。如果短(小于8位)编码是用于这些然后文件将大大压缩。一个Lisp文件可能有很多左和右括号在它。使用短代码对这些将压缩文件。使用霍夫曼编码压缩文件。-File compression is useful when the trans
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-03
    • 文件大小:3790
    • 提供者:柏林的春天
  1. MatrixChain

    0下载:
  2. 用VS2010的矩阵链乘问题的算法实现。 实现功能: 1、文件读取,文本解析后显示矩阵链组成 2、显示数组,显示最优解。 文件在压缩包内 -Matrix chain multiplication using VS2010 problem algorithm. Function: 1, file read, parsed text display matrix composed of two chains, showing the array, showing the opti
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:85320
    • 提供者:zty
  1. MapOnVC

    0下载:
  2. 一个电子地图基于VC完成,压缩包中的文本文件描述了如何使用。-digit map based on VC
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:104468
    • 提供者:steven
  1. LCD1602_4Lines

    0下载:
  2. ARDUINO单片机接LCD1602,双行显示,仅占用6个I/O口,节省资源;ISIS仿真通过,ARDUINO UNO R3 实测通过;压缩文件包含原理图、接线图、源代码文本、INO文件、HEX文件。-ARDUINO with LCD1602
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:118129
    • 提供者:Ant
  1. hfm-8-.1

    0下载:
  2. 哈夫曼编码对文本文件进行编译压缩,可以计算压缩率-Huffman compression of text files to compile, the compression ratio can be calculated
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:23032
    • 提供者:TG
  1. hufman

    0下载:
  2. 霍夫曼编码对文本文件的压缩与解压缩软件,有设计文档和c++的MFC源文件。(天津工业大学信息学院课程设计)。 -Huffman coding for text file compression and decompression software, design documents and c++ MFC source files. (Tianjin Polytechnic University School of Informatics curriculum design).
  3. 所属分类:Button control

    • 发布日期:2017-05-12
    • 文件大小:2644154
    • 提供者:ai
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 »
搜珍网 www.dssz.com