代码搜索:Pascal

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

代码结果 9,253
www.eeworm.com/read/193656/5142811

inet

// $XKeyboardConfig: xkbdesc/symbols/inet,v 1.26 2006/02/21 22:32:36 svu Exp $ // $XFree86: xc/programs/xkbcomp/symbols/inet,v 1.38 2004/01/17 14:59:37 pascal Exp $ // EAK (Easy Access, Internet, Mu
www.eeworm.com/read/269603/4244444

inet

// $XKeyboardConfig: xkbdesc/symbols/inet,v 1.26 2006/02/21 22:32:36 svu Exp $ // $XFree86: xc/programs/xkbcomp/symbols/inet,v 1.38 2004/01/17 14:59:37 pascal Exp $ // EAK (Easy Access, Internet, Mu
www.eeworm.com/read/389922/2530341

c tty.c

/* tty.c - Return tty name Author: Freeman P. Pascal IV */ /* Minor changes to make tty conform to POSIX1003.2 Draft10 Thomas Brupbacher (tobr@mw.lpc.ethz.ch) */ #include #includ
www.eeworm.com/read/257657/4361906

asm execdemo.asm

;****************************************************** ;* 文件名:ExecDemo.asm ;* 创建日期:2001.7.17 ;* 作者:陈文尧 ;* 功能:测试未来汇编库函数Exec和GetEnv ;* 备注:本程序是由Turbo Pascal的一个例子改编而来 ;*****************************
www.eeworm.com/read/134481/13987133

txt 3354533.txt

// PASCAL词法分析程序 // 01090B1 李子明 13号 #include #include #include #include #include using namespace std; // 保留字数组定义 char* ReserveWords[35] = {
www.eeworm.com/read/132663/14081664

c demo4_7d.c

1 #include "demo4_7.h" 2 #include 3 4 5 void FAR PASCAL LineDDAProc(short, short, LPSTR); 6 7 COLORREF ColorStyle[3][16] = 8 { { RGB(255,255,255), RGB(255, 0,
www.eeworm.com/read/106026/15648889

c analyzer.c

/************************************************************** 程序名称:词法与语法分析器(Analyzer for compiler) 作者:李建华 计算机002班 功能:完成对一种类Pascal语言的词法分析与语法分析 *************************************************
www.eeworm.com/read/100140/15882861

asm arith.asm

model large compiler_text,pascal include compiler.inc extrn ExtAdd:far extrn ExtSub:far extrn ExtMul:far extrn ExtDiv:far extrn ExtCmp:far extrn Ext2Double:far extrn Ext2Single:far
www.eeworm.com/read/100140/15882882

asm asm.asm

model large compiler_text,pascal include compiler.inc extrn Assemble:far .data db 44,62,159,155,7,8,76,158,157,12,31,156,155,1,5 ErrorCodes label byte .data? SaveDictionary dw ?
www.eeworm.com/read/100140/15882893

asm linkmap.asm

model large tdinfo_text,pascal include compiler.inc PasStr macro Name,String local N,C N = 0 irpc C, N = N + 1 endm .data Name db N,'&String&' .code TDInfo_Text endm