-
操作系统里的生产者和消费者功能,有兴趣的朋友可以看看。...
操作系统里的生产者和消费者功能,有兴趣的朋友可以看看。-Operating system" s features producers and consumers, who are interested can look at the friend.
- 2023-07-25 06:45:03下载
- 积分:1
-
一个很好的java游戏,包括所有源和回答的类文件!
a good java game include all source and the replied class files!-a good game include all source and the r eplied class files!
- 2023-08-25 22:40: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
-
是一个 CTreeCtrl 用法的示例,给出了CTreeCtrl与Check Box 和 Radio buttown在一起的用法...
是一个 CTreeCtrl 用法的示例,给出了CTreeCtrl与Check Box 和 Radio buttown在一起的用法-CTreeCtrl is an example of usage, and given CTreeCtrl Check Box and Radio buttown together Usage
- 2022-03-30 12:46:03下载
- 积分:1
-
使用固定
使用固定大小的切分窗口(上面、左边部分)在视图中加入标尺。(就象Photoshop中的标尺那样)酷极了-use of fixed-size cut-window (above, left) into the View Bar. (Photoshop as a yardstick as) a very cool
- 2022-04-24 07:56:38下载
- 积分:1
-
small computer security guards (VB source) (Beta Version 1 [1] oh)
电脑安全小卫士(VB源码)(Beta Version 1[1].0.0)-small computer security guards (VB source) (Beta Version 1 [1] oh)
- 2022-05-28 08:41:46下载
- 积分:1
-
This procedure is used to write out a standard WINDOWS interface is used to achi...
本程序用来编写一个标准的WINDOWS界面出来,用来实现体验GDI+的功能。-This procedure is used to write out a standard WINDOWS interface is used to achieve the experience the GDI+ functions.
- 2023-04-17 10:55:03下载
- 积分:1
-
用链表实现的职工管理软件(用vc++实现的源代码)
用链表实现的职工管理软件(用vc++实现的源代码)-achieve with the union management software (vc++ source code)
- 2022-03-05 08:38:44下载
- 积分:1
-
C++打开图片
该代码使用C++6.0编写,使用MFC,能够打开图片,保存,是图像处理的基础界面,为图像处理程序的编写省时省力,属于基础代码,可供初学者学习模仿,也可以供图像工作者作为基本源码进行高级编程处理
- 2022-02-24 14:39:06下载
- 积分:1
-
This a homework.It s very easy, and not beautiful at all.
This a homework.It s very easy,and not beautiful at all.-This a homework.It s very easy, and not beautiful at all.
- 2022-06-27 11:57:47下载
- 积分:1