-
- 2022-04-20 04:13:13下载
- 积分:1
-
压缩用的
压缩用的-Compression used
- 2022-06-17 03:38:52下载
- 积分:1
-
msp430 IO_Operation
msp430 IO_Operation
- 2022-12-25 05:00: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
-
mpeg2 decoder filter过滤服务端
mpeg2 decoder filter过滤服务端-mpeg2 decoder filter filtering service-
- 2022-05-22 03:28:22下载
- 积分:1
-
MATLAB(DCT+DWT)图像数字水印的方案毕业论文,基于dct和dwt的算法,有详细程序
MATLAB(DCT+DWT)图像数字水印的方案毕业论文,基于dct和dwt的算法,有详细程序-MATLAB (DCT+ DWT) image watermarking program thesis, based on the DCT algorithm and dwt, has detailed procedures
- 2023-08-27 09:10:05下载
- 积分:1
-
《数字图像处理编程入门》吕凤军 第九章的代码。程序较简单,但实现了所有的基本功能。可以作为好的入门教材。...
《数字图像处理编程入门》吕凤军 第九章的代码。程序较简单,但实现了所有的基本功能。可以作为好的入门教材。-"Digital Image Processing Programming Primer" Mr Lu Fengtai chapter IX of the military code. Procedure is relatively simple, but achieving all of the basic functions. Could serve as a good introductory materials.
- 2022-03-19 12:12:11下载
- 积分:1
-
Adaptive Huffman Coding procedures, including the screen output and save the fil...
自适应的哈夫曼编码程序,包括屏幕输出和文件保存。-Adaptive Huffman Coding procedures, including the screen output and save the file.
- 2022-05-15 19:09:50下载
- 积分:1
-
基于改进K
基于改进K-means的压缩IP
由于k-means本身受异常点影响较大,这里采用迭代k-means的方法,降低异常点的影响,减少计算量和提高聚类数目的灵活性。并添加合并异常聚类方法,提高聚类的均匀性-K-means based on improved compression IP
As k-means itself is influenced by outliers, where an iterative k-means method to reduce the impact of outliers, reducing the number of cluster computing capacity and enhanced flexibility. And add the combined abnormal clustering method to improve the uniformity of clustering
- 2023-03-31 12:15:04下载
- 积分:1
-
LSB信息隐藏算法,就是通常把信息隐藏在图像像素的最后一位,可能对你们有帮助...
LSB信息隐藏算法,就是通常把信息隐藏在图像像素的最后一位,可能对你们有帮助-LSB information hiding algorithm, the information is usually hidden in the image pixels of the last one, you may have to help
- 2022-02-04 09:45:52下载
- 积分:1