C# rar和zip压缩解压缩代码,支持文件夹压缩和目录压缩
2022-03-07 09:16:35 4KB rar,zip
1
刚制作出来的,出于帮助.支持Sybase ASE15.0至15.7版本. 直接将这个zip解压到c:\下边即可. 然后进入 C:\ScjviewASE157\Shared\Sybase Central 6.0.0\win32 为scjview.exe创建一个快捷方式到桌面即可. 每次点击这个快捷方式即可启动. 连接目标数据库时,填写主机名:ip方式连接.不用依赖于sql.ini文件
2022-03-05 20:46:26 58.56MB scjview SybaseASE ASE157 客户端软件
1
minilzo-decompress.js LZO decompress()函数的纯JavaScript实现,使用ArrayBuffer作为输入/输出。 从java-compress( )移植。 的LZO的纯Java实现 重要的 Alistair Braidwood在上为Javascript提供了更好的LZO支持,其中包括压缩和解压缩功能。
2022-03-05 08:39:27 12KB JavaScript
1
SharpZipLib 是一个开源的 .NET 压缩库,支持 zip 以及存储和 deflate 压缩模式,支持一下 .NET 版本:.NET 1.1.NET 2.0.NET 3.5.NET 4.0.NET Compact Framework 1.0.NET Compact Framework 2.0开源地址:https://github.com/icsharpcode/SharpZipLib 标签:解压缩  zip
2022-03-03 15:59:08 2.2MB 开源项目
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
fritzing旧版本,0.6.4b,可使用图片制作连线图 解压缩密码:dapenson
2022-02-25 14:00:29 13.44MB fritzing
1
1.批量盲水印 2.鲁棒性强 3.支持大图 4.支持透明底
2022-02-24 18:00:50 76.86MB 图片盲水印
1
32bit 解压缩安装软件,用于加解密及压缩的功能.
2022-02-24 10:55:28 1.69MB rar 解压 加密
1
实现IOS下的解压缩功能. 具体使用看我的博客教程吧. http://blog.csdn.net/ysy441088327/article/details/7756404
2022-02-23 16:04:11 6.7MB IOS 解压缩
1
软件文档压缩 压缩包解压
2022-02-14 14:02:25 3.19MB 信息压缩
1