#includeusingnamespacestd;DWORDWINAPIFunOne(LPVOIDparam){while(1)"> #includeusingnamespacestd;DWORDWINAPIFunOne(LPVOIDparam){while(1)" />
多核程序设计样例

多核程序设计样例

ID:6063259

大小:181.50 KB

页数:38页

时间:2018-01-01

多核程序设计样例_第1页
多核程序设计样例_第2页
多核程序设计样例_第3页
多核程序设计样例_第4页
多核程序设计样例_第5页
资源描述:

《多核程序设计样例》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库

1、1线程创建实例1#include"stdafx.h"#include#includeusingnamespacestd;DWORDWINAPIFunOne(LPVOIDparam){while(1){Sleep(1000);cout<<"ThisisFunOne"<

2、0,lp2=0;HANDLEhand1=CreateThread(NULL,0,FunOne,NULL,CREATE_SUSPENDED,&lp1);HANDLEhand2=CreateThread(NULL,0,FunTwo,NULL,CREATE_SUSPENDED,&lp2);system("pause");ResumeThread(hand1);ResumeThread(hand2);system("pause");return0;}2线程创建实例2#include"stdafx.h"#include#include#include

3、ostream>#includeusingnamespacestd;voidThreadFunc1(PVOIDparam){Sleep(10000);cout<<"ThisisThreadFunc1"<

4、readFunc1,0,NULL);_beginthread(ThreadFunc2,0,NULL);Sleep(3000);cout<<"end"<#includeusingnamespacestd;DWORDWINAPIFunOne(LPVOIDparam){while(true){Sleep(1000);cout<<"hello!";}return0;}DWORDWINAPIFunTwo(LPVOIDparam){while(true){Sl

5、eep(1000);cout<<"world!";}return0;}intmain(intargc,char*argv[]){intinput=0;DWORDlp1=0,lp2=0;HANDLEhand1=CreateThread(NULL,0,FunOne,(void*)&input,CREATE_SUSPENDED,&lp1);HANDLEhand2=CreateThread(NULL,0,FunTwo,(void*)&input,CREATE_SUSPENDED,&lp2);while(true){cin>>input;if(input==1){ResumeThread(hand

6、1);ResumeThread(hand2);}if(input==2){SuspendThread(hand1);SuspendThread(hand2);}if(input==0){TerminateThread(hand1,1);TerminateThread(hand2,1);}if(input==9)return0;};return0;}384同步——全局变量#include"stdafx.h"#include#includeusingnamespacestd;intglobalvar=false;DWORDWINAPIThreadFu

7、nc(LPVOIDpParam){cout<<"ThreadFunc"<

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。