搜索资源列表
java.zip
- 使用java压缩文件的例子
JAVA的计算器
- 这个无限位计算器,N!及N的平方了。本来是打算用堆栈去实现的,突然发现了BigDecimal这个好东东~~于是乎~~堆栈在偶的计算器里退休了。。。 这个是在JDK 5.0 Update 3下用 NetBeans 4.1写的,我试过了两个1.4.2版本的,总说找不到MAIN()方法,对NetBeans打的包。。偶有置疑。。。所以拆开来。。。*.calss + 一个批处理+*.java打成了个压缩包传了上来~~ -the infinite spaces calculators, N!
java-yasuozhongwenjian
- 在java中怎么压缩中文文件.同时俱有解压功能.-java in which Chinese document how compression. Meanwhile with decompression functions.
压缩解压Zip文件
- 用JAVA语言实现的压缩解压Zip文件-using the Java language extracting Zip file compression
RDP_algorithm.rar
- 曲线数据压缩是计算机图形学、计算机自动制图和地理信息系统( GIS) 等学科理论与方法研究的一个重要问题,其实质是一个信息压缩问题.RDP 算法是应用最为广泛的一种,由于容易编程实现且压缩结果较好, GIS 界许多著名商业软件公司(如Intergrap h ,ESRI ,LaserScan) 都把此算法作为其制图系统中一种曲线数据压缩的标准算法.,the well-known Ramer-Douglas-Peucker (RDP) algorithm for polyline data comp
java-unrar-0.2-src.zip
- 这是架包java-unrar-0.2.jar的源码,利用这个架包可以解压缩.rar文件。,This is the package java-unrar-0.2.jar source, take advantage of this package can extract the plane. Rar file.
Huffman
- 数据压缩的huffman算法使用的是java实现的,可以参考-Huffman algorithm for data compression using java to achieve, can refer to
svm-EM
- SVM(支持向量机)和EM(最大熵)文本分类算法,压缩包中包括了测试文本(环境类和计算机类),词典,停用词表等。-SVM (support vector machine) and EM (maximum entropy) text classification algorithm, compressed package includes test text (environmental and computer), dictionary, thesaurus, such as disabled.
java
- 使用java压缩文件的例子 -The example of using java to compress file
huffmancoding
- 哈夫曼压缩 哈弗曼算法是基本的压缩和解密算法,此文件表示了如何用Java来编码 -Huffman Encoder
birle
- rle 解压算法,可以压缩和解压文件,也可以用于自己加密,用的时候改后缀为jar-rle decompression algorithm, can compress and decompress files, encryption can also be used for their own use when the suffix change for the jar
lzma.tar
- 现在最有效的无损压缩算法,Zip的核心源码-Now the most efficient lossless compression algorithm, Zip core source
LZW
- 利用LZW的压缩算法实现文件的压缩与解压缩。-LZW compression algorithm using the file compression and decompression.
Java
- LZMA压缩算法的java源代码 经过测试 可以是使用的-LZMA
LZW
- LZW无损压缩算法的简单实现,并辅助相关实现过程说明和解释-LZW
Zip_Compression
- 一个简单的文件/文件夹的压缩/解压缩软件,可以实现良好的压缩率和效率-A simple file/folder compression/decompression software, you can achieve a good compression ratio and efficiency
FileCompression[zip]
- 一段简单的代码,把一个文件压缩成zip格式。 -A simple code to a file compressed into a zip format.
jzlib4me
- google开源代码,GZIP,ZIP压缩解压-gzip zip compress
java仓库管理系统
- 仓库管理系统,用JAVA做的,使用的数据库软件是MYSQL 课程设计内容一共有管理表格四张,包含曾删改功能;查询表格六张,包含精确查找和模糊查找。含有登陆功能,先登陆后出现主界面,登陆有三个权限。压缩包里包含JAVA源文件和数据库,导入就可使用。-Warehouse management system, using JAVA to do, use a MYSQL database software course design content management table, a total o
LZWCompress(java)
- 利用LEW原理,实现对文件的压缩和解压,用Java语言实现该功能-LEW Compress File with Java