![]() 作者:Jeri R. Hanly/Elliot B. Koffman 出版社: Pearson 出版年: 2007 页数: 944 装帧: Paperback ISBN: 9780321464644 内容简介 · · · · · ·Problem Solving and Program Design in C is one of the best-selling introductory programming textbook using the C programming language for beginning programmers. It embraces a balanced approach to program development and an introduction to ANSI C. and provides a gradual introduction to pointers and covers programming with functions early in the text. In later chapters, students ... 作者简介 · · · · · ·Jeri R. Hanly 世界知名的计算机科学教育家。曾多年任教于怀俄明大学和霍华德大学计算机科学系。她出版过多部著作,并被译为多种文字,其读者遍及全世界,。 Elliot Koffman 美国一流的计算机科学教育家。坦普尔大学计算机和信息科学系教授,有近40年的教学经验。他曾经担任ACM Task Force的主席。已出版著作数十部,其中包括多种非常成功的编程语言教材。 目录 · · · · · ·CONTENTS1. Overview of Computers and Programming 2 Overview of C 3 Top-down design with functions 4 Selection structures : if and switch statements 5 Repetition and loop statements · · · · · ·() CONTENTS 1. Overview of Computers and Programming 2 Overview of C 3 Top-down design with functions 4 Selection structures : if and switch statements 5 Repetition and loop statements 6 Modular programming 7 Simple data types 8 Arrays 9 Strings 10 Recursion 11 Structure and union types 12 Text and binary file processing 13 Programming in the large 14 Dynamic data structures 15 Multiprocessing using processes and threads 16 On to C++ Appendices A Character Sets B ANSI C Standard Libraries C C Operators D More about Pointers E ANSI C Reserved Words Answers Glossary Index · · · · · · () |
非常引人入胜
给了我一个近乎完美的解释。
知道了很多心里曾经疑惑但没获得过解答的地方
再造知识结构。