Geometry.Net - the online learning center
Home  - Basic_P - Pascal Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 6     101-120 of 166    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 9  | 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. BORLAND PASCAL 7.0 PROGRAMMING (Borland Bantam) by Tom Swan, 1993-03-13
  2. Easy Object Programming for the MacIntosh Using Appmaker and Think Pascal/Book and Disk by R. O. Parker, 1993-06
  3. Programming in Pascal With an Early Introduction to Procedures by Nell B. Dale, 1990-01
  4. Macintosh Pascal Programming Primer: Inside the Toolbox Using Think Pascal (Macintosh Pascal programming primer) by Dave Mark, Cartwright Reed, 1991-01
  5. Object-Oriented Programming With Borland Pascal 7/Book and Disk by Namir Clement Shammas, 1993-06
  6. Turbo Pascal: An Introduction to Structured and Object-Oriented Programming by David I. Schneider, 1990-05
  7. Abstractions & Programming in Turbo Pascal Flexlabs by Dale Shaffer, David C. Platt, 1995-09
  8. Programming With Pascal by John Konvalina, Stanley Wileman, 1987-02
  9. Programming the IBM Personal Computer, Pascal (IBM personal computer series) by Neill Graham, 1984-02
  10. Programming Macintosh Pascal by John J. Dielsi, Elaine S. Grossman, 1986-12
  11. Turbo Pascal Disktutor/Book and 2 Disk (Borland-Osborne/Mcgraw-Hill Programming Series) by Werner Feibel, 1989-10
  12. Advanced Turbo Pascal: Now Includes Borland's Turbo Pascal Database Toolbox and Turbo Pascal Graphix Toolbox (Programming Series) by Herbert Schildt, 1987-08
  13. Turbo Pascal: An Introduction to Modern Programming by Larry Joel Goldstein, 1987-12
  14. Pascal: Metrowerks Programming Environments : Tutorials, Reference, User's Guide and Software/Book and Disk

101. Into The Realm Of Oberon (Nikitin)-Springer Software Engineering / Programming A
By Eric W. Nikitin; SpringerVerlag, 1997, ISBN 0387982795. Introduction to programming, uses Oberon because it is descendant of teaching languages pascal, Modula, and designed to encourage good OO practices. Springer-Verlag
http://www.springer-ny.com/detail.tpl?isbn=0387982795

102. Bodrov, Vadim G. - Coding Corner
Tutorial samples with source (C , TMT pascal), libraries, freeware utilities. programmingrelated articles in russian. Also ZX-Spectrum downloads.
http://falkoris.tripod.com/

103. List Of Articles With Pascal Programs: Information From Answers.com
List of articles with pascal programs This is a list of articles which contain programming examples with source code written in the programming.
http://www.answers.com/topic/list-of-articles-with-pascal-programs
showHide_TellMeAbout2('false'); Business Entertainment Games Health ... More... On this page: Wikipedia Mentioned In Or search: - The Web - Images - News - Blogs - Shopping List of articles with Pascal programs Wikipedia List of articles with Pascal programs This is a list of articles which contain programming examples with source code written in the programming language Pascal This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see var tcdacmd="cc=edu;dt"; Mentioned In List of articles with Pascal programs is mentioned in the following topics: Pascal programming language Wikipedia information about List of articles with Pascal programs This article is licensed under the GNU Free Documentation License . It uses material from the Wikipedia article "List of articles with Pascal programs" More from Wikipedia Your Ad Here Your Ad Here Jump to: Wikipedia Mentioned In Or search: - The Web - Images - News - Blogs - Shopping Send this page Print this page Link to this page Tell me about: Home About Tell a Friend Buzz ... Site Map

104. KT Programming Page
programming in pascal, assembler and C++. Also Ti83 section.
http://hem.passagen.se/klas82/indext.htm

105. Borland Pascal.Ðóêîâîäñòâî ïîëüçîâàòåëÿ
Перевод руководства пользователя Borland pascal 7.0 .
http://www.citforum.ru/programming/bp70_ug/
CITKIT.ru
IT-ðûíîê Íîâîñòè ìèðà IT Îêåàí(!) ñîôòà íà CITKIT.ru ...
+ ñåðòèôèêàòû Microsoft, SUN è äð.

