




已阅读5页,还剩9页未读, 继续免费阅读
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
附录附录A外文翻译原文部分Computerprogrammingdatastructureisanimportanttheoreticalbasisforthedesign,itisnotonlythecorecurriculumofcomputerdisciplines,andhasbecomeapopularelectivecourseotherPolytechnicprofessional,sostudiedthiscoursewellandstudiedcomputerarecloselyrelated.一、theconceptofdatastructureComputerdatastructureisthefoundationofscienceandtechnologyprofessionalclasses,istheessentialcorecurriculum.Allcomputersystemsoftwareandapplicationsoftwaretousevarioustypesofdatastructures.Therefore,ifwewanttomakebetteruseofcomputerstosolvepracticalproblems,onlytoseveralcomputerprogramminglanguagesaredifficulttocopewiththemanycomplexissues.Totheeffectiveuseofcomputers,givefullplaytocomputerperformance,butalsomustlearnandmasterrelevantknowledgeofdatastructure.Asolidfoundationofdatastructureforlearningothercomputerprofessionalcourses,suchasoperatingsystems,translationtheory,databasemanagementsystems,softwareengineering,artificialintelligence,etc.areveryuseful.二、whyshouldlearnfromdatastructure?Intheearlydevelopmentofcomputers,theuseofcomputerdesignedprimarilytodealwithterms.Whenweusethecomputertosolveaspecificproblem,thefollowinggeneralneedsthroughseveralsteps:thefirstisaspecificproblemofappropriateabstractmathematicalmodels,andthendesignorchooseamathematicalmodelofthealgorithm,thefinalproceduresfordebugging,testing,untiltheyhavetheultimateanswer.SincethentheobjectisINTEGER,REAL,BOOLEAN,theproceduresofthemaindesignersofenergyisfocusedonprogrammingskills,withoutattentiontothedatastructure.Withtheexpansionofcomputerapplicationsanddevelopmentofsoftwareandhardware,theissueofnon-termsincreasingimportance.Accordingtostatistics,Nowdealingwiththeissueofnon-occupancyofmorethan90%ofthemachinetime.Suchissuesinvolvemorecomplexdatastructure,therelationshipsbetweendataelementsgenerallycannotbedescribedbymathematicalformula.Therefore,thekeytosolvingsuchproblemsisnolongermathematicalanalysisandcalculations,buttodeviseappropriatedatastructure,caneffectivelyaddresstheproblem.Descriptionofthetermsofsuchnon-mathematicalmodelisnotamathematicalequation,butsuchastables,trees,suchasmapdatastructure.Therefore,itcanbesaidthatdatastructurecoursesprimarilydesignedtostudytheissueofnon-valuecalculationproceduresasacomputeroperationsandtherelationshipbetweenobjectsandtheiroperatingdisciplines.Thepurposeofthestudyistounderstandthestructureofdataforcomputerprocessingoftheidentityobjecttothepracticalproblemsinvolvedindealingwiththatsubjectatthecomputeroutanddealwiththem.Atthesametime,throughtrainingalgorithmstoimprovethethinkingabilityofstudentsthroughproceduresdesignedtopromotestudentskillsintegratedapplicationsandprofessionalqualities.三、theconceptsandterminologySystematicstudyofknowledgeinthedatastructurebeforesomeofthebasicconceptsandterminologytogiveaprecisemeaning.Data(Data)istheinformationcarrier,itcouldbecomputeridentification,storageandprocessing.Itisthecomputerprocessingofrawmaterials,avarietyofdataprocessingapplications.Computerscience,computerprocessingistheso-calleddataobjects,whichcanbenumericaldatacanbenon-numericaldata.Numericaldataareinteger,theactualnumberorplural,mainlyforengineeringcomputing,scientificcomputingandcommercialprocessing;Non-numericaldata,includingcharacters,text,graphics,images,voiceandsoon.Dataelements(DataElement)isthebasicunitofdata.Indifferentconditions,dataelementscanbecalledelements,nodes,thepeak,recording.Forexample,studentsinformationretrievalsystemtableinformation,arecordhigh,8Queensissueofastatetree,teachingprogrammingissuessuchasapeak,knownasadataelement.Sometimes,adatafromanumberofdataelements(DataItem),forexample,thestudentinformationmanagementsystemstudentseachdataelementtableisastudentrecord.Itincludesstudentsoftheschool,name,sex,nationality,dateofbirth,performancedataitems.Thesedataitemscanbedividedintotwotypes:onecalledearlysuchasstudentgender,origin,etc.,thesedatawerenolongerdividedindataprocessing,thesmallestunits;Anothercalledportfolio,theperformanceofstudentswho,itcanbedividedintomathematics,physics,chemistryandothersmalleritems.Normally,inaddressingthequestionofthepracticalapplicationofeachstudentisrecordedasabasicunitforavisitandtreatment.Dataobjects(DataObject)ordataelementtype(DataElementClass)isthenatureofthedataelementswiththesamepool.Inaspecificissue,thedataelementshavethesamenature(notnecessarilyequalvalueelements),belongingtothesamedataobjects(dataelementtype),thedataelementisanexampleofsuchdataelements.Forexample,trafficinformationsystemsinthetransportationnetwork,isaculminationofallthedataelementscategory,peakaandBeachrepresentanurbanmiddleisthedataelementsofthetwotypesofexamplesofthevalueoftheirdataelementsaandBrespectively.Datastructure(DataStructure)referstothemutualrelationshipthatexistsbetweenoneormoredataelementstogether.Inanycase,betweendataelementswillnotbeisolatedinbetweenthemexistinonewayoranother,suchastherelationshipbetweenthedataelementstructure.Accordingtothedataelementsoftherelationshipbetweendifferentcharacteristics,usuallyhavethefollowingfourbasiccategoriesofthestructure:1assemblystructures.Intheassemblystructure,therelationshipbetweendataelementsisbelongingtothesamepool.Assemblyelementsrelationsisaveryloosestructure.2linearstructures.Thestructureofthedataelementsexistbetweenone-to-onerelationship.3treestructure.Thestructureofthedataelementsexistbetweenhierarchicalrelationship.4graphicsstructure.ThestructureofthedataelementsoftherelationshipthatexistedbetweenDuoduiduo,graphicsstructurealsoknownasnetworkstructure.C+Builderprogrammingexperience一、DatabaseprogrammingAndtheuseofDelphi,BorlandC+BuilderBDE(BorlandDatabaseEngine)databaseinterface,inparticularitsuseBDEAdministratorunifiedmanagementdatabasealias,thedatabaseoperationhasnothingtodowiththelocationofthedatabasedocuments,thusenablingdatabasedevelopmenteasieroperation.ButinadatabaseapplicationproceduresatthesametimewehavetoreleaseBDE,thedatabaseforsomesimpleproceduresmayBDEthanourowndesignproceduresbig,butastheuseofBDEInstallShield,adddatabasealiasislikelyallocationfailure.Therefore,wecanusethefollowingmethods:stillinthedesignstageprocedureusingBDEaliasmanagementdatabasefordebugging,butinproceduressubstantially(asinthemainChuangtiOnCreateeventprocessingfunction)toTablecomponentsDatabaseNameattributes,suchastheuseofsimilarphrasesasfollows:Table1-DatabaseName=ExtractFilePath(Application-ExeName);OrTable1-DatabaseName=ExtractFilePath(Application-ExeName+DB);Thus,noimpactonthedebuggingphase,willbeissuediftheapplicationproceduresTable1documentontheuseofdatabasesortheircurrentcatalogueDBvirus,databaseprocedurescanbenormaloperation.YoucanevenbeadatabasetocataloguethedocumentsintheformofcharacterstringRegister(installedintheinstallationprocess),thentheprocedureintheacquisitionofsubstantiallyfromthecatalogueofpayrolls,FuzhiDatabaseNameattributetobe.Anyway,youdonotneedtoinstallrelativelylargeBDEforcedusers.二、theRegistryvisitAsinthedesignprocessweoftenrequired9x/NTWindowsRegistryinformationvisit,suchasretrievalofinformationprocedures,preservationofinformation.Registerwriteasubroutinetovisitnecessary.WhentheRegistertovisit,thelibrarywillbedirectlyavailablewithoutalwayssomeduplicationoperation.ThefollowingcanbeusedtoaccesscosmeticLicheng,thecharacterstringtypeJianzhi,andthere
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2025年医用放射诊断设备项目申请报告
- 2025福建漳州漳州市芗城区行政事业单位国有资产中心招募2人模拟试卷带答案详解
- 2025年太阳能电池背膜项目提案报告模板
- 特殊食品生产声明书7篇
- 2025湖北荆州市石首市第二批校园招聘教师6人考前自测高频考点模拟试题及参考答案详解
- 网络平台商家责任承诺书3篇
- 运动会上感人瞬间记事文(6篇)
- 我的童话城堡世界作文4篇
- 2025届广东省江门市高三下学期一模英语试题(解析版)
- 与时光同行我的成长日记8篇
- 2025年及未来5年中国第三方检测服务行业市场深度分析及发展前景预测报告
- 申请查业主清册申请书
- 深圳婚姻家事法律课件
- 2025年安徽省选调生考试笔试试卷【附答案】
- 五年(2021-2025)全国高考生物真题分类汇编 专题08 遗传的分子基础(全国通.用)(解析版)
- 2025年中国特色社会主义理论与实践考试试卷及答案
- 初级招采人员考试(招标采购专业实务)试题库及答案(2025年全国)
- 机械拆除与人工拆除配合方案
- 2025鄂尔多斯市国源矿业开发有限责任公司社会招聘75人笔试参考题库附带答案详解
- 2025 改良Barthel指数(MBI)评定表 (可编辑)
- 动态血压监测结果解读
评论
0/150
提交评论