Winrar是一款功能强大的文件压缩解压缩工具。WinRAR64位支持目前绝大多数的压缩文件格式,包含强力压缩、分卷、加密和自解压模块,简单易用。WinRAR包含快速打开信息和服务记录的压缩文件提供了更好的更新性能,快速打开信息默认参数也更加优化,实现了压缩文件的更快打开时间。
2022-04-25 12:00:10 4.67MB 源码软件
1
2345好压压缩软件HaoZip是一款完全免费的新一代压缩软件。2345好压软件相比于其它压缩软件拥有占用更少的系统资源。好压软件有更好的兼容性,压缩率比较高等等优势。2345好压软件官方下载版一直以来受到大众网民的喜爱与支持,其功能性能够非常完整地满足大家的需求,但不会过于复杂,是一款良心的软件产品。 功能介绍: 1、2345好压独家支持rar5,长久免费。 2、更快的智能压缩,极限压缩技术,由业内专业技术专家独创的压缩文件过滤列表,为您的电脑智能配比出最优的压缩算法。无需牺牲压缩率,速度比传统压缩软件快40%! 3、2345好压支持多种格式的解压缩,2345好压能解压缩ZIP、7z、RAR等多达49种格式的压缩包,不需外挂程序支持就可直接建立ZIP、7Z 和 TAR 格式的压缩文件,保证了通用性! 3、丰富的扩展功能酷炫的皮肤,2345好压内置多种实用小工具,满足您的各种功能需求!还有酷炫的换肤功能,定时更新!同时,您也可以使用系统自带的标准界面!
2022-04-06 02:39:16 19.94MB 信息压缩 解压缩 haozip 免费工具
1
基于C#的压缩与解压缩 源码 可以针对文件进行压缩与解压缩 可以针对目录下的进行压缩与解压缩
2022-04-06 00:42:48 176KB 压缩 解压缩 C#源码
C# rar和zip压缩解压缩代码,支持文件夹压缩和目录压缩
2022-03-07 09:16:35 4KB rar,zip
1
使用ZLIB库 包装的压缩解压缩文件的源码 VS2005 工程创建 /* */ class ZIPWRAP_EXP CZipper { public: CZipper(); virtual ~CZipper(); // simple interface static bool ZipFile(const char* szFilePath); // saves as same name with .zip static bool ZipFolder(const char* szFilePath, bool ignoreself = false); // saves as same name with .zip bool AddFolderToZipFile(const char*foldername, const char* rootfolder); bool AddFileToZipFile(const char*filename, const char*relfolder = NULL, const char* comment = NULL); bool AddFolderOnlyPathToFile(const char* foldername, const char* comment = NULL); bool OpenZipFile(const char* zipfilename, bool append = false); bool CloseZipFile(const char* global_comment = NULL); private: void* zipfile_;/* = NULL */ }; /* */ #define MAX_COMMENT (255) /* tm_unz contain date/time info */ typedef struct UZ_s { unsigned int tm_sec; /* seconds after the minute - [0,59] */ unsigned int tm_min; /* minutes after the hour - [0,59] */ unsigned int tm_hour; /* hours since midnight - [0,23] */ unsigned int tm_mday; /* day of the month - [1,31] */ unsigned int tm_mon; /* months since January - [0,11] */ unsigned int tm_year; /* years - [1980..2044] */ } UZ_s; // create our own fileinfo struct to hide the underlying implementation struct UZ_FileInfo { char szFileName[260 + 1]; char szComment[255 + 1]; unsigned long dwVersion; unsigned long dwVersionNeeded; unsigned long dwFlags; unsigned long dwCompressionMethod; unsigned long dwDosDate; unsigned long dwCRC; unsigned long dwCompressedSize; unsigned long dwUncompressedSize; unsigned long dwInternalAttrib; unsigned long dwExternalAttrib; bool bFolder; UZ_s tmu_date; }; class ZIPWRAP_EXP CUnZipper { public: CUnZipper(); virtual ~CUnZipper(); // simple interface static bool UnZip( const char* filename, const char* dstfolder, bool ingorepath = false, const char* password = NULL); bool OpenUnZipFile(const char* filename); bool CloseUnZipFile(); bool UnZipTo( const char* dstfolder, bool ingorepath = false, const char* password = NULL); int GetFileCount(); bool GotoFirstFile(); bool GotoNextFile(); bool GotoZipFile(int index); bool GotoZipFile(const char* zipfilename); bool GetCurrentFileInfo(UZ_FileInfo&fileinfo;); bool UnCurrentZipFile(const char* dstfolder, bool ingorepath = false, const char* password = NULL); bool UnOneZipFile(const char* filename, const char* dstfolder, bool ingorepath = false, const char* password = NULL); bool UnOneZipFile(int index, const char* dstfolder, bool ingorepath = false, const char* password = NULL); private: void* unzipfile_; };
2022-02-28 20:32:23 196KB ZIP 压缩 解压缩 源码
1
使用Java核心API实现单文件/多文件/整个目录的压缩/解压缩功能,由于自带API(1.6)不支持指定编码方式,因此中文会出现乱码(1.7貌似已经支持指定编码方式),所以还写了一个基于ant包的压缩/解压缩代码。
2022-02-09 13:03:27 1.72MB Zip Java 源代码 批量
1
这是哈夫曼压缩与解压缩的全套代码和需要的txt文件
2022-02-01 18:03:41 3.31MB huffman tree 信息压缩 解压缩
1
使用ZLib和minizip实现对文件夹(包括子文件夹)的压缩解压缩工具,vc6.0版
2022-01-25 10:27:13 233KB ZLib minizip vc6
1
PHP实现的超强在线压缩解压缩 脚本代码phpzip(亲测好用)
2022-01-17 19:09:39 9KB PHP 在线压缩 在线解压缩
1
内含完整的Word文档、压缩解压缩代码、文件