网上相关资源多半零碎不可用,详细整理了下的文件Gzip压缩后进行AES加密,同时反向解密解压缩。java代码和需要的jar包亲测可用!!
2023-04-04 01:22:46 201KB GZip压缩 AES加解密 文件md5值
1
100%原生的DELPHI编写的ZIP/UNZIP 全功能开发包,包含全部源代码. Delphi 4, 5, 6, 7, 2005, 2006, 2007 and 2009 compatible C++ Builder 4, 5 6, 2007, and 2009 compatible The VCLZip Delphi component allows you to add ZIP and UNZIP capabilites to your application. This component is different from most other "ZIP" development libraries in that it is written in 100% Delphi Object Pascal code and is full featured. There are no DLL's to tote around. This component links right into your application's executable. It is very easy to use. Just SOME of the features include: Create zip files fully compatable with PKZip Completely native Delphi VCL (NO DLLS) Create Disk Spanning and Blocked zip files Delphi 4, 5, 6, 7, 2005, 2006, 2007 and 2009 compatible C++ Builder 4, 5 6, 2007, and 2009 compatible Zip directly from streams to zip files Unzip directly to streams from zip files Stream to Stream zipping and unzipping Unzip directly to memory buffers Zip directoy from memory buffers Create and read Zip and File Comments Create Self Extracting Zip Files (16 bit and 32 bit distributable Windows sfx stubs included (source included for these too) or use your own stubs) Complete support for encrypted files (encrypts as it zips) Save Relative Path information Unzip using Relative Paths (even if zip file wasn't created with relative path info) Use enhanced wildcards Exclude List (tell VCLZip which files not to include (use wildcards too)) NoCompress (STORE) List (tell VCLZip which files to just store (use wildcards too) Set your own temp directory Plenty of events Long filenames, even the 16 bit VCLZip/VCLUnZip Includes comprehensive Zip Utility with source as demo Includes a small stream zipping demo Includes a context sensitive help file Use Unicode filenames, archive names, and pathnames (except for Delphi/BCB 4 and5) . No Royalties! AES Strong Encryption Zip64 capabilities, properties, methods and events: Uncompressed, Compressed, and Archive file sizes can be up to 2^63-1 bytes in length. You can compress up to 2147483647 files into an archive. This is compatible with PKZip's Zip64 format. If a file does not extend beyond any of the original limitations (filesizes of 4 gig or 65535 files) then no Zip64 format information is included in the archive. property isZip64 - tells you when you are working with a zip file that is using Zip64 format. Faster processing due to linking to Zlib 1.2.3 object files for compression and decompression routines. Blocked Zip Files (spanned zip archives split onto hard drive) Compatible with PKZip and WinZip split archives file naming format. For backwards compatability you can tell VCLZip to use the old VCLZip filenaming format by using the BlockMode property
2023-03-23 16:17:00 916KB DELPHI BCB VCLZip ZIP/UNZIP
1
利用哈夫曼算法实现压缩解压缩,Linux c
2023-03-09 23:37:59 12KB 压缩解压缩
1
骑士在线HDR解包器 骑士在线安装文件夹中有hdr文件。 这些文件包含dxt文件,uif文件等。 将文件放在其文件夹中后,启动器会自动将文件插入xxx.hdr和xxx.src。 这使得所有资产都只有一个文件。 此解包程序将解压缩hdr和src。 它将创建一个输出文件夹。 如果在存在输出文件夹的情况下打开启动器,启动器会将所有文件插入.hdr和.src。 因此,在打开启动器之前要格外小心。 您可能不小心增加了这些文件的大小 安装 安装node.js 在终端npm i ko-hdr-unpacker -g 用法 输入终端hdrunpack file.hdr 会有output文件夹
2023-03-09 11:39:13 43KB JavaScript
1
c++调用7z解压缩封装代码
2023-03-05 15:55:48 6.48MB c++
1
cocos2dx解压缩源码,可以压缩(或加密压缩),解压(含密码解压)。
2023-03-05 12:11:37 3KB cocos2dx 解压缩
1
现在从静态URL托管新闻版本1.3.6版本的WASM和JavaScript解码器建议始终从此URL提取Draco WASM和JavaScript解码器:https://www.gstatic.co新闻版本1.3.6版本WASM和现在从静态URL托管JavaScript解码器。建议始终从此URL提取Draco WASM和JavaScript解码器:https://www.gstatic.com/draco/v1/decoders/*将*替换为*以加载文件。 例如https://www.gstatic.com/draco/v1/decoders/draco_decoder_gltf.wasm随着更多站点开始使用静态URL,用户将受益于将Draco解码器缓存在缓存中更改了Web示例,从静态URL中提取了Draco解码器
2023-03-03 11:20:40 33.17MB C/C++ Image Processing
1
QT下对资源的压缩解压缩,这个是Quazip源码和zlib源码,用法如下: Quazip+zlib下载地址 点击这里 下面开始讲使用方法: 1:点击上面的连接,下载下来,解压到工程目录底下。(quazip和zlib两个文件夹) 2:在你心间的QT 工程右击添加现有文件,将这两个文件夹的内容添加上去。 3:调用头文件,如下: #include "zlib/zlib.h" #include "quazip/JlCompress.h" 4:使用接口: // 压缩文件夹 JlCompress::compressDir("/usr/local/123.zip", "/usr/local/abc"); // 解压缩文件夹 JlCompress::extractDir("/usr/local/123.zip", "/usr/local/abc");
2023-03-02 08:27:42 287KB 源码软件 qt 开发语言
1
在网上下的都是js压缩版的,本人经过解压缩,看起来代码更直观,是目前最好用的hplus源代码,没有之一。
2023-02-16 11:39:45 5.37MB Hplus v4.1.0 源代码 js 解压缩
1
采用DirectDraw的H264解压缩源代码和YUV视频播放源代码 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件),没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节,对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放,解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示,程序在VS2010下编译链接通过,可直接使用. 视频播放是采用窗口式的基于DirectDraw方法,基于DirectDraw的图像播放是Windows平台下很高效的方法,已经封装成CDirectDraw类,可以很方便地直接应用到别的图像和视频处理工程中。 使用时打开h264文件或yuv文件(工程中有test.h264,encode.h264和FOREMAN_176x144_15.yuv三个测试文件),单击[Play File]即可进行播放,播放的帧率可以更改定时器时间调整。可以很方便的更改图像的宽度和高度以便播放不同分辨率的视频。
2023-02-15 14:38:30 4.15MB H264解压 DirectDraw YUV 视频播放
1