Software Engineering with MODULA-2 and ADA

Software Engineering with MODULA-2 and ADA PDF Author: Richard S. Wiener
Publisher:
ISBN:
Category : Computers
Languages : en
Pages : 488

Get Book Here

Book Description
This clear, in-depth presentation examines each stage of the software engineering process, supported by numerous case studies in Modula-2 and Ada. Geared to computer science undergradutes. Discusses software specifications, design, implementation, testing, and maintenance. Emphasis is on object-oriented design and modular software construction. Summary sections and exercises are provided with each chapter.

Software Engineering with MODULA-2 and ADA

Software Engineering with MODULA-2 and ADA PDF Author: Richard S. Wiener
Publisher:
ISBN:
Category : Computers
Languages : en
Pages : 488

Get Book Here

Book Description
This clear, in-depth presentation examines each stage of the software engineering process, supported by numerous case studies in Modula-2 and Ada. Geared to computer science undergradutes. Discusses software specifications, design, implementation, testing, and maintenance. Emphasis is on object-oriented design and modular software construction. Summary sections and exercises are provided with each chapter.

The Modula-2 Software Component Library

The Modula-2 Software Component Library PDF Author: Charles Lins
Publisher: Springer Science & Business Media
ISBN: 1468463969
Category : Computers
Languages : en
Pages : 378

Get Book Here

Book Description
Source Code Availability All of the source code found in this volume, and some that is not, is available from the author at a nominal fee. The author is interested in learning of any errors that may be found, though care has been taken in the construction of the modules to minimize these. The author is also interested in other comments, suggestions, recommendations, questions or experiences with the use of these modules. Contact the author through the following address: Modula-2 Software c/o Springer-Verlag 815 De La Vina St. Santa Barbara, CA 93101 As of February 1988, source code is available on 3.5" Macintosh diskettes (800K HFS format) for the TML Modula-2 compiler for MPW and the Mac METH Modula-2 compiler from ETH Ziirich. 1 Specification Requirements for specification of procedure and data abstractions were previously covered in Volume 1, Chapter 2. A summary is provided of the specification for mat used in this book. The format is adapted from that Guttag and Liskov [10] developed for the CLU language. It consists of relatively few constructs, is semi formal by providing a rigorous definition of the syntax and semantics of opera tions, and it provides powerful facilities for defining abstract data types. 1.1 Specification of Procedure Abstractions Specification of a procedure requires a full description of syntax and semantics. Syntax the name of the procedure by name, the name and type of each ar gument or result, and the order in which the arguments and results occur.

Introduction to Programming with Modula-2

Introduction to Programming with Modula-2 PDF Author: Günther Blaschek
Publisher: Springer Science & Business Media
ISBN: 3642753221
Category : Computers
Languages : en
Pages : 271

Get Book Here

Book Description
This book is intended for the novice as well as for the experienced programmer who wants to learn Modula-2. We do not limit ourselves to just a description of Modula-2. Instead, we seek to familiarize the reader with the concept of algorithms and to show him/her how to implement algorithms in Modula-2. The programming language Modula-2 was developed by Niklaus Wirth (also the father of world-famous Pascal) and made public in 1978. Compared to other programming languages such as Ada, COBOL or PL/!, Modula-2 is a compact language, which makes it easy to learn. Nevertheless, Modula-2 contains all important language elements necessary for formulating complicated algorithms and for implementing the modern concepts of software engineering. Modula-2 is distinguished by a systematic structure that makes it possible to write easily readable programs. The language supports many of the principles of modern software engineering. All this makes Modula-2 a useful instrument for an introduction to the basics of programming. This textbook strives to establish a solid foundation in the techniques of programming with up-to-date methods of program development. Use of the programming language Modula-2 is reinforced with numerous hands-on exercises. This book does not presuppose any knowledge of programming, but it does require a certain ability in the realm of abstract thinking, some pleasure in problem solving, and a desire to come to terms with complex interrelationships.

Software Engineering and Modula-2

Software Engineering and Modula-2 PDF Author: Gustav Pomberger
Publisher: Prentice Hall
ISBN:
Category : Computer engineering
Languages : en
Pages : 296

Get Book Here

Book Description


Journal of Pascal, Ada & Modula-2

Journal of Pascal, Ada & Modula-2 PDF Author:
Publisher:
ISBN:
Category : Ada (Computer program language)
Languages : en
Pages : 374

Get Book Here

Book Description


Software Engineering and Modula-2

Software Engineering and Modula-2 PDF Author: Gustav Pomberger
Publisher: Prentice Hall
ISBN:
Category : Computers
Languages : en
Pages : 296

Get Book Here

Book Description


Modula-2

Modula-2 PDF Author: Gary Ford
Publisher:
ISBN:
Category : Computers
Languages : en
Pages : 420

Get Book Here

Book Description
Presents the entire Modula-2 language and illustrates its use in the context of modern software development. The book focuses on the use of abstract data types and information hiding in the software development process. It shows how the frame of a software system can be specified, at the design stage, using Modula-2 as a program design language. In fact, the ability to separate the specification of an abstraction from its implementation is one of the key features of Modula-2.

Programming in Modula-2

Programming in Modula-2 PDF Author: Niklaus Wirth
Publisher: Springer
ISBN: 9780387150789
Category : Computers
Languages : en
Pages : 218

Get Book Here

Book Description
Software -- Programming Languages.

Software Engineering with Ada

Software Engineering with Ada PDF Author: Grady Booch
Publisher: Addison-Wesley Professional
ISBN: 9780805306088
Category : Computers
Languages : en
Pages : 580

Get Book Here

Book Description
Provides complete coverage of the Ada language and Ada programming in general by recognized authorities in Ada software engineering. Demonstrates the power and performance of Ada in the management of large-scale object-oriented systems, and shows how to use Ada features such as generics, packages, and tasking.

Oh My! Modula-2!

Oh My! Modula-2! PDF Author: Doug Cooper
Publisher: W. W. Norton
ISBN: 9780393961157
Category : Modula-2 (Computer program language)
Languages : en
Pages : 784

Get Book Here

Book Description
Modula-2 is a nearly ideal vehicle for teaching programming and its issues. It explains computer programming matters clearly, with non-technical examples and extensive review. At the same time, it teaches honest-to-goodness programming and reasoning about programs, and avoids buzzword material.