-
是一款不错的VB学习软件
是一款不错的VB学习软件-is a good learning software VB
- 2023-03-25 10:00:03下载
- 积分:1
-
一种新的基于matlab环境的用SVD原理实现图像压缩的源程序,程序简单易懂...
一种新的基于matlab环境的用SVD原理实现图像压缩的源程序,程序简单易懂-Implementation of new image compression using SVD, the program easy to understand
- 2023-07-28 22:15:03下载
- 积分: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
-
a relatively simple VB Access from the development of the system, please see slo...
一个比较简单的由VB+Access开发的系统,请慢看-a relatively simple VB Access from the development of the system, please see slow
- 2023-09-06 19:05:04下载
- 积分:1
-
一种基于行程编码和小波变换的图像压缩编码算法,很值得参考...
一种基于行程编码和小波变换的图像压缩编码算法,很值得参考-Itinerary based on wavelet transform coding and image compression coding algorithm, it is worth considering
- 2022-05-24 22:03:13下载
- 积分:1
-
java实现zip文件压缩解压,功能封装在一个类中,支持中文及多级目录,可以一直移植windows和unix上使用,包中提供了源代码及代码中用到的外部包...
java实现zip文件压缩解压,功能封装在一个类中,支持中文及多级目录,可以一直移植windows和unix上使用,包中提供了源代码及代码中用到的外部包-java realize extracting zip file compression, functional class in a package to support Chinese and multi-level directory, you can always transplant the use of windows and unix, package provides the source code and the code used in the external packet
- 2022-08-25 12:38:13下载
- 积分:1
-
recommended a rapid compression algorithm, I tried to use good, detailed descrip...
推荐一个快速压缩算法,我试着用的不错,详细说明见:http://www.codeguru.com/Cpp/Cpp/algorithms/compression/article.php/c7043/
- 2022-05-18 13:15:38下载
- 积分:1
-
网络编程,是一个网络服务器,通过它访问客户端
网络编程,是一个网络服务器,通过它访问客户端-Network Programming, is a network of servers, through its Access Client
- 2022-01-25 23:23:48下载
- 积分:1
-
avi video and audio data coding format. Avi.h the first to document avi.c
avi视频和音频数据编码格式。Avi.h是第一个记录Avi.c的公司
- 2022-10-14 12:40:03下载
- 积分:1
-
Base64编码解码。
Base64 encode decode.
- 2022-02-20 07:51:12下载
- 积分:1