




版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
實(shí)驗(yàn)XX(例:-):實(shí)驗(yàn)名稱一、實(shí)驗(yàn)?zāi)康?了解線性表(List)的邏輯結(jié)構(gòu)特性,以及這種特性在計(jì)算機(jī)內(nèi)的兩種存儲(chǔ)結(jié)構(gòu):數(shù)組和鏈表。.重點(diǎn)是線性表的基本操作在兩種存儲(chǔ)結(jié)構(gòu)上的實(shí)現(xiàn);其中以鏈表的操作為側(cè)重點(diǎn);并進(jìn)一步學(xué)習(xí)面向?qū)ο蟮某绦蛟O(shè)計(jì)方法。.進(jìn)一步掌握面向?qū)ο蟮某绦蛟O(shè)計(jì)方法,提高程序設(shè)計(jì)能力。二、實(shí)驗(yàn)內(nèi)容(代碼)//TheLifcOfGame.cpp:定義控制臺(tái)應(yīng)用程序的入口點(diǎn)?!?include"stdafx.h"include"life.h"#include<iostream>usingnamespacestd;voidinstructions()/*Pre:None.Post:InstructionsforusingtheLifeprogramhavebeenprinted.*/(cout?"WelcometoConway'sgameofLife,"?endl;cout?"Thisgameusesagridofsize"?maxrow?"by"?maxcol?"inwhich"?endl;cout?"eachcellcaneitherbeoccupiedbyanorganismornot."?endl;cout?"Theoccupiedcellschangefromgenerationtogeneration"?endl;cout?"accordingtothenumberofneighboringcellswhicharealive."?endl;)booluser_says_yes()(intc;boolinitial_response=true;do{//Loopuntilanappropriateinputisreceived.if(initial_response)cout?"(y,n)?"?flush;elsecout?"Respondwitheitheryorn:"?flush;do{//Ignorewhitespace.c=cin.get();}while(c==7n'||c=="||c==7t');initial_response=false;}while(c!=y&&c!=Y&&c!='n'&&c!=N);return(c=='y*||c==Y);)intmain()//ProgramtoplayConway'sgameofLife./*Pre:Theusersuppliesaninitialconfigurationoflivingcells.Post:Theprogramprintsasequenceofpicturesshowingthechangesintheconfigurationoflivingcellsaccordingtotherulesfor(hegameofLife.Uses:TheclassLifeanditsmethodsinitialize(),print(),andupdate();thefunctionsinstructions。,user_says_yes().*/{Lifeconfiguration;instructions();configuration.initializc();configuration.print();cout?"Continueviewingnewgenerations?”?endl;while(user_says_yes()){configuration.update();configuration.print();cout?"Continueviewingnewgenerations?"?endl;I)/*水*木木*******木木*****木*木**木***下由[?層IJfphy昭而回木***木***木*******木******/#ifndef_LIFE_H#endif_LIFE_Hconstintmaxrow=20,maxcol=60;//griddimensionsclassLifepublic:voidinilialize();voidprint();voidupdate();private:intgrid[maxrow+2][maxcol+2];//Allowtwoextrarowsandneighbor_count(introw,intcol);};#include"stdafx.h"#include<iostream>#include"life.h"usingnamespacestd;voidLife::prinl()/*Pre:TheLifeobjectcontainsaconfiguration.Post:Theconfigurationiswrittenfortheuser.*/introw,col;cout?"/nThecurrentLifeconfigurationis:"?endl;for(row=1;row<=maxrow;row++){for(col=1;col<=maxcol;col++)if(grid[row][col]==I)cout?elsecout?'cout?cndl;)cout?endl;)in(Life::neighbor_count(introw,intcol)/*Pre:TheLifeobjectcontainsaconfiguration,andthecoordinatesrowandcoldefineacellinsideitshedge.Post:Thenumberoflivingneighborsofthespecifiedcellisreturned.*/{inti,j;intcount=0;for(i=row-1;i<=row+1;i++)for(j=col-1;j<=col+1;j++)count+=gridfiHj];//Increasethecountifneighborisalive.count-=grid[row][col];//Acellisnotitsownneighbor.returncount;)voidLifc::updatc()Pre:TheLifeobjectcontainsaconfiguration.Post:TheLifeobjectcontainsthenextgenerationofrow,col;intnew_gri(J[maxrow+2]|maxcol+2];for(row=1;row<=maxrow;row++)for(col=1;col<=maxcol;col++)switch(neighbor_count(row,col))new_grid[row][col]=grid[row][col];//Statusstaysthesame,break;ncw_grid[row][col]=1;//Cellisnowalive.break;default:ncw_grid[rowj[col]=0;//Cellisnowdead.for(row=1;row<=maxrow;row++)for(col=I;col<=maxcol;col++)grid[row][col]=new_grid[row][coll;voidLife::initialize()/*Pre:None.Post:TheLifeobjectcontainsaconfigurationspecifiedbytheuser.*/introw.col;for(row=0;row<=maxrow+1;row++)for(col=0;col<=inaxcol+1;col++)grid[rowl[col]=0;cout?"Listthecoordinatesforlivingcells."?end);cout?"Terminatethelistwiththethespecialpair-1-1"?endl;cin?row?col;while(row!=-1||col!=-1){if(row>=1&&row<=maxrow)if(col>=1&&col<=maxcol)grid[row][coll=I;elsecout?"Column"?col
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 建筑上產(chǎn)施工設(shè)備租賃合同
- 外籍專家聘用合同
- 押運(yùn)員聘用合同書
- 企業(yè)合同管理臺(tái)賬介紹
- 家庭裝飾裝修服務(wù)合同
- 國(guó)際貿(mào)易銷售合同裝運(yùn)條款
- 代理經(jīng)營(yíng)冰淇淋合同
- 鋼材購(gòu)銷合同范本
- 城市軌道交通行車崗位實(shí)務(wù) 課件全套 談小平 模塊1-6 車輛段行車作業(yè)實(shí)務(wù)- 突發(fā)事件的行車處置作業(yè)實(shí)務(wù)
- 房屋屋面修繕合同范本
- 樁基工程技術(shù)標(biāo)投標(biāo)文件(技術(shù)方案)
- 2025年高中數(shù)學(xué)說題比賽系列課件
- 2024年吉林水利電力職業(yè)學(xué)院高職單招職業(yè)技能測(cè)驗(yàn)歷年參考題庫(頻考版)含答案解析
- 2025年重慶聯(lián)合產(chǎn)權(quán)交易所集團(tuán)招聘筆試參考題庫含答案解析
- 廣西電力職業(yè)技術(shù)學(xué)院《外國(guó)刑法》2023-2024學(xué)年第一學(xué)期期末試卷
- 科技安全課件
- 2024年屠宰場(chǎng)屠宰加工業(yè)務(wù)承包經(jīng)營(yíng)協(xié)議3篇
- 雙通道脊柱內(nèi)鏡技術(shù)臨床應(yīng)用專家共識(shí)(2024版)解讀
- 婚姻家庭矛盾糾紛排查工作總結(jié)六篇
- 十八項(xiàng)醫(yī)療核心制度考試題與答案
- 《三只松鼠公司基于哈佛框架的財(cái)務(wù)探析(13000字論文)》
評(píng)論
0/150
提交評(píng)論