Модули и библиотеки


IBMCom v3.0 - Communication Unit for IBM PC

Простой коммуникационный модуль для работы с COM портами по прерываниям. Приведен пример - эмулятор терминала.
This unit is the communications port interrupt driver for the IBM-PC. It handles handles all low-level i/o through the serial port. Simple test program for IBMCOM added. Acts like a dumb terminal at a fixed speed and with no commands except for Alt-X, to exit the program. It tests the most important parts - receiving and sending characters.

IndexedF 1.8 - Indexed Files Access for Turbo Pascal

This unit alows to read/write records in indexed files

Internet Protocol Suite v1.00 for BP7

Комплект модулей для создания internet-приложений: IP, PPP, TCP, UDP, DNS, ICMP, IGMP, SMTP, POP3. В качестве примера прилагается довольно кривая программа с графическим интерфейсом. Но зато в комплект входят и графическая библиотека и редактор ресурсов.
Internet Protocol Suite supports the next protocols: IP, PPP, TCP, UDP, DNS, ICMP, IGMP, SMTP, POP3

IPX Unit

UNIT for use IPX communication protocol primitives in Pascal.

Joystick Unit for Turbo Pascal

JOYSTICK Unit for Turbo Pascal. Public Domain by JonSoft Technologies Inc.

L-LIB - Библиотека Текстовых Интерфейсов под ДОС

Паскаль: Библиотека для создания интерфейсов программ под ДОС (текстовый режим): окна, меню, сохранение экрана, клавиатура. Полные исходные тексты.

Libs - SVGA Graphics Library from CoolSoft

Libs.zip - набор графических библиотек для Borland Pascal 7.0. VGA, SVGA, DPMI...

LilPIT - Precision Interval Timers

Модуль для организации до 64 независимых счетчиков времени, обеспечивающих точность либо 1 секунда, либо 1 тик.
This small unit provides TIMERS. Timers mark intervals with one-second resolution. There are 64 separate timers, referenced 0 to 63.

Linear Regression (best line fit) on an ASCII-file

Модуль для проведения Линейного Регрессионного анализа. Входные данные должны быть помещены в текстовый файл. В комплект входит модуль матричных операций.
This program performs a linear regression (best line fit) on an ASCII-formatted file (like matrix). Added Matrix Operations Unit.

LogPas 1.7 - Writing FrontDoor Style Logs for TP/BP

Модуль для записи LOG-файлов в стиле FrontDoor. Представляет собой виртуальный текстовый драйвер, связываемый с файлом. Любой текст, выводимый в такой файл, будет приведен к соответствующему формату, с добавлением даты и времени вывода.
LogPas 1.7 TP/BP Unit source code to write to Frontdoor/Binkley/D'Bridge logs. Implements a Pascal "Text Device Driver" to which a file can be assigned. All text written to that file is then formatted as a log entry with date/time etc. Five levels of logging are available. * Free Sourceware *