-
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
-
ProgressBar_src
一个基于VC6MFC的进度条控制程序,非常实用(Based on the progress bar VC6MFC control program is very useful)
- 2009-11-27 04:21:36下载
- 积分:1
-
bigscreen
通过计算机将数据发送到远端的大屏幕上,例如火车站售票信息(Through computer data sent to the remote big screen, such as railway station ticket information)
- 2009-02-18 14:16:56下载
- 积分:1
-
khmanager
基于MFC单文档的客户信息管理系统,采用ado方式对数据库进行操作,整个工程包含源代码及测试数据库。(Based on the MFC single document customer information management system, using ADO to operate the , the entire project contains the source code and the test .
)
- 2015-06-09 10:31:11下载
- 积分:1
-
ADODateGrid
使用SQL语句对数据库进行通用操作,使用DataGrid控件显示,VC++经典编程学习源码,很好的参考资料。(Use the SQL statement to the general operation of the database, use the DataGrid control to display, VC++ classic learning programming source code, a good reference.)
- 2013-11-25 12:52:36下载
- 积分:1
-
disable_all_threadwindow
Disable本线程所有的顶部窗口(Disable all the top windows of current thread)
- 2020-07-01 00:40:02下载
- 积分:1
-
Gina1
可以替换windows登录的控制功能的gina.dll(replace widnows msgina.dll for login)
- 2010-10-21 19:12:21下载
- 积分:1
-
51controleMOTOR-KEY
基于51单片机的步进电机的控制设计 一圈360度,需要20个脉 冲完成. 3,步进电机具有瞬间启动和急速停止的优越特性. 4,改变脉冲的顺序,可以方便的改变转动的方向(51 step motor control designs around 360 degrees, requires 20 pulses to complete. 3, stepper motor with instant start and stop the rapid superior characteristics based on 4, change the order of the pulse, you can easily change the direction of rotation)
- 2013-12-07 16:48:35下载
- 积分:1
-
baseCla
利用虚函数手段,按照三种不同的数据存储方式及其处理方法来实现如下的所谓“反序输出问题”:从键盘输入n 个int 型数据先存储起来(具体n 值由用户从键盘输入),而后再按照与输入相反的顺序将这些数据显示在屏幕上。具体地说,可通过在基类baseCla 及其派生类method1Cla、method2Cla 和method3Cla中说明如下的同一个虚函数“virtual void reverseout() ”,来实现所述问题的三种不同处理方法。例如,可设计并使用已经在第四章和第六章的实践题中所使用的数据存储结构以及处理方法:(1)使用大小为100 的常界数组存放数据;(2)通过new 生成大小恰为n 的动态数组存放数据;(3)使用指针与链表的实现法。(err)
- 2007-12-18 16:30:58下载
- 积分:1
-
871414jingdianbanker
操作系统期末复习文件Operating system review of documents
(Operating system review of documents
)
- 2014-12-21 14:56:23下载
- 积分:1