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

搜索资源列表

  1. chap2

    0下载:
  2. Java程序设基础(第2,4章) 输出信息到屏幕 Java的基本数据类型 变量的命名规则,作用域 Java的注释 从键盘读取数据 数组的定义、创建与访问 字符串的使用
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:51123
    • 提供者:飞龙
  1. lcd

    0下载:
  2. 超级强大的lcd仿真!! 利用lcd显示数字、字母、符号、英文字符串! 可以随意设定显示的位置,字符串显示起始位置! 并且包含闪烁显示、循环显示、移动显示、自动换行显示! 功能超强大-Simulation lcd super powerful! ! Lcd display using numbers, letters, symbols, English string! Can be configured to show the location of the start show
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:60469
    • 提供者:张军
  1. RLC

    0下载:
  2. Huffman编码及RLC编码的转换,输入字符串把其转换为HUFFMAN编码并且把huffman编码转换为游程编码-RLC coding and Huffman coding of the convert, enter the string to convert it to HUFFMAN encoding and huffman encoding to convert the run-length coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-23
    • 文件大小:1949
    • 提供者:李l
  1. huff

    0下载:
  2. 利用matlab编程环境,采用算术编码的方式实现字符串的无损压缩-The use of matlab programming environment, using arithmetic coding means to achieve a string of lossless compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:35895
    • 提供者:李雪芳
  1. HuffmanTree

    0下载:
  2. 二叉树-哈弗曼树的应用,键盘输入一连串的字符串,最好不要超过10个,回车后输出相应的频率,同时,根据左历变,按顺序输出频率的!!很简单-Binary Tree- Havermann Tree Application
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-03
    • 文件大小:1038272
    • 提供者:高阳
  1. callzipdll_callzlib_HUFUNHUF

    0下载:
  2. 字符串和文件压缩和解压缩的例子,既有成熟的第三方标准dll的调用例子(callzlib调用动态库压缩解压缩字符串,callzlib调用静态库压缩解压缩字符串.rar),也有zipdll这个 c++ dll的调用例子,还有16/32位Haffman编码压缩与解压缩的程序(huf,单文件压缩程序huftest,单文件解压缩程序huftest)。 huf目录的两个源程序:HUF.C和UNHUF.C能用16位编译器编译通过,不能在VC中直接编译通过 现在我已经将HUF/UNHUF的代码用v
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. 输入的字符串,输出霍夫曼编码,同时也可以反向进行-input what you whant,output what you hope,it s a great code ,you will not be disaopinted,fuck
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:199942
    • 提供者:jindaochuan
  1. HuffmanCoding

    0下载:
  2. 霍夫曼编码实现,在文件中输入一个字符串,即可在结果文件中获得编码-Huffman coding to achieve, type a string in the file can be encoded in the outcome document
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-27
    • 文件大小:5207
    • 提供者:王彦如
  1. 5275340D-2F87-4FAF-A46F-48070DD54B66

    0下载:
  2. lz编码译码LZW就是通过建立一个字符串表,用较短的代码来表示较长的字符串来实现压缩. -lz codec LZW is through the establishment of a string table, with a shorter code to represent a long string to achieve compression.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:206774
    • 提供者:kaidu
  1. 1234

    0下载:
  2. 输入一页文字,程序可以统计出文字、数字、空格的个数。 静态存储一页文章,每行最多不超过80个字符,共N行;要求(1)分别统计出其中英文字母数和空格数及整篇文章总字数;(2)统计某一字符串在文章中出现的次数,并输出该次数;(3)删除某一子串,并将后面的字符前移。 存储结构使用线性表,分别用几个子函数实现相应的功能; 输入数据的形式和范围:可以输入大写、小写的英文字母、任何数字及标点符号。 -count
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:299413
    • 提供者:李民
  1. lzw

    0下载:
  2. 源代码通过建立一个字符串表,用较短的代码来表示较长的字符串来实现压缩. 提取原始文本文件数据中的不同字符,基于这些字符创建一个编译表,然后用编译表中的字符的索引来替代原始文本文件数据中的相应字符,减少原始数据大小。我们这里的编译表不是事先创建好的,而是根据原始文件数据动态创建的,解码时可以从已编码的数据中还原出原来的编译表.-The source code through the establishment of a string table, with a shorter code to re
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:5982
    • 提供者:udee
  1. src

    0下载:
  2. 拆分字符串的代码,可以根据不同等级的字符来将字符串转换成树-string split
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:3223
    • 提供者:Nathaniel
  1. JPEGTOBMP

    0下载:
  2. LZW算法,字符串和编码的对应关系是在压缩过程中动态生成的,并且隐含在压缩数据中,解压的时候根据表来进行恢复,算是一种无损压缩.-LZW
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:506762
    • 提供者:
  1. HuffmanTransmit

    0下载:
  2. 哈夫曼树解密问题:设计一个哈夫曼编码/译码系统,对字符串进行编码/译码-Huffman tree decryption problem
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:344005
    • 提供者:钟伟鹏
  1. lzwxjj

    0下载:
  2. lzw解码 编码 1、分析字符串流,从词典中寻找最长匹配串P(P在表中,而P+C不在表中。P为进行编码字符串,C为P后的第一个字符)。 2、输出P对应的词典码字(索引)。 3、将P+C放入词典-lzw decoding coded 1, analysis of a string stream, from the dictionary to find the longest match string P (P in the table, while the P+ C is not
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:1135
    • 提供者:xjj
  1. tttt

    0下载:
  2. 16字节字符串压缩成12字节字符串算法,有压缩和解压的算法-16-byte string into a 12-byte string compression algorithm, compression and decompression algorithms
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-06-09
    • 文件大小:16736833
    • 提供者:丁衍
  1. Huffman1.5

    0下载:
  2. 霍夫曼编码实现的演示程序,从文件读取字符串,单步演示霍夫曼编码的实现。对学习霍夫曼编码有很好的效果-Huffman coding to achieve the demonstration program, the string read from a file, a single-step demonstration of Huffman coding to achieve. Huffman coding of learning have a good effect
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:32636
    • 提供者:谯单
  1. str_comp2

    0下载:
  2. 将给定的字符串,按照规格压缩,输出压缩后的字符串。压缩规格为:相同字符连续,则压缩为“字符+数字个数”,如”aaaa”压缩为”a4”-Given string, in accordance with specifications compression, the compressed output string. Compression standard is: the same character continuously, then the compression is " the numb
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:690
    • 提供者:康悦
  1. HuffmanCPP

    0下载:
  2. 该运行程序为哈弗曼编码/译码系统,运行时依次输入需要编码的字符串中的字符和它们各自的权值,编码和译码都会生成txt文件,具体使用见readme文档,代码中注释详细,适合初学者看。-huffman code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:293459
    • 提供者:xiaomingw
  1. bcddll

    0下载:
  2. 用数字字符串进行压缩处理,实现两个数字对应一个压缩AS-Compressed with a string of numbers to achieve the two figures correspond to a compression ASII
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:2523
    • 提供者:锅小
« 1 23 4 »
搜珍网 www.dssz.com