搜索资源列表
-
0下载:
我在做项目的时候需要将文件进行压缩和解压缩,于是就从http://www.icsharpcode.net下载了关于压缩和解压缩的源码,但是下载下来后,面对这么多的代码,一时不知如何下手。只好耐下心来,慢慢的研究,总算找到了门路。针对自己的需要改写了文件压缩和解压缩的两个类,分别为ZipClass和UnZipClass。其中碰到了不少困难,就决定写出来压缩和解压的程序后,一定把源码贴出来共享,让首次接触压缩和解压缩的朋友可以少走些弯路。-When I was doing the project w
-
-
0下载:
此源码为Zip格式压缩程序源代码 有注释,界面简洁,操作快捷。-The source code for the Zip compression format source code with annotations, the interface is simple and quick operation.
-
-
0下载:
利用ICSharpCode.SharpZipLib.dll实现压缩与解压缩的小程序-Use ICSharpCode.SharpZipLib.dll achieve compression and decompression of the applet
-