-
这是一个用VC编的解压包,内容为两个程序例子,内容涉及大量算法,和系统函数。...
这是一个用VC编的解压包,内容为两个程序例子,内容涉及大量算法,和系统函数。-This is a series of the VC-extract package, the contents of the two procedures example, covering a large number of algorithms, and system functions.
- 2022-12-08 10:50:04下载
- 积分:1
-
HT1621B flow crystal modules, procedures, must be adopted,
HT1621B流晶模块的,程序,一定可以通过的,-HT1621B flow crystal modules, procedures, must be adopted,
- 2022-07-08 14:36:28下载
- 积分:1
-
JAVA中的fireworks4_anli的建立
JAVA中的fireworks4_anli的建立-JAVA of the establishment fireworks4_anli
- 2022-06-16 05:55:24下载
- 积分:1
-
这是一个G.711在DSP上运行的程序.已经通过调试
这是一个G.711在DSP上运行的程序.已经通过调试-This is a G.711 to run in the DSP process. Has passed debugging
- 2022-01-26 02:34:50下载
- 积分:1
-
g.711 standard C source code, can be directly added to the project use.
g.711标准的C源代码,可以直接加入到工程中使用。-g.711 standard C source code, can be directly added to the project use.
- 2022-08-15 23:03:41下载
- 积分:1
-
摁。。大家看看马。。比较好用。的一个你们看看马。。。好用的虎 给我讲下。我会加油努力的。...
摁。。大家看看马。。比较好用。的一个你们看看马。。。好用的虎 给我讲下。我会加油努力的。 -Press. . Take a look at the horse. . Useful comparison. You take a look at a horse. . . Useful to me under Tiger. I will fuel efforts.
- 2023-04-21 16:40:02下载
- 积分:1
-
一个将mp3/mp2文件解压成wav文件的源码
一个将mp3/mp2文件解压成wav文件的源码-a document to extract mp3/mp2 wav file into the source
- 2022-02-25 08:36:50下载
- 积分:1
-
zip解压源码.
zip解压源码.-zip unpacked source.
- 2023-08-09 16:05:02下载
- 积分: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
-
基本回音程式,可以改变parameter来测试其速度和音响。
基本回音程式,可以改变parameter来测试其速度和音响。-Basic response programs, can change the parameter to test the speed and sound.
- 2022-03-10 10:40:09下载
- 积分:1