Geometry.Net - the online learning center
Home  - Basic_A - Ada Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 1     1-20 of 148    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. Programming in Ada 95 (2nd Edition) (International Computer Science Series) by John Barnes, 1998-06-10
  2. Concurrent and Real-Time Programming in Ada by Alan Burns, Andy Wellings, 2007-07-16
  3. Rendezvous with Ada 95, 2nd Edition by David J. Naiditch, 1995-02-16
  4. Programming in Ada 2005 with CD (International Computer Science Series) by John Barnes, 2006-07-10
  5. Ada 95: Problem Solving and Program Design (3rd Edition) by Michael B. Feldman, Elliot B. Koffman, 1999-03-16
  6. Good Programming Practice in Ada (Computer Science Texts) by Paul A. Luker, 1988-02
  7. Real Time Systems and Programming Languages: Ada 95, Real-Time Java and Real-Time C/POSIX (3rd Edition) by Alan Burns, Andy Wellings, 2001-04-05
  8. Ada As A Second Language by Norman Cohen, 1995-12-01
  9. Programming and Problem Solving With Ada 95 by Nell B. Dale, Chip Weems, et all 2000-03-01
  10. Reliable Software Technologies - Ada-Europe 2001: 6th Ada-Europe International Conference on Reliable Software Technologies Leuven, Belgium, May 14-18, ... (Lecture Notes in Computer Science)
  11. File Structures With Ada (Benjamin Cummings Series in Computer Science) by Nancy E. Miller, Charles G. Petersen, 1990-02
  12. Object Oriented Design with Ada: Maximizing Reusability for Real-Time Systems by Electronic Publishing, 1994-02-20
  13. Ada 95: The Craft of Object-Oriented Programming by John English, 1996-10-24
  14. Ada 95 from the Beginning (3rd Edition) by J. Skansholm, 1996-09-23

1. Ada - Best Of The Web - Embedded Ada
ada is an advanced, modern programming language, designed and standardized to support and strongly encourage widely recognized software engineering
http://www.eg3.com/ada.htm
minipopup('software_ada_blank')
Mentor Graphics select db vendors conferences google sections keywords vendors news ... Be Genius - Use Windows Embedded and Bring a Device to Market Fast
Choosing an embedded operating system is critical to your development success. Use this online guide to help you quickly plan, build, license, and ship your embedded device. Click for details from Microsoft
Microsoft Windows
Embedded
Aonix ObjectAda 8.2 Boasts More Language Support and Dynamic Debug Capabilities
Phoenix Technologies Announces BIOS Replacement Product That Supports New Security Standards... all news releases for ada
last week's eCLIPS alert for ada
sponsor: Be Genius - Use Windows Embedded
internet resources for ada:
associations, hot lists (2 records)
resources, institutions
(6 records)
papers
(6 records)
overviews, newsgroups
(3 records)
eCLIPS design guide - 'best of web' ada vendor guide
Download free technical papers available featuring the latest tools and trends in critical design areas: IC Nanometer Design PCB Systems Design-for-Test Functional Verification FPGA/PLD C-based Design Intellectual Property Cabling and Harness System Modeling Embedded Systems about eg3.com

2. The Ada Programming Language
History, significant features, areas of application, sample programs, related links, printed references.
http://www.engin.umd.umich.edu/CIS/course.des/cis400/ada/ada.html
The Ada Programming Language
Click below to go directly to a specific section:
History
Significant Language Features Areas of Application Sample Programs ... Printed References
History
The Ada language is the result of the most extensive and most expensive language design effort ever undertaken. Up until 1974 half of the applications at The Department of Defense were embedded systems. An embedded system is one where the computer hardware is embedded in the device it controls. More than 450 programming languages were used to implement different DoD projects, and none of them were standardized. Because of this, software was rarely reused. For these reasons, the Army, Navy, and Air Force proposed to develop a high-level language for embedded systems.
Significant Language Features
  • Packages - Data types, data objects, and procedure specifications can be encapsulated into a package. This supports the program design of data abstraction.
  • Exception Handling - Ada has very good exception handling capabilities which allow the program to handle its own run-time errors.
  • Generic Program Units - It is possible to write a procedure (for example, a sorting procedure) which does not require a data type to be specified.

