-
ucOS_II移植到Keilc51小模式下简介及内核源代码
ucOS_II移植到Keilc51小模式下简介及内核源代码-ucOS_II transplanted to Keilc51 small mode profiles and the kernel source code
- 2022-04-01 05:34:05下载
- 积分:1
-
mpeg2 decoder filter过滤服务端
mpeg2 decoder filter过滤服务端-mpeg2 decoder filter filtering service-
- 2022-05-22 03:28:22下载
- 积分: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
-
Huffman编码进行压缩的过程
哈夫曼编码在纸张压缩过程中的应用
- 2022-03-17 19:42:03下载
- 积分:1
-
本代码为LZW算法的C语言实现程序,他在此基础上加入了霍夫曼算法的优点...
本代码为LZW算法的C语言实现程序,他在此基础上加入了霍夫曼算法的优点-the LZW algorithm code for the C language procedure, he joined the basis of the merits of the algorithm Hoffman
- 2022-11-11 03:25:04下载
- 积分:1
-
通信中的压缩、解压缩。利用相对编码的原理,进行前后相减。(编程背景为温室温度测量,限定在正负50以内)。已经编译通过。...
通信中的压缩、解压缩。利用相对编码的原理,进行前后相减。(编程背景为温室温度测量,限定在正负50以内)。已经编译通过。-Communication compression, decompression. The principle use of the relative encoding, carried out before and after the subtraction. (Programming background greenhouse temperature measurement, limited to within plus or minus 50). Has been compiled through.
- 2022-03-26 15:48:22下载
- 积分:1
-
ANN
基于ANN神经网络预测方法,可以较为精确地绘制出预测值与实际值以及误差的曲线-ANN-based neural network prediction method, you can more accurately draw predictive value and the actual value and the error curve
- 2023-04-17 10:15:03下载
- 积分:1
-
图像椒盐噪声去除研究程序,在matlab条件下编译的,主要应用中值滤波法对噪声的去除....
图像椒盐噪声去除研究程序,在matlab条件下编译的,主要应用中值滤波法对噪声的去除.-Impulse Noise Removal procedures, the conditions under Matlab Compiler. Application of the main method of filtering noise removal.
- 2022-07-06 13:18:24下载
- 积分:1
-
对传送的数据进行解压和压缩,提高数据传送量
对传送的数据进行解压和压缩,提高数据传送量-transmission of the data compression and decompression, improving data transmission volume
- 2023-05-02 12:10:03下载
- 积分:1
-
运动估计,用7种办法进行运动估计的源码,做论文的利器
运动估计,用7种办法进行运动估计的源码,做论文的利器-motion estimation, with seven species approach to motion estimation in the source code, so the papers weapon
- 2022-01-27 11:38:44下载
- 积分:1