-
MeDelete
SelfDelete(可以删除自身的VC++源码(巳通过了调试))
为了实现程序自删除功能,我们可以通过多进程的方法解决这个问题。可执行文件在结束返回前,创建一个运行命令窗口的新进程(在Windows98中为Command进程,在Windows2000/XP中为CMD进程),当然该命令窗口以隐藏方式执行,并通过传递参数执行删除功能。为了避免可执行文件的映像还在内存中就执行删除,需要把当前进程设置为实时优先级,而命令窗口进程设置为很低的IDLE优先级,这样首先可执行文件结束返回,再运行命令窗口的删除命令,就实现了该文件自身的删除功能。 (SelfDelete (you can delete its own VC++ source code (had passed debugging))
In order to achieve the program from the delete function, we can multi-process methods to solve this problem. Return before the end of the executable file, run the command window to create a new process (in Windows98 process for the Command, in Windows2000/XP process for CMD), of course, the command window to hide the manner and to perform delete functions by passing a parameter . In order to avoid the executable file image still in memory on the implementation of delete, you need to set the current process for real-time priority, and the command window to set the process priority to low IDLE, so the end of the first return to the executable file, then run the command window delete command, the file itself to achieve the delete function.
)
- 2011-06-26 23:22:21下载
- 积分:1
-
WinIO
说明: 并口库函数,对于并口控制时必须用到的库。(Parallel library function, the parallel port control library must be used.)
- 2008-11-02 01:00:34下载
- 积分:1
-
BC_HVAC
BC_HVAC一个LNC DDE的例程,很值得下载(LNC DDE a BC_HVAC the routine, it is worth downloading)
- 2009-06-22 16:35:53下载
- 积分:1
-
entry_dos
便捷的dos进入工具,非常方便开发人员使用,提高工作效率(Dos and convenient access to tools to developers is very convenient to use, improve efficiency)
- 2011-05-18 17:06:13下载
- 积分:1
-
wbxl24
测量平差中的坐标方位角的转换可以方便广大的测量工作者()
- 2018-05-09 11:05:46下载
- 积分:1
-
INQIM2
说明:
- 2018-02-15 15:14:28下载
- 积分:1
-
speech
说明: 语音识别系统,是在vc平台编写的,仅供参考(Speech recognition system, for reference only)
- 2009-08-19 19:27:39下载
- 积分:1
-
EnumFontsDemo
获取系统中已安装的所有字体EnumFontsDemoEnumFontsDemo.rar,很不错的vc源码,希望对大家有所帮助。(Acquisition system has been installed in all the fonts EnumFontsDemo EnumFontsDemo.rar, very good vc source code, we want to help.)
- 2011-09-30 21:00:37下载
- 积分:1
-
DALI_2013_liujin
DALI的各种例程,软硬件都有,欢迎各位下载使用(DALI routine hardware and software are welcome to download)
- 2013-02-28 15:00:07下载
- 积分:1
-
winprodll
动态链接库 (DLL) 是作为共享函数库的可执行文件。动态链接提供了一种方法,使进程可以调用不属于其可执行代码的函数。函数的可执行代码位于一个 DLL 中,该 DLL 包含一个或多个已被编译、链接并与使用它们的进程分开存储的函数。DLL 还有助于共享数据和资源。多个应用程序可同时访问内存中单个 DLL 副本的内容。 这是一个.CHM 格式的讲解DLL应用的文件,内容比较全。(The dynamic link library (DLL) is an executable file as a shared library. The dynamic link provides a way, so that the process can call a function that does not belong to the executable code. The executable code of the function is located in a DLL, the DLL contains one or more of the function has already been compiled, linked and are separated with the process using them stored.The DLL also helps to share data and resources. Multiple applications can access the contents of a single copy of the DLL in memory.This is the. CHM format, explain the the DLL application of the file, compare the whole content.)
- 2012-11-28 09:13:41下载
- 积分:1