Software design for engineers and scientists

Software Design for Engineers and Scientists integrates three core areas of computing: . Software engineering - including both traditional methods and the insights of 'extreme programming' . Program design - including the analysis of data structures and algorithms . Practical object-orient...

Full description

Saved in:
Bibliographic Details
Main Author Robinson, John A. 1958-
Format eBook
LanguageEnglish
Published Amsterdam ; Boston : Newnes, 2004.
Subjects
Online AccessFull text
ISBN9780750660808
9781281003270
Physical Description1 online zdroj (xiv, 414 p.) : ill.

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.