Advertisement
Membership
Login
ACCU Buttons
Search in Book Reviews
The ACCU passes on review copies of computer books to its members for them to review.
The result is a large, high quality collection of book reviews by programmers, for programmers.
Currently there are 1949 reviews in the database and more every month.
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
Title:
Object Technology for Scientific ComputingAuthor:
Paul F DuboisISBN:
0 13267 808 XPublisher:
Prentice HallPages:
280pp+CDPrice:
£27-95Reviewer:
Brian BramerSubject:
object orientedAppeared in:
10-3The subtitle of this text is'OO numerical software in
Eiffel and C'describing techniques for developing software which
is correct, efficient, modifiable and reusable.
The book is in three parts. Part one starts with a review of development techniques for numerical software discussing the principles of OO, specifying desirable characteristics of a language for such development and then examining C++ and Eiffel to see how they meet the requirements.
The Eiffel Methodof software development is then described; the elements of which are abstraction, classification (inheritance), clustering (collections of related classes), assertions (to check for correctness), design-by-contract (formal agreements between suppliers and clients), functions without side effects, attributes (default values for method parameters), generic programming, automatic memory management, disciplined exception handling and planning for reuse. One can see thatThe Eiffel Methodis a formalism of techniques already widely used in OO system development and proposed in many software-engineering texts. How to apply 'The Eiffel Method' in Eiffel, FORTRAN and C++ is then discussed (advantages and disadvantages, etc.) Part one concludes with a discussion of performance and optimisation in OO software development.Reuse is important and part two discusses techniques for combining existing software in FORTRAN, C and C++ with Eiffel. Part three describes
EiffelMathwhich is a library of components built around the numerical algorithms library developed by NAG (written in C).This book will also be of interest to non-Eiffel programmers; it sets out and discusses good design principles for numerical software, which can be used in any language.