-
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
-
WSSccrSaverI
WINDOWS下可可播放多媒体文件和其它
(Under WINDOWS cocoa to play multimedia files and other)
- 2012-08-16 09:05:35下载
- 积分:1
-
VBPPT
为什么要学习程序设计?
从20世纪的60年代开始。一场新的信息革命悄然来临,它把人类带到信息化社会。与这个社会相应的社会技术是信息技术,它的核心是计算机技术。由于这项技术在人类历史上大大改变了人类创造物质财富和精神财富的方式、方法、过程和结果,也改变了社会结构和人类自身的生活方式、习俗等,因此引起社会各部门的重视。
(Why study programming? 60 years from the beginning of the 20th century. A quiet revolution, the advent of new information, it put into the information society of mankind. With the corresponding socio-technical society of information technology, which is the core of computer technology. Since this technology has dramatically changed human history mankind has created material wealth and spiritual wealth of ways, methods, processes and results, it has changed the social structure and way of life of human beings, customs and so on, thus causing all sectors of society attention.)
- 2009-12-02 17:07:11下载
- 积分:1
-
VNC_clientand_server
vnc 源码, 非常不错的远程控制软件.(vnc remote control pc)
- 2020-12-04 17:09:25下载
- 积分:1
-
dellfanmonitorcontro
以加载驱动方式获取风扇转速并控制风扇转速的例子,针对戴尔服务器(dell fan speed control)
- 2012-08-30 10:49:08下载
- 积分:1
-
Step1_
OPOS应用程序开发示例,哟关于测试字符修饰打印(OPOS application development example, modification of yo character on the test print)
- 2011-10-27 13:50:08下载
- 积分:1
-
Microsoft.Press.Code.Complete.Second.Edition
这是一本百科全书式的软件构建手册,强调提高软件质量的种种实践方法,不过这个是英文版的,中文版太大了,上传不了,有需要的请联系我(This is an encyclopedic handbook of software construction, with emphasis on increasing the variety of software quality practices. But this is the English version, the Chinese version too, can upload, it is necessary to please Contact)
- 2007-05-08 09:42:09下载
- 积分:1
-
danshuangshitu
窗口编程是图象处理的一部分.单视图和双视图的切换练习程序,用VC++6.0实现,(window programming is part of the image processing. Single View and View-switching practice procedures, VC 6.0.)
- 2007-05-09 21:53:09下载
- 积分:1
-
[Visual.C_NET-HIGH-PROGRAM
这是关于VC方面的网络编程资料,需要你仔细学习才能有效果,需要有一定的这方面的基础知识才可以(This is the information on the VC network programming aspects, you need to learn in order to have the effect carefully, you need to have some basic knowledge in this area can only be)
- 2013-12-01 20:24:17下载
- 积分:1
-
qt读取文本文件的内容
qt读取文本文件的内容,自己编写出来的话就表明QT基本入门了(how to use qt to read the txt)
- 2015-09-02 11:57:19下载
- 积分:1