-
quintessence
c++/vc++ 精华文章,这是本人一年多从网上收集的很多经典的文章,都可以打印出来的。大部分都是word文档,以后也会不断更新(c/vc essence of the article, this is my year from the Internet to collect many of the classic article, can print out the. Most word document, and they will constantly update)
- 2007-04-26 12:37:07下载
- 积分:1
-
web
测试程序,可以很好的利用这个程序解决你所遇到的问题(Test procedure can be a very good use of this procedure to solve the problems encountered by you)
- 2008-07-24 11:26:37下载
- 积分:1
-
eMule-VeryCD-src-080828
eMule-VeryCD-src-080828 P2P C++ 源码学习(eMule-VeryCD-src-080828 P2P C++ Source Code 源码学习)
- 2012-09-04 16:24:31下载
- 积分:1
-
book
自己编写的一款利用C++MFC制作的通讯录。不怎么完善。。见谅。(I have written a book produced by the use of C++MFC. Not very perfect. . Forgive me.)
- 2013-06-08 15:17:00下载
- 积分:1
-
CPPprimer
C++从入门到精通,C++ primer的中文版。(C++ from the entry to the master, C++ primer of the Chinese version.)
- 2011-06-14 09:54:31下载
- 积分:1
-
AdvancedHMIBetav326
AdvancedHMI免費 SCADA 操作簡單且方便使用(AdvancedHMI free SCADA easy to use)
- 2012-12-28 08:50:26下载
- 积分:1
-
VCRoomManage
基于VC++6.0、ODBC、MFC的酒店客房管理程序。数据库为Acess,界面简洁,有详细使用说明。(Based on VC++6.0, ODBC, MFC hotel rooms management procedures. Database for Acess, the interface is simple and has detailed instructions.)
- 2009-03-25 21:40:08下载
- 积分:1
-
C++ 工资管理系统 salarysystem
vc++和SQL Server一起实现的简单的工资管理系统,分离的数据库文件也在包里(a salary system using vc++ and SQL Server)
- 2020-06-26 00:40:02下载
- 积分:1
-
DlgTest(excel)
mfc下操作excel,可以实现创建,打开,读写数据的功能(use excel under mfc platform)
- 2012-04-26 16:36:41下载
- 积分:1
-
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