双语版C程序设计

内容简介

[

  《国外计算机科学教材系列·国家教育部双语教学示范课程使用教材:双语版c程序设计》由在计算机程序设计方面有着丰富教学和实践经验的中外作者合作编写。共分14章内容,由浅入深全面介绍c程序设计方法,包括基本数据类型和基本输出输出方式、各种控制结构和语句、指针和数组、字符串、函数、结构、文件输入和输出等内容,*后讨论了c预处理器。

  《国外计算机科学教材系列·国家教育部双语教学示范课程使用教材:双语版c程序设计》所有实例经过精心挑选、贴近生活,尤其强调读者的亲自参与意识。每章都为初学者提供了常见错误分析,所选习题可提高读者上机编程的兴趣。《国外计算机科学教材系列·国家教育部双语教学示范课程使用教材:双语版c程序设计》采用中英文对照混排,既方便初学者熟悉相关概念和内容,也便于英文非母语的读者熟悉英文专业词汇。

]

目录

chapter one introduction to c(引言)1.1 brief history of c(c语言简史)1.2 why programmers use c(为什么程序员爱用c语言)1.2.1 c is portable1.2.2 c is a structured programming language1.2.3 c is efficient1.2.4 c is flexible1.2.5 c is powerful1.2.6 c is concise1.3 developing a c program(开发c程序)1.4 suggestions for learning c programming(学习c语言程序设计的建议)chapter two c data types(c数据类型)2.1 constants(常量)2.2 variables(变量)2.3 simple output to the screen(简单的屏幕输出)2.4 comments(注释)2.5 data types(数据类型)2.5.1 short integer data types2.5.2 long integer data types2.5.3 unsigned integer data types2.5.4 double floating-point data type2.6 data type sizes(数据类型的大小)programming pitfallsquick syntax referenceexerciseschapter three simple arithmetic operations andexpressions(简单的算术运算和表达式)3.1 c operators(c运算符)3.1.1 the assignment operator3.1.2 arithmetic operators3.1.3 increment and decrement operators3.1.4 combined operators3.2 operator precedence(运算符优先级)3.3 type conversions and casts(类型转换与强制类型转换)programming pitfallsquick syntax referenceexerciseschapter four keyboard input and screen output(键盘输入和屏幕输出)4.1 simple keyboard input(简单的键盘输入)4.2 using a width and precision specification in printf( )[在函数printf( )中使用域宽和精度说明]4.3 single-character input and output(单个字符的输入和输出)programming pitfallsquick syntax referenceexerciseschapter five control statements: if andswitch(控制语句:if和switch)5.1 the if statement(if语句)5.2 the if-else statement(if-else语句)5.3 logical operators(逻辑运算符)5.4 nested if statements(嵌套的if语句)5.5 the switch statement(switch语句)5.6 the conditional operator ?:(条件运算符)programming pitfallsquick syntax referenceexerciseschapter six iterative control statements: while, do-while, andfor(循环控制语句:while、do-while和for)6.1 the while statement(while语句)6.2 the do-while loop(do-while循环)6.3 the for statement(for语句)6.4 nested loops(嵌套的循环)programming pitfallsquick syntax referenceexerciseschapter seven arrays(数组)7.1 introduction to arrays(引言)7.2 initialising arrays(数组初始化)7.3 two-dimensional arrays(二维数组)7.4 initialising two-dimensional arrays(二维数组的初始化)7.5 multi-dimensional arrays(多维数组)programming pitfallsquick syntax referenceexerciseschapter eight pointers(指针)8.1 variable addresses(变量的地址)8.2 pointer variables(指针变量)8.3 the dereference operator *(解引用运算符*)8.4 why use pointers? (为什么使用指针)programming pitfallsquick syntax referenceexerciseschapter nine pointers and arrays(指针和数组)9.1 pointers and one-dimensional arrays(指针和一维数组)9.2 pointers and multi-dimensional arrays(指针和多维数组)9.3 dynamic memory allocation(动态内存分配)9.3.1 the malloc function9.3.2 the calloc function9.3.3 the realloc function9.3.4 allocating memory for multi-dimensional arraysprogramming pitfallsexerciseschapter ten strings(字符串)10.1 string literals(字符串)10.2 long character strings(长字符串)10.3 strings and arrays(字符串和数组)10.4 displaying a string(显示一个字符串)10.5 the puts function[puts函数]10.6 the gets function[gets函数]10.7 accessing individual characters of a string(访问字符串中的单个字符)10.8 assigning a string to a pointer(用字符串为字符指针赋值)10.9 string functions(字符串处理函数)10.9.1 finding the length of a string10.9.2 copying a string10.9.3 string concatenation10.9.4 comparing strings10.9.5 other string functions10.10 converting numeric strings to numbers(数值字符串向数值的转换)10.11 arrays of strings(字符串数组)programming pitfallsquick syntax referenceexerciseschapter eleven functions(函数)11.1 introduction(引言)……

封面

双语版C程序设计

书名:双语版C程序设计

作者:(爱尔兰)凯利 等著

页数:226

定价:¥35.0

出版社:电子工业出版社

出版日期:2013-03-01

ISBN:9787121190438

PDF电子书大小:126MB 高清扫描完整版

百度云下载:http://www.chendianrong.com/pdf

发表评论

邮箱地址不会被公开。 必填项已用*标注