




版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領(lǐng)
文檔簡介
實驗XX(例:-):實驗名稱一、實驗目的.了解線性表(List)的邏輯結(jié)構(gòu)特性,以及這種特性在計算機內(nèi)的兩種存儲結(jié)構(gòu):數(shù)組和鏈表。.重點是線性表的基本操作在兩種存儲結(jié)構(gòu)上的實現(xiàn);其中以鏈表的操作為側(cè)重點;并進一步學習面向?qū)ο蟮某绦蛟O(shè)計方法。.進一步掌握面向?qū)ο蟮某绦蛟O(shè)計方法,提高程序設(shè)計能力。二、實驗內(nèi)容(代碼)//TheLifcOfGame.cpp:定義控制臺應用程序的入口點?!?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等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責。
- 6. 下載文件中如有侵權(quán)或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 2025至2030中國自行車輪胎(BC)行業(yè)產(chǎn)業(yè)運行態(tài)勢及投資規(guī)劃深度研究報告
- 2025至2030中國自然災害保險行業(yè)市場深度研究及發(fā)展前景投資可行性分析報告
- 2025至2030中國膝磨機行業(yè)運行動態(tài)及投資趨勢展望報告
- 2025至2030中國胸花飾品行業(yè)發(fā)展研究與產(chǎn)業(yè)戰(zhàn)略規(guī)劃分析評估報告
- 2025至2030中國聚甘油脂肪酸脂行業(yè)市場占有率及投資前景評估規(guī)劃報告
- 2025至2030中國翻新的鋼桶行業(yè)產(chǎn)業(yè)運行態(tài)勢及投資規(guī)劃深度研究報告
- 健身房內(nèi)部空間設(shè)計與規(guī)劃
- 2025至2030中國綠色超級米行業(yè)深度研究及發(fā)展前景投資評估分析
- 2025至2030中國維生素C膠行業(yè)產(chǎn)業(yè)運行態(tài)勢及投資規(guī)劃深度研究報告
- 2025至2030中國組裝托盤行業(yè)市場占有率及投資前景評估規(guī)劃報告
- 精神科護理進修總結(jié)
- 抑郁病診斷證明書
- 典型振動頻譜圖范例
- 石化質(zhì)檢員試題
- GB/T 6417.1-2005金屬熔化焊接頭缺欠分類及說明
- GB/T 32350.2-2015軌道交通絕緣配合第2部分:過電壓及相關(guān)防護
- GB/T 19520.16-2015電子設(shè)備機械結(jié)構(gòu)482.6 mm(19 in)系列機械結(jié)構(gòu)尺寸第3-100部分:面板、插箱、機箱、機架和機柜的基本尺寸
- (約克)機組熱回收技術(shù)
- (完整版)常見腫瘤AJCC分期手冊第八版(中文版)
- 托瑪琳養(yǎng)生碗gg課件
- 行政后勤人員 三級安全教育培訓記錄卡
評論
0/150
提交評論