已阅读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. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 跨境数字芯片毫米波雷达中跨国天线测试线上标准互认-基于国际半导体设备与材料协会毫米波芯片天线测试方法标准及各国测试差异实证
- 跨境数字碳中和数据中心中跨国余热供暖碳减排线上量化-基于国际数据中心余热利用碳减排核算标准规范分析
- 杰理科技专注消费电子SoC设计需求升级与AIoT驱动增量
- DB36T+2247-2026陀螺果育苗技术规程
- 2026年合成生物学实验数据可视化案例分析
- 2026年湖北咸宁市嘉鱼县春季期中教学质量监测七年级地理试卷
- 2026年江苏连云港市中考二模地理试卷
- 2026年山东省人教版小学语文二年级上册第12单元课后练习题
- 2026年广东省苏教版高中物理必修第一册单元测试卷
- 2026年初中物理电学实验电路测试题
- 第一至三单元质量检测卷2026-2027学年统编版语文八年级上册
- 2026年下半年幼儿园教师资格证《保教知识与能力》真题试卷
- 宁德时代笔试题及答案
- 2026年教育政策理论测试题及答案
- 中医体质辨识评估流程
- 医院基建内部控制制度(2026版)
- 护理管理前沿动态与趋势
- 广东粤财投资控股有限公司2026春季校园招聘笔试历年典型考点题库附带答案详解
- 体育文化企业财务制度
- 2025年案件管理检察业务竞赛真题及答案
- Unit1语法专项课件someany不定代词课件沪教版英语八年级上册
评论
0/150
提交评论