C語言專業英語

C語言專業英語

《C語言專業英語》是2014年中國科學技術大學出版社出版的圖書,作者是尹東、方毅、徐駿、周遠遠。

基本介紹

  • 中文名:C語言專業英語
  • 作者:尹東、方毅、徐駿、周遠遠
  • 出版社:中國科學技術大學出版社
  • 出版時間:2014年07月
  • 定價:16 元
  • 裝幀:平裝
  • ISBN:978-7-312-03436-7
內容簡介,目錄,

內容簡介

本書簡明地介紹了套用廣泛的計算機程式語言——C語言。全書包括9章和附錄:第1章主要介紹計算機軟、硬體知識及軟體工程的重要性;第2章詳細介紹算法的概念以及程式結構、編程環境等;第3章介紹C語言的基本知識,包括編程方法、數據類型、表達式;第4章介紹3種結構,包括順序、選擇和循環;第5章介紹數組概念及其套用;第6章介紹函式概念及其套用;第7章全面細緻地介紹指針概念;第8章介紹結構體概念;第9章介紹檔案概念及其使用;附錄提供了多類庫中的多個函式的原型申明。
本書可作為高等學校本科生的授課教材,也可為廣大編程工作者提供參考服務。
本書可作為高等學校本科生的授課教材,也可為廣大編程工作者提供參考服務。

目錄

PrefaceⅠ
前言Ⅲ
Chapter 1 Fundamentals1
1.1A Simple Structure of Computer Hardware
1.2The Computer Soul—Software
1.3C Language and Its Integrated Development
1.4Software Engineering
Chapter 2Problem Solving Method8
2.1Algorithms
2.2Programming Idioms and Paradigms
2.3Programming Your First Program
2.4Programming Errors and Debugging
Chapter 3Program Structure, Data Types, and Expressions16
3.1Program Structure
3.2Data Types
3.3Expressions
Chapter 4Program ControlDecisions and Looping29
4.1Introduction
4.2The if Statement
4.3The Loop Control Structure
4.4The case Control Structure
4.5Samples
Chapter 5Arrays48
5.1Defining an Array
5.2Initializing Arrays
5.3Multidimensional Arrays
5.4Variablelength Array
Chapter 6Functions58
6.1Defining a function
6.2Parameters
6.3Local and Global Variables
6.4Automatic and Static Variables
6.5Calling Functions
6.6Recursive Functions
Chapter 7Pointers70
7.1Pointer and Address
7.2Pointer Manipulation in C
7.3Passing Parameters by Reference
7.4Pointers and Arrays
7.5Dynamic Allocation
Chapter 8Structures95
8.1Basic Knowledge
8.2Functions and Structures
8.3Arrays of Structures
8.4Pointers and Structures
8.5Structures Containing Structures
8.6Using typedef Keyword
Chapter 9Files106
9.1Text Files
9.2Using Files
9.3Character, Lineoriented, Formatted I/O
AppendixANSI Libraries

相關詞條

熱門詞條

聯絡我們