搜索资源列表
mpqeditsrc
- mpq文件的格式就是一种压缩格式,把多个文件压缩在一个数据文件里(很多公司的游戏,比如KCET的实况足球,奥汀的三国群英传都是用的类似的技术存储数据),使用时再进行文件的读取。当时几个著名的mpq处理库为lmpqapi,sfmpq和storm.dll函数入口,前两者因为能够修改mpq的内容而被广泛用于各种Blizzard游戏硬修改中,至于storm.dll的函数入口则因为良好的兼容性主要用于读取文件。-MPQ document format is a compressed format, in
zipUnzip
- 一个可以生成ZIP的解压缩和被解压缩的DLL,这是本人在2001年刚学完VB后写的,我认为对初学者编好DLL很有意义-can generate a solution to the ZIP compression and decompression of DLL, this is my first in 2001 after the completion of VB to write, and I think good for beginners DLL meaningful series
grftool-win32-1.2.0
- This GRF Tool, the open source GRF utility. You can find the GRF website at: http://openkore.sourceforge.net/grftool/ The latest version and the source code can be found there. grf.dll is libgrf, the open source library for reading and wri
zlibwapi
- PB运用到的压缩文件的方法,可以用于导出的报表打包成单个文件-PB compression applied to documents, the statements can be used to export the package into a single file
compress
- 压缩算法,c语言实现的,可以用到很多地方,比如数据接口,数据压缩减少网络传输量,或封装成dll,供别的语言调用-Compression algorithm, c language, can be used in many places, such as data interface, data compression to reduce network traffic, or package into the dll, called for other languages
Lzma
- 目前最好的LAMA算法的封装,实现了静态库lib和动态库dll两种方式封装,并有一个demo程序,可以实现常见的LZMA格式的地图数据解析,做GPS地图数据解析的朋友可以看看。-Currently the best package LAMA algorithm to realize the static and dynamic library dll library lib packages in two ways, and there is a demo program, can achiev
xvidcore
- xvidcore 代码,已经编译生成dll,可以直接使用-xvidcore code has been compiled to generate dll, can be directly used
cs
- 这是专门为 C# 开发者定制的 ZC030X 编程接口。C# 开发者可以如下方式进行调用: 首先需要进行声明: ... using System.Runtime.InteropServices public class win32{ [DllImport("zc030xlib.dll", EntryPoint = "capInitCamera")] public static extern int capInitCamera() }-This is speci
delphifastzlib114
- zlibyou can found an optimized version of Zlib 1.1.4 that you can embed into every Delphi executable without use external dlls. Further I have build a little example hoping to aid "young" Delphi programmers getting in trouble with streams... P
1
- 压缩文件使用的dll文件可以压缩为rar, zip等文件-Dll files used files can be compressed as rar, zip, etc.
zlib
- Zlib.dll 压缩可用 压缩byte数组-Zlib.dll compressed byte array can be compressed
zlib-1.2.3
- Zlib压缩算法,可在BCB下和VC下使用,附dll工程,直接用VC可编译成dll,可在其它开发环境下使用-Zlib compression algorithm can be under BCB and VC to use, with a dll project, the direct use of VC can be compiled into a dll, can be used in other development environments
lib7z
- 7z压缩解压原码,7z压缩解压原码7z压缩解压原码,7z压缩解压原码- 7-Zip ~~~~~ License for use and distribution ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 7-Zip Copyright (C) 1999-2009 Igor Pavlov. Licenses for files are: 1) 7z.dll: GNU LGPL+ unRAR restri
YJ.WebControls
- 属性: TextBoxID : 目标 TextBox 的ID,只需要正确填写该属性本控件就可以使用 UpdatePanelID : 控件所在并且进行异步更新的UpdatePanel控件的编号(该属性为了支持ASP.NET 2.0 AJAX Extensions 1.0组件设计,因为代码内使用了UpdatePanel类,所以在使用时如果没有安装ASP.NET 2.0 AJAX Extensions 1.0组件请先安装) 注意: 1.本控件必须放在与目标TextBox同一
xvid-vfw
- xvid工程编译生成的库和DLL,免去了大家编译时出现的这样那样的问题,可以直接使用-xvid works compile the generated library and DLL, eliminating the need for compile-time all kinds of problems arise, can be used directly
Unrarlibrary
- 这是WinRar官方的一个SDK库 这个库涵盖了rar的压缩算法 通过这个库你可以给你的程序添加rar压缩、解压缩功能 方法是在你的VisualC++工程中添加unrar.dll这个库 这样你就可以使用这个库里的各种函数进行文件操作 你可以查看unrardll.txt以得到这个库的使用方法-This is an official SDK library WinRar this database covers rar compression algorithm this library you c
czip_source
- CZip和CUnzip的VC++源代码,编译运行后生成zipdll.dll,共两个类: CZip用于压缩文件, CUnzip用于解压缩文件,使用gzip GNU源代码 -CZip and CUnzip the VC++ source code, compile and run after the generation zipdll.dll, a total of two classes: CZip used to compress files, CUnzip for extracting f
20099213556721
- 这是一个仿winrar的解压缩程序的源码,使用了Unrar.dll来实现解压缩功能,目前改dll的版本是3.8,还没有实现压缩功能。使用前,请把压缩包中的unrar.dll 拷贝到系统目录(windows/system32)目录下方可使用。 这个代码下载过来有一些bug,比如解压缩的时候不能选择路径,只输入;输入了路径还是解压缩到当前目录下等等小bug,我们把上面的小bug修正过来了,重新发布。 -This is an imitation of winrar unzip program so
xceedzip.dll
- VB中解压缩ZIP文件控件(可以不解压直接查看ZIP文件里的信息)。动态连接库D-Unzip the ZIP file control in VB (you can not extract the direct view of the information in the ZIP file). Dynamic Link Library (DLL)
AspackDie141
- 这是一个小小的 PE 文件解压缩器 (EXE, DLL, ...) 她可以解压缩 自 Aspack 2000 以后的任何 Aspack 版本. 包括: - Aspack 2000 - Aspack 2001 - Aspack 2.1 - Aspack 2.11 - Aspack 2.11c/d - Aspack 2.12 - Aspack 2.12a/b - 一些未知的版本-This is a small decompressor PE files (E