Geometry.Net - the online learning center
Home  - Basic_P - Pascal Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 2     21-40 of 157    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  

         Pascal Programming:     more books (100)
  1. Schaum's Outline of Programming with Pascal by Byron S. Gottfried, 1994-01-01
  2. Pascal: Programming and Problem Solving by Sanford Leestma, Larry Nyhoff, 1990-10
  3. Using Turbo Pascal 6.0 - 7.0 by Julien Hennefeld, 1994-10-02
  4. Computer programming in the Pascal language by Neal Golden, 1988
  5. Puzzled Programmers: 15 Mind-Boggling Story Puzzles to Test Your Programming Prowess : Solutions in Basic, Pascal, and C by Michael Wiesenberg, 1987-06
  6. Programming in Pascal (Computer Science Series) by DALE, 1997-01-17
  7. Structured Programming in Turbo Pascal/Book and Disk by L. Wayne Horn, 1995-02
  8. Turbo Pascal Update by Elliot B. Koffman, 1997-12-23
  9. Computer Science: A Breadth-First Approach with Pascal by Paul Nagin, John Impagliazzo, 1995-02-17
  10. Turbo Pascal: Programming and Problem Solving by Sanford Leestma, Larry Nyhoff, 1991-02
  11. Data Structures and Problem Solving With Turbo Pascal: Walls and Mirrors by Frank M. Carrano, Paul Helman, et all 1992-10
  12. Advanced Programming: Design and Structure Using Pascal by Lawrence H. Miller, 1986-01
  13. Pascal User Manual and Report: ISO Pascal Standard by Kathleen Jensen, Niklaus Wirth, 1991-09-24
  14. Delphi Programming for Dummies by Neil J. Rubenking, 1995-04

21. The Pascal Programming Language
The pascal programming Language Bill Catambay, Pascal Developer Updated 95-01. The pascal programming Language by Bill Catambay. Table of Contents.
http://www.pascal-central.com/ppl/
The Pascal Programming Language
Bill Catambay
, Pascal Developer
Updated: 9-5-01 The Pascal Programming Language
by Bill Catambay

