Geometry.Net - the online learning center
Home  - Basic_M - Modula Programming

e99.com Bookstore
  
Images 
Newsgroups
Page 2     21-40 of 82    Back | 1  | 2  | 3  | 4  | 5  | Next 20
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

         Modula Programming:     more books (100)
  1. Modula-2: Problem Solving and Programming with Style by William C. Jones, 1987-05
  2. Problem Solving and Structured Programming in Modula-2 by Elliot B. Koffman, 1988-02
  3. An Introduction to Programming With Modula-2 (International Computer Science Series) by Patrick D. Terry, 1987-05
  4. Introduction to Programming with Modula-2 by Günther Blaschek, Gustav Pomberger, 1990-11-06
  5. Modula 2: Programming W/Data Structures by T. Stuart Walker, Billy K. Walker, 1998-01
  6. Programming from Design in Modula-2/Book and Disks by Dalton R. Hunkins, 1992-04
  7. Programming in Modula-2: The Art and the Craft by Herbert G. Mayer, 1988-01
  8. Modula-2 Programming (Complete Course Texts) by B.J. Holmes, 1994-06-30
  9. Walls and Mirrors: Intermediate Problem Solving and Data Structures : Modula, 2 (Benjamin/Cummings Series in Structured Programming) by Paul Helman, Robert Veroff, 1988-03
  10. Programming in Modula-2 (Monographs in Computer Science) by Niklaus Wirth, 1989-04-18
  11. Modular Programming Languages: 7th Joint Modular Languages Conference, JMLC 2006, Oxford, UK, September 13-15, 2006, Proceedings (Lecture Notes in Computer ... Computer Science and General Issues)
  12. Programming in Oberon: Steps Beyond Pascal and Modula by Martin Reiser, Niklaus Wirth, 1992-06
  13. Modular Programming Languages: Joint Modular Languages Conference, JMLC'97 Linz, Austria, March 19-21, 1997, Proceedings (Lecture Notes in Computer Science)
  14. Oh My! Modula-2! by Doug Cooper, 1990-09

21. The Modula-2 Programming Language: Hello World!
. This program prints themessage Hello world! using the modula-2 programming language. Source Code.......The modula2 programming Language. Hello world!
http://www.engin.umd.umich.edu/CIS/course.des/cis400/modula2/hworld.html
The Modula-2 Programming Language
Hello world! Example Program
Click below to go directly to a specific section:
Description
Source Code Sample Run Program Notes
Description
This program prints the message "Hello world!" using the Modula-2 programming language.
Source Code
MODULE PrintHelloWorld; (*This program prints "Hello world!" on the standard output device*) FROM InOut IMPORT WriteString, WriteLn; BEGIN WriteString('Hello world!'); WriteLn; END PrintHelloWorld.
Sample Run
Hello world!
Program Notes
This program was written with the help of Modula-2 Text and Reference by John Moore and Kenneth McKay. It was compiled, tested, and run by Modula-2 compiler version 2.0a. Last modified: 05:00 PM on 11/20/1996

22. Modula-3 Home Page
3. Publications Systems programming with modula3 (SPwM3), describesthe language and provides useful guidelines for using it.
http://research.compaq.com/SRC/modula-3/html/home.html
Home Page
Welcome to the world of Modula-3! (TM)
As Sam Harbison writes in his book Modula-3 Modula-3 is a member of the Pascal family of languages. Designed in the late 1980s at Digital Equipment Corporation and Olivetti, Modula-3 corrects many of the deficiencies of Pascal and Modula-2 for practical software engineering. In particular, Modula-3 keeps the simplicity of type safety of the earlier languages, while providing new facilities for exception handling, concurrency, object-oriented programming, and automatic garbage collection. Modula-3 is both a practical implementation language for large software projects and an excellent teaching language. New items: a free Modula-3 distribution (with support for LINUX libc6)
bugs and patches
for SRC Modula-3 release 3.6 Answers to frequently asked questions, introductory articles, tutorials, and examples:

23. Modula-3: Annotated Bibliography
gatekeeper.dec.com in pub/DEC/SRC/researchreports/SRC-020.ps.Z. A revised versionof this paper also appears as Chapter 5 of Systems programming with modula-3
http://research.compaq.com/SRC/modula-3/html/bib.html
Modula-3 Annotated Bibliography
Here is a complete list of books, papers and articles related to Modula-3. A more concise bibliography organized by topic and containing pointers back to this page is also available. If you're interested in buying one of the published Modula-3 related books, check out the Modula-3 book-buying page Please post comments and/or additions to the Modula-3 newsgroup, comp.lang.modula3, or send a message to m3@src.dec.com , which will automatically be forwarded to the newsgroup.
  • Martin Abadi Baby Modula-3 and a Theory of Object , Research Report 95, Systems Research Center, Digital Equipment Corporation, Palo Alto, February, 1993. This report describes a theoretical treatment of the semantics of objects. It's available via anonymous FTP from gatekeeper.dec.com in pub/DEC/SRC/research-reports/SRC-095.ps.Z
  • Spencer Allain and Farshad Nayeri Teaching Computer Science with Modula-3 Threads: The Modula-3 Systems Journal Issue 2 , Fall 1996. This article argues that Modula-3 is an excellent language for teaching computer science concepts. It also reports on the experiences some people have had using Modula-3 as a teaching language, and provides many useful references for more information.
  • Joel F. Bartlett
  • 24. BUBL LINK / 5:15 Internet Resources: Computer Programming - Modula
    modula 3 Language Definition A definition of the features of the Module 3 Language,based on the book 'Systems programming with modula3'. Author Luca Cardelli
    http://bubl.ac.uk/link/c/computerprogramming-modula.htm
    BUBL LINK / 5:15 Catalogue of Internet Resources Home Search Subject Menus A-Z ... About
    Computer programming - modula
    A-Z Index Titles Descriptions
  • Modula 3 FAQ
  • Modula 3 Language Definition
  • Modula 3 Tutorial and Reference Manual
  • Trestle by Example ...
  • Trestle Tutorial Page last updated: 17 March 2003 Comments: bubl@bubl.ac.uk
    Modula 3 FAQ
    Answers to common questions about programming using the Modula 3 language.
    Author: Michel Dagenais
    Subjects: computer programming - modula
    DeweyClass:
    ResourceType:
    document
    Location: usa
    Last checked:
    Modula 3 Language Definition
    A definition of the features of the Module 3 Language, based on the book 'Systems Programming with Modula-3'.
    Author: Luca Cardelli, James Donahue, Lucille Glassman, Mick Jordan, Bill Kalsow, and Greg Nelson
    Subjects: computer programming - modula
    DeweyClass:
    ResourceType:
    document Location: usa Last checked:
    Modula 3 Tutorial and Reference Manual
    An introductory tutorial to programming using Modula 3, and a guide to elements within the language, including Modules, Declarations, Statements, and Pragmas. Author: Francisco Reyes Subjects: computer programming - modula DeweyClass: ResourceType: document Location: usa Last checked:
    Trestle by Example
    Trestle is a library of Modula-3 modules for building graphical user interfaces implemented on top of the X window system. Includes a brief guide to the usage of each module.
  • 25. ModulaWare Modula-2 And Oberon-2 Bibliography
    Lists books and articles about the programming languages modula2 and Oberon-2and about the Oberon System. The programming Language modula-2.
    http://www.modulaware.com/mwbiblio.htm
    Modula-2 and Oberon-2 Bibliography
    Content Programming languages Oberon and Oberon-2
    The Oberon System

    The Programming Language Modula-2

    The Programming Language ISO Modula-2
    Programming languages Oberon and Oberon-2 and the Oberon System
    This list of books and articles below about Oberon, Oberon-2, and the Oberon System is not complete, but it features the most important books with direct links to Amazon.com and Amazon.de , where you can buy these books on-line; these links are highlighted in bold-face The Oberon Reference Site at http://www.math.tau.ac.il/~guy/Oberon/ has a complete Oberon bibliography (size 200KB) of books and articles about Oberon.
    is also a great collection.
    Programming languages Oberon and Oberon-2

    26. Dotzel: Modula-2 Beats C Even In System Programming (get And Set File Date).
    The modulaTor publication is about the programming languages Oberon2 and modula-2programming examples, implementation notes, language comparisons, and
    http://www.modulaware.com/mdlt03.htm
    The ModulaTor
    Oberon-2 and Modula-2 Technical Publication
    IMPRESSUM: The ModulaTor is an unrefereed journal. Technical papers are to be taken as working papers and personal rather than organizational statements. Items are printed at the discretion of the Editor based upon his judgement on the interest and relevancy to the readership. Letters, announcements, and other items of professional interest are selected on the same basis. Office of publication: The Editor of The ModulaTor is Guenter Dotzel; he can be reached by tel/fax: +33 492.81.30.99 or by mailto:gd@modulaware.com
    ModulaWare home page
    The ModulaTor download
    Webdesign by www.otolo.com/webworx , 14-Jul-1998

    27. Citation
    Springer Texts And Monographs In Computer Science archive programming in modula2(3rd corrected ed.) Author Niklaus Wirth Institut fu¨r Informatik, Zu¨rich
    http://portal.acm.org/citation.cfm?id=3968&dl=ACM&coll=portal&CFID=11111111&CFTO

    28. Citations: Systems Programming With Modula - Nelson (ResearchIndex)
    Systems programming with modula3. Prentice Hall, Englewood Cliffs, NJ, 1991. Systemsprogramming with modula-3. Prentice-Hall, Englewood Cli s, NJ, 1991.
    http://citeseer.nj.nec.com/context/353805/0
    77 citations found. Retrieving documents...
    Greg Nelson, editor. Systems Programming with Modula -3. Prentice-Hall, Englewood Cli#s, NJ, 1991.
    Home/Search
    Document Not in Database Summary Related Articles Check
    This paper is cited in the following contexts:
    First 50 documents Next 50
    A Type-Theoretic Approach to Higher-Order Modules with Sharing - Harper, Lillibridge (1994)
    (113 citations) (Correct) ....mail address: rwh cs.cmu.edu. # Electronic mail address: mdl cs.cmu.edu. programming idioms; the language may be easily restricted to second class modules found in ML like languages. 1 Introduction Modularity is an essential technique for developing and maintaining large software systems Most modern programming languages provide some form of module system that supports the construction of large systems from a collection of separately defined program units [7, 8, 26, 32] A fundamental problem is the management of the tension between the need to treat the components of a large ....
    Greg Nelson, editor. Systems Programming with Modula -3. Prentice-Hall, Englewood Cli#s, NJ, 1991.

    29. Citations: Systems Programming With Modula - Nelson (ResearchIndex)
    the corresponding modula 3 interface will be T. This prevents problems and adheresto the modula 3 programming convention wherein the principal type , ie .
    http://citeseer.nj.nec.com/context/6132/0
    109 citations found. Retrieving documents...
    G. Nelson. Systems Programming with Modula -3. Prentice Hall, 1991.
    Home/Search
    Document Not in Database Summary Related Articles Check
    This paper is cited in the following contexts:
    First 50 documents Next 50
    Modular Typechecking for Hierarchically Extensible.. - Millstein, Bleckner.. (2002)
    (Correct) ....C # can write ambiguous function cases that appear to be disjoint, and therefore pass static checks, if the fact that C subclasses C # is hidden from the client. It would also be useful to ascribe a class declaration to a type declaration, possibly augmented with Modula 3 style partial revelations to reveal some of the class s underlying structure. 5.3 Functors In the presence of EML s features, functors can provide a great deal of flexibility. Figure 19 illustrates the kinds of idioms we would like to express. The Colorize functor implements a form of mixin [4, 10, 13] which is a class ....
    G. Nelson. Systems Programming with Modula -3. Prentice Hall, 1991. An implementation of F <: - Cardelli (1993) (Correct) ....based on an LL(1) parser. One can define entirely new grammars, or enrich the existing F sub grammar.

    30. The Sources Store For Modula-2 And Oberon-2 Programming Languages
    The purpose of this site is free propagation of any source code and documents related to modula-2 Category Computers programming Languages modula-2......The Sources Store for modula2 and Oberon-2 programming Languages.
    http://www.aha.ru/~uranus/
    The Sources Store for Modula-2 and Oberon-2 Programming Languages
    Home Download Upload Contact ... Links
    About
    The purpose of this site is free propagation of any source code and documents related to Modula-2 and Oberon-2.
    News
    This site birthday.
    Any suggestions are welcome. Links section updated: WebRings.
    Download section updated (Oberon-2 source code): Perfect Hash Function. Download section updated (Modula-2 source code): C. Lins Modula-2 Software Component Library. Download section updated (Modula-2 source code): Btree manager by Fredi Cobo. Download section updated (Win32 API): WinCrypt.

    31. The Sources Store For Modula-2 And Oberon-2 Programming Languages
    The Sources Store for modula2 and Oberon-2 programming Languages. Home.Download. Upload. Contact. Links. Links. The modula-2 Webring Navigator.
    http://www.aha.ru/~uranus/links.html
    The Sources Store for Modula-2 and Oberon-2 Programming Languages
    Home Download Upload Contact ... Links
    Links
    The Modula-2 Webring Navigator List All Random Join The Oberon Webring Navigator List All Random Join XDS Modula-2 and Oberon-2 development system - Excelsior, LLC. ... Modula-2 Draft International Standard: DIS 10514 June 1994

    32. Free Modula-2 Pages: Approaching Common Programming Problems With Modula-2
    of files that will allow you to use the XWindows (version 11, revision 6, also knownas X11R6) library calls directly with the modula-2 programming language.
    http://www.unet.univie.ac.at/~a9406973/modula2/probl.html
    home compilers tutorials/papers libraries/source ... about specials modula-2 cgi tutorial howto setup a fine Modula-2 environment programming with modula-2 misc. modula-2 related pages ... submit a site a guide to common programming tasks
    note instead of writing a modula-2 tutorial I decided to write this getting-started-guide - the turorial I started to write did not get closer to the thing I wanted it to be: simple and illustrated by good examples (as I'm not a programmer I haven't reached the necessary knowledge and "abstract thinking"). so here is a result of stepping back...
    one of the modula-2-problems is the lack of interfaces provided for common programming tasks. the compilers implemented in the 80s and 90s are in most cases somehow "minimal" tools for the commandline. but some people wrote stuff that makes Modula-2 a really usable language. if you are searching for information on some special 'problem-field' - read on.
    win-api No matter if we like it or not, Windows in all its more or less weak implementations is the most used operating system. So the main problem of every language available is an interface to the API of Windows. There are two commercially sold compilers providing this interface (XDS and StonyBrook), the only free one I know of is the personal edition of XDS-Modula-2 (free for non-commercial use!). Download the package from Excelsior and have a look at the examples for getting started. If this is not enough information, have a look at the

    33. Modula-P - A Structured Asynchronous Parallel Programming Language
    . modulaP is a structured programming language for asynchronousparallel programming (MIMD systems), developed by Thomas Bräunl in 1986.......
    http://robotics.ee.uwa.edu.au/modula-p/
    Modula-P - A Structured Asynchronous Parallel Programming Language
    Description
    Modula-P Modula-P allows explicit declaration and starting of processes. The language includes the classical synchronization concepts of semaphores, monitors with conditions, and remote procedure calls.
    Software
    The Modula-P software comprises compilers for sequential and parallel computer systems and a few sample algorithms. The sequential version runs on almost all Unix systems: Sun SPARCstation, DECstation, HP 9000, IBM RS6000. There are parallel versions for Workstations clusters, Sequent Symmetry, and Intel Paragon. norz@hermes.informatik.uni-stuttgart.de
    braunl@ee.uwa.edu.au
    braunl@ee.uwa.edu.au

    34. A NAME= Top Modula-2* /A
    The programming language modula2* was developed to allow for high-level,problem-oriented and machine-independent parallel programming.
    http://www.ipd.uka.de/Tichy/m2star.html
    Modula-2*

    Or back to the Programming Systems Page
    Modula-2* - Language Introduction
    The programming language Modula-2* was developed to allow for high-level, problem-oriented and machine-independent parallel programming. As described in the Modula-2* TechReport , it provides the following features:
    • An arbitrary number of processes operate on data in the same single address space. Note that shared memory is not required; a single address space merely permits all memory to be addressed uniformly, but not necessarily at uniform speed.
    • Synchronous and asynchronous parallel computations as well as arbitrary nestings thereof can be formulated in a totally machine-independent way.
    • Procedures may be called in any context (sequential, synchronous, or asynchronous) and at any nesting depth. Furthermore, additional parallel processes can be created inside procedures (recursive parallelism).
    • All the abstraction mechanisms of Modula-2 are available for parallel programming.
    Modula-2* extends Modula-2 with the following two language constructs.

    35. Dictionary Of Programming Languages
    modula2 is a procedural, block-structured language intendedfor application programming and computer science education.......
    http://cgibin.erols.com/ziring/cgi-bin/cep/cep.pl?_key=Modula-2

    36. Dictionary Of Programming Languages
    Welcome to the Dictionary of programming Languages, a compendium of computer codingmethods assembled to provide Sorry, no records found for key modula3.
    http://cgibin.erols.com/ziring/cgi-bin/cep/cep.pl?_key=Modula-3

    37. Beats Biblionetz - Bücher: Programming In Modula-2
    Translate this page programming in modula-2. Niklaus Wirth Direkt bestellen bei Amazon.de, Buy itnow! programming in modula-2, E, Gebunden, -, Springer Verlag, 2, 1983, 3540122060.
    http://beat.doebe.li/bibliothek/b01064.html
    Beats Biblionetz: Bücher
    Home Themen Personen Texte ... Changes
    lokal Alle Meistvernetzte Meistgesuchte Physisch Neue ... Z
    Programming in Modula-2
    Niklaus Wirth
    Zusammenfassungen
    • 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 foml 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 under the title of structured programming. von Niklaus Wirth im Buch Programming in Modula-2
    In diesem Buch geht es um...
    Begriffe Modula-2
    Externe Links
    URL: Titel: Beschreibung:
    Kommentare von BesucherInnen dieser Seite

    38. SAL- Programming - Languages & Compilers - Modula-3
    In particular, modula3 keeps the simplicity of type safety of new facilities forexception handling, concurrency, object-oriented programming, and automatic
    http://sal.kachinatech.com/F/1/MODULA3.html
    Modula-3 Modula-3 is a member of the Pascal family of languages. Designed in the late 1980s at Digital Equipment Corporation and Olivetti, Modula-3 corrects many of the deficiencies of Pascal and Modula-2 for practical software engineering. In particular, Modula-3 keeps the simplicity of type safety of the earlier languages, while providing new facilities for exception handling, concurrency, object-oriented programming, and automatic garbage collection. Modula-3 is both a practical implementation language for large software projects and an excellent teaching language. Implementations available for Linux include SRC Modula-3 and Cambridge Modula-3 Current Version: N/A License Type: N/A Home Site:
    http://www.research.digital.com/SRC/modula-3/html/home.html Source Code Availability: N/A Available Binary Packages:
    • Debian Package: N/A
    • RedHat RPM Package: N/A
    • Other Packages: N/A
    Targeted Platforms:
    N/A Software/Hardware Requirements:
    N/A Other Links:
    http://www.yahoo.com/Computers_and_Internet/Programming_Languages/Modula_3/ (Yahoo Links) Mailing Lists/USENET News Groups:
    comp.lang.modula3

    39. SAL- Programming - Languages & Compilers - SRC Modula-3
    com/pub/DEC/modula3/ (FTP site) Mailing Lists/USENET News Groups None. User CommentsNone. See A Screen Shot? (Not Yet). SAL Home programming Languages
    http://sal.kachinatech.com/F/1/SRC_MODULA3.html
    SRC Modula-3 SRC Modula-3 is an implementation of Modula-3 language. The distribution contains a Modula-3 compiler and runtime, a large set of libraries, and a few other tools. On the Unix platforms, the compiler uses a gcc-based back-end and should be fairly easy to port. On the Win32 platforms, the compiler uses a native code generator. Except for the very lowest levels of the thread implementation, the entire system is written in Modula-3. Current Version: License Type: Free Home Site:
    http://www.research.digital.com/SRC/modula-3/html/srcm3.html Source Code Availability: Yes Available Binary Packages:
    • Debian Package: No
    • RedHat RPM Package: No
    • Other Packages: Yes
    Targeted Platforms:
    Windows 95/NT, many UNIX platforms (including Linux), see http://www.research.digital.com/SRC/modula-3/html/platforms.html for details Software/Hardware Requirements:
    None Other Links:
    ftp://gatekeeper.dec.com/pub/DEC/Modula-3/ (FTP site) Mailing Lists/USENET News Groups:
    None User Comments:
    • None
    See A Screen Shot? (Not Yet) SAL Home Programming Comments?

    40. Practicum Structured Programming - Modula2
    Exercises, tips, syntax reference and programs written in modula-2 (Free University of Brussels).Category Computers programming Languages modula-2......Practicum Structured programming modula2
    http://parallel.vub.ac.be/modula2/
    Practicum Structured Programming
    Modula-2
    message board
    organisation teachers compiler XDS ... demo's Message Board

    We have set up message board for the GAS study program. So if you have a question or an answer, please look here first! This board will from now on be the official communication channel for the GAS exercises and projects.
    GAS : praticum Message Board
    Organisation
    1e kan ir 1e kan IA 2e kan ir MACS
    GAS
    Exercises
    Topics A - F Oct - Nov Sep - Dec Oct Exercises
    Topics G - N Nov - Dec
    Nov Project I Dec (30%) Practicum Exam Jan (70%) Jan
    herkansing Sep Sep Exercises Topics O - Q Dec PACS Project Practicum Exam Jan or Apr (%) Practicum II (project) June 2002 Teachers Compiler Consult freely our Documentation Technology pages Modula2 compiler installation for Windows95/98/NT (Windows 2000/XP?): Expires 12th January 2002... XDS 2.45 XDS topspeed package (needed for the IO library that we use in the course) READ THIS BEFORE INSTALLATION:
    • Install folder
        don't install XDS under "Program Files" or another folder with a space in its name!!! (create for example a folder /XDS)

    A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

    Page 2     21-40 of 82    Back | 1  | 2  | 3  | 4  | 5  | Next 20

    free hit counter