,C米程序设计语言 as/The C Programming Language #黑日工作室 常感谢天津城市建 没学院周锦姝老师
#黑日工作室# 非常感谢 天津城市建 设学院周锦姝老师
教材、参考书与课时安排 教材 C程序设计谭浩强编著清华大学出版社 参考书 The C programming language (美) Brian wKernighan Dennis m. ritchie著 C语言教程(英文版)AB0 ok On c (美) Al Kelley Ira pohl著机械工业出版社 课时安排 授课:28学时 C综合编程训练:28学时 上机安排 上机地点:计算机系机房(12楼)
教材、参考书与课时安排 – 教材 C程序设计 谭浩强编著 清华大学出版社 – 参考书 The C Programming Language (美)Brian W.Kernighan Dennis M.Ritchie 著 C语言教程(英文版) A Book On C (美)Al Kelley Ira Pohl 著 机械工业出版社 – 课时安排 授课 :28学时 C综合编程训练:28学时 – 上机安排 上机地点:计算机系机房(12楼)
课程要求 课前请做好预习 保持课堂安静,头脑清醒,思维活跃,积极发言 认真、独立、按时完成并提交作业,作业必须经上 机调试通过 重视上机实践,有效利用宝贵的上机时间,发现上 机时间上网,按缺席一次处理 分值安排考试成绩70%平时成绩30%
课程要求 ▪课前请做好预习 ▪保持课堂安静,头脑清醒,思维活跃,积极发言 ▪认真、独立、按时完成并提交作业,作业必须经上 机调试通过 ▪重视上机实践,有效利用宝贵的上机时间,发现上 机时间上网,按缺席一次处理 ▪分值安排 考试成绩 70% 平时成绩 30%
1 The C Programming Language Chapter 1 An Overview of C Chapter 1 An overview of c The history of C The feature of c VBS ◆◆◆ The pattern of ac program Running a c program
Chapter 1 An Overview of C The history of C The feature of C The pattern of a C program Running a C program The C Programming Language Chapter 1 An Overview of C
1 The C Programming Language Chapter 1 An Overview of C 1.2 The feature of C C is terse, it has fewer keywords C has a lot of operators and data types c is structured and modular C is the basis for C++ and java VBS C is portable Code written on one machine can be easily moved to another
1.2 The feature of C – C is terse , it has fewer keywords –C has a lot of operators and data types – C is structured and modular. – C is the basis for C++ and Java – C is portable.Code written on one machine can be easily moved to another. < > > > > > The C Programming Language Chapter 1 An Overview of C