Äîïîëíèòåëüíîå IT-îáðàçîâàíèå
IT-êîíñàëòèíã Software Engineering Open Source Internet ... Hardware WWW CITForum.ru Íîâîñòè ìèðà IT:
  •  ðàìêàõ ïðîåêòà MegaGrid ðàçðàáîòàíû ëó÷øèå ìåòîäèêè ðàñïðåäåëåíèÿ ðåñóðñîâ è ìîíèòîðèíãà ïðîèçâîäèòåëüíîñòè äëÿ êîðïîðàòèâíûõ ñðåä ðàñïðåäåëåííûõ âû÷èñëåíèé
  • Intel âûïóñòèëà ïëàòû è ÏÎ ñ ïîääåðæêîé Trusted Computing
  • Ñâÿçóþùåå ÏÎ Oracle® Fusion Middleware - äâèãàòåëü óñïåõà êëèåíòîâ âî âñåì ìèðå
  • Ïåðâûé ðóññêèé æóðíàë îá ÎÑ Linux ïîñòóïèë â ïðîäàæó ...
  • Áèëë åéòñ: Vista íå ïîòðåáóåò àïãðåéäà "æåëåçà"
    Borland Pascal. Ðóêîâîäñòâî ïîëüçîâàòåëÿ
  • 106. Pascal-FC
    pascalFC is a programming language aimed at supporting the teaching of It is implemented as a set of pascal programs and hence can easily be ported.
    http://www-users.cs.york.ac.uk/~burns/pf.html
    Pascal-FC
    by Alan Burns and Geoff Davies Pascal-FC is a programming language aimed at supporting the teaching of concurrent programming. It supports a wide range of concurrency primitives including semaphores, monitors with condition variables, synchronous message passing using channels (as in occam and CSP), remote invocation (as used in the Ada rendezvous), protected resources (as used in Ada 95 protected objects) and requeue. All of these features can be easily used, either in isolation or together. An important feature of the implementation of Pascal-FC is the random switching between user processes incorporated into the run-time system. This provides an excellent simulation of true parallelism and invariably finds bugs in poorly structured programs. As well as supporting teaching, Pascal-FC can also be used to experiment with concurrent algorithms. The use of Pascal-FC is supported by a book . This book provides a hands-on introduction to concurrent programming principles and techniques. It also contains a Reference Manual for Pascal-FC and information on its implementation. As the name implies, Pascal-FC is based upon Pascal; it is easy to use. It is implemented as a set of Pascal programs and hence can easily be ported.

    107. Programming Information From HB
    Text descriptions compare C/C++, Java, pascal, Basic, VeraStream; Oracle; HTML, XML; JavaScript, PHP.
    http://www.cybercomm.nl/~broers/programming.html
    Programming
    Site Map
    Algorithms

    Dutch

    Fun

    Medical
    ...
    Ziekten
    Index of programming Programming languages
    C / C++

    Citect

    Java

    Pascal
    ... VeraStream Databases Oracle PostgreSQL Items Comparison between languages Abbreviations Markup languages HTML XML Scripting languages Javascript PHP Available own software BTag text conversion RTF to HTML conversion Upstairs Index ... Contact Programming languages C / C++ What is C / C++? C is a programming language to make low level programs with maximum speed with less overhead C++ is object-oriented C and more automated inclusion of code More Inside links: Download sources now: contact me To get: Block text searcher, searching of lines and/or more lines that can be expressed by coding in a file. Difficulty to learn for C: **** +++ Difficulty to learn for C++: ***** +++ List of Codes
    More about differences in C++ for C programmers
    C++ is an Object Oriented language that means it has the 3 OOP properties
    • Encapsulation by using public, protected and private See below
    • Inheritance and overloading
    • Polyformism, more functions with the same name can exist in the same class but with different properties

    108. Free Pascal - Programming With FPC
    Free pascal free 32/64bit pascal compiler (x86,m68k,powerpc,sparc,arm) for DOS, Linux, Darwin, NetBSD, FreeBSD, Solaris, MacOS, BeOS, Win32 and OS/2.
    http://www.freepascal.org/prog.html

    Introduction

    Download

    News

    Advantages
    ...
    Community

    Programmers tools
    Tools

    FCL

    Packages

    Development
    ... Units
    Programming in FPC
    This page attempts to give an overview of the tools that the Free Pascal compiler puts at your disposal when you are programming.
    Tools
    Free Pascal comes with several command-line tools that you can use to ease your programming. Among the tools are a source formatter, a makefile generator, a C header translator, a unit dependency lister and even TP lex and yacc.
    The FCL (Free Component Library)
    The Free Component Library is meant as a free and portable alternative to Delphi's VCL (Visual Component Library). It is a low-level library, meaning that it doesn't include GUI (graphical) components. It is meant to provide people that implement a GUI with basic routines such as stringlists, streaming, XML routines, Database access and many more things. It tries to provide as many Delphi-compatible components as possible, to ease porting, but it also presents alternative components that offer different functionality, not found in the Delphi components.
    Packages
    Free Pascal comes with a series of packages; mainly these are import units for important libraries, or some tools that have been developed by the Free Pascal team.

    109. Roby's Programming Tutorial
    pascal, C/C++, C , Java, and Assembly. Download available.
    http://www.geocities.com/codeteacher/
    Roby's Programming Tutorial uses frames, but your browser doesn't support them. Click here to go to the news section. Hey, why don't you check out here You will be automatically teleported to my non-frame site in 5 seconds. If nothing happens, click here.

    110. Comparing Java With Component Pascal
    Article by Cuno Pfister, Oberon microsystems. It describes the main similarities and differences between the programming languages Java and Component pascal.
    http://npt.cc.rsu.ru/user/wanderer/ODP/component_pascal/Java_vs_ComponentPascal.
    Oberon microsystems This text was created in response to a question by ObSoft S.A. in France.
    Brief comparison of Component Pascal and Java
    Cuno Pfister, Oberon microsystems Component Pascal is to Pascal what Java is to C and C++: a modern and safe next-generation language that combines the flexibility of dynamic languages with the robustness of static languages. Like Java, it builds on decades of experience, and makes reuse of existing skills easy. Like Java, it supports component software much better than its predecessors. Compared to Java, it is easier to learn and allows to produce more efficient code. The most obvious difference is the "look and feel" of the two languages. Component Pascal is syntactically clearly in the Pascal family, while Java is in the C family. But this is a relatively superficial difference. Concerning the more important "design for safety", Java and Component Pascal are closely related, while C and even original Pascal (e.g., untagged variant records) are comparatively unsafe. Among other things, safety also implies automatic garbage collection. Garbage collection is necessary to avoid memory leaks and, more importantly, dangling pointers. Both Java and Component Pascal support the dynamic loading of code and metaprogramming (reflection). As a result, both languages can use virtually the same run-time system. This is proven by the real-time operating system

    111. Learn Programming
    programming information and tutorials for Delphi, pascal, C, C++, Java, HTML, Assembly.
    http://www.learn-programming.za.net/
    Learn Programming
    How to Learn Programming
    A quick guide on how to learn programming for people who have never programmed before.
    Last updated: 2005-08-28 Learn C++ Programming Lesson 1
    Learn to program in C++.
    Last updated: 2005-05-24 Learn Java Programming Lesson 1
    Learn how to program using Sun Microsystems object-oriented programming language.
    Last updated: 2005-05-24 Learn ASP Lesson 1
    This tutorial will teach you how to use ASP(Active Server Pages).
    Last updated: 2004-11-03 Learn C Programming Lesson 1
    Learn to program in C.
    Last updated: 2004-10-02 Learn Pascal Programming Lesson 1 Learn how to write Pascal programs. Last updated: 2004-10-02 Learn UNIX Learn how to use UNIX including console commands, the vi editor and kornshell script programming. Last updated: 2004-10-02

    112. Springer - Your Publishers Of Books, Journals, And Electronic Media
    By Jorg Muhlbacher, Bernhard Leisch, Brian Kirk, Ulrich Kreuzeder; SpringerVerlag, 1997, ISBN 3540625224. Detailed introduction to programming in Oberon, pascal OO successor, uses hands-on approach based on many examples, starts with basics, to full OOP range. Springer-Verlag
    http://www.springer-ny.com/detail.tpl?isbn=3540625224

    113. Taoyue.com: Learn Pascal Tutorial - Table Of Contents
    banner image taoyue.com Learn pascal tutorial Table of Contents programming Assignments Fibonacci Sequence and Powers of Two Solutions
    http://www.taoyue.com/tutorials/pascal/contents.html

    taoyue.com
    Learn Pascal tutorial : Table of Contents Web taoyue.com

    114. MPE/iX And HP E3000 Technical Documentation
    Online documentation for HP's commercial programming languages including Allbase SQL, BRW, C, Cobol, Fortran, pascal, RPG, Transact, and symbolic debugger.
    http://docs.hp.com/mpeix/all/index.html
    summary of site-wide JavaScript functionality United States-English Contact HP Search: More options docs.hp.com - English All of HP US
    Technical documentation
    MPE/iX and HP e3000 Technical Documentation
    Technical documentation
    Assistance Related sites Where to buy
    Technical support
    IT Resource Center
    Localized documentation
    This collection provides complete documentation for all MPE/iX releases and HP e3000 systems hardware. Adapter Cards ALLBASE Database BASIC/XL C ... VPLUS Adapter Cards MPE/iX 7.0, 7.5 PDF HTML PCI 100Base-T Network Adapter Installation and Service Guide MPE/iX 7.0, 7.5 PDF HTML ALLBASE Database Up and Running with ALLBASE/SQL HP-UX 10.x, 11.0, 11i v1.6, MPE/iX 6.0, 6.5, 7.0, 7.5 PDF HTML BASIC/XL HP Business BASIC/XL Migration Guide MPE/iX 6.0, 6.5 HTML HP Business BASIC/XL Reference Manual MPE/iX 6.0, 6.5, 7.0 PDF HTML C HP C Programmer's Guide MPE/iX 6.0, 6.5, 7.0 PDF HTML HP C/iX Library Reference Manual MPE/iX 6.0, 6.5, 7.0 PDF HTML HP C/iX Reference Manual MPE/iX 6.0, 6.5, 7.0 PDF HTML SPL to HP C/XL Migration Guide MPE/iX 6.0, 6.5 PDF HTML COBOL HP COBOL II/XL Migration Guide MPE/iX 6.0, 6.5

    115. Programming Languages Are Like Women
    Humorous analogies between women and Assembly, Fortran, COBOL, BASIC, PL/1, C, Algol 60 and 68, pascal, Modula2, LISP, APL, Logo, Lucid and Prolog, Ada. Inspired by Fun with Computer Languages.
    http://www.gksoft.com/a/fun/languages-women.html
    Programming Languages Are Like Women
    There are so many programming languages available that it can be very difficult to get to know them all well enough to pick the right one for you. On the other hand most men know what kind of women appeals to them. So here is a handy guide for many of the popular programming languages that describes what kind of women they would be if programming languages were women.
    Assembler
    A female track star who holds all the world speed records. She is hard and bumpy, and so is not that pleasant to embrace. She can cook up any meal, but needs a complete and detailed recipe. She is not beautiful or educated, and speaks in monosyllables like "MOV, JUMP, INC". She has a fierce and violent temper that make her the choice of last resort.
    FORTRAN
    Your grey-haired grandmother. People make fun of her just because she is old, but if you take the time to listen, you can learn from her experiences and her mistakes. During her lifetime she has acquired many useful skills in sewing and cooking (subroutine libraries) that no younger women can match, so be thankful she is still around. She has a notoriously bad temper and when angered will start yelling and throwing dishes. It was mostly her bad temper that made granddad search for another wife.
    COBOL
    A plump secretary. She talks far too much, and most of what she says can be ignored. She works hard and long hours, but can't handle really complicated jobs. She has a short and unpredictable temper, so no one really likes working with her. She can cook meals for a huge family, but only knows bland recipes.

    116. Oberon Microsystems AG BlackBox
    Official homepage of componentbased development environment for the programming language Component pascal.
    http://www.oberon.ch/blackbox.html
    Startseite Angebot Firma Personen ... œbersicht BlackBox Was ist BlackBox? „BlackBox Component Builder“ ist die von Oberon microsystems entwickelte, komponentenbasierte Entwicklungsumgebung f¼r die Programmiersprache „Component Pascal“.
    Durch seine Stabilit¤t, Schnelligkeit und Einfachheit ist BlackBox sehr gut f¼r wissenschaftliche und technische Anwendungen geeignet.
    Dank bescheidener Hardwarevoraussetzungen kann BlackBox auch in L¤ndern mit eingeschr¤nkter IT-Infrastruktur f¼r Entwicklung, Lehre und Forschung eingesetzt werden. What is BlackBox? „BlackBox Component Builder“, developed by Oberon microsystems, is the component-based development environment for the programming language „Component Pascal“.
    Due to its stability, performance and simplicity, BlackBox is perfectly suited for science and engineering applications.
    Thanks to modest hardware requirements, BlackBox can also be used in countries with limited IT infrastructure, for development, education and research.
    ¹) Полное название в оригинале: BlackBox Component Builder. ²) Oberon microsystems. ³) Component Pascal. Free Download BlackBox 1.4 for Windows

    117. Welcome To HPCVL -- Pascal FAQ
    This is a short FAQ on programming in pascal on the Sun Fire cluster. This comes in handy when you are trying to compile pascal programs to run in
    http://www.hpcvl.org/faqs/pascal.html
    Pascal FAQ
    This is a short FAQ on programming in Pascal on the Sun Fire cluster. Pascal is not supported as a native programming language on either AIX or Solaris 9. Instead, we have the publi domain GNU Pascal compiler installed on both machines.
    Questions:
  • Why Pascal?
  • What Pascal compiler is running on the HPCVL machines?
  • How do I use gpc?
  • How can I debug my Pascal programs? ...
  • Where can I get further help?
    Answers:
  • Why Pascal?
    Pascal is a computer language that was designed for teaching purposes. It makes extensive use of function and subroutine calls and allows code do be written in a very "readable" manner. Pascal is one of the precursors of the arguably most successful programming language C. Many people learned programming with Pascal, and a good deal of code exists that was written in this language. In recent times, Pascal has been extended a great deal, and with those extensions, the language can compete with more modern programming languages such as C/C++ or Java. We provide a Pascal compiler to enable those of our users who have "legacy code" in Pascal, or want to use modern programming techniques without having to learn a new programming language. However, Pascal is not supported as such by Sun/Solaris or IBM/AIX, i.e. there is no
  • 118. Programmershelp : The One Stop Programmers Resource
    Collection of resources for many different programming languages ASP, Assembly, C, C++, C , CSS, Delphi, HTML, Java, JavaScript, pascal, PC interface, PHP, Perl, Visual Basic, VBScript, XML.
    http://www.programmershelp.co.uk/
    google_ad_client = "pub-3520634452456567"; google_ad_width = 468; google_ad_height = 60; google_ad_format = "468x60_as"; google_ad_channel ="0400844947"; google_ad_type = "text_image"; Welcome to programmershelp, on this site you will find various resources for programming languages such as c, c++, visual basic, java, php, perl, asp and javascript to name but a few. Source code, forums, tutorials, scripts articles, downloads, book links we have it. Main Menu HOME
    .Net

    ASP

    Assembly
    ...
    XML

    Misc Code snippets
    Magazines

    forum

    freelance
    ... Adware info page
    Amazon
    Links
    Only PHP hyper articles Scripts.com - Get the best scripts NOW! Search News Visit bigarticle.com and get free articles to spruce up your website, ezine or newsletter. Or alternatively if you want to promote your website, product or service. Show off your talent for writing then you can submit articles. Some of our programming articles are already available. bigarticle.com On our site for webmaster resources we have added a quantity of articles on search engine optimization Our article section has just started we have a variety to look at for your pleasure. Jump to the article section now Biggest news which we have actually remembered to mention for a change is our snippets for various programming languages including ASP , PHP, Visual Basic , C , C++ etc etc. These can be accessed from our

    119. Xwpe-ALPHA Project
    programming environment for UNIX systems. The user interface mimics the Borland C and pascal family of products for MSDOS.
    http://www.identicalsoftware.com/xwpe/
    Project
    Table of Contents
    What is xwpe-alpha?
    Xwpe is a programming environment for UNIX systems writen by Fred Kruse. The user interface mimics the Borland C and Pascal family of products for MS-DOS. From within xwpe you can edit, compile, and debug programs. Unfortunately Fred Kruse seems to no longer be a member of the on-line community. The xwpe-alpha project was an attempt to continue development and bug fixes for xwpe. Since attempts to contact the author of xwpe have received no response, xwpe-alpha should be considered unsupported by Fred Kruse. Development has stopped recently. Questions or comments should be directed to Dennis Payne (dulsi@identicalsoftware.com) The last "official" version of xwpe is 1.4.2. To signify the change in control the version number has increased to 1.5.x. Also xwpe-alpha releases end in 'a' (e.g. 1.5.4a).
    Future Development
    Development has stopped. Here are the original thoughts for future development. The original purpose behind xwpe-alpha was to reorganize the source code to ease maintainence. This is still a goal for the future although a lot of work has been done to improve stability. Here is a list of possible future improvements.

    120. Owain F Carter : Programming Languages As Cars 183
    Humorous analogies between cars and Assembly, Fortran II/IV/77, COBOL, BASIC, PL/1, C, Algol 60/68, pascal, Modula2, LISP, Prolog/Lucid, Maple/MACSYMA, Forth, Logo, APL, Ada. Inspired by Fun with Computer Languages.
    http://homepages.tesco.net/~scotsnet/o.f.carter/fun/fun183.htm
    Owain F Carter
    Programming Languages as Cars
    Humour

    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 6     101-120 of 166    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 9  | Next 20

    free hit counter