-
实现方法:
用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC
EXE应用程序,把M...
实现方法:
用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC
EXE应用程序,把MFC EXE应用程序中
CAppView,CMainFrame,CAppDocument的文挡和RES目录下的资源拷贝到常规DLL项目中,添加到项目中,编译生成一DLL,在另外一个WIN32应用程序中,启动一线程,在线程函数中显式装载该DLL,取的该DLL内的当前线程,
CWinThread *pThread=GetCurrentThread()
pThread->Run()
就可装载启动常规DLL内应用程序框架.-Realize Methods: The MFC AppWizard to generate a conventional DLL, in the conventional DLL there is one derived from CWinApp instance, reuse of the MFC AppWizard to generate a MFCEXE applications, the MFC EXE application CAppView, CMainFrame, CAppDocument block of text RES directory and copy resources to the conventional DLL project, add to the project, the compiler generates a DLL, in another WIN32 application, start a thread in the thread function explicitly loading the DLL, check inside the DLL the current thread, CWinThread* pThread = GetCurrentThread () pThread-
- 2022-01-22 01:31:41下载
- 积分:1
-
能够抓补网络流量,特别是用在查卡某个服务器下某台仪器的网络数据包...
能够抓补网络流量,特别是用在查卡某个服务器下某台仪器的网络数据包-Efforts to make up network traffic, particularly in search of a card to a server under the instrument of the network packets
- 2022-03-18 12:57:01下载
- 积分:1
-
C++ Template programming produced Addison.Wesley classic, English CHM version
C++模板编程
Addison.Wesley出品的经典著作,英文CHM版本-C++ Template programming produced Addison.Wesley classic, English CHM version
- 2022-06-15 01:13:59下载
- 积分:1
-
Some programs for the homework. Enjoy yourself.
课后题的一些小程序,希望大家好好的享用-Some programs for the homework. Enjoy yourself.
- 2022-01-25 14:21:51下载
- 积分:1
-
列表 BFS 广度优先搜索
广度优先搜索 (BFS) 是一种策略寻找图中搜索时限于本质上是两个操作: (a) 访问和视察一个节点图 ;(b) 获得访问权的邻居的当前访问的节点的节点。BFS 从根节点开始,并检查所有相邻的节点。然后这些邻居节点的每个反过来,它检查其中人迹罕至,他们的邻居节点,等等。BFS 相比相当,但更多的内存 efficientIterative 深化深度优先搜索和深度优先搜索与对比。
- 2022-01-24 13:52:36下载
- 积分:1
-
把flash文件包含到程序中,可以与文件中设定的fscommand互动
把flash文件包含到程序中,可以与文件中设定的fscommand互动-The flash file contains the procedures, and documents can be set fscommand interaction
- 2022-03-12 18:10:56下载
- 积分:1
-
满足ASP进行指纹应用的的源码,可在用ASP开发语言开发的应用中进行指纹应用整合,包括指纹注册、验证等...
满足ASP进行指纹应用的的源码,可在用ASP开发语言开发的应用中进行指纹应用整合,包括指纹注册、验证等-meet fingerprint application source code, ASP can be used in the development of language development for the application of fingerprint application integration, including fingerprints registration, certification, etc.
- 2022-06-26 12:41:49下载
- 积分:1
-
此程序通过回溯的方法求解最短哈密顿回路问题
此程序通过回溯的方法求解最短哈密顿回路问题-This program through the back of the method for solving the shortest Hamiltonian circuit problem
- 2022-01-26 01:02:44下载
- 积分:1
-
用模糊数学相关知识作的年龄分布曲线,隶属函数
用模糊数学相关知识作的年龄分布曲线,隶属函数-fuzzy math knowledge for the age distribution curve, membership function
- 2022-01-25 21:45:25下载
- 积分:1
-
HR人力资源修改版.Intraweb本程序采用Delphi7的IntraWeb编写!系Hubdog原创原来使用了BetterADODataSet控件,改成Ado...
HR人力资源修改版.Intraweb本程序采用Delphi7的IntraWeb编写!系Hubdog原创原来使用了BetterADODataSet控件,改成AdoDataSet并注释了原来使用CodeSite的部分代码及单元Doc目录下是针对本源码的教程:IntraWeb开发指南Delphi园地2003.10.20调式通过-HRHumanResoure(ModificationEdition).InTraweb This Programme is programmed by Delphi7!The originaldesigner is Hubdog .It use BetterADODataSet (UserControl) originally,now change into AdoDataSet,and write comment to parts of CodeSite and UnitDoc index(the tutorial of this programme IntraWeb Delphi Developing Guide Zone).2003.10.20 this programme go through the debug
- 2022-02-06 03:17:25下载
- 积分:1