多核編程與并行計(jì)算實(shí)驗(yàn)報(bào)告(1)

多核編程與并行計(jì)算實(shí)驗(yàn)報(bào)告(1)

ID:30802610

大小:1.15 MB

頁數(shù):26頁

時(shí)間:2019-01-03

多核編程與并行計(jì)算實(shí)驗(yàn)報(bào)告(1)_第1頁
多核編程與并行計(jì)算實(shí)驗(yàn)報(bào)告(1)_第2頁
多核編程與并行計(jì)算實(shí)驗(yàn)報(bào)告(1)_第3頁
多核編程與并行計(jì)算實(shí)驗(yàn)報(bào)告(1)_第4頁
多核編程與并行計(jì)算實(shí)驗(yàn)報(bào)告(1)_第5頁
資源描述:

《多核編程與并行計(jì)算實(shí)驗(yàn)報(bào)告(1)》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在工程資料-天天文庫(kù)。

1、多核編程與并行計(jì)算實(shí)驗(yàn)報(bào)告姓名:日期:2014年4月20日實(shí)驗(yàn)一//exa1.cpp:Definestheentrypointfortheconsoleapplication.#inelude"stdafx.h"#inelude#inelude#inelude#ineludeusingnamespacestd;voidThreadFuncl(PVOIDparam){whi1e(1){Sleep(1000);cout<<,,ThisisThreadFuncr,?ondl;}}vo

2、idThreadFunc2(PVOIDparam)Iwhile仃){Sleep(1000):cout<<"ThisisThreadFunc2,z?endl;}}intmain(){inti=0;_beginthread(ThreadFuncl,0,NULL);_beginthread(ThreadFunc2,0,NULL);Sleep(3000);cout<<,,end,,?endl;return0;J"??>tao>vnt>mqp.32責(zé)C:fIVDOVSsysteB32cBd.exefinclud?*rtdaf

3、x.h#finclude>include?includefineludena:-void-voidwhileiS]mt-be?u豪l/l(fit2WgXC^guiiQQQisThrwadFunclThisisThreadFunc2isThreadFunc2ThisisThreadFunclisThrwadFunclThicisThrvadFunc2iniRi■l?U?iradfl0—9irr?v?ftfs、叨O厶實(shí)驗(yàn)二//exa2.cpp:Definestheentrypointfortheconsoleapplication.//#inelude"stda

4、fx.h"#inelude#includeusingnamespacestd;DWORDWTNAPTFunOne(LPVOTDparam){while(true){Sleep(lOOO);cout<<,,hello!”;}return0;}DWORDW1NAP1FunTwo(LPV01Dparam){while(true){Sleep(1000);cout<<,zworld!}return0;intmain(iniargc,char*argv[]){intinput=0;HANDLEhancll=CrcatcThr

5、ead(NULL,0,FunOnc,(void*)&input,CREATE_SUSPENDED,NULL);HANDLEhand2=CreateThread(NULL,0,FunTwo,(void*)&input,CREATE_SUSPENDED,NULL);while(true){cin?input;if(input==l){ResumeThread(handl);ResuinoThread(hand2);}else{SuspendThread(handl);SuspendThrcad(hand2);}};TerminateThread(handl,1)

6、;TerminateThread(hand2,1);return0;}實(shí)驗(yàn)三//exa3?cpp:Definestheentrypointfortheconsoleapplication.//#inelude"sldafx.h"#inelude〈windows?h〉#ineludeusingnamespacestd;intglobalvar=false;DWORDWINAPIThreadFunc(LPVOIDpParam){cout<<,,ThreadFunc"〈〈endl;Sleep(200);globalvar=true;return

7、0;}intiiminO{HANDLEhthread=CreateThread(NULL,0,ThreadFunc,NULL,0,NULL);if(!hthread){cout<irc

8、cadrhveAdrhv^AriIbreadrh>?

當(dāng)前文檔最多預(yù)覽五頁,下載文檔查看全文

此文檔下載收益歸作者所有

當(dāng)前文檔最多預(yù)覽五頁,下載文檔查看全文
溫馨提示:
1. 部分包含數(shù)學(xué)公式或PPT動(dòng)畫的文件,查看預(yù)覽時(shí)可能會(huì)顯示錯(cuò)亂或異常,文件下載后無此問題,請(qǐng)放心下載。
2. 本文檔由用戶上傳,版權(quán)歸屬用戶,天天文庫(kù)負(fù)責(zé)整理代發(fā)布。如果您對(duì)本文檔版權(quán)有爭(zhēng)議請(qǐng)及時(shí)聯(lián)系客服。
3. 下載前請(qǐng)仔細(xì)閱讀文檔內(nèi)容,確認(rèn)文檔內(nèi)容符合您的需求后進(jìn)行下載,若出現(xiàn)內(nèi)容與標(biāo)題不符可向本站投訴處理。
4. 下載文檔時(shí)可能由于網(wǎng)絡(luò)波動(dòng)等原因無法下載或下載錯(cuò)誤,付費(fèi)完成后未能成功下載的用戶請(qǐng)聯(lián)系客服處理。