-
有关树的遍历问题
有关树的遍历问题-the tree traversal issue
- 2022-05-26 15:32:40下载
- 积分:1
-
图书借阅系统查询功能
图书借阅系统查询功能-Book Loan System inquiry
- 2023-07-06 07:25:03下载
- 积分:1
-
C++类实现LZW 压缩算法
C++类实现LZW 压缩算法-C++ classes to achieve LZW compression algorithm
- 2022-02-16 07:10:55下载
- 积分:1
-
G729音频编解码器,完整的matlab程序
g729音频编解码,完整的matlab程序-G729 audio codec, complete matlab program
- 2023-06-06 12:45:03下载
- 积分:1
-
zlib 1.2.2 is a general purpose data compression library. All the code is thread...
zlib 1.2.2 is a general purpose data compression library. All the code is thread safe. The data format used by the zlib library is described by RFCs (Request for Comments) 1950 to 1952 in the files http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format). These documents are also available in other formats from ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.html
- 2022-01-25 18:48:09下载
- 积分:1
-
smtp server we look at the source, not also requested guidance
smtp服务器端的源码 大家看看,有不对还请指导-smtp server we look at the source, not also requested guidance
- 2023-01-18 11:35:04下载
- 积分: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
-
24位BMP转换为RGB565的BMP工具
24位BMP转换为RGB565的BMP工具-24 BMP conversion of the BMP tools RGB565
- 2022-07-07 17:28:51下载
- 积分:1
-
一个基于lZW压缩算法的高效实现,可以用于数据和图像的高效压缩...
一个基于lZW压缩算法的高效实现,可以用于数据和图像的高效压缩-lZW a compression algorithm based on the efficient realization can be used for data and image compression efficiency
- 2023-01-12 12:45:04下载
- 积分:1
-
单片机开发系统演示程序
单片机开发系统演示程序 - LCD1602 滚动显示
*
* 显示内容:WLCOME TO WWW.WILLAR.COM
*
* 显示方式:
* 1、从左到右逐字显示,闪动二次,清屏。
* 2、再从右到左逐字显示,闪动二次,清屏。
* 3、周期性地重复上述显示方式。-Single-chip development system demo- LCD1602 rolling display** Display Properties: WLCOME TO WWW.WILLAR.COM** Display:* 1, from left to right show verbatim, flashing Second, the Qing Ping.* 2, and then right-to-left display verbatim, flashing Second, the Qing Ping.* 3, periodically repeat the display.
- 2022-03-19 20:00:35下载
- 积分:1