C For Engineers & Scientists, An Interpretive Approach with Companion CD

  • Authors:
  • Harry Cheng

  • Affiliations:
  • Univ Of California Davis

  • Venue:
  • C For Engineers & Scientists, An Interpretive Approach with Companion CD
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

C for Engineers and Scientists is a complete and authoritative introduction to computer programming in C, with introductions to object-oriented programming in C++, and graphical plotting and numerical computing in C/C++ interpreter Ch® and MATLAB® for applications in engineering and science. This book is designed to teach students how to solve engineering and science problems using C. It teaches beginners with no previous programming experience the underlying working principles of scientific computing and a disciplined approach for software development. All the major features of C89 and C99 are presented with numerous engineering application examples derived from production code. The book reveals the coding techniques used by the best C programmers and shows how experts solve problems in C. It is also an invaluable resource and reference book for seasoned programmers. C for Engineers and Scientists focuses on systematic software design approach in C for applications in engineering and science following the C99, the latest standard developed by the ANSI and ISO C Standard Committees which resolved many deficiencies of C89 for applications in engineering and science. The book includes a companion CD which contains the C/C++ interpreter Ch for use as an instructional tool as well as Visual C++ and gcc/g++ compilers to help teaching and learning of C and C++. Ch presents a pedagogically effective user-friendly interactive computing environment for the simplest possible teaching/learning computer programming in C so that the students can focus on improving their program design and problem solving skills. Table of contentsPart I: Structured Programming in CChapter 1 IntroductionChapter 2 Getting StartedChapter 3 Number Systems, Scalar Types, and Input/OutputChapter 4 Operators and ExpressionsChapter 5 Statements and Control FlowChapter 6 FunctionsChapter 7 Processing DirectivesChapter 8 Storage Classes and Program StructureChapter 9 Formatted Input and OutputChapter 10 ArraysChapter 11 PointersChapter 12 Characters and StringsChapter 13 Structures, Enumerations, Unions, and Bit FieldsChapter 14 File ProcessingChapter 15 Dynamic Data Structures and Cross-Platform Software DevelopmentChapter 16 Scientific Computing in the Entire Real Domain in C99Chapter 17 Programming with Complex Numbers in C99 and C++Part II: Object-Based Programming in C++Chapter 18 Introduction to C++Chapter 19 Classes and Object-Based Programming in C++Chapter 20 Two-and Three-Dimensional Plotting in C++Part III: Numerical Computing in ChChapter 21 Computational Arrays and Matrix Computations in ChChapter 22 Advanced Numerical Analysis in ChPart IV: Numerical Computing in MATLABChapter 23 Introduction to MATLAB and Comparision Study with C/ChAppendicesA KeywordsB C99 Features Supported in ChC C++ Features Supported in ChD The ASCII Character Set