windows程序的設(shè)計(jì)實(shí)驗(yàn)報(bào)告_第1頁(yè)
windows程序的設(shè)計(jì)實(shí)驗(yàn)報(bào)告_第2頁(yè)
windows程序的設(shè)計(jì)實(shí)驗(yàn)報(bào)告_第3頁(yè)
windows程序的設(shè)計(jì)實(shí)驗(yàn)報(bào)告_第4頁(yè)
windows程序的設(shè)計(jì)實(shí)驗(yàn)報(bào)告_第5頁(yè)
已閱讀5頁(yè),還剩15頁(yè)未讀 繼續(xù)免費(fèi)閱讀

下載本文檔

版權(quán)說(shuō)明:本文檔由用戶(hù)提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)

文檔簡(jiǎn)介

Windows程序設(shè)計(jì)實(shí)驗(yàn)報(bào)告姓名:王雄軍 學(xué)號(hào):學(xué)0940125學(xué)科:計(jì)算機(jī)科學(xué)占技術(shù)指導(dǎo)老師:陶 勇—試驗(yàn)分?jǐn)?shù): TOC\o"1-5"\h\z實(shí)驗(yàn)一 錯(cuò)誤處理 3\o"CurrentDocument"一、實(shí)驗(yàn)?zāi)康模?3\o"CurrentDocument"二、實(shí)驗(yàn)過(guò)程: 3\o"CurrentDocument"、實(shí)驗(yàn)環(huán)境設(shè)置: 3\o"CurrentDocument"、實(shí)驗(yàn)實(shí)現(xiàn)過(guò)程: 3在對(duì)話(huà)框中建立如下控件: 3響應(yīng)“查詢(xún)”按鈕函數(shù): 3新建類(lèi)classGetErrorInformation 4新建成員函數(shù):TCHAR*GetErrorInformation::GetErrorString() 4\o"CurrentDocument"三、實(shí)驗(yàn)核心代碼: 4、類(lèi)classGetErrorInformation成員函數(shù)代碼: 4\o"CurrentDocument"、查詢(xún)函數(shù): 5\o"CurrentDocument"四、實(shí)驗(yàn)結(jié)果: 6\o"CurrentDocument"實(shí)驗(yàn)二 unicode 實(shí)驗(yàn) 7\o"CurrentDocument"一、實(shí)驗(yàn)?zāi)康?7\o"CurrentDocument"二、實(shí)驗(yàn)過(guò)程 7\o"CurrentDocument"三、實(shí)驗(yàn)核心代碼 81、Uchar類(lèi)成員函數(shù)的實(shí)現(xiàn): 82、入口函數(shù)的實(shí)現(xiàn): 10\o"CurrentDocument"四、實(shí)驗(yàn)結(jié)果: 11\o"CurrentDocument"實(shí)驗(yàn)三 核對(duì)象 11\o"CurrentDocument"一、實(shí)驗(yàn)?zāi)康?12\o"CurrentDocument"二、實(shí)驗(yàn)過(guò)程 12\o"CurrentDocument"三、實(shí)驗(yàn)核心代碼 13\o"CurrentDocument"四、實(shí)驗(yàn)結(jié)果 13\o"CurrentDocument"實(shí)驗(yàn)四 系統(tǒng)進(jìn)程控制 15\o"CurrentDocument"一、實(shí)驗(yàn)?zāi)康?15\o"CurrentDocument"二、實(shí)驗(yàn)過(guò)程 15\o"CurrentDocument"三、實(shí)驗(yàn)核心代碼 15\o"CurrentDocument"1、啟動(dòng)進(jìn)程 15\o"CurrentDocument"2、退出進(jìn)程 16\o"CurrentDocument"3、進(jìn)程目錄 16四、 實(shí)驗(yàn)結(jié)果 16實(shí)驗(yàn)五 線(xiàn)程實(shí)現(xiàn) 18一、實(shí)驗(yàn)?zāi)康?18二、實(shí)驗(yàn)過(guò)程 18\o"CurrentDocument"三、實(shí)驗(yàn)核心代碼 19\o"CurrentDocument"四、實(shí)驗(yàn)結(jié)果 20實(shí)驗(yàn)錯(cuò)誤處理實(shí)驗(yàn)錯(cuò)誤處理一.實(shí)驗(yàn)?zāi)康模和ㄟ^(guò)對(duì)windows代碼的糾錯(cuò)處理,達(dá)到能檢測(cè)所寫(xiě)代碼的錯(cuò)誤,以及系統(tǒng)運(yùn)行的要求。熟悉糾錯(cuò)功能的運(yùn)行過(guò)程。學(xué)會(huì)運(yùn)用糾錯(cuò)功能。實(shí)驗(yàn)過(guò)程:實(shí)驗(yàn)過(guò)程:1,實(shí)驗(yàn)環(huán)境設(shè)置:在visualC++6.0中新建mfc工程,命名為dlgerror,完成進(jìn)入編輯狀態(tài)。2,實(shí)驗(yàn)實(shí)現(xiàn)過(guò)程:a,在對(duì)話(huà)框中建立如下控件:ba,在對(duì)話(huà)框中建立如下控件:b,響應(yīng)“查詢(xún)”按鈕函數(shù):voidCDlgErrorDlg::OnButtonLookup()C,新建類(lèi)classGetErrorInformation聲明代碼:{private:HLOCALm_hlocal;intm_iErrorCode;TCHAR*m_pcErrorInformation;public:GetErrorInformation();~GetErrorInformation();voidSetErrorCode(intErrorCode);TCHAR*GetErrorString();protected:private:};d,新建成員函數(shù):TCHAR*GetErrorInformation::GetErrorString()三,實(shí)驗(yàn)核心代碼:1,類(lèi)classGetErrorInformation成員函數(shù)代碼:TCHAR*GetErrorInformation::GetErrorString(){//Gettheerrorcode'stextualdescriptionBOOLfOk=FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM|FORMAT_MESSAGE_ALLOCATE_BUFFER|FORMAT_MESSAGE_MAX_WIDTH_MASK,NULL,m_iErrorCode,MAKELANGID(LANG_CHINESE,UBLANG_ENGLISH_US),(PTSTR)&m_hlocal,0,NULL);if(!fOk){//Isitanetwork-relatederror?HMODULEhDll=LoadLibraryEx(TEXT("netmsg.dll"),NULL,DONT_RESOLVE_DLL_REFERENCES);if(hDll!=NULL){FormatMessage(FORMAT_MESSAGE_FROM_HMODULE|FORMAT_MESSAGE_FROM_SYSTEM|FORMAT_MESSAGE_MAX_WIDTH_MASK,hDll,m_iErrorCode,MAKELANGID(LANG_CHINESE,SUBLANG_ENGLISH_US),(PTSTR)&m_hlocal,0,NULL);FreeLibrary(hDll);}}if(m_hlocal!=NULL){m_pcErrorInformation=(char*)m_hlocal;}else{m_pcErrorInformation=(TCHAR*)malloc(60);TCHAR*charError=_TEXT("你所查找的錯(cuò)誤代碼不存在 ");strcpy(m_pcErrorInformation,charError);}returnm_pcErrorInformation;}2,查詢(xún)函數(shù):voidCDlgErrorDlg::OnButtonLookup(){//TODO:AddyourcontrolnotificationhandlercodehereinterrorCode;GetErrorInformationgei;errorCode=GetDlgItemInt(IDC_EDIT_ERROR_CODE);gei.SetErrorCode(errorCode);SetDlgItemText(IDC_EDIT_DISPLAY,gei.GetErrorString());四,實(shí)驗(yàn)結(jié)果:unicode實(shí)驗(yàn)通過(guò)對(duì)unicode的操作理解數(shù)據(jù)編碼;熟悉 unicode的各種運(yùn)算;了解 unicode和ASCII的區(qū)別。新建win32控制臺(tái)程序命名Uchar。建立空工程。添加類(lèi)Uchar的聲明:classUCharfriendostream&operator<<(ostream&os,UChar&uc){os<<uc.m_pUChar<<endl;os<<uc.m_Length<<endl;returnos;private:LPTSTRm_pUChar;UINTm_Length;public:UChar();UChar(constTCHAR*pChar);UChar&operator+(UCharuchar2);UChar&operator=(constTCHAR*pStr2);UChar&operator=(UCharuchar2);BOOLoperator>(UCharuchar2);UINTLength();virtual~UChar();protected:private:};實(shí)現(xiàn)unicode入口函數(shù)5,實(shí)現(xiàn)各個(gè)函數(shù)。三,實(shí)驗(yàn)核心代碼1,Uchar類(lèi)成員函數(shù)的實(shí)現(xiàn):UChar::UChar(){m_pUChar=NULL;m_Length=0;}UChar::UChar(constTCHAR*pChar){intiCLen;iCLen=lstrlen(pChar)+sizeof(TCHAR);m_Length=iCLen-sizeof(TCHAR);m_pUChar=(TCHAR*)malloc(iCLen*sizeof(TCHAR));lstrcpy(m_pUChar,pChar);}UChar&UChar::operator+(UCharuchar2){intiCLen;LPTSTRpTem;iCLenlstrlen(this->m_pUChar)+lstrlen(uchar2.m_pUChar)+sizeof(TCHAR);m_Length=iCLen-sizeof(TCHAR);pTem=(PTSTR)malloc(iCLen*sizeof(TCHAR));lstrcpy(pTem,this->m_pUChar);if(this->m_pUChar!=NULL){free(this->m_pUChar);}lstrcat(pTem,uchar2.m_pUChar);this->m_pUChar=pTem;return*this;}UChar&UChar::operator=(constTCHAR*pStr2){intiCLen;iCLen=lstrlen(pStr2)+sizeof(TCHAR);m_Length=iCLen-sizeof(TCHAR);if(this->m_pUChar!=NULL){free(this->m_pUChar);}this->m_pUChar=(TCHAR*)malloc(iCLen);lstrcpy(this->m_pUChar,pStr2);return*this;UChar&UChar::operator=(UCharuchar2){intiCLen;iCLen=lstrlen(uchar2.m_pUChar)+sizeof(TCHAR);m_Length=iCLen-sizeof(TCHAR);if(this->m_pUChar!=NULL){free(this->m_pUChar);}m_pUChar=(TCHAR*)malloc(iCLen);lstrcpy(m_pUChar,uchar2.m_pUChar);return*this;BOOLUChar::operator>(UCharuchar2)returnlstrcmp(this->m_pUChar,uchar2.m_pUChar);UINTUChar::Length()returnthis->m_Length;UChar::~UChar()if(m_pUChar!=NULL)free(m_pUChar);2,入口函數(shù)的實(shí)現(xiàn):intmain(intargc,char*argv[])(UCharu1(_TEXT(" 爸爸媽媽你們好嗎!"));UCharu2(_TEXT(" 爺爺奶奶你們好嗎!"));BOOLb;cout<<u1<<endl;cout<<u2<<endl;u1=_TEXT("哥哥姐姐你們好嗎!");u2=_TEXT("叔叔伯伯你們好嗎!");cout<<u1<<endl;cout<<u2<<endl;b=u1>u2;cout<<"b="<<b<<endl;// u1+u2;cout<<"u1="<<u1<<endl;u1=u2;cout<<"u1="<<u1<<endl;return0;四,實(shí)驗(yàn)結(jié)果:匚"C;\DociuentsandSetting^VldainistcatorX^^q\dvc\drcXM^WXcode\ui.nc...1ft爺爺奶奶你們好嗎!ia哥哥姐姐你們好嗎!IB叔叔伯伯你們好嗎!鼻哥姐姐你們好嗎!18Pi'esganykevtocontinue-實(shí)驗(yàn)三核對(duì)象,實(shí)驗(yàn)?zāi)康牧私庀到y(tǒng)核對(duì)象;了解核對(duì)象的作用。二,實(shí)驗(yàn)過(guò)程,啟動(dòng)VC6.0,新建基于對(duì)話(huà)框的MFC工程,命名為GUID;2,設(shè)計(jì)對(duì)話(huà)框界面,如圖:3,雙擊“產(chǎn)生”,響應(yīng)函數(shù)。4,編寫(xiě)函數(shù)實(shí)現(xiàn)過(guò)程代碼。三,實(shí)驗(yàn)核心代碼,guid結(jié)構(gòu):#ifndefGUID_DEFINED#defineGUID_DEFINEDtypedefstruct_GUID{ //sizeis16DWORDData1;WORD Data2;WORD Data3;BYTEData4[8];}GUID;#endif//!GUID_DEFINED,“產(chǎn)生”函數(shù)實(shí)現(xiàn)過(guò)程代碼:voidCGUIDDlg::OnButtonCreatNew(){//TODO:AddyourcontrolnotificationhandlercodehereCStringstrGUID;HRESULThResult;GUID*pguid=newGUID();hResult=CoCreateGuid(pguid);strGUID.Format("%-x-%-x-%-x-%-x%-x%-x%-x%-x%-x%-x%-x",pguid->Data1,pguid->Data2,pguid->Data3,pguid->Data4[0],pguid->Data4[1],pguid->Data4[2],pguid->Data4[3],pguid->Data4[4],pguid->Data4[5],pguid->Data4[6],pguid->Data4[7]);m_eGuid.SetWindowText(strGUID);}四,實(shí)驗(yàn)結(jié)果單擊產(chǎn)生結(jié)果如下:左GU1DGVID[1£<:3762£-££山一曲93-89-2e£c8&ba6£9 |LZE£實(shí)驗(yàn)四系統(tǒng)進(jìn)程控制一,實(shí)驗(yàn)?zāi)康睦斫膺M(jìn)程在系統(tǒng)中的作用;熟悉進(jìn)程的工作方式;通過(guò)啟動(dòng)進(jìn)程,熟悉進(jìn)程的原理。二,實(shí)驗(yàn)過(guò)程1,啟動(dòng)VC6.0,創(chuàng)建基于對(duì)話(huà)框的MFC工程,命名process2,設(shè)計(jì)對(duì)話(huà)框,如下圖所示:3,實(shí)現(xiàn)各個(gè)按鈕三,實(shí)驗(yàn)核心代碼1,啟動(dòng)進(jìn)程voidCProcessDlg::OnButtonStartProcess(){//TODO:AddyourcontrolnotificationhandlercodehereBOOLret;CStringpathName;CStringstrFileFilter=" 可執(zhí)行文件|*.exe";CFileDialogdFileDlg(TRUE,"exe",NULL,OFN_HIDEREADONLY|OFN_OVERWRITEPROMPT|OFN_PATHMUSTEXIST|OFN_FILEMUSTEXIST,strFileFilter);if(dFileDlg.DoModal()==IDOK){pathName=dFileDlg.GetPathName();ret=m_MyProcess.CreateProcess(&pathName);if(!ret){MessageBox("進(jìn)程創(chuàng)建失敗 ");}}}2,退出進(jìn)程voidCProcessDlg::OnButtonExitprocess(){//TODO:Addyourcontrolnotificationhandlercodeherem_MyProcess.ExitProcess(0);}3,進(jìn)程目錄voidCProcessDlg::OnButtonProcessDirectory(){//TODO:AddyourcontrolnotificationhandlercodehereCStringstr;str=m_MyProcess.GetCurrentDirectory();m_directory.SetWindowText(str);}四.實(shí)驗(yàn)結(jié)果1,運(yùn)行后點(diǎn)擊啟動(dòng)過(guò)程,啟動(dòng)需要啟動(dòng)的進(jìn)程:1,在這里選擇進(jìn)程 editplus.exe,單擊打開(kāi)即可打開(kāi) editplus軟件。2,結(jié)果如下圖:2,點(diǎn)擊退出進(jìn)程即可退出。3,點(diǎn)擊進(jìn)程目錄就可知道當(dāng)前打開(kāi)的進(jìn)程,效果如圖:實(shí)驗(yàn)五線(xiàn)程實(shí)現(xiàn),實(shí)驗(yàn)?zāi)康闹攸c(diǎn)掌握線(xiàn)程函數(shù)的創(chuàng)建;理解多線(xiàn)程;通過(guò)學(xué)習(xí),能自己運(yùn)用多線(xiàn)程到實(shí)際的項(xiàng)目中。二,實(shí)驗(yàn)過(guò)程1,啟動(dòng)VC6.0創(chuàng)建基于對(duì)話(huà)框的MFC工程,命名MFThread.2,進(jìn)入編輯狀態(tài),設(shè)計(jì)對(duì)話(huà)框如圖所示:3,編寫(xiě)頭文件:PARAMSTRUCT.H#ifndef_THREADSTRUCT_H_#define_THREADSTRUCT_Htypedefstruct_THREADSTRUCT{intaddParam1;intaddParam2;intaddResult;}THREADSTRUCT,*PTHREADSTRUCT;#endif4,實(shí)現(xiàn)函數(shù)功能。三,實(shí)驗(yàn)核心代碼響應(yīng)啟動(dòng)函數(shù):voidCMFCThreadDl

溫馨提示

  • 1. 本站所有資源如無(wú)特殊說(shuō)明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶(hù)所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒(méi)有圖紙預(yù)覽就沒(méi)有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫(kù)網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶(hù)上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶(hù)上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶(hù)因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。

評(píng)論

0/150

提交評(píng)論