-
Online Chat
icrosoft Visual Studio2005 在线聊天-Online Chat
- 2023-07-06 12:10:03下载
- 积分:1
-
source operating system. Rar
操作系统源程序.rar-source operating system. Rar
- 2022-02-05 23:24:15下载
- 积分:1
-
实现多序列连续播放功能!对于视频编解码很有用途。
实现多序列连续播放功能!对于视频编解码很有用途。-Multiple sequence realize continuous playback! For the very purpose video codec.
- 2022-02-26 09:38:50下载
- 积分:1
-
解除减压
decompression using the lifting
- 2022-06-27 00:09:04下载
- 积分:1
-
介绍小波的函数,不是很复杂,初学者应该会有很大的帮助,嵌入式零树的代码...
介绍小波的函数,不是很复杂,初学者应该会有很大的帮助,嵌入式零树的代码-Introduced the wavelet function, is not very complicated, beginners should be of great help, embedded zero-tree code
- 2022-05-26 12:07:13下载
- 积分:1
-
h.263 c source code. Contents under input. Qcif original uncompressed files, run...
h.263 c编码源码。目录下有input。qcif原始未压缩文件,运行程序生成重建文件recon。qcif和压缩后文件output。263文件。-h.263 c source code. Contents under input. Qcif original uncompressed files, run the program generator reconstruction documents recon. Qcif and compressed paper output. 263 documents.
- 2022-05-26 01:31:33下载
- 积分:1
-
Pseudo
伪随机数的产生程序 有m序列还有同余序列等等 用与嵌入信息位置的选择或密钥的制作-Pseudo-random number generation process has m sequences are congruent with and embedded in sequence and so the choice of location information or the production of key
- 2023-07-31 12:45:03下载
- 积分:1
-
Splendid fortune, a very interesting little Dongdong. Believe that learning VC++...
精彩算命,一个很有趣的小东东。相信对初学VC++的有一定的帮助-Splendid fortune, a very interesting little Dongdong. Believe that learning VC++ Have some help in
- 2022-06-20 23:12:04下载
- 积分:1
-
一些自己的作品
一些自己的作品-some of his own works
- 2022-04-09 12:05:17下载
- 积分: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