-
用java语言编写的日历,看看好不好用.
用java语言编写的日历,看看好不好用.-java language used in the calendar to see is really handy.
- 2022-04-26 20:12:27下载
- 积分:1
-
压缩软件LHA的C源代码
压缩软件LHA的C源程序代码-compression software LHA C source code
- 2023-06-10 02:55:03下载
- 积分:1
-
设计了一种基于单片机和SHT11温湿度传感器的温室温湿度控制系统。该系统性能可靠,结构简单,能实现对温室内温湿度的自动调节。...
设计了一种基于单片机和SHT11温湿度传感器的温室温湿度控制系统。该系统性能可靠,结构简单,能实现对温室内温湿度的自动调节。 -Based on SCM and SHT11 temperature and humidity sensor, the temperature and humidity control system used for a greenhouse is designed. With a simple structure and reliable performance, the system allows automatic adjustment of the temperature and humidity in a greenhouse
- 2022-11-11 17:00:04下载
- 积分:1
-
所有的源代码已经用Borland C++编译成功.每个目录中都包含一个makefile或者是make.bat用以创建可执行的文件.其它的编译器或操作系统需要改动...
所有的源代码已经用Borland C++编译成功.每个目录中都包含一个makefile或者是make.bat用以创建可执行的文件.其它的编译器或操作系统需要改动一些地方.-all the source code has been used successfully Borland C compiler. Each directory contains a makefile or make.bat used to create executable files. Other compilers or operating systems require modification in some places.
- 2022-01-25 18:27:16下载
- 积分:1
-
类似24点的任意数计算,
类似24点的任意数计算,-EEEE
- 2023-05-05 05:50:03下载
- 积分:1
-
劲舞009.让别人掉线.SF可用!大家来下载吧
劲舞009.让别人掉线.SF可用!大家来下载吧-Dance 009. Let others dropped. SF available! Everyone to download it
- 2022-05-29 05:50:52下载
- 积分:1
-
建立完整的赫夫曼树,及各种操作,其数据方法,为字母加空格...
建立完整的赫夫曼树,及各种操作,其数据方法,为字母加空格-The establishment of a complete Huffman tree, and a variety of operations, methods of its data for the letter spaces
- 2022-02-21 04:47:24下载
- 积分:1
-
程序通过构建一个haffman树,用哈夫曼树算法对文本文件进行0
程序通过构建一个haffman树,用哈夫曼树算法对文本文件进行0-1化编码,并模拟文件
压缩与解压-Procedure to build a tree haffman using Huffman tree algorithm to 0-1 on the text file of code, and simulate file compression and decompression
- 2022-05-13 06:55:39下载
- 积分:1
-
err
c++
- 2022-05-05 20:38:09下载
- 积分: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