資源描述:
《ww王曉紅——《delphi》實驗指導(dǎo)書》由會員上傳分享,免費在線閱讀,更多相關(guān)內(nèi)容在工程資料-天天文庫。
1、《Delphi》雙語實驗指導(dǎo)書王曉紅主編河北科技大學(xué)信息科學(xué)與工程學(xué)院2007.5實驗(1)GettingStartedwithDelphi實驗(2)MoreonPascal實驗(3)TheDelphiIDEExplored實驗(4)TheVisualComponentModel實驗(5)WorkingwiththeFormDesignerandtheMenuDesigner實驗(6)VCLComponents實驗(7)CreatingApplications;Projects,theCodeEditorandtheCodeExpl
2、orer實驗(8)DebuggingYourApplications;DelphiToolsandOptions實驗(9)BuildingDatabaseForms;BuildingDatabaseApplications實驗(1)GettingStartedwithDelphi實驗?zāi)康模和ㄟ^幾個DelphiApplication來熟悉Delphi集成化開發(fā)環(huán)境。實驗內(nèi)容:通過幾個簡單的Dephi程序來熟悉DelphiIDE環(huán)境。實驗環(huán)境:操作系統(tǒng):Windows2000開發(fā)環(huán)境:Delphi7.0實驗步驟:1?WriteaWind
3、owsprogramthatdisplaysthewordsWelcometoDelphi!onthewindowwhentheprogramruns.2.Rewritetheprogramyouwroteinstep1andchangethedisplayedtexttoHelloThere!(Hint:YouhavetochangeonlytheCaptionpropertyoftheLabelcomponent.)3.Writeaprogramthatdeclarestwovariablesandassignvaluestot
4、hosevariables.Multiplythetwonumberstogetheranddisplaytheresultonthescreen.4.Writeaprogramthatassignsthestring,"Thereareeggsinadozen/1toavariableandtheninsertsthestringn12nattheappropriateplaceinthestring.Showtheresultinalabel.5.Writeaprogramthatcreatesthefinalresultstr
5、inginexercise4,butformattedwiththeFormatfunction.實驗報告:1.實驗?zāi)康?.實驗內(nèi)容3.實驗方法(1)將實驗要求用Delphi語言編寫并調(diào)試運行。(2)查看運行結(jié)果,如果結(jié)果不正確,進行修改,直到正確為止。4.實驗總結(jié)1)編譯、連接、運行不成功的操作情況,分析原因,改止的過程。1)實驗中的問題和提高。2)收獲與體會。實驗(2)MoreonPascal實驗?zāi)康模和ㄟ^設(shè)計幾個程序來掌握基木的Pascal語法。實驗內(nèi)容:通過Testi、Test2之間的互調(diào)熟悉Pascal中的procedur
6、eo實驗環(huán)境:操作系統(tǒng):Windows2000開發(fā)環(huán)境:Delphi7.0實驗步驟:1?WriteaprocedurecalledTest2thatchangesthecaptionofaLabelcomponent.Putabuttononaformandhavethebutton'sOnClickhandlercalltheTest2procedure.2.Taketheprogramfromexercise1andcreateanotherprocedurecalledTestithat,inturn,callstheTest
7、2procedure.ChangetheeventhandlerofthebuttonsothatitcallsTestiratherthanTest2.3.CreateaprogramthatdisplaysIwillnevertalkbacktomymother20timesinaMemocomponent.4.Writearecordcontainingfieldsrepresentingemployeeinformation.Includefirstname,lastname,address,hiredate,andafie
8、ldindicatingwhethertheemployeeisinthecompany'sinsuranceplan.實驗報告:1.實驗口的2.實驗內(nèi)容3.實驗方法(1)將實驗要求用Delphi語言編寫并調(diào)試運行。(2)查看運行結(jié)果