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

搜索资源列表

  1. adaptive_arithmetic

    0下载:
  2. 算术编码,自适应的算术编码原码。可以压缩任何长度的字符串-arithmetic coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:202160
    • 提供者:
  1. 111111111

    0下载:
  2. 读取文本文档 显示文本文档里的字符串 统计 出现次数 频率 以及种类 和 种类数 用于建立霍夫曼树-Read the text in the document text document frequency of occurrences of the string statistics and used to establish the type and number of species Huffman trees
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:647
    • 提供者:QU
  1. huffman_matlab

    0下载:
  2. 本程序以函数形式实现huffman编码,能有效地对字符串进行huffman编码并输出-This matlab program achieves huffman coding by using function m-file.It can effectively coding string type.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:515
    • 提供者:黄泽策
  1. Huffman

    0下载:
  2. Huffman (1)I-初始化(赫夫曼树),建立赫夫曼树和各个字符的赫夫曼编码,将它们存入文件hfmTree.txt中; (2)E-编码:可选择A:对用户自己输入的字符进行编码 B:对文件ToBeTran.txt中原有的字符串进行编码 将编好的赫夫曼编码存入文件CodeFile.txt中; (3)D-译码:利用已建好的赫夫曼树对文件CodeFile.txt中的字符译码,将结果存入文件TextFile中; (4)Q-推出,结束程序;-Huffman (1)I-初始
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:418525
    • 提供者:陈笑
  1. LZSS

    1下载:
  2. lzSS压缩算法,lz系列,检索重复字符串-lzss compresse algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2015-05-21
    • 文件大小:3072
    • 提供者:gong
  1. 0904210213

    0下载:
  2. 霍夫曼编码的C++实现,输入一组字符串,输出每个字符的编码及整个字符串的霍夫曼编码。-realization of Huffman coding using VC++
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:63253
    • 提供者:徐小
  1. hafuman

    0下载:
  2. 文件testS中读取字符串,经过哈弗曼编码后,显示每个字符出现的次数以及编码后的0、1串-The file testS reading the string, after Hafu Man coding, showing the number of occurrences of each character, as well as 0,1 string encoded
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:47321
    • 提供者:
  1. LHARC-algorithm

    0下载:
  2. 采用LHARC的算法,LHARC采用字符串自适应压缩与单个字符的限长变化编码压缩相结合的方法,对文件进行双重压缩,尽可能地减少了冗余,基本压缩原理是,将待压缩文件看作是字符流(字节流),将其中的冗余信息分成同一字符的离散出现和字符串的重复出现。 压缩率:压缩后的大小与内容的重复性有关,重复的内容越多压缩率越大,对短文本的压缩率一般在10 左右。-The LHARC the algorithm LHARC string adaptive compression method of combin
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:254098
    • 提供者:link
  1. gzip

    0下载:
  2. 本函数实现了对单段经gzip压缩过的字符串进行解压的功能-This function implements the functionality of the single-stage decompress by gzip compressed string
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-09
    • 文件大小:2656
    • 提供者:ankaige
  1. stringcode

    0下载:
  2. 字符串的加密解密 可扩展性比较好-Encryption and decryption of a string better scalability
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-12-06
    • 文件大小:3161
    • 提供者:
  1. huiwen

    0下载:
  2. 回文数,对于判断字符串可以有效地进行控制盒输出-Palindrome can effectively control box output string for judging
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-22
    • 文件大小:70294
    • 提供者:李雷
  1. LZWSample

    0下载:
  2. 实现简单的LZW压缩算法,LZW压缩算法的基本概念:LZW压缩有三个重要的对象:数据流(CharStream)、编码流(CodeStream)和编译表(String Table)。在编码时,数据流是输入对象(文本文件的据序列),编码流就是输出对象(经过压缩运算的编码数据);在解码时,编码流则是输入对象,数据流是输出对象;而编译表是在编码和解码时都须要用借助的对象。字符(Character):最基础的数据元素,在文本文件中就是一个字节;字符串(String):由几个连续的字符组成; 前缀(Pref
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-17
    • 文件大小:5142180
    • 提供者:
  1. lzss_modified

    0下载:
  2. lzss算法 由文件输入修改为字符串指针输入方便对SIP消息进行压缩-the lzss algorithm modified file input string pointer input convenience compress SIP messages
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-21
    • 文件大小:206398
    • 提供者:潘毅
  1. huffman

    0下载:
  2. 任选一种无损编码方式,通过C++编程实现。 要求:1) 字符串的输入是手工输入的; 2) 在屏幕上显示编码结果,例如,如果选用huffman编码,则要显示字符串的编码及平均码长;-Optionally, a lossless compression method, through the programming of C++. Requirements: 1) the input string is manual input 2) shows the coding resul
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-19
    • 文件大小:506896
    • 提供者:wy
  1. 11

    0下载:
  2. 数据库批量设置权限批量(批量传一个字符串进入到数据库 存储过程拆分字符串)-Set permissions database Batch Batch (Batch pass a string into the database stored procedure split the string)
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-16
    • 文件大小:1491
    • 提供者:lizhiliang
  1. ZipUtil

    0下载:
  2. 将一个字符串按照zip方式压缩和解压缩-Compress and uncompress string in zip way.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:678
    • 提供者:lj
  1. World-of-Warcraft-password-viewer

    0下载:
  2. 魔兽密码查看器!!用于查看魔兽争霸地图内的输入字符串!-World of Warcraft password viewer!! Warcraft map to view the input string!
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-22
    • 文件大小:117012
    • 提供者:回胡志明
  1. smallcompress_string.tar

    0下载:
  2. 这个库用于压缩程序中的字符串,如果程序对于数据长度比较敏感,此程序可以压缩其中的字符串从而减少传输的数据的长度-This library is used in a string compression program, if the program for the data length is sensitive, this procedure where the string can be compressed to reduce the length of the data transmit
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:8429
    • 提供者:xuming
  1. MD5

    0下载:
  2. MD5加密算法,可计算出字符串或文件的HASH值,带测试程序。-MD5 encryption algorithm, to calculate the value HASH string or file with the test procedures.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:3167
    • 提供者:刘颖兴
  1. lzw_compression

    0下载:
  2. LZW压缩编码源程序,用较短的代码来表示较长的字符串来实现压缩。 -LZW compression source code, with a shorter code to indicate a long string to achieve compression.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:5339
    • 提供者:zzl
« 1 2 34 »
搜珍网 www.dssz.com