《c语言程序设计(第2版)》目录(C programming language (Second Edition) directory)
《c语言程序设计(第2版)》目录(C programming language (Second Edition) directory)
"C programming language (Second Edition)" directory
The first chapter is introduction
1.1 a C language program
1.2 program and program design language
1.2.1 procedures and instructions
The 1.2.2 programming language function
1.2.3 program design language
The compiler and programming environment of 1.2.4 program
The development history and characteristics of 1.3 C language
To solve the problem of the process 1.4
Exercise 1
In the second chapter, the C language program
2.1 on the screen Hello World!
2.2 degrees Fahrenheit 100 degrees F degrees Celsius temperature corresponding
2.2.1 analytical procedures
2.2.2 constants, variables and data types
2.2.3 arithmetic and assignment
The 2.2.4 format output function printf ()
2.3 calculation of piecewise function
2.3.1 analytical procedures
2.3.2 operations
The 2.3.3 if-else statement
2.3.4 (scanf) format input function
2.3.5 commonly used mathematical functions
2.4 output - Fahrenheit Celsius temperature conversion table
2.4.1 analytical procedures
The 2.4.2 for statement
The specified number of 2.4.3 cycle program design
The 2.5 generation power table and table of factorials
Exercise 2
The third chapter branch structure
3.1 simple guessing game
3.1.1 analytical procedures
3.1.2 branch and if-else statement
3.1.3 multi branch structure and else-if statement
3.2 of the four operations
3.2.1 analytical procedures
3.2.2 character data
3.2.3 character data input and output
3.2.4 logic operation
3.3 check goods vending machine price
3.3.1 analytical procedures
The 3.3.2 switch statement
3.3.3 multi branch structure
Exercise 3
The fourth chapter circulation structure
4.1 using the Gregory formula to calculate the approximate value of PI
4.1.1 analytical procedures
The 4.1.2 while statement
4.2 statistics of an integer number
4.2.1 analytical procedures
The 4.2.2 DO-WHILE statement
4.3 prime number judgment
4.3.1 analytical procedures
4.3.2 break and continue stat
本书详述了C语言的基础知识及应用技巧,包括程序设计流程、数据类型、运算符、分支与循环结构等核心概念,并通过实例讲解如何解决实际问题。

被折叠的 条评论
为什么被折叠?



