C++程序设计课件:Chapter1 Overview of Programming and Problem Solving.ppt

C++程序设计课件:Chapter1 Overview of Programming and Problem Solving.ppt

  1. 1、本文档共26页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
C++程序设计 教师: C++程序设计 教师: * C++程序设计 教师: * C++程序设计(1) * C++程序设计 教师: * 课程介绍 C++基础知识(类,模版) Microsoft Visual C++ 6.0 VC++6 guide.pdf VC 6 IDE 介绍 * C++程序设计 教师: * An Example #include <iostream.h> int main() { cout<<"hello,world!"; return 0; } * C++程序设计 教师: * 考核方式 期末闭卷考核占50% ecnucpp平台考核,出勤等平时成绩占50% * C++程序设计 教师: * 参考书目 书名:C++程序设计语言 英文书名:The C++ Programming Language 作者:Bjarne Stroustrup * C++程序设计 教师: * 参考书目 书名:C++ 编程思想(2nd) 英文书名:Thinking in C++(Second Edition) 作者:Bruce Eckel * C++程序设计 教师: * 参考书目 书名:C++ Primer 英文书名:C++ Primer 作者:Lippman * C++程序设计 教师: * 参考书目 书名:Effective C++ 英文书名:Effective C++ 作者:Scott Meyers 译者:??侯捷 * C++程序设计 教师: * 参考书目 书名:More Effective C++ 英文书名:More Effective C++:35 New Ways to Improve Your Programs and Designs 作者:Scott Meyers 译者:??侯捷 * C++程序设计 教师: * Chapter1 Overview of Programming and Problem Solving 1.1 Overview of Programming [Computer] Program – a sequence of instructions to be performed by a computer. [Computer] Programming – the process of planning a sequences of steps for a computer to follow. The computer allows us to do tasks more efficiently, quickly and accurately. * C++程序设计 教师: * Program’s life cycle 1. Problem-Solving Phase (requirement analysis and specification; algorithm design) Algorithm—A step-by-step procedure for solving a problem in a finite amount of time. 2. Implementation Phase (coding; debugging; testing) 3. Maintenance Phase (using; correct; improving) Iterative procedure. Program comments Documentation * C++程序设计 教师: * Two Algorithm Examples BOOK P4 Start your car. Determine an employee’s weekly wages. * C++程序设计 教师: * From Algorithm to Program * C++程序设计 教师: * From Algorithm to Program Programming language: A set of rules, symbols, and special words used to construct a computer program. C++ is an example of Programming Language. Others: JAVA, C#, Pascal, BASIC… Translating an algorithm into a programming language is called coding the algorithm. The combination of coding and testing an algorithm is called

文档评论(0)

学习让人进步 + 关注
实名认证
内容提供者

活到老,学到老!知识无价!

1亿VIP精品文档

相关文档