Welcome to our book review site go-pdf.online!

You may have to Search all our reviewed books and magazines, click the sign up button below to create a free account.

Sign up

Programming in Modula-2
  • Language: en
  • Pages: 204

Programming in Modula-2

This text is an introduction to programming in general, and a manual for programmjng with the language Modula-2 in particular. It is oriented primarily towards people who have already acquired some basic knowledge of programming and would like to deepen their understanding in a more structured way. Nevertheless, an introductory chapter is included for the benefit of the beginner, displaying in a concise form some of the fundamental concepts of computers and their programming. The text is therefore also suitable as a self-contained tutorial. The notation used is Modula-2, which lends itself well for a structured approach and leads the student to a working style that has generally become known...

A Guide to Modula-2
  • Language: en
  • Pages: 436

A Guide to Modula-2

  • Type: Book
  • -
  • Published: 1985-12-12
  • -
  • Publisher: Springer

Modula-2 is a simple yet powerful programming language that is suitable for a wide variety of applications. It is based on Pascal, a successful programming language that was introduced in 1970 by Niklaus Wirth. During the 1970's Pascal became the most widely taught programming language and it gained acceptance in science and industry. In 1980 Dr. Wirth released the Modula-2 program ming language. Modula-2 is an evolution of Pascal. It improves on the successes of Pascal while adding the MODULE - a tool for ex pressing the relations between the major parts of programs. In ad dition Modula-2 contains low-level features for systems program ming and coroutines for concurrent programming. Program...

Modula-2 Applied
  • Language: en
  • Pages: 292

Modula-2 Applied

  • Type: Book
  • -
  • Published: 1991
  • -
  • Publisher: Palgrave

Programming is a skill requiring knowledge of both the basic constructs of computer languages and the techniques employing these constructs. How these are used in any application is often determined by experience of existing programs. This book provides such experience by describing the techniques and implementing them in one useful program: an advanced drawing package. The book also shows the development of a large program. The program is implemented using TopSpeed Modula-2 running on IBM PCs and compatibles. Modula-2 is ideally suited for the task. A knowledge of the language is assumed. The program, including its source, is available on disk.

Modula-2
  • Language: en
  • Pages: 456

Modula-2

  • Type: Book
  • -
  • Published: 1988
  • -
  • Publisher: Unknown

None

Programming in Modula-2
  • Language: en
  • Pages: 178

Programming in Modula-2

This text is an introduction to programming in general, and a manual for programming with the language Modula-2 in particular. It is oriented primarily towards people who have already acquired some basic knowledge of programming and would like to deepen their understanding in a more structured way. Nevertheless, an introductory chapter is included for the benefit of the beginner, displaying in a concise form some of the fundamental concepts of computers and their programming. The text is therefore also suitable as a self-contained tutorial. The notation used is Modula-2, which lends itself well for a structured approach and leads the student to a working style that has generally become known...

Software Engineering with MODULA-2 and ADA
  • Language: en
  • Pages: 488

Software Engineering with MODULA-2 and ADA

  • Type: Book
  • -
  • Published: 1984-02-15
  • -
  • Publisher: Unknown

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.

An Introduction to Programming with Modula-2
  • Language: en
  • Pages: 460

An Introduction to Programming with Modula-2

Software -- Programming Languages.

Modula-2
  • Language: en
  • Pages: 420

Modula-2

None

Modula-2
  • Language: en
  • Pages: 302

Modula-2

MODULA-2 is a new programming language which was created by Niklaus Wirth of the Swiss Federal Institute of Technology (ETH) in Zurich. The lan guage is derived from PASCAL: it includes all aspects of PASCAL and some times improves on them. Moreover, MODULA-2 includes the important "mod ule" concept, as well as multiprogramming capabilities and a way of implemen ting low-level software in an elegant manner. In summary, MODULA-2 may be used equally well as a general-purpose programming language and as a system implementation language. MODULA-2 provides the programmer with a good way of writing high quality software. In particular, modules are powerful tools for achieving modularity, reliabili...

Modula-2 for Pascal Programmers
  • Language: en
  • Pages: 151

Modula-2 for Pascal Programmers

This book describes the programming language Modula-2. It is written for people who know the Pascal language and who wish to learn Modula-2 in terms of their knowledge of Pascal. The text is divided into three parts. Part 1 introduces concepts unique to Modula-2 and thus new to Pascal programmers. Part 2 describes differences from Pascal. Part 3 defines modules which provide basic programming facilities. The appendices include a glossary and syntax diagrams. Please note that this book does not offer a complete description of the Modula-2 language; it is intended to complement Niklaus Wirth's definitive book Programming in Modula-2 (Springer-Verlag, 1983). Some readers will recognize this boo...