代码搜索:Pascal

找到约 9,253 项符合「Pascal」的源代码

代码结果 9,253
www.eeworm.com/read/191687/6958743

8 reset.8

; ; Reset vector ; ; (C)1997-2001 Pascal Dornier / PC Engines; All rights reserved. ; This file is licensed pursuant to the COMMON PUBLIC LICENSE 0.5. ; db 0fff0h-$ dup 0ffh ;at F000:FFF0
www.eeworm.com/read/224292/7809294

8 reset.8

; ; Reset vector ; ; (C)1997-2001 Pascal Dornier / PC Engines; All rights reserved. ; This file is licensed pursuant to the COMMON PUBLIC LICENSE 0.5. ; db 0fff0h-$ dup 0ffh ;at F000:FFF0
www.eeworm.com/read/126933/6010312

c macstat.c

#ifdef THINK_C #define MACOS #include #endif #ifdef MPW #define MACOS #include #include #define FSFCBLen (*(short *)0x3F6) #define CtoPstr c2pstr
www.eeworm.com/read/131460/14145648

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
www.eeworm.com/read/225640/14528667

cpp createwindows.cpp

#include "header.h" #include "D3DInit.h" CD3DInit* g_D3DInit = new CD3DInit(); long FAR PASCAL WindowProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) { switch(message)
www.eeworm.com/read/193547/8218465

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/249023/12526582

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
www.eeworm.com/read/358751/10180445

pas lkcount.pas

{ PROB:lkcount LANG:PASCAL } program lkcount; const maxn=100; maxm=100; dx:array[1..8]of shortint=(-1,-1,-1,0,1,1,1,0); dy:array[1..8]of shortint=(-1,0,1,1,1,0,-1,-1); var map:a
www.eeworm.com/read/417519/10986792

m4 atlas-check.m4

# Check for ATLAS # Zhuliang Chen, 2004-07 # Pascal Giorgi , 2003-03-04 # Inspired by gnome-bonobo-check.m4 by Miguel de Icaza, 99-04-12 # Stolen from Chris Lahey 99-2-5 # stolen from Manish Sin
www.eeworm.com/read/461524/7225607

htm delphi中的消息处理机制.htm

DELPHI中的消息处理机制