Software design for engineers and scientists

A unique text combining programming and software design for students of engineering and science.

Saved in:
Bibliographic Details
Main Author Robinson, John A.
Format Electronic eBook
LanguageEnglish
Published Amsterdam ; Boston : Newnes, 2004.
Subjects
Online AccessFull text
ISBN9780080474403
0080474403
9780750660808
0750660805
1281003271
9781281003270
Physical Description1 online resource (xiv, 414 pages) : illustrations

Cover

Table of Contents:
  • Fundamentals
  • The craft of software design
  • Beginning programming in C++
  • Object-oriented programming in C++
  • Program style and structure
  • Data structures
  • Algorithms
  • Design methodology
  • Understanding the problem
  • Researching possible solutions
  • Modularization
  • Detailed design and implementation
  • Testing
  • Case study : Median filtering
  • Multidimensional minimization : a case study in numerical methods
  • Stable : designing a string table class.