欢迎来到天天文库
浏览记录
ID:17336440
大小:1.48 MB
页数:48页
时间:2018-08-30
《c语言程序设计课件ppt(英文)c program language 之1 introduction》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、ChapterOneIntroductionContentsWhatisCprogramlanguage1CharacteristicsofClangugae2HowdoesaCprogramwork3WhataCprogramcando4CProgramSturcture5HowtouseTurboC6Programmingbasics7Sumary8ChapteronedocumentdataprogramComputersoftwareWhatisCprogramLanguageWhatiscomputer-systemWhatissoftwareWhat
2、isprogramWhatislanguageCisageneral-purposeprogramminglanguageProgrammingLanguageisatoolthatcanbeusedtodesignsoftware,whichcansolvethedefiniteproblemChapterone1programmingsimplymeanstellingacomputerwhattodo.3Theinstructions(指令)aremadeupofstatements(语句)usedinaprogramminglanguage,2Aprog
3、ramisalistofinstructionsforthecomputertofollowtoaccomplishthetaskofprocessingdataintoinformationWhatisCprogramLanguageWhat’sprogrammingTerm:InstructionStatementProgramlanguageChapteroneWhatisCprogramLanguageAboutprogramlanguageWhatshouldwelearnSyntax(语法)Arithmetic(算法)Programdesign-th
4、elanguagerules,themeaningofthecharactersProceduretosolveaproblemHowtosolvetheproblemChapteroneWhatisC?WhatisCprogramLanguage1Cisacomputerprogramminglanguagewhichcanbeusedtocreatelistsofinstructionsforacomputertofollow.3Chasbeenaroundforseveraldecadesandhaswonwidespreadacceptancebecau
5、seitgivesprogrammersmaximumcontrolandefficiency.2Cisoneofthousandsofprogramminglanguagescurrentlyinuse.Cisaneasylanguagetolearn.Chapteronemain(){inta,b,sum;a=10;b=20;sum=a+b;printf(“%d“,sum);}Calcultionmain(){inti,s=0;for(i=1;i<=100;i++)s=s+i;printf(“%d”,s);}WhatisCprogramLanguageKey
6、:ThesumoftwovaluesThesumof….valuseChapteroneCharacteristicsofCSmallsizeCismodularLoosetypingStructuredlanguageLowlevelprogrammingreadilyavailableChasaverypowerfulsetofoperatorsCisthebasisforC++andJavaCefficientonmostmachinesExample:main(){inta,b,sum;a=10;b=20;sum=a+b;printf(“%d“,sum)
7、;}ChapteroneCharacteristicsofCChasbecomeawidelyusedprofessionallanguageforvariousreasons:Ithashigh-levelconstruction.Itcanhandlelow-levelactivities.Itproducesefficientprograms.Itcanbecompiledonavarietyofcomputers.HowdoesaCprogramwork?Chapterone………………….ThethirdgenerationThesecondgener
8、ationThefirs
此文档下载收益归作者所有