-
用c++写的图书管理信息管理系统,可以管理图书和读者信息
用c++写的图书管理信息管理系统,可以管理图书和读者信息-Written by c++ library management information management system can manage information on books and readers
- 2023-05-21 20:30: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
-
实现了自动解方程的功能,并有详细的使用方法说明
实现了自动解方程的功能,并有详细的使用方法说明-Realize the automatic solution of functional equations, and have a detailed description of the use of methods
- 2022-01-25 14:02:46下载
- 积分:1
-
JPEG压缩的源程序和例程,初学者学习jpeg的很好的资料.
JPEG压缩的源程序和例程,初学者学习jpeg的很好的资料.-JPEG compression codes and example.Pefect codes for new learner
- 2022-08-16 20:08:20下载
- 积分:1
-
ADI BLACKFIN BF533 procedures of the audio codec
ADI BLACKFIN BF533的音频编解码程序-ADI BLACKFIN BF533 procedures of the audio codec
- 2022-03-06 12:59:58下载
- 积分:1
-
这是BAC(二值算数编码)
这是我自己提供的
主要是可是可适应性的编码功能...
这是BAC(二值算数编码)
这是我自己提供的
主要是可是可适应性的编码功能
-This is the BAC (Binary Arithmetic Coding) This is my own but is mainly provided by the encoding function can be adaptive
- 2022-03-06 05:45:31下载
- 积分:1
-
这是JPEG压缩编码,c++实现,其中有离散余弦变化,由程编码等...
这是JPEG压缩编码,c++实现,其中有离散余弦变化,由程编码等-This is the JPEG compression, c realization of a discrete cosine which changes from the way coding
- 2022-07-18 21:21:26下载
- 积分:1
-
支持向量机
svm - suport vector machine - matlab code -svm- suport vector machine- matlab code
- 2022-07-06 20:02:31下载
- 积分:1
-
avi video and audio data coding format. Avi.h the first to document avi.c
avi视频和音频数据编码格式。Avi.h是第一个记录Avi.c的公司
- 2022-10-14 12:40:03下载
- 积分:1
-
将使用的DLL文件预先装入内存已提高VB程序执行速度的程序
将使用的DLL文件预先装入内存已提高VB程序执行速度的程序- Will use the DLL document will load the memory to enhance the
VB procedure in advance to carry out the speed procedure
- 2022-10-30 03:40:07下载
- 积分:1