-
这个类可以很简单的读取和存储csv文件或者文本文件的数字数据。...
这个类可以很简单的读取和存储csv文件或者文本文件的数字数据。-this category can be very simple to read and storage csv files or text files figures.
- 2023-07-22 20:25:03下载
- 积分:1
-
MFC线程控制
资源描述
创建线程
1、创建线程 AfxBeginThread();
2、线程函数 typedef UINT(AFX_CDECL *AFX_THREADPPOC)(LPVOID);
线程控制
1、暂停
2、继续
3、终止
说明
1、主线程一般用来做界面响应
2、线程函数声明(.h)
//线程函数声明
UINT DemoA(LPVOID pParam);//线程函数需设成全局的,不能写在类下(类下要做成静态函数)
UINT DemoB(LPVOID pParam);
UINT DemoC(LPVOID pParam);
3、线程函数定义(.cpp)
CWinThread* g_pThreadA;
BOOL g_bRunningA;//记录线程是否运行
//线程函数定义
UINT DemoA(LPVOID pParam)
{
for (int m = 1; m m_pMainWnd->m_hWnd,IDC_OUTPUT2, m,false);
Sleep(1000);
}
g_bRunningA = false;
g_pThreadA = NULL;
return 0;
}
UINT DemoB(LPVOID pParam)
{
for (int n = 1; n m_pMainWnd->m_hWnd, I
- 2023-05-28 17:40:24下载
- 积分:1
-
界面清晰,易学易做! 1首先,登入系统!有密码和用户名!有右键菜单 2成功登入后,方可进行操作!灰色菜单变得可用! 3接着分几个步骤进行!...
界面清晰,易学易做! 1首先,登入系统!有密码和用户名!有右键菜单 2成功登入后,方可进行操作!灰色菜单变得可用! 3接着分几个步骤进行!-interface clear, easy to pick up! A First, log in! A password and user name! There are two menus right to log after they operate! Gray menu becomes available! Three points followed several steps!
- 2022-06-21 20:44:40下载
- 积分:1
-
2000下实现XP界面
2000下实现XP界面-2000 under XP interface
- 2022-02-01 05:59:53下载
- 积分:1
-
CTime的替换类,不错!
CTime的替换类,不错!-CTime the replacement category, it is true!
- 2022-03-21 03:22:19下载
- 积分:1
-
with the development and deployment of ActiveX simple example
用ATL开发和部署ActiveX控件的简单例子-with the development and deployment of ActiveX simple example
- 2022-03-17 21:00:00下载
- 积分:1
-
非常有用的智能编辑框。过滤非
非常有用的智能编辑框。过滤非设定的输入字符,可以设定为NUMBER、LETTER、FLOATINGPT、OTHERCHAR、SIGNED、UNDERSCORE。-Very useful smart edit box. Filtering of non-setting input characters can be set to NUMBER, LETTER, FLOATINGPT, OTHERCHAR, SIGNED, UNDERSCORE.
- 2023-05-14 01:45:03下载
- 积分:1
-
use controls arrays demo
使用控件数组的演示-use controls arrays demo
- 2023-01-12 10:25:03下载
- 积分:1
-
这是一段字体格式改变的小程序,可以改变字型、字体大小、字体变粗、
字体倾斜、文本背景颜色的改变、文本颜色的改变功能。供初学者参考...
这是一段字体格式改变的小程序,可以改变字型、字体大小、字体变粗、
字体倾斜、文本背景颜色的改变、文本颜色的改变功能。供初学者参考-This a change of fonts small program can change fonts, font size, font horizontally inclined fonts, text background color change, change the color of text functions. For beginners reference! !
- 2022-02-27 00:37:36下载
- 积分:1
-
在MFC中显示Word文档,这个比较简单,没有啥好说的啦。
在MFC中显示Word文档,这个比较简单,没有啥好说的啦。-MFC show in Word documents, the relatively simple, no receivers incorporate a few million.
- 2022-12-20 10:20:03下载
- 积分:1