-
用C语言编的万年历
用C语言编的万年历-C language series hefty almanac
- 2022-01-25 14:50:40下载
- 积分: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
-
单片机播放音乐,是学习单片机的最好途经,资料详细,认真仔细...
单片机播放音乐,是学习单片机的最好途经,资料详细,认真仔细-SCM music, is to learn the best microcontroller through the data in detail, a careful look at
- 2022-07-21 20:51:38下载
- 积分:1
-
qccpackspiht是另一个sourecode三维
QccPackSPIHT 是一个关于3d-spiht的源代码。是经过Pearlman先生授权的程序。希望对大家有用。-QccPackSPIHT is another sourecode about 3d-spiht, which has been warranted by Pro.Pearlman
- 2022-02-01 12:52:25下载
- 积分:1
-
转自德国Eric Bodden的数据压缩算术编码专著。有极强的学术价值。...
转自德国Eric Bodden的数据压缩算术编码专著。有极强的学术价值。-switched from Germany Eric Bodden data compression arithmetic coding monographs. Have a strong academic value.
- 2023-04-13 07:45:03下载
- 积分:1
-
来源结构,压缩和解压缩代码
Structure the sources so that the compression and decompression code
form a library usable by any program, and write both gzip and zip on
top of this library. This would ideally be a reentrant (thread safe)
library, but this would degrade performance. In the meantime, you can
look at the sample program zread.c.-Structure the sources so that the compress ion and decompression code form a library usabl e by any program, and write both gzip and zip on top of this library . This would ideally be a beats per (thread safe ) library. but this would degrade performance. In the mean time, you can look at the sample program zread.c.
- 2022-09-28 22:20:04下载
- 积分:1
-
这是jpeg2000的压缩算法,讲述了基本的算法,及其实现方法
这是jpeg2000的压缩算法,讲述了基本的算法,及其实现方法-jpeg2000 This is the compression algorithms, on the basic algorithm, and its implementation
- 2022-03-30 10:33:49下载
- 积分:1
-
字符统计,可以统计一个文件所包含的字符数,很实用
字符统计,可以统计一个文件所包含的字符数,很实用-Character statistics, allows you to count a number of characters contained in those documents, it is useful
- 2023-09-07 14:30:03下载
- 积分:1
-
数据压缩,自动预测编码技术,matlab实现
数据压缩,自动预测编码技术,matlab实现,带图-Data compression, automatic predictive coding technique, matlab achieve
- 2022-03-02 01:51:15下载
- 积分: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