3. Ada Programming - Wikibooks
A WikiOnline Tutorial on programming in Ada.
http://en.wikibooks.org/wiki/Programming:Ada
Ada Programming
From Wikibooks
(Redirected from Programming:Ada All bookshelves Science Computer science ... Programming languages Ada Programming This wikibook was the Book of the month for September 2005 Augusta Ada King , Countess of Lovelace.
Contents

Welcome to the Ada Programming tutorial at Wikibooks. This is the first Ada tutorial comprehending the imminent Ada 2005 standard. If you are a beginner you will learn the future standard - if you are a seasoned Ada user you can see what's new. Current Development Stage for Ada Programming is " (Jul 27, 2005) ". At this date, there are more than 200 pages in this book, which makes Ada Programming the largest of the programming wikibooks (see wikistats or Category:Ada Programming But still there is always room for improvement — do help us to expand Ada Programming . Even beginners will find areas to participate. edit
About Ada
Wikipedia has an article about this subject: Ada programming language Ada is a true multi-purpose programming language suitable for all development needs. Ada shares with

4. Some Information On The Ada Programming Language
The Ada Home Web Server has a summary introduction to Ada, lists of textbooks, and information on free compilers.
http://www.cs.kuleuven.ac.be/~dirk/ada-belgium/ada.html
Some information on the Ada programming language
(The following was extracted from AJPO information flyer G40-1193 on the Ada Information Clearinghouse; see also below.)
What is Ada?
Ada is an internationally standardized, general-purpose programming language used in a wide variety of applications from missile control to payroll processing to air traffic control. Ada contains features commonly found in other programming languages and provides additional support for modern programming practices, for controlling special purpose hardware to meet real-time deadlines, and for the creation and enhancement of large and complex programs by groups of programmers over long periods of time. Ada encourages good programming practices by incorporating software engineering principles with strong typing, modularity, portability, reusability and readability. These features reduce costs in software development, verifying, debugging, and maintenance that typically puts strain on an organization's resources over the life of the software.
Portability.

5. BNF Of The Ada Programming Language
Each element of this page is an anchor to a description of a syntax rule.
http://cui.unige.ch/db-research/Enseignement/analyseinfo/Ada95/BNFindex.html
BNF of the Ada Programming Language
Each element of this page is an anchor to a description of a syntax rule of the Ada language. Each rule is illustrated by a graphical syntactic diagram. The rule names and non-terminal names are extracted from the Language Reference Manual (LRM) . The rules are listed below in their order of appearance in the manual.
[What is BNF?]

[other languages BNF]

Some interesting starting points to explore the language:
Compilation (root of the syntax)

Declarations

Expressions

[index on key words]
...
[index on special characters]
Rules listed by LRM chapter:
Lexical Elements
Declarations and Types

Names and Expressions
Statements ... Representation Issues

6. History Of The Ada Programming Language
Contains a timeline listing various milestones for Ada.
http://www.cs.fit.edu/~ryan/ada/ada-hist.html
History of the Ada Programming Language
Time line
  • In a cost study done in 1973-1974 it was determined that the US Department of Defense was spending $3 billion annually on software, over half on embedded computer systems.
  • The Higher Order Language Working Group (HOLWG) was formed in January 1975 with William Whitaker as chair.
  • In April 1975 the initial language requirements were compiled in a document known as Strawman.
  • Based on the response, revised requirements, Woodenman, August 1975, and Tinman, January 1976 were created.
  • The HOLWG evaluated 23 existing languages against the Tinman requirements: FORTRAN, COBOL, PL/I, HAL/S, TACPOL, CMS-2, CS-4, SPL/I, JOVIAL J3, JOVIAL J73, ALGOL 60, ALGOL 68, CORAL 66, Pascal, SUMULA 67, LIS, LTR, TRL/2, EUCLID, PDL2, PEARL, MORAL, EL/I concluding in January 1977 that none were suitable, though Pascal, ALGOL 68 or PL/I would be a good starting point.
  • The ideal language specification, Ironman, appeared in January 1977.
  • Request for proposals were issued April 1977; 17 proposals received. Four contractors were picked to produce prototype languages:

7. SIGAda WWW Server Home Page
ACM Special Interest Group on Ada information on SIGAda organization and pointers to current information and resources for the ada programming language.
http://www.acm.org/sigada/
Welcome to the World Wide Web Home Page for ACM SIGAda the S pecial I nterest G roup on Ada Here you'll find information on the SIGAda organization and pointers to current information and resources for the Ada programming language. New! SIGAda / ARA
Ada Employment Opportunities Database
New! A CGI application written completely in Ada SIGAda 2005
http://www.acm.org/conf/sigada2005/
Atlanta, Georgia
13-17 November 2005
Sponsored by ACM SIGAda Ada is also featured at the
1-4 May 2006 at Salt Lake City, Utah, USA and at the 11th International Conference on Reliable Software Technologies
Ada-Europe'2006

5-9 June 2006 at Porto, Portugal
Ada Awareness
Ada Community

Ada FAQs

Basic Information
... Ada Letters (SIGAda's quarterly publication) Purchase SIGAda Proceedings at ACM's e-store
Basic Information
Ada 95 Standard PDF (2,334 KBytes) Zip HTML (1,068 KBytes) Zip Text (427 KBytes) Ada 95 Rationale Zip PostScript (843 KBytes) Zip HTML (444 KBytes) Zip Text (408 KBytes) Learning Ada 95 What is Ada? Ada 95 Amendment 1 (future Ada 2005)
Ada FAQs
AdaPower FAQ comp.lang.ada

8. Ada Home The Home Of The Brave Ada Programmers (HBAP)
Ada Home The Web Site for Ada. HOME Since March 1994 this server provides a home to users and potential users of Ada, a modern programming
http://tmsyn.wc.ask.com/r?t=an&s=hb&uid=24312681243126812&sid=343126

9. The Ada Programming Language: Hello World!
The ada programming Language. Hello world! Example Program demonstrates the return of a string from a procedure call, in the ada programming language.
http://www.engin.umd.umich.edu/CIS/course.des/cis400/ada/hworld.html
The Ada 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 simply demonstrates the return of a string from a procedure call, in the Ada programming language. The program will display the message "Hello world" each time the procedure HELLO is called.
Source Code
with Text_To; use Text_To procedure hello is begin put("Hello World"); end hello Click here to download the source code.
Sample Run
Hello World
Program Notes
  • The program was compiled using SMALLADA for DOS.
Last modified: 05:30 PM on 11/21/1996 by Richard Freiberg

10. Ada Programming Language Resources For Educators And Students
ada programming resources.
http://www1.acm.org/sigs/sigada/education/
Welcome to the SIGAda education page!
You are visitor number
Sorry, you missed the
SIGAda 2005 International Conference!

Join us again in Atlanta in 2005!
EXTRA! EXTRA!
Free, downloadable, Ada 95 textbooks for experienced developers!
Ada Distilled, by Richard Riehle
Download the book HERE ; get all the source programs HERE
Ada for Software Engineers
Mordechai (Moti) Ben-Ari

Winner of the 2004 ACM SIGCSE Award for Outstanding Contributions to Computer Science Education.
Download the book HERE
Our goal with this site is to provide knowledge, resources, and general links to the Ada community at large, and especially to educators and students. If you are new to the language of Ada, see our Ada Tutorial Links Page. See where they're using Ada in Industry Visit our Ada in Schools page to learn about who's teaching Ada. Books on Ada Technical Reports Ada FAQ Tools and Components ... The Ada Informer This web site is created and maintained at the Department of Computer Science The George Washington University Washington, DC, with partial funding from ACM SIGAda S pecial I nterest G roup on Ada Your feedback is welcomed.

11. Ada FAQ Programming With Ada
5 ObjectOriented Programming with Ada
http://tmsyn.wc.ask.com/r?t=an&s=hb&uid=24312681243126812&sid=343126

12. Ada FAQ: Programming With Ada
4.3 Is there a contest with fame and money for good Ada programmers? Like the ada programming language, the contest is named in honor of the first
http://www.adahome.com/FAQ/programming.html
From: M.Kempe@ieee.org (Magnus Kempe) Newsgroups: comp.lang.ada,comp.answers,news.answers Distribution: world Subject: Ada FAQ: Programming with Ada (part [1,2,3,4] of 4) Followup-To: poster Reply-To: M.Kempe@ieee.org (Magnus Kempe) Summary: Ada Programmer's Frequently Asked Questions (and answers), part [1,2,3,4] of 4. Please read before posting. Keywords: advanced language, artificial languages, computer software, data processing, programming languages, Ada Organization: None Archive-name: computer-lang/Ada/programming/part[1,2,3,4] Comp-lang-ada-archive-name: programming/part[1,2,3,4] Posting-Frequency: monthly Last-modified: 25 December 1998 Last-posted: 30 September 1996 This FAQ is maintained by Magnus Kempe at the Ada Home
Ada Programmer's
Frequently Asked Questions (FAQ)
IMPORTANT NOTE: No FAQ can substitute for real teaching and documentation. There is a list of tutorials and an annotated list of Ada books in the companion Learning Ada FAQ Recent changes to this FAQ are listed in the first section after the table of contents . This document is
Introduction
Ada is an advanced, modern programming language, designed and standardized to support and strongly encourage widely recognized software engineering principles:

13. The Ada Programming Language
The ada programming Language Click below to go directly to a specific section History Significant Language Features Areas of Application
http://tmsyn.wc.ask.com/r?t=an&s=hb&uid=24312681243126812&sid=343126

14. History Of The Ada Programming Language
History of the ada programming Language
http://tmsyn.wc.ask.com/r?t=an&s=hb&uid=24312681243126812&sid=343126

15. Ada Programming Language - Wikipedia, The Free Encyclopedia
For a detailed explanation see wikibooksProgrammingAdaBasic. with Ada. ISO/IEC 8652 Information technology — Programming languages — Ada
http://en.wikipedia.org/wiki/Ada_programming_language
Ada programming language
From Wikipedia, the free encyclopedia.
Ada is a structured , statically typed imperative computer programming language designed by a team lead by Jean Ichbiah of CII Honeywell Bull during . It addresses many of the same tasks as C or C++ , but with the type-safety of a language like Java . (Some cite Ada as an influence on Java.) Ada was named after Ada Lovelace , often credited as the first computer programmer.
Contents
edit
Features
Ada was originally targeted at embedded and real-time systems, and is still commonly used for those purposes. The Ada 95 revision, designed by S. Tucker Taft of Intermetrics between and , improved support for systems, numerical, and financial programming. Notable features of Ada include strong typing modularity mechanisms (packages), run-time checking parallel processing (tasks), exception handling , and generics . Ada 95 added support for object-oriented programming , including dynamic dispatch Ada supports run-time checks in order to protect against access to unallocated memory, buffer overflow errors

16. The Big Book Of Linux Ada Programming
An online documentation project fpr Linux ada programming.
http://www.pegasoft.ca/resources/boblap/book.html
The Big Online Book of Linux Ada Programming
An online documentation project. Last Updated : February 14, 2004
Do you want to develop Linux applications twice as fast as typical C language applications?
Do you want to learn about a language that is designed for open source development?
Read on!

Latest version: [ North America/Canada ] Download files: [ .zip HTML ] Unofficial mirrors: [ Europe/Spain ] [ Asia/Japan ] [ OOP Web ] Search the Big Book for a word or phrase Special Thanks To Jean-Marc Bourguet (C++ exceptions)
Mike Brenner (Pure)
Jeff Creem (user stack and errno clarifications)
Warren W. Gay (Ada Streams)
Bernhard Gubanka (Debugging Pools clarifications)
Eric L. Schott, Warren W. Gay, Jean-Marc Bourguet (Adjust vs. C++ Copy Constructors)
Rush Kesler (PDF version) Rolf Offermanns (currency.adb corrections) Karl Ranseier and Preben Randhol (sound bugs) Duncan Sands (Fortran, Elaborate_All) Erik Sigra (Automake) Wilhelm Spickermann (CVS) Leonid A. Timochouk (Florist clarifications) Michael Uplawski (typing mistake) Talk with the author at ken-nospam@pegasoft.ca (remove the "-nospam"). Hosted by

17. SIGAda Ada Programming Language
ACM Special Interest Group on Ada information on SIGAda organization and pointers to current information and resources for the ada programming
http://tmsyn.wc.ask.com/r?t=an&s=hb&uid=24312681243126812&sid=343126

18. Category:Ada Programming Language - Wikipedia, The Free Encyclopedia
From Wikipedia, the free encyclopedia. This category lists article of the ada programming language. Subcategories. There is 1 subcategory to this category.
http://en.wikipedia.org/wiki/Category:Ada_programming_language
Category:Ada programming language
From Wikipedia, the free encyclopedia.
This category lists article of the Ada programming language
Subcategories
There is 1 subcategory to this category.
A
Articles in category "Ada programming language"
There are 16 articles in this category.
A
A cont.
B
G
I
P
R
S
Retrieved from " http://en.wikipedia.org/wiki/Category:Ada_programming_language Categories Programming languages Imperative programming languages ... .NET programming languages Views Personal tools Navigation Search Toolbox

19. Ada - AdaPower.com - The Home Of Ada
The Ada Source Code Treasurey contains components, procedures, algorithms and articles for Ada developers and ada programming
http://tmsyn.wc.ask.com/r?t=an&s=hb&uid=24312681243126812&sid=343126

20. Ada Programming Language Resources For Educators And Students
ada programming resources.
http://www.acm.org/sigs/sigada/education/
Welcome to the SIGAda education page!
You are visitor number
Sorry, you missed the
SIGAda 2005 International Conference!

Join us again in Atlanta in 2005!
EXTRA! EXTRA!
Free, downloadable, Ada 95 textbooks for experienced developers!
Ada Distilled, by Richard Riehle
Download the book HERE ; get all the source programs HERE
Ada for Software Engineers
Mordechai (Moti) Ben-Ari

Winner of the 2004 ACM SIGCSE Award for Outstanding Contributions to Computer Science Education.
Download the book HERE
Our goal with this site is to provide knowledge, resources, and general links to the Ada community at large, and especially to educators and students. If you are new to the language of Ada, see our Ada Tutorial Links Page. See where they're using Ada in Industry Visit our Ada in Schools page to learn about who's teaching Ada. Books on Ada Technical Reports Ada FAQ Tools and Components ... The Ada Informer This web site is created and maintained at the Department of Computer Science The George Washington University Washington, DC, with partial funding from ACM SIGAda S pecial I nterest G roup on Ada Your feedback is welcomed.

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 1     1-20 of 148    1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | Next 20

free hit counter