Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: Pascal unit


Related Topics

In the News (Tue 2 Dec 08)

  
  Blaise Pascal - Open Encyclopedia   (Site not responding. Last check: 2007-11-06)
Blaise Pascal (June 19, 1623 – August 19, 1662) was a French mathematician, physicist, and religious philosopher.
Pascal's most influential theological work, the Pensées, was unfinished by his death, but a version of his notes for that book appeared in print in 1670, eight years after, and it soon became a classic of devotional literature.
Pascal died in Paris on August 19, 1662 and is buried there in the St. Étienne-du-Mont cemetery.
open-encyclopedia.com /Blaise_Pascal   (575 words)

  
 pascal (unit of pressure or stress) - a Whatis.com definition
The pascal (pronounced pass-KAL and abbreviated Pa) is the unit of pressure or stress in the International System of Units (SI).
One pascal is equivalent to one newton (1 N) of force applied over an area of one meter squared (1 m
Reduced to base units in SI, one pascal is one kilogram per meter per second squared; that is, 1 Pa = 1 kg · m
searchsmb.techtarget.com /sDefinition/0,,sid44_gci541172,00.html   (329 words)

  
 Antique Software: Turbo Pascal v5.5
Combining the simplicity of Apple's Object Pascal language with the power and efficiency of C++ to create Turbo Pascal 5.5, the object-oriented programming language for the rest of us.
When you are finished downloading the software, use your favorite zip utility (like PKZIP or WinZip) to decompress the zip file to a folder on your hard drive.
Remember to rebuild your old units with version 5.5 or you'll get an error 72 (Unit file format error) when you try to use that unit.
community.borland.com /article/0,1410,20803,00.html   (948 words)

  
 Object Pascal - Object Pascal and Unit Files
If it is the first unit, it would be called unit1, the second unit would be called unit2, etc. If you want to change the name of the unit, you must save it.
If a unit is part of the project you are working on, to use it in a certain file, type the uses keyword followed by the name of the unit.
Then type the in keyword followed by the path to the file where the unit is located, in single-quotes.
www.functionx.com /objectpascal/Lesson13.htm   (559 words)

  
 User's guide for Free Pascal
Free Pascal is designed to be, as much as possible, source compatible with Turbo Pascal 7.0 and Delphi 4 (although this goal is not yet attained), but it also enhances these languages with elements like function overloading.
If the unit is not found with this name, the name will be truncated to 8 characters, and the compiler will look again in the same directories, but with the truncated name.
One of the differences between Turbo Pascal and Free Pascal is that the latter requires you to specify an address operator when assigning a value to a procedural variable.
www.math.uni-hamburg.de /it/software/fpk/user/user.html   (11394 words)

  
 Merlyn - Borland's Version 7 Pascals' Start-Up Runtime Error 200 - J R Stockton   (Site not responding. Last check: 2007-11-06)
One solution seems to me, provided that only Delay is needed from the Crt unit, to be to write one's own Delay routine in Pascal, along the same (or different) lines but with a longer counter.
Many other routines in the unit are also easy enough to emulate.
The main improvement of the unit is the removal of the RTE 200 bug in the Delay() function.
www.merlyn.demon.co.uk /pas-r200.htm   (2943 words)

  
 Creating a Turbo Pascal Unit (.TPU file)   (Site not responding. Last check: 2007-11-06)
There are 3 stages that you must go through, in order to create and use your own library unit.
It is similar to an ordinary Turbo Pascal program, however there are differences.
Include the unit's name in the uses line at the top of any program that wants access to your library, e.g.
atschool.eduweb.co.uk /mbaker/worksht/ws-units.html   (168 words)

  
 OPEdit Home   (Site not responding. Last check: 2007-11-06)
With a pascal unit loaded in the editor you can switch to a visual diagram view of the classes in the unit.
Units are broken down by used units, constants, variables, resource strings, types, and global functions.
Constants,variables, functions, used units can be moved though dialogs or by dragging them from the unit browser.
opedit.home.att.net   (500 words)

  
 [No title]   (Site not responding. Last check: 2007-11-06)
The use of a unit which exports some identifier which a previously-USEd unit has already exported therefore causes that identifier to be multiply-declared, producing a compilation error.
When the program, and every unit it uses, is loaded at runtime, their segment routines are omitted until actually called; having been read, they are then retained until and unless the need for segments of higher priority forces them to be overwritten.
For parameter passing, Turbo Pascal requires name equivalence: if calling argument and parameter are to be type-compatible, the calling argument must be declared as a type which has the same name as that of the parameter's type.
www.ics.uci.edu /~archive/documentation/ucsd-to-turbo.txt   (5636 words)

  
 THINK Pascal & CodeWarrior Pascal
Unlike "regular" Pascal, CW Pascal inherits some good qualities from C, such as being tolerant of units that are not in a specific build order.
CW Pascal projects expect your application file to be first in your projects's build order whereas THINK expects it to be last.
CW expects the unit name and its source file to be the same.
www.pascal-central.com /tplus.html   (1670 words)

  
 [No title]   (Site not responding. Last check: 2007-11-06)
I think pascal is better than AMOS or BASIC or some other languges which do not seem to be dead.
This unit is a very versatile, easy to use GUI maker for pascal.
You can program for this unit in a special, but easy to understand script language and create any groups of gadgets and windows in any form and color.
main.aminet.net /pub/aminet/dev/lang/prexx.readme   (777 words)

  
 Free Pascal - Unit contribution form
This unit is intended to give an easy way to use dbf compatible files with Pascal programs in order to make easier the administration of data files used by a program but created and manteined with foxbase i.e.
CFGR is a pascal unit wich enables freepascal programmers to load and save textbased configuration files from within their software.
This is a very basic unit, later I may improve it so that it uses pascal strings rather than pchars, or make it BGI compatible...
www.freepascal.org /contrib/db.php3?category=all   (5764 words)

  
 Numerical Methods in Pascal : Code   (Site not responding. Last check: 2007-11-06)
Another very useful unit from Alexei Cioina is TCioinaMathLink, which provides a seamless link to the Mathematica 4.1 kernel for symbolic calculation of derivatives, indefinite integrals...and anything and everything else you might want to get from the almighty Mathematica.
Currently Marco is in the process of incorporating into Free Pascal a large numerical methods library originally written for Turbo Pascal by Kees van Ginneken, Wil Kortsmit and Loek van Reij of the Computational Centre of the Eindhoven University of Technology.
This is a pair of two units that provide a matrix library and a set of graphics primitives for displaying 2D and 3D graphics in Delphi 1.0 (not yet tested in 2.0).
www-rab.larc.nasa.gov /nmp/nmpCode.htm   (8926 words)

  
 TMT Pascal Graph Unit - Framework Computers, Inc.   (Site not responding. Last check: 2007-11-06)
We have made a graphics library for TMT Pascal which is as compatible with the Borland Graphics Library as possible.
The Graph unit can be used to emulate MS-DOS SVGA graphics in a Windows 32-bit GUI and console applications using the Microsoft DirectDraw 3.0 or later.
The TMT Graph unit partly replicates the Graph unit from Borland Pascal.
www.tmt.com /graph.htm   (325 words)

  
 MicroSoft Mouse Unit for Turbo Pascal 5.5
Most of the code contained in the mouse unit is simple calls to interrupt 33h.
Apology - I wrote this unit quickly in order to make use of my mouse, and know that the documentation is very minimal and there are of course bugs.
I would suggest that the best way to learn how to use this is to study the read_config procedure within the example program.
pascal.sources.ru /mouse/amouse55.htm   (187 words)

  
 Nemesis Pascal Project   (Site not responding. Last check: 2007-11-06)
Nemesis Pascal is an Pascal interpreter that is:
The Nemesis Pascal applications runs on Windows using native controls, and Linux using the CLX Library (a binding to Qt Trolltech).
Pascal Develop is the IDE for the Nemesis Pascal project.
npascal.sourceforge.net   (299 words)

  
 pub/language/pascal
Turbo Pascal unit implementing two types of open-sized arrays which grow automatically when needed, limited only by available memory: type LongArray which holds any data types, and type Dictionary which holds Pascal strings in alphabetical order, each with its frequency of occurrence.
The units provide basic graphic functions and procedures for standard VGA graph mode, which are two times faster than functions and procedures contained in the Borland's EGAVGA.BGI and GRAPH.
The units implement some of the Win32 API, but also provide a means for people to call functions in 32-bit DLLs when running under a 32-bit version of Windows.
ftp.nsk.su /cgi-bin/bbs2html?pub/language/pascal   (2875 words)

  
 Generic Turbo Pascal programming language material   (Site not responding. Last check: 2007-11-06)
Mouse unit for Turbo Pascal 7.0, w/src, T.Horatiu
Pascal Communications Library for TP 4-6, by MarshallSoft
Turbo Pascal utilities by R.Donais, (needed by rdelay)
garbo.uwasa.fi /pc/turbopas.html   (733 words)

  
 AmFossil - Turbo Pascal FOSSIL Unit
Unit AMFOSSIL; Copyright (C) 1990 Andrew J. Mead All Rights Reserved.
Both Pascal and C source code versions are available from Andrew Mead.
The BBS Onliner Interface allows programmers to easily write online doors that run under more than 30 different BBS systems, with or without FOSSIL installed, using standard or non-standard IRQ/port address combinations, or even using locked bps modems.
pascal.sources.ru /comm/pasfoss.htm   (163 words)

  
 Merlyn - Pascal Maths Page - J R Stockton   (Site not responding. Last check: 2007-11-06)
This undoubtedly gives the correct results, but I beg to differ on a point of principle; I think that his routine is more general than normal usage requires.
Pascal's ArcTan function always returns an angle within -90 .. +90 degrees, in which range Cos is always positive.
Wirth's Pascal was no doubt excellent for its purpose, of teaching; but Borland's Pascal and Delphi are sold as programming tools.
www.merlyn.demon.co.uk /pas-math.htm   (2425 words)

  
 Graph unit - GNU Pascal priručnik.   (Site not responding. Last check: 2007-11-06)
This is not really a bug, but simply a property of modern high-color modes (whereas BP's Graph unit was only designed for 16 and 256 color modes).
They are no constants, but functions (because the color depth is in general not known until runtime), so you can't use them in contexts where constants are expected.
Also, they might conflict with the identifiers of the CRT unit if you use both units at the same time.
www.gnu-pascal.org /gpc-hr/Graph-unit.html   (166 words)

  
 Programmers Heaven - Pascal Zone - Communication files
As the author of this package, I feel that you have purchased the most powerful unit available to Turbo Pascal programmers who wish to manipulate their serial port hardware in any way they wish.
Unit source code to write to Frontdoor/Binkley/D'Bridge logs.
Multi-Net is a set of Turbo Pascal v6.0 routines which allow a programmer to add simple Networking/Multitasking File Sharing support to their products Multi-Net is the most complete and the simplest to use of all that i have found.
www.programmersheaven.com /zone24/cat298   (1394 words)

  
 TP-links 2
A theorem prover for predicate calculus new URLURLURL
A unit to control your modem in TPW
Units to play different sound formats on SB (172kB)
www.geocities.com /SiliconValley/2926/tp_2.html   (728 words)

  
 Isam Index and Match Code Developer Toolkit / Programming Interfaces / Turbo Pascal, Borland Pascal for DOS
The integration of the FATS module occurs in form of a Turbo Pascal unit (Real-Mode) or Borland Pascal Dynamic Link Library (Protected Mode).
The unit FATS_TPR.TPU is included on the distribution diskette to call the FATS Workstation Engine:
If you want to make calls to the extended version of FATS (FATSXWE.EXE), you have to use the unit fatsxtpr.tpu instead of fats_tpr.tpu.
members.aol.com /fabs2fats/fabs/english/edemo19.htm   (213 words)

  
 Pascal WEB pages
Protected Mode DOS extenders allow to run programs in DOS that were generated with 32 bit Pascal Compilers for other Operating Systems.
My favourite solution would be a Turbo Pascal Unit or a TSR that allows the use of sockets and requires only a packet driver.
There seems to be a problem with odipkt, but that hopefully will be solved soon.
www.brain.uni-freiburg.de /~klaus/pascal/weblist.html   (266 words)

  
 TMT Pascal Home - Framework Computers, Inc.   (Site not responding. Last check: 2007-11-06)
Use the TMT Pascal Compiler Multi-Target Edition to recompile your old Turbo Pascal's sources into 32-bit Windows, Windows Console and Extended DOS 32 bit applications without modifications.
The TMT Pascal compiler is equipped with a rich set of run-time library units which allow one to use Silicon Graphic OpenGL and Microsoft DirectX.
The TMT Pascal compiler is equipped with a powerful graphic library unit that uses the VESA/VBE 2.0 specification (including LFB support) for MS-DOS and Microsoft DirectDraw features for Windows applications.
www.tmt.com   (473 words)

  
 Pascal Products and Their Producers
An extract of the Pascal CD-ROM produced by EMS Professional Shareware.
A far more extensive and useful directory database with product descriptions, vendor contact information and search program for professional use is available from EMS Professional Shareware.
A complete version of this database, with product descriptions, email, fax, phone, 800, web, postal address, pricing and other information, and a search engine to quickly find specific product types plus a CD-ROM with all freely distributable products is available from EMS Professional Shareware.
www.emsps.com /lists/pasutilv.htm   (171 words)

  
 Turbo Pascal version 7.0 or 6+ specific programming material   (Site not responding. Last check: 2007-11-06)
Adler32 checksum unit for Turbo Pascal 7.0, A.Cheng
SuperDelay delay unit for Turbo Pascal 7.0, Allen Cheng
TP 7.0 svga unit with support for mouse/bitmaps, F.Premel+..
garbo.uwasa.fi /pc/turbopa7.html   (542 words)

  
 Source Examples
This old source code demonstrate the clear appearance and comprehensive language of Pascal.
Think Pascal Unit Average, Standard deviation, Linear regression, Linear interpolation and Quick sort.
Calculate the ion-activity, ion-concentration, activity-coefficient in solution, Henderson potential and selectivity from ion selective electrodes.
www.internal.eawag.ch /~perisset/Programing/BodyCodeSnippet.html   (187 words)

  
 [No title]   (Site not responding. Last check: 2007-11-06)
Assert procedure / assert unit for Turbo Pascal 4+, Chih- Cherng Chin.
The FCE connects to any FTP server and navigates its directory structure, list files, download files, delete files, and upload files all from within your Delphi application.
CMATH: Complex math lib for Borland Pascal or Turbo Pascal 7.
www.filelibrary.com /Contents/DOS/77/new.html   (1319 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.