登录

最新会员 最新下载

成为了本站VIP会员

今天16:04

成为了本站VIP会员

03月27日 21:54

成为了本站VIP会员

03月27日 17:03

成为了本站VIP会员

03月27日 12:17

成为了本站VIP会员

03月26日 17:53

成为了本站VIP会员

03月26日 00:10
已选条件
  1. 编程语言:Java
  2. 代码类别:压缩解压
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. 200430481

  赫夫曼编译码器: 用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼码的编/译码系统。 [基本要求]一个完整的系统应具有以下功能: (1)I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。 (2)E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 (3)D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件TextFile中。 (4)P:印代码文件(Print)。将文件CodeFile以紧凑格式显示在终端上,每行50个代码。同时将此字符形式的编码文件写入文件CodePrin中。 (5)T:印哈夫曼树(Tree printing)。将已在内存中的哈夫曼树以直观的方式(树或凹入表形式)显示出,同时将此字符形式的哈夫曼树写入文件TreePrint中。()

41
下载
141
浏览
2021-03-06发布

2. java_LZ77

说明:  java 实 现 LZ77 解 压 源 码(LZ77 decompression java source code to achieve)

1
下载
85
浏览
2020-11-30发布

3. 纸飞机4.0

  ssr科学上网工具,该压缩文件已经配置好了,直接解压就可以使用了。(SSR scientific Internet access tool, the compressed file has been configured, the direct decompression can be used.)

15
下载
224
浏览
2020-06-29发布

4. zip4j

  从Zip文件创建,添加,提取,更新,删除文件 读/写密码保护的Zip文件 支持AES 128/256加密 支持标准邮??编加密 支持Zip64格式 支持存储(无压缩)和Deflate压缩方法 从Split Zip文件创建或提取文件(例如:z01,z02,... zip) 支持Unicode文件名 进度监视器(Create, add, extract, update, delete files from Zip files Read/write password-protected Zip files Support for AES 128/256 encryption Supporting Standard Postal Encryption Support Zip64 format Supporting storage (uncompressed) and Deflate compression methods Create or extract files from Split Zip files (e.g. z01, z02,... Zip))

0
下载
105
浏览
2020-06-21发布

5. zip4j

说明:  从Zip文件创建,添加,提取,更新,删除文件 读/写密码保护的Zip文件 支持AES 128/256加密 支持标准邮??编加密 支持Zip64格式 支持存储(无压缩)和Deflate压缩方法 从Split Zip文件创建或提取文件(例如:z01,z02,... zip) 支持Unicode文件名 进度监视器(Create, add, extract, update, delete files from Zip files Read/write password-protected Zip files Support for AES 128/256 encryption Supporting Standard Postal Encryption Support Zip64 format Supporting storage (uncompressed) and Deflate compression methods Create or extract files from Split Zip files (e.g. z01, z02,... Zip))

2
下载
128
浏览
2020-06-21发布

6. JAVA文件实践

说明:  本系统运用LZ77字典算法、懒惰匹配算法和Huffman编码算法,使用Java语言在Jbuilder2006环境下设计了使用GZIP算法对文件压缩与解压缩的实现程序。用户可以根据自己的需求,使用此程序方便地对文件进行压缩或者解压缩操作。(This system uses LZ77 dictionary algorithm, lazy matching algorithm and Huffman coding algorithm, and uses Java language to design the implementation program of gzip algorithm for file compression and decompression under the environment of JBuilder 2006. Users can use this program to compress or decompress files conveniently according to their own needs.)

17
下载
94
浏览
2020-03-16发布

7. huff

  呃,就是用赫夫曼算法写的压缩解压程序。非常粗糙,只能压缩英文文章。因为里面的字符概率是基于自然语言的,源代码之类的没法压缩。而且会抛弃最后几个字母,嘿嘿。为了交作业,没有好好写。改一下下应该能挺好的。压缩比能到60 吧(Uh, is to use Huffman compression decompression algorithm written procedures. Very rough, only compress English articles. Because there is the probability of characters based on natural language, the source code and the like can not compressed. And will abandon the last few letters, hehe. For homework, not properly written. The following should be able to change it quite good. Compression ratio to 60 of it can be)

4
下载
101
浏览
2013-05-26发布

8. yasuo

  基于DC3压缩、BWt压缩、FM_index查询的基因精确查询代码,可以实现对大数据的压缩预处理,再输入查询串,进行精确查询匹配。(Based DC3 compression, BWt compression the query gene precise queries FM_index code can achieve large data compression preprocessing, and then enter a query string, to precisely match the query.)

14
下载
121
浏览
2013-03-29发布

9. Gerck_Andre_Hw3_CSC130

  java implementation of graph traversal

2
下载
102
浏览
2011-05-11发布

10. svg

  ECLIPSE下的SVG图模一体化功能eclipsesvgnodesimple(eclipsesvgnodesimpleeclipsesvgnodesimple)

12
下载
115
浏览
2010-05-12发布

11. Cookie

  cookie 的简单实现,比较原始的代码,呵呵,对于初学web +java +tomcat netbean (web+java+tomcat netbean )

8
下载
80
浏览
2010-03-09发布

12. apStatsGraphs

  数据分析控件,在页面里面数据分析统计查看时,很好的工具(Data analysis control)

3
下载
91
浏览
2010-03-03发布

13. zp

说明:  一个用jbuilder做纸牌游戏,希望对你学习有帮助(A card game using jbuilder do, and they hope to help you learn)

0
下载
119
浏览
2008-11-27发布

14. GZIPyashuowenjian

说明:  java对GZIP的压缩格式提供了直接支持,可以方便的实现GZIP压缩与解压(right GZIP compression format provides direct support to facilitate the realization of GZIP Compression and Decompression)

0
下载
103
浏览
2006-04-11发布