資源描述:
《autolisp 英文資料》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在行業(yè)資料-天天文庫。
1、AutoLISPtoVisualLISP:DesignSolutionsforAutoCADInstructor’sGuideChapterOneDefinitionsSyntax-Thewaycommandsarearrangedinsideacomputerprogram.SourceCode-IsanASCIItextfilecontainingaformalprogramminglanguage.Thesourcecodefilemustbecompiled,interpretedorassembledbefor
2、eacomputercanuseit.Flowchart-incorporatestheuseofgraphicsymbolstodescribeasequenceofoperationsorevents.Theyareusedtodescribeeverythingfromtheprocessinvolvedinthetreatingofwastewatertothesequenceofoperationsforamicroprocessor.Pseudo-Code-Amorenaturalwayofpreparing
3、thesourcecodeforacomputerprogramiswithpseudo-code.Inthismethod,standardEnglishtermsareusedtodescribewhattheprogramisdoing.Thedescriptionsarearrangedinthelogicalorderthattheyappear.GUI-AGraphicalUserInterfaceallowstheusertointeractwithacomputerbyselectingiconsandp
4、icturesthatrepresentprograms,commands,datafiles,andevenhardware.ProgrammingLanguage-Theactualcommandsusedtoconstructacomputerprogram.MachineLanguage–Aprogramthatiscodedsothatacomputercandirectlyusetheinstructioncontainwithintheprogramwithoutanyfurthertranslation.
5、Hardware-isdefinedasthephysicalattributesofacomputer,forexample,themonitor,keyboard,centralprocessingunit.Software-isdefinedastheprogramsorelectronicinstructionsthatarenecessarytooperateacomputer.Binary-Anumbersystemthatconsistoftwonumbersoneandzero.Itisusedexten
6、sivelywithcomputersbecauseofitseaseofimplementationusingdigitalelectronics.AnswerstoReviewQuestions2.Thisprocessallowstheprogrammertogatherthenecessaryinformationusedtoconstructtheapplication.Italsoallowstheprogramtostartlayingouttheactualprogrambeforethesourceco
7、deiscreated.Thusallowingtheprogrammertoensurethequalityandaccuracyaprogram.3.StatetheproblemListunknownvariablesListwhatisgivenCreatediagramsListallformulasListassumptionsPerformallnecessarycalculationsCheckanswer4.Flowchartsusegraphicsymbolstorepresentasequenceo
8、roperationinacomputerprogram,whereaspseudocodeusesstandardEnglishtermstodescribewhattheprogramisdoing.FlowChartPsuedo-CodeStartProgramPromptuserforInformationP