- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
《程序设计语言》课程设计说明书
系统菜单模拟
系 、 部:
学生姓名:
指导教师: 职称
专 业:
班 级:
完成时间:
摘 要
通过编写模拟系统,从而达到对C语言的各种程序编写语言的熟练掌握的目的。在编写程序的过程中,熟练使用顺序结构、选择结构、循环结构语句;正确定义变量、,正确使用数组等语句来使程序语句简单化、明朗化;正确书写关键字、标识符,清楚所写的每句语句的功能及所调用的函数的目的。对所学知识学会活学活用,转化为自己的无形的财富,为以后的学习创造更加有利的条件。
整个程序,我使用了多个函数,首先定义了maximum()annobisestile()函数来求闰年,并输出结果;定义了s()函数求三角形的面积,并输出结果;定义了jisuan()函数来进行简单的四则运算并输出结果。整个程序,我运用了if…else语句、for循环语句及switch…case语句。
数组;函数
By writing system menu simulation, so as to achieve the simulation system of various kinds of language C programming language of the purpose of the master. In the process of program, skilled in the operation sequence structure, choice structure, circulation structure statement; The correct definition variable, function, the correct use of array, etc to make statements program statements simplification, focus; Write your keyword, identifier, clear writing the function of each sentence statement and the call to the purpose of the function. Learn to live on knowledge learning, into the intangible wealth, for the following study create more favorable conditions.
The whole procedure, I use the DuoGe function, at first, to the called function, and then the statement in the Lord with printf () function to input information were tip, with switch control menu after operation, then define the maximum () function to find three of the number of maximum, and output; Define the annobisestile () function to find a leap year, and output; Define the s () function for the area of the triangle, and output; Define the jisuan () function to do simple arithmetic and output. The whole procedure, I use if... A statement, else for circular statement and switch... Case statement.
Key words:aaa;bbb
摘 要 2
ABSTRAST 3
1 课程设计的要求 5
1.1编写程序的要求 5
1.2课程设计报告的要求 5
2 系统菜单模拟系统 6
2.1系统菜单模拟系统功能 6
2.2 系统设计思路 6
3 课程设计体会 7
4 原代码 9
4.1课程设计内容 9
4.2.课程设计思
文档评论(0)