Geometry.Net - the online learning center
Home  - Basic_A - Ada Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 5     81-100 of 145    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 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  

         Ada Programming:     more books (100)
  1. Ada Programming in the 80s
  2. Software Construction and Data Structures with Ada 95 (2nd Edition) by Michael B. Feldman, 1996-06-23
  3. Data Structures and Algorithm Analysis in Ada by Mark Allen Weiss, 1993-02
  4. Ada for Software Engineers by M. Ben-Ari, 1998-08-07
  5. Ada 2005 Reference Manual. Language and Standard Libraries: International Standard ISO/IEC 8652/1995(E) with Technical Corrigendum 1 and Amendment 1 (Lecture Notes in Computer Science)
  6. Data Structures and Algorithms: An Object-Oriented Approach Using Ada 95 (Undergraduate Texts in Computer Science) by John Beidler, 1996-10-30
  7. Software Development With Ada (International Computer Science Series) by Ian Sommerville, Ron Morrison, 1987-11
  8. The Programming Languages: Pascal, Modula, Chill and Ada by Kees Smedema, 1983-08
  9. Ada 95: The Lovelace Tutorial by David A. Wheeler, 1996-01-15
  10. High Integrity Ada: The Spark Approach by J. Barnes, 1997-06-15
  11. Ada in Industry (The Ada Companion Series) by S. Heilbrunner, 1988-06-24
  12. Simulation in Ada: Proceedings of the Eastern Simulation Conference on Simulation in Ada, 3-8 March 1985, Norfolk, Virginia by Eastern Simulation Conference on Simulation in Ada, Theodore Trybul, et all 1985-05
  13. Software Engineering with ADA (3rd Edition) (The Addison-Wesley Object Technology Series) by Grady Booch, Doug Bryan, 1993-09-10
  14. Practical Visual Techniques in System Design: With Applications to Ada (Prentice-Hall Software Series) by R. J. A. Buhr, 1990-07

81. Dictionary.com/ada
ada programming places a heavy emphasis on multitasking. Reference Manual for the ada programming Language , ANSI/MIL STD 1815A, US DoD (Jan 1983).
http://dictionary.reference.com/search?q=ada

82. The Vector Board: Ada Programming Language
Index of ada programming Tools and Source Code Area. Parent Area Top of File Areas Vector Board Home Page files.lst 26 bytes
http://www.vectorbd.com/bfd/ada/
Index of Ada Programming Tools and Source Code Area
Parent Area Top of File Areas Vector Board Home Page
files.lst 26 bytes
this listing
abc_lang.lzh 193142 bytes
***** No description on file *****
acvc.doc 384 bytes
***** No description on file *****
acvcsuit.inf 1408 bytes
***** No description on file *****
ada1for.doc 5248 bytes
***** No description on file *****
ada1info.inf 3200 bytes
***** No description on file *****
ada2for.doc 1536 bytes
***** No description on file *****
ada2info.inf 1664 bytes
***** No description on file *****
ada_lrm1.lzh 155750 bytes
***** No description on file *****
ada_lrm2.lzh 216959 bytes
***** No description on file *****
ada_lrm3.lzh 44832 bytes
***** No description on file *****
ada_lrm4.lzh 7612 bytes
***** No description on file *****
ada_met1.lzh 98961 bytes
***** No description on file *****
adadoc.inf 9728 bytes
***** No description on file *****
adaed.doc 1920 bytes
***** No description on file *****
adainf.inf 16640 bytes
***** No description on file *****
adapars.lzh 41180 bytes
***** No description on file *****
adaplans.inf

83. Ada-Spain Home Page
Translate this page The purpose of Ada-Spain is to be a forum for individuals and organizations interested in the ada programming language, in its applications, and in Ada related
http://www.adaspain.org/