Table of Contents
I. Introduction This paper is a review of the Pascal programming language. I will address the origin of the language, discuss the architecture, and talk about the language standards for unextended Pascal and Extended Pascal. I will confront the major criticisms of the language, explaining the origin and inaccuracy of the many myths about Pascal. Finally, I will address the Pascal implementations available today, comparing the different compilers and the different platforms on which Pascal is currently available.
My experience with Pascal dates back to the PDP-11, the system used at Santa Clara University where I received my Bachelor of Science in Computer Science in 1984. During my college years, I learned and worked with several languages on campus, ranging from FORTRAN to Pascal, COBOL to Assembly. Off campus, I did extensive programming with BASIC (at home on my Radio Shack TRS-80 Model 1) and APL (at Lockheed where I worked part-time). Before tackling the subject of Pascal, I believe it's relevant to discuss my involvement with the language first.
About the Author A P rogramming L anguage), a highly vectorized symbolic language that ran on an IBM mainframe computer. I originally dabbled in APL to write programs that checked my school work in vector algebra and other math courses, but as my knowledge of the language increased, so did my use of the language. I took over a project previously slated to be written in COBOL (

22. Pascal Programming Language - Wikipedia, The Free Encyclopedia
pascal programming language. Wirth also developed Modula2 and Oberon, languages similar to Pascal which also support object-oriented programming.
http://en.wikipedia.org/wiki/Pascal_programming_language
Pascal programming language
From Wikipedia, the free encyclopedia.
Server will be down for maintenance on 2004-06-11 from about 18:00 to 18:30 UTC. The computer programming language Pascal is one of the landmark programming languages on which generations of students cut their teeth and variants of which are still widely used today. TeX and much of the original Macintosh operating system were written in Pascal. The computer scientist Niklaus Wirth developed Pascal in 1970, in an effort to make structured programming easier for a compiler to process. Pascal is based on the Algol programming language and is named in honor of mathematician and philosopher Blaise Pascal . Wirth also developed Modula-2 and Oberon , languages similar to Pascal which also support object-oriented programming. Table of contents 1 Basic Syntax 2 Pascal and C 3 Implementations 4 Publicly available compilers ... edit
Basic Syntax
A common example of a language's syntax is the Hello world program program HelloWorld; begin WriteLn('Hello World!'); end. All programs start with the "Program" keyword , and a block of code is indicated with the "Begin" / "End" keywords. Case is ignored in the Pascal language. Semicolons separate statements, and the period ends the program (or unit). For some compilers the Program line is optional.

23. TP Lex/Yacc
a compiler generator for Turbo Pascal and compatibles. The package contains two programs, TP Lex and Yacc, which are approximately compatible with the UNIX utilities Lex and Yacc, but are written in and produce code for the Turbo pascal programming language. The present version works with all recent flavours of Turbo/Borland Pascal, including Delphi and Free Pascal Compiler, a GPL'ed Turbo Pascalcompatible compiler which currently runs on DOS and Linux.
http://www.musikwissenschaft.uni-mainz.de/~ag/tply/
Turbo Pascal Lex/Yacc
[Homepage] [Musikwissenschaft] [Musikinformatik] This is a compiler generator toolset I've written in my spare time when I was a student of Mathematics at the University of Mainz. At that time I used to program a lot in Borland's Turbo Pascal. Being interested in compiler construction, I thought it would be nice to have Turbo Pascal versions of the lex and yacc tools which are part of the UNIX/C programming environment. Nothing like this was available, and so I decided to write them myself. Judging from the email I still get, these programs have become fairly popular. They are not only used in the scientific community for the purpose of teaching compiler construction, but also for serious software projects both in academic institutions and commercial companies all over the world. There is one book I know of [Nino Silverio, Journal of Communication and Cognition - Artificial Intelligence (CCAI), 12(4), 1995, pp. 383-424.]. As of April 2000 , the latest release is TP Lex and Yacc Version 4.1a . This a maintenance release which fixes some compilation problems with newer fpc versions, as well as two bugs ("memory overflow" at startup, weird Lex output when regular definitions have trailing blanks). Currently I can only test this with Linux fpc, so if you can provide patches and binaries for other systems, please get in touch with me. Thanks to all of you who already reported bugs or send in other contributions.

24. Pascal < Programming < Tutorialfind
pascal programming. A very good tutorial about pascal programming. pascal programming. An excellent tutorial on Pascal covering every aspect of the language.
http://www.tutorialfind.com/tutorials/programming/pascal/
< Programming < tutorialfind HOME THE WEB'S NEWEST TUTORIALS Friday, June 11, 2004
SECTIONS 3D Software
Adobe

Computer Basics

Computer Hardware
...
Web Development

Programming > Pascal Tutorials Learn Pascal lesson 01 A tutorial that will teach you how to program in pascal. www.sepsis.za.net/programming_pascal01.html Pascal Programming pascalprogramming.schoolreference.com/index.htm Object Oriented Programming (OOP) in Pascal Contains all the basics of OOP concepts, encapsulation, inheritance, polymorphism, and virtual methods. The OOP methodology is explained with two working examples. Not complete but well worth a look. www.geocities.com/SiliconValley/Park/3230/pas/pasles03.html Pascal Programming An excellent tutorial on Pascal covering every aspect of the language. Well worth the read... www.geocities.com/SiliconValley/Horizon/5444/pstart.htm Pascal Tutorial This course is designed as a quick overview of the Pascal language for the non programmer. It is not designed to be comprehensive. www.duperouzel.freeserve.co.uk/pascal/ The QP7 Pascal Tutorial This tutorial does not go into great detail on the Pascal language, but does cover the basics of scope and procedure calls, syntax, and BGI graphics. It will be enough to get you programming in Pascal on your own.

25. Free Online Pascal And Delphi Tutorials And Documentation (thefreecountry.com)
This is a tutorial on the pascal programming language designed for beginners. Pascal Language Tutorial Delphi and pascal programming Tutorials
http://www.thefreecountry.com/documentation/onlinepascal.shtml
@import url(../include/modern.css);
Free Online Pascal Tutorials, Free Delphi Tutorials
Free documentation, references, tutorials on Delphi and Pascal for online reading
Search This Site
Main Site Home Feedback Link To Us No Spam Policy ... Site Map Programming Free Compilers Source Code / Libraries Programming Tools Documentation ... Free Emulators For Webmasters Web Hosting Perl Scripts PHP Scripts Script Hosting ... Wizards Security Security Miscellaneous Logtime Tofrodos NetSyndic News Hosted by:
If you find this site useful, please link to us
Free Online Pascal and Delphi Tutorials and Documentation
Listed here are free Pascal tutorials, free Delphi tutorials, tips, source code snippets, HOWTO documents, references, the ANSI/ISO Pascal Standards, and other documentation. Other relevant Pascal and Delphi pages include:
Free Online Delphi Tutorials, Free Online Pascal Tutorials and Documentation
Learn Pascal: The Ultimate Pascal Tutorial
This is a tutorial on the Pascal programming language designed for beginners.

26. Learn Pascal Programming Tutorial Lesson 1 - Introduction To Pascal
Learn pascal programming Tutorial Lesson 1 Introduction to Pascal. About Pascal. The pascal programming language was created by Niklaus Wirth in 1970.
http://www.sepsis.za.net/programming_pascal01.html
sepsis
Learn Pascal Programming Tutorial Lesson 1 - Introduction to Pascal
About Pascal
The Pascal programming language was created by Niklaus Wirth in 1970. It was named after Blaise Pascal, a famous French Mathematician. It was made as a language to teach programming and to be reliable and efficient. Pascal has since become more than just an academic language and is now used commercially.
What you will need
Before you start learning Pascal, you will need a Pascal compiler. This tutorial uses the Free Pascal Compiler . You can find a list of other Pascal compilers at TheFreeCountry's Pascal compiler list
Your first program
The first thing to do is to either open your IDE if your compiler comes with one or open a text editor. We always start a program by typing its name. Type program and the name of the program next to it. We will call our first program "Hello" because it is going to print the words "Hello world" on the screen. program Hello; Next we will type begin and end.

27. Learn Pascal Programming Tutorial Lesson 9 - Procedures And Functions
Learn pascal programming Tutorial Lesson 9 Procedures and Functions. Procedures. Procedures are sub-programs that can be called
http://www.sepsis.za.net/programming_pascal09.html
sepsis
Learn Pascal Programming Tutorial Lesson 9 - Procedures and Functions
Procedures
Procedures are sub-programs that can be called from the main part of the program. Procedures are declared outside of the main program body using the procedure keyword. Procedures must also be given a unique name. Procedures have their own begin and end . Here is an example of how to make a procedure called Hello that prints "Hello" on the screen. program Procedures;
procedure Hello;
begin
Writeln('Hello');
end;
begin
end. To use a procedure we must call it by using its name in the main body. program Procedures;
procedure Hello;
begin
Writeln('Hello');
end; begin Hello; end. Procedures must always be above where they are called from. Here is an example of a procedure that calls another procedure. program Procedures; procedure Hello; begin Writeln('Hello'); end; procedure HelloCall; begin Hello; end; begin HelloCall; end. Procedures can have parameters just like the other commands we have been using. Each parameter is given a name and type and is then used just like any other variable. If you want to use more than one parameter then they must be separated with semi-colons. program Procedures;

28. PASCAL PROGRAMMING
gatsby.tafe.tas.edu.au/pascal/pstart.htm World pascal programming Mailing List World pascal programming Mailing List PascalL Mailing List. This mailing list is about programming on any Pascal compilers, for people around the world!
http://www2.informatik.uni-halle.de/lehre/pascal/nz/default.htm
AN INTRODUCTION TO P ASCAL P ROGRAMMING
Introduction
This courseware introduces you to the subject of programming using the Pascal language. You are encouraged to work through each module at your own pace. Last modified 19th June 1995 . This courseware is best viewed in 800x600 resolution. This module is currently under development. Please be patient. Topic Areas Resource Material/Reference Books
Programming in Pascal: B Brown
Pascal: P Henry, CIT Enquiries
If you have any questions or suggestions concerning this courseware, please fill in the comments form or send email to b_brown@staff.cit.ac.nz . I'd love to hear from you.
Running this on your own server.

Details of other courses.
FACULTY Home page
CIT Home page
URL: http://www.cit.ac.nz/smac/pascal/default.htm

29. Pascal Programming
pascal programming. Notice Some of the following archives are very big.Please write me an email if an error occured while downloading
http://www.ping.de/sites/systemcoder/pascalpr.htm
Pascal programming
Notice: Some of the following archives are very big.Please write me an e-mail if an error occured while downloading.I haven`t tested all links!!!
Download complete Pascal Index (31919 Byte)
CS.US.ES FTP Server (graphic stuff):
Info: If you want to find more good stuff,search the server yourself! You find more...
1svga.zip Pascal SVGA Utilities und Source Code

burn.zip Fire Routine in Pascal

burn11.zip Fire Routine(ASM/Pascal)

cplasma.zip Plasma Routine
...
vgascrol.zip 640x400 image/link scrolling
Turbo Pascal Simtel Archive:
3dlib30a.zip 3D animation lib for TP/BP/TPW/C++, Core, 1of2
3dlib30b.zip 3D animation lib for TP/BP/TPW/C++, Tools,2of2

3dterp10.zip PASTERP-based 3D animation program

amouse55.zip TurboPas5.5 Microsoft mouse unit (source only)
...
zip2obj.zip Imploded .ZIP -> .OBJ -> Turbo Pascal explode
Dracos.Net source code material:
An interested archive.Visit this server.I think there are other interested programming links. Visit dracos.net racefx.zip Source of an uncompleted racing game. frace10.zip Uncompleted project in CS.Also a racing game. ra_gfx.pas A VGA Unit to use sprites made with SPRITEFX.PAS ... sounds.pas A group of sound FXs.
x2ftp server PASCAL related stuff:
Info: This is a very big archive.Move to this server if you want to find more interesting stuff...Programmers of other languages should also take a look here.Some of the programs listed here are coded in PASCAL,C,ASM...

30. World Pascal Programming Mailing List
World pascal programming mailing list
http://www.mingus.hpg.com.br/pascall/
Mingo's HomePage http://pascall.mingus.cjb.net/
World Pascal Programming Mailing List Pascal-L Mailing List
  • This mailing list is about programming on any Pascal compilers, for people around the world!
    English is the primary language used in this list.
    If possible, visit my main homepage
    Invite your Pascal programmers friends!
    You can join this list visiting the following web page:
    http://groups.yahoo.com/group/pascal_l
Home by MINGO

31. Introduction To Pascal Programming
Programming in Pascal online free tutorial guide, learn all about how to program in pascal and write programs in the Pascal language. pascal programming v2.1.
http://www.iitd.ac.in/cgi-bin/nph-p/http/10.116.2.57/course/pascal/default.htm
Pascal Programming v2.1 Brian Brown Notes Tests Comments ...
French Translation
Please use a Mirror Site near you Australia Tasmanian Business Institute, Tasmania Belgium Université libre de Bruxelles (Free University of Brussels) Bulgaria University of Mining and Geology, St. Ivan Rilski, Sofia Canada RCC College of Technology - Concord (Toronto), Canada. Finland Vantaa Institute of Technology Germany Willkommen an der Fachhochschule Jena Macau Inter-University Institute of Macau Scotland James Watt College of Further and Higher Education Thailand Khon Kaen University USA University of Nebraska at Kearney USA http://msnhomepages.talkcity.com/LibraryLawn/brownbr/pascal/default.htm USA http://www.geocities.com/SiliconValley/Horizon/5444/pstart.htm USA http://www.xploiter.com/mirrors/pascal/default.htm About this courseware
This self paced learning module on Pascal Programming includes all the information you need to learn how to program in Pascal quickly and effectively. Our courseware makes the task of programming in Pascal easier and quicker. Learn to write Pascal programs today! The on-line notes are free , but you can purchase the CD-ROM that has ALL the self study guides found here , and the CD is packed with additional resources and features. Access this course in

32. PASCAL PROGRAMMING
Translate this page UNE INTRODUCTION A LA PROGRAMMATION EN PASCAL. Tout droits réservés. Introduction Ce tutoriel vous présente le langage de programmation Pascal.
http://www.ibilce.unesp.br/courseware/fpascal/default.htm
UNE INTRODUCTION A LA P ROGRAMMATION EN P ASCAL
Introduction
Ce tutoriel vous présente le langage de programmation Pascal. Il a été développé par Brian Brown et Peter Henry ( CIT, Nouvelle-Zélande ) et traduit en français, avec leur autorisation, par Stéphane Tonneau et Frédéric Grognard, sous la direction du Prof. Y. Deville ( département d'ingénierie informatique, UCL, Belgique ). Nous vous encourageons à travailler chaque module à votre rythme. Ce module est toujours en développement. Soyez donc indulgent. La dernière modification de ce document date du 19 juillet 1995 Sujets abordés Livre de référence
Programmation Pascal : B Brown
Pascal: P Henry, CIT
URL: http://candix1.fsa.ucl.ac.be/langages/Pascal/tutoriel/default.htm

33. Pascal Programming Language
pascal programming language. Brian W. Kernighan, Why Pascal is Not My Favorite Programming Language http//www.lysator.liu.se/c/bwkon-pascal.html;
http://www.fact-index.com/p/pa/pascal_programming_language.html
Main Page See live article Alphabetical index
Pascal programming language
The computer programming language Pascal is one of the landmark programming languages on which generations of students cut their teeth and variants of which are still widely used today. TeX and much of the original Macintosh operating system were written in Pascal. The computer scientist Niklaus Wirth developed Pascal in 1970, in an effort to make structured programming easier for a compiler to process. Pascal is based on the Algol programming language and is named in honor of mathematician and philosopher Blaise Pascal . Wirth also developed Modula-2 and Oberon , languages similar to Pascal which also support object-oriented programming. Table of contents 1 Basic Syntax
2 Pascal and C

for comparison. Because
effectively serves both purposes in mathematics, people often use that shorter symbol when the other one (either := in Pascal or ...
8 See also
Basic Syntax
A common example of a language's syntax is the Hello world program program HelloWorld; begin WriteLn('Hello World!'); end. All programs start with the "Program" keyword , and a block of code is indicated with the "Begin" / "End" keywords. Case is ignored in the Pascal language. Semicolons separate statements, and the period ends the program (or unit). For some compilers the Program line is optional.

34. Programming › Borland Turbo Pascal Programming Language
home › Programming › Borland Turbo pascal programming language. Filter by Ascending. Borland Turbo pascal programming language.
http://www.simtel.net/pub/msdos/turbopas/
Registry First Aid 3.3.0.418
Cleans the registry to speed up your computer and stop program crashes! S EARCH: Site News Index
Account
Log on/register ...
Log off

Hot Spots Spotlights
Doc's Picks

New Uploads

Top 100 Downloads
...
Hot Games from GameZone.com

Highlights Registry First Aid
Net Nanny's Pop-up Scrubber
Vigilant Privacy for Windows High Impact eMail ... Mahjongg Towers II
ADVERTISEMENT TRANSLATE INTO English Spanish Portuguese French German Italian Japanese Korean using Google home Programming Filter by: All OSs Handheld MS-DOS Win 2000/NT Win 95/98/ME Windows 3.1 Windows XP All Licenses Adware Beta Demo Freeware Legacy Public Domain Shareware All Prices Less than $5 Less than $10 Less than $25 Less than $50 Less than $100 All User Ratings More than 25% More than 50% More than 60% More than 70% More than 80% More than 85% More than 90% More than 95% All File sizes Less than 50kb Less than 250kb Less than 500kb Less than 750kb Less than 1mb Less than 2mb Less than 5mb Sort by: Released date Title Price User rating File size License Direction: Ascending Descending
Borland Turbo Pascal programming language
Found: 370. Displaying: 1-10

35. Pascal Links And Resources
Suggest new link pascal programming FAQ. pascal programming resources. Borland s Pascal page. Official Borland s pascal programming home page.
http://www.vpsource.com/programming-pascal.html
CDs e-store Web design services Programming services Delphi source codes
Search the web :

choose AltaVista Google Lycos Yahoo
Affordable Web design services
Our web development company is based in Lithuania, Ukraine (Eastern Europe), Russia - we offer you the same quality web design services much lower prices than UK or USA companies
document.write("Make it your homepage"); Add to favorites Suggest new link
Pascal programming FAQ
VP Website creation services Lowest prices affordable web design services
much lower prices Our P rimary object is to offer businesses a professional presence on the Internet. All web pages are designed with the client in mind, allowing them to easily update their own web content. We can also revitalize your existing site, creating visibly appealing web pages that attract new customers. Experience keeps our development time to a minimum and the Client may view the progress of his/her site as it is being developed.

36. Pascalite Programming Tutorials
HOME pascal programming Tutorials. If you are very new to programming, you might make progress faster if you start with a nonWindows Pascal
http://sheepdogsoftware.co.uk/pltut.htm
HOME
Pascal Programming Tutorials
(With examples tailored to the free package "Pascalite")
This site offers write-ups of how to do specific things in Pascal. You don't need to pay for a compiler: the tutorials are based on a good free one. (No, "good" and "free" are not mutually exclusive!) The material should be of general use, but is, I hope, especially useful for those who have the Pascalite microcontroller. Feel free to use the tutorials in programming courses, but a credit of the source would be appreciated. You do not have to have the Pascalite hardware to do everything in these programming tutorials. IF YOU DO have the hardware, especially if you have just obtained it, PLEASE have a look at my Using the Pascalite Hardware It has details of how to access various features of the splendid Pascalite. Pascalite is two things: A Pascal software programming package which you can download for free, and an inexpensive but capable microcontroller, which is remarkably capable. The software includes not only the compiler, but also a splendid integrated working environment including editor, debugging tools and simulation of the Pascalite hardware. The download was only 482kb in late 2002, but don't be fooled into thinking that it can't be very capable in so "few" bytes. It simply wasn't written at Microsoft! Click here to visit the Control Plus site,

37. Pascal Programming Language Resources Around The World
pascal programming Language Resources around the World. April 4th 1997. THE pascal programming LANGUAGE. Here is a list of Pascal
http://www.eeng.brad.ac.uk/help/.packlangtool/.langs/.pas/.resource.html
Pascal Programming Language Resources around the World
April 4th 1997 THE PASCAL PROGRAMMING LANGUAGE Here is a list of Pascal language resources from around the world. Some may be a little slow if they have to come a long way during busy times (e.g. weekday afternoons). Most entries have a Borland Turbo Pascal flavour (if not explicitly so).
Pascal Language Tutorials and Courses
Pascal Language Tutorial mirrored at Exeter U. (original at Pascal Central in NZ)
Pascal Language Tutorial (based on Borland)
PROGRAMMING CONCEPTS AND STRUCTURES (PASCAL based)
Glenn Grotzinger's Turbo Pascal Tutorial
Pascal Language Resource Lists
Resources - your guide to good Pascal material
Turbo Pascal Programmers Page
CyBorch's Pascal Programming page
Other Pascal Language Resources
ANSI-ISO Pascal Frequently Asked Questions (FAQ) from NZ
and Borland mini-FAQ
ELECTRONIC ENGINEERING HELP SYSTEM - Home Page david@bradford.ac.uk

38. PCMag.com Shareware Library: Programming › Borland Turbo Pascal Programming Lan
Home Downloads Shareware Library Programming › Borland Turbo pascal programming language. Borland Turbo pascal programming language. Found 30.
http://shareware.pcmag.com/category.php[id]296[SiteID]pcmag

Benchmarks
Utilities Shareware Library All Sites PC Magazine Home Downloads Shareware Library Programming
SEARCH SHAREWARE Advanced Search Filter by: All OSs Handheld MS-DOS Win 2000/NT Win 95/98/ME Windows 3.1 Windows XP All Licenses Adware Beta Demo Freeware Legacy Public Domain Shareware All Prices Less than $5 Less than $10 Less than $25 Less than $50 Less than $100 All User Ratings More than 25% More than 50% More than 60% More than 70% More than 80% More than 85% More than 90% More than 95% All File sizes Less than 50kb Less than 250kb Less than 500kb Less than 750kb Less than 1mb Less than 2mb Less than 5mb Sort by: Released date Title Price User rating File size License Direction: Ascending Descending
Borland Turbo Pascal programming language
Found: 30. Displaying: 1-10 CMATH for Borland Pascal 7 4.0 Released: May 18, 2004 OS: MS-DOS License: Shareware Price: User Rating: N/A CMATH is a comprehensive library for complex-number arithmetics and mathematics, both in cartesian and polar format (float, double, and extended precision). The implementation in Assembly language ensures superior speed, accuracy, and safety. As in the C version of CMATH, all functions of the Pascal/Delphi version have a type-specific prefix, as in, cf_sin, cd_exp, or pf_sqrt. They are optimized for Pentium II-IV, but will run on computers down to 386+387. This version is for Borland (Turbo) Pascal 7. Downloads: File Size: 171.60 KB

39. PCMag.com Shareware Library: Programming › Pascal Programming Language
pascal programming language. Found 14. The Irie Pascal compiler translates Pascal programs into Irie Virtual Machine (IVM) executables.
http://shareware.pcmag.com/category.php[id]215[SiteID]pcmag

Benchmarks
Utilities Shareware Library All Sites PC Magazine Home Downloads Shareware Library Programming
SEARCH SHAREWARE Advanced Search Filter by: All OSs Handheld MS-DOS Win 2000/NT Win 95/98/ME Windows 3.1 Windows XP All Licenses Adware Beta Demo Freeware Legacy Public Domain Shareware All Prices Less than $5 Less than $10 Less than $25 Less than $50 Less than $100 All User Ratings More than 25% More than 50% More than 60% More than 70% More than 80% More than 85% More than 90% More than 95% All File sizes Less than 50kb Less than 250kb Less than 500kb Less than 750kb Less than 1mb Less than 2mb Less than 5mb Sort by: Released date Title Price User rating File size License Direction: Ascending Descending
Pascal programming language
Found: 14. Displaying: 1-10 Irie Pascal for DOS 2.0 Released: Mar 14, 2001 OS: MS-DOS License: Shareware Price: User Rating: N/A Downloads: File Size: 623.75 KB Company: Irie Tools Web Site: fpc100.zip - Released: Jul 24, 2000 OS: MS-DOS License: Freeware Price: User Rating: N/A Free Pascal (aka FPK Pascal) is a free 32 bit pascal compiler. The language syntax is semanticly compatible with TP 7.0, some extensions used by Delphi (classes, rtti, exceptions, ansistrings) are also supported. Furthermore Free Pascal supports function overloading and other such features. Special requirements: 386 processor required, 486 recommended. Freeware. Uploaded by Klaus Hartnegg hartnegg@uni-freiburg.de Downloads: File Size: 13.15 MB

40. Pascal Programming Tutorial - Coronado Enterprises
In order to use our pascal programming tutorial you need the source code for all of the example programs. There are 97 source files for the tutorial.
http://www.coronadoenterprises.com/tutorials/pascal/
Search this site
Pascal Table of Contents Introduction What is Pascal and why study it?
Chapter 1 What is a computer program? Chapter 2 Getting Started in Pascal Chapter 3 The Simple Pascal Data Type Chapter 4 - Pascal Loops and Control Structures Chapter 5 - Pascal Procedures and Functions Chapter 6 - Arrays, Types, Constants, and Labels Chapter 7 - Strings and String Procedures Chapter 8 - Scalars, Subranges, and Sets Chapter 9 - Records Chapter 10 - Standard Input/Output Chapter 11 - Files Chapter 12 - Pointers and Dynamic Allocation Chapter 13 - Units in Turbo Pascal Chapter 14 - Encapsulation and Inheritance Chapter 15 - Virtual Methods Chapter 16 - Complete Example Programs

Support Frequently asked questions about Pascal
Pascal Questions and Answers
How to evaluate the Pascal Language Tutorial How to purchase the Pascal Language Tutorial About Pascal and this tutorial The Pascal programming tutorial teaches you the entire Pascal language. It is composed of 16 chapters which should be studied in order since topics are introduced in a logical sequence and build upon topics introduced in previous chapters. It is to the students benefit to download the source code for the example programs, then compile and execute each program as it is studied. The diligent student will modify the example program in some way, then recompile and execute it to see if he understands the material studied for that program. This will provide the student with valuable experience using his compiler.

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

free hit counter