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...
Saved in:
| Main Author | |
|---|---|
| Format | eBook |
| Language | English |
| Published |
Amsterdam ; Boston :
Newnes,
2004.
|
| Subjects | |
| Online Access | Full text |
| ISBN | 9780750660808 9781281003270 |
| Physical Description | 1 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.