搜索资源列表
Bonus
- 紅利計算 -------------------------------------- 要求: 1.輸入資料:預設輸入的人數,人名、及每季績效 2.獎勵辦法: (1)每季超過1 000 000獎金12000元 (2)四季全部超過1000000獎金10000元 (3)全年第一名獎金33000元 全年第二名獎金22000元 全年第三名獎金11000元 全年第四名獎金8000元 3.最後要印出每ㄧ個人的名字和有多少獎金 -----
lzw
- 源代码通过建立一个字符串表,用较短的代码来表示较长的字符串来实现压缩. 提取原始文本文件数据中的不同字符,基于这些字符创建一个编译表,然后用编译表中的字符的索引来替代原始文本文件数据中的相应字符,减少原始数据大小。我们这里的编译表不是事先创建好的,而是根据原始文件数据动态创建的,解码时可以从已编码的数据中还原出原来的编译表.-The source code through the establishment of a string table, with a shorter code to re
mytree
- HUffman的算法,包括以索引的方式树形输出-HUffman algorithms, including the way the index tree output
LZW
- 基于LZW字典编码的压缩解压算法,动态建立编译表并用哈希表结构存储索引。-Dictionary-based LZW compression decompression coding algorithm, dynamic compilation table set up and use the hash table structure to store the index.
lzwxjj
- 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
LZW_Compression
- LZW压缩算法的基本原理:提取原始文本文件数据中的不同字符,基于这些字符创建一个编译表,然后用编译表中的字符的索引来替代原始文本文件数据中的相应字符,减少原始数据大小。看起来和调色板图象的实现原理差不多,但是应该注意到的是,我们这里的编译表不是事先创建好的,而是根据原始文件数据动态创建的,解码时还要从已编码的数据中还原出原来的编译表.-LZW Compression
st1
- 这是一个普通程序,只用来索引,很简单,使用方便-This is a common procedure used to index only a very simple, easy to use