84. Ada Programming Assignment
ada programming ASSIGNMENT. Due Tuesday, September 18. One extra credit point will be awarded if your program features a nongratuitous use of an Ada exception.
http://www.cc.gatech.edu/classes/AY2002/cs6390_fall/hw3-ada/sg.html
CS 6390
ADA PROGRAMMING ASSIGNMENT
Due: Tuesday, September 18
Syntax Graphs
A syntax graph is a data structure for representing a grammar in memory. It can be traversed during the course of parsing to control the sequence of shifts and reductions to make. A node in a syntax graph has four components:
NAME:
a symbol, either a terminal or a non-terminal;
DEFINITION
is null for terminals. For non-terminals, it is a pointer to the node representing the first symbol in the right hand side of the first production for the non-terminal;
ALTERNATE
if the symbol denotes the first symbol on the right hand side of a production and the production has an alternative definition, this field points to the first symbol of the next alternative right hand side. Otherwise, the field is null;
SUCCESSOR
if the symbol is not the last symbol of its production, then the field points to the node for the next symbol on the right hand side. Otherwise, the field is null.

Here is an example grammar and the corresponding syntax graph (where 'E' abbreviates 'EXPRESSION', 'T' abbreviates 'TERM', and 'F' stands for 'FACTOR'.
Once a grammar is represented as a graph, The graph can be used for several purposes. The most obvious use is to drive a parser. That is, the parser walks the graph and looks at the input, trying to match (shift) terminal symbols and to recognize (reduce) the right hand sides of non-terminal symbols. For this assignment, you will use the graph for another purpose, to transform the grammar.

85. Ada For GNU/Linux Team
You are looking for some documentation how to write Ada programs on Linux? Ken O. Burtch wrote The Big Online Book of Linux ada programming.
http://www.gnuada.org/alt.html
Home GNU/Linux RPMs GNAT for Debian
Welcome to the Ada for GNU/Linux Team Page
In order to support for GNAT and other Ada95 tools the very dynamic software lifecycle under which developments and improvements are done by volunteers in the GNU/Linux world, a group of Ada and GNU/Linux enthusiasts have decided to form the A da for GNU/ L i nux T eam (ALT) . We plan to deliver packages of GNAT and related software for the GNU/Linux platform. We work together closely with people from ACT to exchange GNU/Linux specific information and patches, and to merge ACT's public releases with the ALT extensions from time to time. Some of the goals for the Ada for GNU/Linux Team are:
  • Publication of up-to-date and easy to install binary packages ( RPM Debian , etc.) for the major distributions that include not only GNAT but also the Ada aware gdb and shared libraries for many of the available Ada bindings ( Florist GtkAda Tash GLADE ... Mesa , etc.), and other Ada-related items such as tutorials and documentation, packaged in accordance with the GNU/Linux Filesystem Hierarchy Standard
  • Optimization of Ted Baker 's Florist POSIX.5 bindings and the GNAT run-time library for GNU/Linux.

86. Research
Ada. The ada programming language was adopted as a standard by ANSI in 1983, and by ISO in 1987. Its principal concerns were data
http://www.research.ibm.com/people/n/ncohen/ada.html
Ada
The Ada programming language was adopted as a standard by ANSI in 1983, and by ISO in 1987. Its principal concerns were:
  • data abstraction
  • readability and maintainability
  • programming in the large
  • reliability and safety through strong compile-time and run-time checks
  • multitasking and real-time programming
Ada 95 is a revision to the standard. The major changes are:
  • full support for object-oriented programming
  • ease of mixed-language programming
  • an extensive standard library, including mathematical, string-manipulation, and command-line-interface packages
  • improved support for real-time programming
The GNU/NYU Ada Translator (GNAT), an integral part of the Free Software Foundation's gcc system, is a free Ada-95 compiler available on a wide variety of platforms. Click here to go to the GNAT FTP directory at NYU. There are also compilers that translate Ada 95 into Java bytecodes , allowing Java applets to be written in Ada. Further information about Ada is available from the following web sites: Click here for information about the textbook Ada as a Second Language Last updated: April 13, 1999

87. Welcome To AdaCore
software optimization (DSO), and ada Core Technologies, the global language programming. This latest version of GNAT Pro offers increased multilanguage capabilities for ada, C, and
http://www.gnat.com/
Home GNAT Tracker Mailing List Contact us ... Site Map The Leader in Ada Technology
  • Corporate
    AdaCore
    Software development solutions: toolset and expertise AdaCore provides native, embedded, and safety-critical software development solutions for Ada and mixed-language systems:
    • The GNAT Pro tool suite integrating Ada and C in a visual development environment Toolset support and online consulting directly from AdaCore's expert development team.
    GNAT Technology News
    • AdaCore products in the news:
      Punching Out - Safety-Critical Ada Environment Helps Ejection Seat Save Lives and Money ... Military Aerospace Technology, Volume 3, Issue 1 / 2004
      Digital electronic sequencer controls flight ejection seat ... Wind River Teams with AdaCore on Platform Safety Critical ARINC 653 for Use in Boeing 7E7 Common Core System - Wind River Systems, Inc., the global leader in device software optimization (DSO), and Ada Core Technologies, the global leader in Ada 95 solutions and providers of the GNAT Pro Ada development tool suite, today announced that AdaCore's GNAT Pro High-Integrity Edition for AE653 has been selected as the Ada environment for the Wind River Platform for Safety Critical ARINC 653, to be used in the Boeing 7E7 Dreamliner Program... more AdaCore to Build an Ada95 Compiler and Development Environment for SGI ALTIX Product Line -

88. Ada Home - Resources - Tutorials
adaMentor 95 is a Webbased ada 95 language training center, developed by adaSoft, Inc John Barnes and Ben Brosgol, based on the 'programming in ada 95' textbook by J
http://www.adahome.com/Tutorials
About...
Ada Home

Site Guide

Welcome Tour
...
Follow this link to learn more about and download a HOT new Ada tool!

Ada Home Floors: Resources Marketplace Ammunition Dept. Discovery Tour ...
Resources
Computer-Assisted Tutorials
Lovelace
LAW

C/C++ to Ada 95

AdaTutor
...
Online Bookshop
There are many ways to learn Ada. Many fine Ada-related books are of course available (see our Online Bookshop ). For those seeking to do it with a computer, here are some possibilities:
  • Lovelace is a free (no charge) self-directed Ada 95 tutorial available on the World Wide Web (WWW). Lovelace assumes that the user already knows some other algorithmic programming language (such as C, C++, or Pascal). Lovelace is interactive; it contains a number of short sections, and most short sections end with a question (to help ensure that the user has understood the section's material). Lovelace can be used directly from the Ada Home, downloaded , or run from CD-ROM . Lovelace was developed by David A. Wheeler. A book version is also available, in the Ada Home bookshop: Ada 95: The Lovelace Tutorial Note: HotAda and AdaTutr, listed below, are somewhat similar to Lovelace. Both are more complete than Lovelace, but Lovelace is free.

89. PLEAC - Programming Language Examples Alike Cookbook
Suite of common programming problems solved in ada, C++, Erlang, Guile, Haskell, Java, Masd, merd, NASM, Objective Caml, Perl, Pliant, Python, Ruby, Tcl.
http://pleac.sourceforge.net/
PLEAC - Programming Language Examples Alike Cookbook
Overall
Following the great Perl Cookbook If successful, this project may become a primary resource for quick, handy and free reference to solve most common programming problems using higher-level programming languages, and for comparison on ease-of-use and power/efficiency of these languages. The material, considered as some Documentation, is wholy released under the Gnu Free Documentation License freely available Please subscribe to the discussion mailing-list if interested in the project. The FAQ is here . You may also see who talked about Pleac.
Status
A copy of the build from CVS is always accessible from here. The Perl part presents the Solutions from the Perl Cookbook.

90. Index -- Source Code For CPSC Courses C, SQL, C++, Java, Ada, Verilog, Assembly
Source Code for C, C++, Java, MIPS and Motorola Assembly, ada, Verilog, VHDL, and ABEL. Links and helpful hints.
http://www.geocities.com/lme3623/
Programming Resource Site
This site has had hits since January 18, 2000
Site last Updated March 12, 2001
Source Code Languages
ABEL
Ada-95
C
C++
C Embedded Assembly
C Embedded SQL
Java

MIPS Assembly
Motorola Assembly SQL Verilog VHDL University Source Code and Resources Indiana University Helpful Links and Hints
There are a few banners and links which help support this site. If you like what you see please give them a click and keep this site alive. Email: lme3623@yahoo.com All Code referenced on this page is property of Lee M. Estep, copied or reproduced for educational purposes only. Please E-mail any comments or suggestions for programs or new code to the above address. E-mail any bugs or problems to the above address. The code on this page is not perfect and may always be upgraded. (No code is ever perfect . There is always a way to make it more robust, portable, readable, self-documented, easily upgradable, stylish, user friendly, etc.) All code will run with the proper hardware and compilers. Please email me with any suggestions for new programs you would like to see and the language to be written in. I currently only have C and Java compilers at my disposal. I will respond to your email as timely as possible. There may be some time lapse before I can complete the request.

91. Springer Verlag - Your Publishers Of Books, Journals, And Electronic Media
By Hanspeter M¶ssenb¶ck; SpringerVerlag, 1997, ISBN 3540625992. Refereed proceedings, Joint Modular Languages Conference, JMLC'97; Linz, Austria; 24 revised full papers; languages, techniques, tools to develop modular, extensible, type-safe software systems; Modula, Oberon, ada 95, Eiffel, Sather, Java, others. Springer-Verlag
http://www.springer-ny.com/detail.tpl?isbn=3540625992

92. The Synchronous Programming Language Signal A Tutorial
For this declarative language, for realtime uses reactive, embedded systems. Synchronous languages are opposite to the asynchronous types, as in C, ada. Five chapters. Paper, PDF format.
http://www.irisa.fr/espresso/source/logiciels/SignalPrimer.pdf

93. Ada Home: The Home Of The Brave Ada Programmers (HBAP)
HOME Since March 1994 this server provides a home to users and potential users of ada, a modern programming language designed to support sound software
http://www.adahome.com/
First-time guests of the Ada Home, please read our Welcome Guide and enjoy your visit!
About Ada Home
explains our mission and vision. Ada Home: the Home of the Brave Ada Programmers (HBAP)
Magnus Kempe, Editor and Publisher We support the fight against spam.
If you receive spam that appears to be from adahome.com,
please see this Wired News article
Ada Home: The Web Site for Ada
H OME: Since March 1994 this server provides a home to users and potential users of Ada, a modern programming language designed to support sound software engineering principles and practices. D IRECTIONS: New articles and announcements are highlighted below, followed by the tabulated view of Floors and Selected Rooms If you can't find what you want from this entry page, please see our extensive site guide or explore the individual floors. U NIQUENESS: The Ada Home Floors and Rooms contain many unique tools and resources to help you expand your knowledge and increase your productivity. For instance, we have the Ada 95 Reference Manual (rm95) in hypertext, an Online Bookshop , and the Ada FAQs H EADLINES The Floors:
Resources

Marketplace

Ammunition

Discovery
...
Network
Marketplace:
Bookshop
Job Center Consultants Index How to advertise Favorites: FAQs References Compilers Tools ... Tutorials Ada Home: About...

94. Declarative Ada
From Proceedings of the 1995 ACM 23rd annual conference on Computer science conference.
http://portal.acm.org/citation.cfm?doid=259526.259540

95. Recommended Books
A brief list of recommendations for books about programming and software engineering.
http://purl.oclc.org/NET/ehud-site/ada/books.html
These are some of the books I recommended, and some other books that may be worth reading. This list is far from being complete, and will never be. It is biased after my own tastes. It is also far from finished.
  • The Mythical Man-Month , essays on software engineering, by Frederick P. Brooks Jr. This is a classic! Frd Brooks was one of the first to spot the problems software projects suffer from. It is short, sweet, and a MUST READ.
  • Design Patterns ,Elements of Reusable Object-Oriented Software, by Gamma,Helm,Johnson, and Vlissides. This is a cult book on OOD. It makes an interesting read. Examples of topics: how to design iterators, how to implement undo etc. You can read more on this book and design patterns in general by following the links about patters in the links page.
  • Programming Pearls , by Jon Bentley and More Programming Pearls , Confessions of a Coder, by Jon Bentley These books deal with software from the point of view of the programmer. They discuss such issues as: problem solving, writing efficient and correct programs, and intersting techniques and tricks. The books are collection of short essays, each studiyng one topic. The original Programming Pearls book now has a new edition, which has a
  • 96. Ada Class Library For RISC OS
    Class library for this thirdgeneration programming language.
    http://www.huber-net.de/adalin_e.htm
    Ada class library for RISC OS
    Introduction
    Ada 95 is in my opinion one of the most interesting 3rd generation programming languages. It features strong typing, a very exact specification and a range of partly unique features. On RISC OS, Ada was not really well known or widely used in the past. This had several reasons. First, the GNAT compiler requires a computer with a fast processor and a lot of RAM - this only became available with the Risc PC. And what is more, no RISC OS libraries were readily available. The Ada enthusiasts on the RISC OS platform are here to change that fundamentally. There were always a lot of interesting ideas, but lack of time prevented the realization. There was a certain thrust in development when I decided to implement CDBurn in Ada - however, the specifically written RISC OS library was neither very powerful nor well structured and also not object oriented. To solve all this, we decided to start the "Ada class library for RISC OS" project somewhere mid 1999. There are three active project members at the moment:
    Plan
    Part of the design is already done, and implementation of this part has started.

    97. ADA-95 Programming
    Dial up $14.95 or NetZero Internet Service $9.95. ada95 programming. programming technologies 21th century. The development of visual programming system today is the most dynamic and
    http://ada95.freeservers.com/
    Free Web site hosting - Freeservers.com Web Hosting - GlobalServers.com Choose an ISP NetZero High Speed Internet ... Dial up $14.95 or NetZero Internet Service $9.95 ADA-95 Programming Programming technologies 21th century. T he development of visual programming system today is the most dynamic and quickly developing part of tool software. It's a future of programming and today possible to say about a new algorithm-programming meta-language - VISUAL LANGUAGE, wich operates with widgets(properties and methods) and events. System-independence is characteristic of VISUAL METALANGUAGE, but it is also adaptable to some of the existing programming language. Ada-95 plus Tcl/Tk is the way to build powerful GUI application.easy Ada based application and GUI G ui is important part in any application. Visual Ada Developer (VAD) isa portable easy in use way to build Ada applicationwith GUI. It used pure ADA-95 and TCL/TK andmay be ported to WINDOWS NT/95, Unux(Linux),MAC and OS/2. READ.ME Visual Ada Developer version 3.1 VAD311.ZIP

    98. Ada, C, C++, And Java Vs. The Steelman
    Compares 4 programming languages (ada95, C, C++, Java) with the requirements of Steelman , original 1978 requirements document for ada language. Big detailed table.
    http://www.adahome.com/History/Steelman/steeltab.htm
    Ada, C, C++, and Java vs. The Steelman
    David A. Wheeler
    Institute for Defense Analyses
    1801 N. Beauregard St.
    Alexandria, VA 22311-1772
    dwheeler@ida.org
    Abstract
    This paper compares four computer programming languages (Ada95, C, C++, and Java) with the requirements of "Steelman", the original 1978 requirements document for the Ada computer programming language. This paper provides a view of the capabilities of each of these languages, and should help those trying to understand their technical similarities, differences, and capabilities.
    Introduction
    In 1975 the U.S. Department of Defense (DoD) established a "Common High Order Language" program with the goal of establishing a single high order computer programming language appropriate for DoD embedded computer systems. A High Order Language Working Group (HOLWG) was established to formulate the DoD requirements for high order languages, to evaluate existing languages against those requirements, and to implement the minimal set of languages required for DoD use. The requirements were widely distributed for comment throughout the military and civil communities, producing successively more refined versions from Strawman through Woodenman, Tinman, Ironman, and finally Steelman. Steelman was released in June 1978 [DoD 1978]. An electronic version of Steelman is available at "http://www.adahome.com/History/Steelman/intro.htm"

    99. Ada 95 Mailing Lists
    This web page contains links that allow easy subscribing to many mailing lists that are about the ada 95 programming language.
    http://www.ijs.co.nz/ada_95.htm
    Ada 95 Mailing Lists
    This page: http://www.ijs.co.nz/ada_95.htm
    Updated: 14-Nov-2003
    This web page lists many mailing lists on the topic of the Ada 95 programming language, including: Team-Ada, Ada-Comment, Ada-France, Gnatcom, Gnatlist, GtkAda, Gnat-OSX, Gnade-Dev, GnatRTEMS-Users.
    Recently added in Nov 2003: Ada Application Programming Interfaces WG (forming): http://www.acm.org/sigada/wg/apiwg/index.html
    The page is probably incomplete.
    The Annotated Ada Reference Manual (ISO/IEC 8652:1995/COR.1:2000)
    http://www.adaic.org/standards/95aarm/html/AA-TOC.html

    New: JaVA: A Sun Microsystems memo highly critical of the Java JVM for Solaris (about 20% of bugs not fixed):
    http://www.internalmemos.com/memos/memodetails.php?memo_id=1321

    IBM JVM: unnecessary IBM JVM hangs after 2-3 days and a kill -3 failed to crash it and also there was no diagnostic information. [Perhaps IBM USA never really actually had a coherent enthusiasm for Java] " JVM hangs after 2-3 days, Posted by: gsala, 2003 Aug, ... J2RE 1.3.1 IBM AIX build ca131-20030329 ":

    100. Ada 95: Contents
    By John English; Prentice Hall, 1996, ISBN 0132303507. Examplebased introduction gradually develops small programs into large case-study type programs; focus using OO approaches to write maintainable, large programs. Online
    http://www.it.bton.ac.uk/staff/je/adacraft/
    Next
    Ada 95: The Craft of Object-Oriented Programming
    by
    John English
    (originally published by Prentice Hall, 1997)
    John English Permission is given to redistribute this work for non-profit educational use only, provided that all the constituent files are distributed unchanged and without charge. let me know so I can correct the master copy, which can be found at http://www.it.bton.ac.uk/staff/je/adacraft/ Downloadable copies are available as http://www.it.bton.ac.uk/staff/je/adacraft/bookhtml.zip (in zip format for Windows systems) or as http://www.it.bton.ac.uk/staff/je/adacraft/bookhtml.tar.gz (a gzipped tarball for Unix systems). Each distribution also includes the complete set of examples from the book, both for Windows ( adacraft.zip ) and for Unix ( adacraft.tar.gz
    Contents
    Preface
    Part One: Fundamentals
    1. Programming concepts
    What is a program?
    Readability, maintainability, portability and reusability
    Specifications and implementations
    Abstract data types
    Generics
    Inheritance and polymorphism
    2. Fundamentals of Ada

    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 5     81-100 of 145    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | Next 20

    free hit counter