-
Main program for compression
Main program for compression
- 2022-05-22 19:39:27下载
- 积分:1
-
用于压缩文件与文件的解压用于压缩文件与文件的解压
用于压缩文件与文件的解压用于压缩文件与文件的解压-Used to extract the compressed files and documents used to extract the compressed files and documents
- 2023-01-11 21:45:03下载
- 积分:1
-
JPEG压缩的源程序和例程,初学者学习jpeg的很好的资料.
JPEG压缩的源程序和例程,初学者学习jpeg的很好的资料.-JPEG compression codes and example.Pefect codes for new learner
- 2022-08-16 20:08:20下载
- 积分:1
-
.NET EXE压缩
在Windows下,可以使用upx这样的工具来压缩可执行文件的大小,不过这种工具不支持.NET程序。.NETZ是一个开源的支持.NET...
.NET EXE压缩
在Windows下,可以使用upx这样的工具来压缩可执行文件的大小,不过这种工具不支持.NET程序。.NETZ是一个开源的支持.NET程序压缩的工具,它也可以将一个EXE和多个DLL合并在一起执行。
如果要压缩一个EXE程序,只需要执行:
netz app.exe
如果要指定图标,可以执行:
netz app.exe -i app.ico
如果程序是控制台程序,需要执行:
netz -c app.exe
也可以把程序和DLL合并为一个应用程序:
netz -s app.exe lib1.dll lib2.dll
.NETZ的工作原理,实际上是先利用#ZipLib 对执行文件进行压缩。执行时在内存中先释放,再利用reflection来实现加载和调用。可以参考DDJ上的相关文章http://www.ddj.com/documents/s=9570/ddj0503m/0503m.html-err
- 2022-01-25 21:00:30下载
- 积分:1
-
svg生成chart图片源码。
包括3种基本形式的chart类型。
svg生成chart图片源码。
包括3种基本形式的chart类型。-svg factroy
- 2022-07-18 19:54:39下载
- 积分:1
-
smtp server we look at the source, not also requested guidance
smtp服务器端的源码 大家看看,有不对还请指导-smtp server we look at the source, not also requested guidance
- 2023-01-18 11:35:04下载
- 积分:1
-
法国人的264代码
大家看看啊,里面有很多可以借鉴的东西啊
法国人的264代码
大家看看啊,里面有很多可以借鉴的东西啊-France 264 people ah look at the U.S. code, which has a lot of things can learn from ah
- 2022-11-28 01:30:03下载
- 积分:1
-
Image compression, predictive coding, is given two kinds of predictive coding me...
图像压缩,预测编码,给出了两种预测编码法,及其比较-Image compression, predictive coding, is given two kinds of predictive coding method, and its comparison
- 2022-04-19 04:20:26下载
- 积分:1
-
A decompression procedure, as long as the set
一个解压程序,只要设定了解压路径和解压文件的种类,就可以随意解压-A decompression procedure, as long as the set-extracting file path and extract the type, it can extract
- 2022-02-01 04:04:49下载
- 积分:1
-
简单的描述编译原理中词法分................析器的构造
简单的描述编译原理中词法分................析器的构造-make it easy for us to understand the compile technology
- 2022-11-24 13:05:03下载
- 积分:1