-
.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
-
按键扫描驱动程序 写的还不错,希望大家看看阿!第一次上这个网,才知道这个网好好啊!...
按键扫描驱动程序 写的还不错,希望大家看看阿!第一次上这个网,才知道这个网好好啊!-button scanning driver wrote was pretty good, we hope to see A! First on the net, before we know the net good ah!
- 2022-02-01 03:15:06下载
- 积分:1
-
迷你虚拟光驱,才470KB,不必安装解压运行即可
迷你虚拟光驱,才470KB,不必安装解压运行即可-mini virtual drive, only 470KB without decompression operation can be installed
- 2023-01-17 17:25:03下载
- 积分:1
-
to eight images** 8 discrete Fourier transform, to achieve Image Compression
采用c语言对8**8图像进行离散傅立叶变换,实现对图像压缩处理-to eight images** 8 discrete Fourier transform, to achieve Image Compression
- 2022-09-24 19:40:03下载
- 积分:1
-
lzw压缩程序1.5
lzw压缩程序1.5 -Lzw1.5
- 2022-04-10 13:41:20下载
- 积分:1
-
汉字编码转换过程与大家分享好东西
汉字转换内码程序
好东西大家一起分享
-Kanji code conversion process to share good things with everyone
- 2023-04-11 14:35:03下载
- 积分:1
-
this is matlab jpeg compression based on dct,it is helpful for who embark on jpe...
这是基于dct的matlab jpeg压缩,对从事jpeg压缩有一定的帮助。
- 2023-08-20 22:10:03下载
- 积分:1
-
conpressive sensing 的MMA新程序
conpressive sensing 的MMA新程序- This is an example using the Subspace Pursuit
Algorithm of Wei Dai and Olgica Milenkovic
"Subspace Pursuit for Compressive Sensing: Closing the
Gap Between Performance and Complexity"
and the Re-weighted algorithm of Rick Chartrand and Wotao Yin
"Iteratively Reweighted Algorithms for Compressive Sensing"
In order to run this example you need to install all these m.files
in the same directory and type trialSP2 at the prompt.
Written by Igor Carron
http://nuit-blanche.blogspot.com
Creative Commons Licence with attribution
- 2022-03-22 12:07:21下载
- 积分:1
-
Quick Sort, Quick Sort Bubble Sort is an improvement. Its basic idea is: lying t...
快速排序,快速排序是对冒泡排序的一种改进。它的基本思想是:通过一躺排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一不部分的所有数据都要小,然后再按次方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-Quick Sort, Quick Sort Bubble Sort is an improvement. Its basic idea is: lying through one sorting to sort the data to be split into two independent parts, one part of all of the data than the other one is not part of the all the data should be small, and then meeting the two methods were part of the data quick sort, the entire sorting process can be recursive, and thus the entire data into an orderly sequence.
- 2022-01-25 19:36:20下载
- 积分:1
-
在北京创新乐团队很高兴地宣布,北京创新乐供应4.0金。该版本包括北京创新乐4.0论坛和全新的北京创新乐4.0出版套房。截至今天,这些都是正式支持产品,为票支持和...
在北京创新乐团队很高兴地宣布,北京创新乐供应4.0金。该版本包括北京创新乐4.0论坛和全新的北京创新乐4.0出版套房。截至今天,这些都是正式支持产品,为票支持和电话支持的资格。-The vBulletin team is very excited to announce the availability of vBulletin 4.0 Gold. The release includes vBulletin 4.0 Forums and the all-new vBulletin 4.0 Publishing Suite. As of today, these are officially supported products that are eligible for both ticket support and phone support.
- 2022-11-21 19:00:03下载
- 积分:1