-
实现方法:
用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
-
目前市场上的智能手机很多,如何发挥智能手机的功能,一款来电通为你提供服务,安装来电通后,有打入或打出电话,就会显示归属地,相信有很多人需要吧。...
目前市场上的智能手机很多,如何发挥智能手机的功能,一款来电通为你提供服务,安装来电通后,有打入或打出电话,就会显示归属地,相信有很多人需要吧。-Currently on the market a lot of smart phones, how to play smart phone functionality, pass a call to serve you, the installation calls pass after entering or making a call, it will show the ownership of land, I believe there are many people who need it.
- 2022-10-01 00:25:04下载
- 积分:1
-
This directory contains code implementing the K
This directory contains code implementing the K-means algorithm. Source code
may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS
program accepts input consisting of vectors and calculates the given
number of cluster centers using the K-means algorithm. Output is
directed to the screen.-This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen.
- 2023-09-06 05:15:03下载
- 积分:1
-
迷宫问题的递归算法
迷宫问题的递归算法-recursive algorithm for maze problem
- 2022-06-18 15:57:16下载
- 积分:1
-
利用Word统计字数和检查拼写错误
利用Word统计字数和检查拼写错误-use statistics and inspection wordage spelling errors
- 2022-06-19 10:45:04下载
- 积分:1
-
A windows application that sends messages to achieve functions. Using regular ex...
一个windows应用程序,实现发送邮件的功能。用正则表达式验证用户输入的信息,当输入的信息符合要求时,才允许将邮件发送到邮件服务器。-A windows application that sends messages to achieve functions. Using regular expression validate user input information, the information to meet the requirements when the input only when the Allow messages to be sent to the mail server.
- 2022-07-12 15:09:40下载
- 积分:1
-
这是一个堆栈的程序
这是一个堆栈的程序-This is a stack of procedures
- 2022-05-15 20:28:36下载
- 积分:1
-
ssm 程序
系统仿真程序
作为水 reseriour
单个服务器
双服务器
泊松分布
- 2022-09-27 20:15:02下载
- 积分:1
-
calculator
我在c builder中制作的这个计算器将帮助您进行任何操作。例如like+/-/*。
- 2022-10-26 02:20:03下载
- 积分:1
-
a DLL using information obtained CPU code, very professional, not only can the C...
一个利用DLL实现获得CPU信息的代码,十分专业,不但可以获得CPU的速度、型号等,而且可以获得CPU的缓存大小、流水线数等等30多项CPU的特性,而且,带了DLL的VC源程序-a DLL using information obtained CPU code, very professional, not only can the CPU speed, models, but the available CPU cache size, number, etc. Line 30 of the characteristics of the CPU, but with a VC source DLL
- 2022-07-03 01:43:55下载
- 积分:1