CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 压缩解压 搜索资源 - 文本 算法

搜索资源列表

  1. comp430s.zip

    0下载:
  2. 和Unix的compress/uncompress兼容的压缩/解压算法16位程序,适合压缩文本或重复字节较多的文件
  3. 所属分类:压缩解压

    • 发布日期:
    • 文件大小:66303
    • 提供者:
  1. 改进的LZSS压缩算法

    0下载:
  2. 本文提出了LZSS压缩算法在进行文本压缩时存在的问题,并给出了解决方法。改进后的算法具有较高的压缩率,实验结果令人满意。 关键词:LZSS;数据压缩 -This paper presents a compression algorithm LZSS text compression during the question and gives a solution. Improved algorithm with a higher compression ratio, the experi
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:10388
    • 提供者:唐吉卓
  1. yasuo

    0下载:
  2. RLE压缩,完成文本文件的压缩,运用游程长度编码算法
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:793
    • 提供者:王刚
  1. HaffmanTree

    0下载:
  2. 程序通过构建一个haffman树,用哈夫曼树算法对文本文件进行0-1化编码,并模拟文件 压缩与解压
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:5151
    • 提供者:心静止水
  1. 201531355

    0下载:
  2. 文本压缩算法及代码,采用huffman编码压缩,压缩率较高-text compression algorithms and code, using Huffman coding compression, high compression rate
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:37094
    • 提供者:李飞
  1. huffmanman

    1下载:
  2. 用huffamn算法实现了文本文件的压缩和解压缩,VC++实现-huffamn algorithm using a text file compression, VC
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:9968
    • 提供者:
  1. lz77压宿酸法

    0下载:
  2. lz77压宿算法,用c语言实现,可以在tc下编译通过,根据不同的计算机要修改下相关的参数值,对文本数据的压缩效果很好-lz77 places pressure algorithm, using the c language, in tc under compile, based on different computers to be amended under the relevant parameters, the text data compression with good result
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:3025
    • 提供者:李能
  1. huffman.rar

    0下载:
  2. 实现哈夫曼树算法,用VS2005开发,并附有详细的文本说明!,Huffman
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-27
    • 文件大小:9649
    • 提供者:成涛
  1. LZSS.rar

    2下载:
  2. LZSS压缩解压:使用LZSS算法对文本文件进行压缩和解压,LZSS
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2015-07-06
    • 文件大小:3659
    • 提供者:yfl
  1. comp430s.zip

    0下载:
  2. 和Unix的compress/uncompress兼容的压缩/解压算法16位程序,适合压缩文本或重复字节较多的文件,16-bit compression and decompression program which is compatible with that in Unix,it is suitable for text
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-08
    • 文件大小:66616
    • 提供者:
  1. LZW

    0下载:
  2. LZW算法实现对文本文件的压缩,对文本文件和图像文件都有较好的压缩效果。-LZW algorithm to compress and decompress text files, and is divided into two 12-bit and 16-bit versions. Has good compression effect on the image and text files.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-09
    • 文件大小:353339
    • 提供者:宏观
  1. Huffman_Arithmetic

    0下载:
  2. 我用C++编写的Huffman压缩解压算法,可以对文本及*.bmp图像进行压缩解压-I use C++ to the Huffman compression decompression algorithm, and the text can*. bmp image compression decompression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-17
    • 文件大小:19381
    • 提供者:普明
  1. Minium_Spanning_Tree(Kruskal)

    0下载:
  2. 最小生成树问题 问题描述:若要在n个城市之间架设通讯网络,只需要架设n-1条线路即可。如何以最低的经济代价建设这个通讯网,是一个网的最小生成树问题。 设计要求:利用克鲁斯卡尔算法求网的最小生成树;以文本形式输出生成树中各条边以及它们的权值。 -The issue of minimum spanning tree problem Descr iption: n To set up a communication network between cities, only need to
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:8055
    • 提供者:利莉
  1. Huffman

    0下载:
  2. 提供文本的无损压缩功能,利用霍夫曼算法实现,基于VS2005对话框。-Provide the text of the lossless compression function, the use of Huffman algorithm, based on the VS2005 dialog box.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-25
    • 文件大小:3811025
    • 提供者:Jim
  1. LZSS

    0下载:
  2. 采用C++编写的lzss压缩算法,尤其对于文本文件的压缩效果比较好-The use of C++ written lzss compression algorithms, especially for the compression effect of the text file is better
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:3558
    • 提供者:leajian
  1. GNUzip

    0下载:
  2. 用于文本压缩的压缩算法,可以取得比较高的压缩比-used to compress text
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:242017
    • 提供者:yfl
  1. Huffcoding

    0下载:
  2. 用vc实现的Huffman对文本文件的压缩解压算法。-Vc achieved with Huffman compression of the text file decompression algorithm.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:966289
    • 提供者:seaft
  1. hafuman

    0下载:
  2. 使用哈弗曼算法实现对文本文件的压缩和节压缩-Havermann algorithms using the compression of text files and section compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:107446
    • 提供者:古朴
  1. matlab

    0下载:
  2. 这是一些文本聚类的matlab函数,是遗传算法过程中的一些常用函数-This is some text clustering matlab function, genetic algorithm is the process of some of the commonly used functions
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:106209
    • 提供者:邵俊尧
  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
« 12 »
搜珍网 www.dssz.com