-
.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
-
h.264算法的源代码,具体适用于哪个个平台目前还不是很清楚
h.264算法的源代码,具体适用于哪个个平台目前还不是很清楚-h.264 algorithm source code, which applies specifically to the platform is not yet clear
- 2022-03-17 14:37:25下载
- 积分:1
-
matlab正则化为纳滤波处理!改变输入信号可以有效运行!
matlab正则化为纳滤波处理!改变输入信号可以有效运行!-matlab Regular satisfied filtering into treatment! Change the input signal can be effectively run!
- 2022-01-26 06:21:48下载
- 积分:1
-
Moodle是一个平台
moodle is a platform
- 2022-11-15 16:25:03下载
- 积分:1
-
这是一个关于lzss压缩的C的源代码
这是一个关于lzss压缩的C的源代码-This is a study on lzss compressed C source code
- 2022-01-26 00:59:52下载
- 积分:1
-
使用VB的主要通信程序的两种方法。首先,VB本身的使用,公司
利用VB开发通信程序主要的方法有两种,一是利用VB本身提供的控件(CONTRALS),另一种方法是利用WINDOWS API应用程序接口,WINDOWS API 主要提供了三个动态连接库KERNEL.EXE、USER.EXE、GDI.EXE供开发人员调用-use VB major communication program two ways. First, the use of VB itself, the controls (CONTRALS) Another method is to use Windows API application programming interface, Windows API provides essentially three KERNEL.EXE Dynamic Link Library, USER.EXE, GDI.EXE call for developers
- 2022-08-22 17:51:17下载
- 积分:1
-
G.711G.72 3 compression source, and they hope to be helpful to everyone.
G.711G.72 3压缩源码,希望对大家有所帮助。-G.711G.72 3 compression source, and they hope to be helpful to everyone.
- 2022-03-23 05:37:41下载
- 积分:1
-
Speex
speex-1.2rc1.tar.gz,语音编解码器-speex-1.2rc1.tar.gz, voice codec
- 2022-07-07 15:37:09下载
- 积分:1
-
RAY压缩是综合统计和字典方法,针对数据库的压缩算法。这个算法是专门针对重复率比较高的数据的压缩算法,有较高的压缩比。如果全部重复,那么它的压缩率是以2为底的对...
RAY压缩是综合统计和字典方法,针对数据库的压缩算法。这个算法是专门针对重复率比较高的数据的压缩算法,有较高的压缩比。如果全部重复,那么它的压缩率是以2为底的对数。可应用于电力系统数据的压缩。-Ray compression integrated statistics and dictionary method, the database compression algorithm. The algorithm is targeted at high repetition rate of data compression algorithm, a higher compression ratio. If all the repeat, then the compression ratio is 2 to the end of a few. Can be applied to power system data compression.
- 2022-07-20 10:56:53下载
- 积分:1
-
所有的源代码已经用Borland C++编译成功.每个目录中都包含一个makefile或者是make.bat用以创建可执行的文件.其它的编译器或操作系统需要改动...
所有的源代码已经用Borland C++编译成功.每个目录中都包含一个makefile或者是make.bat用以创建可执行的文件.其它的编译器或操作系统需要改动一些地方.-all the source code has been used successfully Borland C compiler. Each directory contains a makefile or make.bat used to create executable files. Other compilers or operating systems require modification in some places.
- 2022-01-25 18:27:16下载
- 积分:1