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

搜索资源列表

  1. my_lzw_coding

    0下载:
  2. LZW算法的编码器,使之能对大写英文字母构成的字符串编码 -LZW algorithm for the encoder, so it will be able to capitalize alphabetical constitute string coding
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1065
    • 提供者:吕亮
  1. afirst

    0下载:
  2. a开头和a结尾的字符串-a beginning and the end of a string
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:832
    • 提供者:徐强洪
  1. dist2

    0下载:
  2. 字符串匹配的BM算法,完全自己做出来的, 大家可以拿去参考,一切分享-BM string matching algorithm, completely on my own to do it, we can spend reference, all sharing
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:9918
    • 提供者:小艾
  1. String-Similarity-0.02.tar

    0下载:
  2. 此程序是关于字符串 模糊相似度的计算程序(C语言)-this program is a string of vague similarity calculation procedures (C language)
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:13978
    • 提供者:youyou
  1. chf

    0下载:
  2. 递归的字符串逆序,将带有空格的一行字符串按照单词的顺序逆序排列.例如:this is a string. 转化为string a is this.-recursive string reversal, with his string of blanks in accordance with the order of words printed in reverse chronological order. For example : this is a string. into a string
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:837207
    • 提供者:成心
  1. hafuman

    0下载:
  2. 一 . 需求分析: 1) 输入形式和输入值范围: 输入形式是要压缩(或者要解压)的文件路径,输入范围是字符串,而且要是文件的路径。 2) 输出形式: 输出相应的编码压缩文件和解码原文件 3) 程序所能达到的功能: 利用哈夫曼对ASCII文件做不等长编码,达到压缩文件。利用哈夫曼树的遍历,达到解压文件的目的。程序的功能也就是实现压缩和解压ASCII类型文件的目的。 4)测试数据:(包括正确的输入数据及其输出结果和含有错误输入及其输出结果) 测试输
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:260371
    • 提供者:huangfeng
  1. wDataTo

    0下载:
  2. 压缩程序函数体:十六进制的除法、十进制的除法、二十六进制的除法(表示范围为字符串)、三十六进制的除法、九十六进制的除法
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:13202
    • 提供者:煮海为盐
  1. md5_src

    0下载:
  2. 这是一个好用的MD5的C++类;这个类可以加在控制台程序中也可用在MFC中, 并且提供了详细的错误处理函数,是一个安全的类。例程是一个MD5的MFC程序,支持字符串和文件两种输入。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:162531
    • 提供者:xdjm
  1. Cpp1

    0下载:
  2. 汉明码生成程序,可以用于实现对32位字符串的编码,是用VC++实现的,很好用
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1098
    • 提供者:ha
  1. huffman

    0下载:
  2. 实现huffman算法的编码与解码,先要建立hufstr.txt作为字符串的输入
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:9175
    • 提供者:雪峰
  1. haffman

    0下载:
  2. 对输入的字符串进行赫夫曼编码,得到压缩文件
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1512
    • 提供者:王心
  1. zip&unzip

    0下载:
  2. 利用Java实现zip压缩/解压缩。randomData()函数随机生成50个double数据,并放在doc字符串变量中 openFile()函数读取ZIP压缩文件 saveFile()函数将随机生成的数据存到ZIP格式的压缩文件中。-use Java zip compression / decompression. RandomData () function randomly generated 50 double data and on the doc string variable op
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1867
    • 提供者:潘振瑶
  1. lzw3

    0下载:
  2. 字符串的压缩与解压,输入一字符串文件,压缩后得一文件,在经解压得原文件。大家一起分享。-string compression and decompression, the importation of a string, in a compressed file, after decompression in the original document. To share with everyone.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:65013
    • 提供者:东方旭
  1. huffmantree

    0下载:
  2. 动态对文件和字符串统计个字符出现的次数作为其权值,以实现霍夫曼编码,达到节省存储空间的目的。-Dynamic string of documents and statistics on the number of characters appear as part of its weight in order to achieve the Huffman coding to achieve the purpose of saving storage space.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:2351
    • 提供者:萧萧
  1. haffmantree

    0下载:
  2. ADT HuffmanTree{ 数据对象:D={ai| ai∈CharSet,i=1,2,……,n, n≥0} 数据关系:R={< ai-1, ai > ai-1, ai∈D, ai-1基本操作P: HuffmanTree() 构造函数 ~ HuffmanTree() 析构函数 Initialization(int WeightNum) 操作结果:构造哈夫曼树。 Encoder() 初始条件:哈夫曼树已存在或者哈夫曼树已存到文件中。
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:3998
    • 提供者:罗罗
  1. ScoreSystem

    0下载:
  2. 学生成绩查询系统,运用结构体,struct ,sort ,Clrscr(),textcolor()函数,用for()循环语句,switch和ifelse作为条件测试语句。 程序实现了学生成绩查询功能,有20个我们班学生的数据信息,每个包含: 学号 — num [10](字符串)、姓名(拼音)— name[25](字符串)、 性别 — sex(字符,M或W)、年龄 — age(整型)、 三门课程成绩(高数、英语、计算机)— score [3 ](单精度)。设计一个系统: 定义
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-24
    • 文件大小:45075
    • 提供者:林林
  1. HuffmanCode

    1下载:
  2. /*哈夫曼编/译码器 完成Huffman 编码的译码过程。 即输入一个码串,请翻译成相应的字符串。 要求有编码过程和解码过程。*/-/* Huffman encoder/decoder to complete the decoding process of Huffman encoding. That the input string 1 yards, please be translated into the corresponding string. Requirements
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:3801
    • 提供者:ping
  1. huffman_me

    0下载:
  2. 对输入的字符串各个字符出现次数的概率进行霍夫曼编码,并对其过程进行详细图形显示-Enter the string of characters appear in all probability the number of Huffman code, and a detailed graphical display process
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:12330
    • 提供者:cindy
  1. LL1

    0下载:
  2. c++词法分析器。可以分析简单的输入字符串。希望对大家有帮助。-c++ lexical analyzer. Easy to analyze the input string. I hope there is help for everyone.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-03
    • 文件大小:970574
    • 提供者:木子
  1. HUFUMAN

    0下载:
  2. 该源码实现了从文件中读取字符串,并对其进行霍夫曼编码和解码过程,源码注释详尽,易于理解-The realization of the source file read from the string and its encoding and decoding process of Hoffman, detailed source notes, easy to understand
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-07
    • 文件大小:1317183
    • 提供者:chenhyu
« 12 3 4 »
搜珍网 www.dssz.com