Modula-2 Made Easy

Modula-2 Made Easy
Title Modula-2 Made Easy PDF eBook
Author Herbert Schildt
Publisher Osborne Publishing
Pages 404
Release 1986
Genre Computers
ISBN

Download Modula-2 Made Easy Book in PDF, Epub and Kindle

The Modula-2 Software Component Library

The Modula-2 Software Component Library
Title The Modula-2 Software Component Library PDF eBook
Author Charles Lins
Publisher Springer Science & Business Media
Pages 463
Release 2012-12-06
Genre Computers
ISBN 1468463861

Download The Modula-2 Software Component Library Book in PDF, Epub and Kindle

This book is the third and final volume in a series entitled "The Modula-2 Software Component Library." C. Lins' collection of reusable standard software components could be the basis for every programmer's software project in Modula-2. Components that are implementations of commonly used data structures are presented, along with a description of their functionality and efficiency. Moreover, the books provide the background necessary to tailor these components to the specific needs of any Modula-2 environment. For Modula-2 programmers, this series of books could prove as useful and indispensible as the original language reference by Niklaus Wirth. This third volume discusses the concepts of trees and graphs, shows their specifications, and provides implementations for various forms of trees and graphs.

Introduction to Programming with Modula-2

Introduction to Programming with Modula-2
Title Introduction to Programming with Modula-2 PDF eBook
Author Günther Blaschek
Publisher Springer Science & Business Media
Pages 271
Release 2012-12-06
Genre Computers
ISBN 3642753221

Download Introduction to Programming with Modula-2 Book in PDF, Epub and Kindle

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.

Advanced Modula-2

Advanced Modula-2
Title Advanced Modula-2 PDF eBook
Author Herbert Schildt
Publisher Osborne Publishing
Pages 420
Release 1987
Genre Computers
ISBN

Download Advanced Modula-2 Book in PDF, Epub and Kindle

DOS Made Easy

DOS Made Easy
Title DOS Made Easy PDF eBook
Author Herbert Schildt
Publisher Osborne Publishing
Pages 314
Release 1988
Genre Computers
ISBN 9780078812958

Download DOS Made Easy Book in PDF, Epub and Kindle

Previous computer experience is not necessary to understand this concise, well-organized introduction that's filled with short applications and exercises. Includes an overview of a computer system's components and step-by-step instructions on running DOS for the first time.

Applying Modula-2

Applying Modula-2
Title Applying Modula-2 PDF eBook
Author Chris Johnston
Publisher
Pages 440
Release 1991
Genre Computers
ISBN

Download Applying Modula-2 Book in PDF, Epub and Kindle

A Guide to Modula-2

A Guide to Modula-2
Title A Guide to Modula-2 PDF eBook
Author Kaare Christian
Publisher Springer Science & Business Media
Pages 443
Release 2012-12-06
Genre Computers
ISBN 1461248922

Download A Guide to Modula-2 Book in PDF, Epub and Kindle

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. Programming languages are important because they are used to express ideas. Some programming languages are so limited that certain ideas can't be easily expressed. For example languages that lac k floating point arithmetic are inappropriate for scientific com putations. Languages such as Basic and Fortran that lack recur sion are unsuitable for text processing or systems programming. Sometimes a programming language is useable for a certain appli cation but it is far from ideal. A good example is the difficulty of writing large programs in pure Pascal. Pascal is a poor language for large jobs because it lacks facilities for partitioning a program viii Preface 6