代码搜索:Pascal
找到约 9,253 项符合「Pascal」的源代码
代码结果 9,253
www.eeworm.com/read/100140/15882895
asm debug2.asm
model large,pascal
locals @@
Offs equ (word ptr 0)
Segm equ (word ptr 2)
ECB_S struc
Env_Seg dw ?
Cmd_L dd ?
FCB1 dd ?
FCB2 dd ?
SS_SP dd ?
CS_IP dd ?
ends
extrn DoneDebu
www.eeworm.com/read/100140/15882901
asm extconv.asm
model large extend_text,pascal
include extend.inc
.code Extend_Text
Argm Num,dword,1
Entry Round23
push si
push ds
lds si,Num
mov ax,[si+4]
mov dx,[si+6]
cmp word ptr [si],0
www.eeworm.com/read/101082/6245816
3ncs pgm_exit.3ncs
.\" @(#)pgm_exit.3ncs 8.1 of 9/11/90
.TH pgm_exit 3ncs
.SH Name
pgm_exit \- exit a program
.SH Syntax
.nf
#include
#include
void pgm_$exit()
.fi
.\".SH SYNOPSIS (PASCAL)
www.eeworm.com/read/101082/6247681
3ncs pgm_exit.3ncs
.\" @(#)pgm_exit.3ncs 8.1 of 9/11/90
.TH pgm_exit 3ncs
.SH Name
pgm_exit \- exit a program
.SH Syntax
.nf
#include
#include
void pgm_$exit()
.fi
.\".SH SYNOPSIS (PASCAL)
www.eeworm.com/read/227241/14436196
am makefile.am
sysconf_joedir = $(sysconfdir)/joe
sysconf_syntaxdir = $(sysconf_joedir)/syntax
sysconf_syntax_DATA = c.jsf perl.jsf verilog.jsf conf.jsf python.jsf php.jsf sh.jsf \
mail.jsf pascal.jsf html.jsf vh
www.eeworm.com/read/216450/4895042
1 cc.1
.TH CC 1
.SH NAME
cc, pc, m2 \- MINIX 3 C, Pascal, and Modula-2 compilers
.SH SYNOPSIS
.in +.5i
.ti -.5i
.BR cc |\c
.BR pc |\c
.BR m2
.RB [ "\-D \fIname\fR[\fB=\fIvalue" ]]
\&...
.RB [ "\-U \fIname" ]
www.eeworm.com/read/289577/8542748
c algo3-9.c
/* algo3-9.c 用递归函数求解迷宫问题(求出所有解) */
#include /* 根据《PASCAL程序设计》(郑启华编著)中的程序改编 */
struct PosType /* 迷宫坐标位置类型 */
{
int x; /* 行值 */
int y; /* 列值 */
};
#define MAXLENGTH 25 /* 设
www.eeworm.com/read/287904/8662838
c algo3-9.c
/* algo3-9.c 用递归函数求解迷宫问题(求出所有解) */
#include /* 根据《PASCAL程序设计》(郑启华编著)中的程序改编 */
struct PosType /* 迷宫坐标位置类型 */
{
int x; /* 行值 */
int y; /* 列值 */
};
#define MAXLENGTH 25 /* 设
www.eeworm.com/read/384841/8839403
c algo3-9.c
/* algo3-9.c 用递归函数求解迷宫问题(求出所有解) */
#include /* 根据《PASCAL程序设计》(郑启华编著)中的程序改编 */
struct PosType /* 迷宫坐标位置类型 */
{
int x; /* 行值 */
int y; /* 列值 */
};
#define MAXLENGTH 25 /* 设
www.eeworm.com/read/183618/9148289
c algo3-9.c
/* algo3-9.c 用递归函数求解迷宫问题(求出所有解) */
#include /* 根据《PASCAL程序设计》(郑启华编著)中的程序改编 */
struct PosType /* 迷宫坐标位置类型 */
{
int x; /* 行值 */
int y; /* 列值 */
};
#define MAXLENGTH 25 /* 设