代码搜索:pascal
找到约 9,253 项符合「pascal」的源代码
代码结果 9,253
www.eeworm.com/read/192239/8396677
inc syst.inc
{TMT Pascal version}
{$IFNDEF syst}
{$DEFINE syst}
type
string8 =string[8];
string11=string[11];
string20=string[20];
string80=string[80];
const
ROM_TICKS =$046C;
ROM_KEYFLAGS
www.eeworm.com/read/189737/8456324
txt noname01.txt
{
EBK&NVS Library for Turbo/Object Pascal: Linear Algebra
Authors:
Nikolai V. Shokhirev
Eugene B. Krissinel
www.eeworm.com/read/355803/10243677
makepas
# sample makefile for EXTEST - Turbo Pascal, Tasm, and Borland Make
PC=tpc
OPT=/$D+ /$F- /V
ASM=tasm /Zi /MX /W /DPASCAL
extest.exe: extest.pas checkpat.tpu exec.tpu
$(PC) extest $(OPT) /GP