代码搜索:pascal
找到约 9,253 项符合「pascal」的源代码
代码结果 9,253
www.eeworm.com/read/260597/4330706
h os2.h
/*
os2.h : OS/2 calls (from DOSCALLS.H)
NOTE : these procedures are mixed case and use machine independent
parameters (i.e. WORD, DWORD).
*/
#define OS2CALL extern WORD FAR PASCAL
/* Sem
www.eeworm.com/read/254811/4380332
h os2.h
/*
os2.h : OS/2 calls (from DOSCALLS.H)
NOTE : these procedures are mixed case and use machine independent
parameters (i.e. WORD, DWORD).
*/
#define OS2CALL extern WORD FAR PASCAL
/* Sem
www.eeworm.com/read/253336/4398487
h ext2_fs.h
/* vi: set sw=4 ts=4: */
/*
* linux/include/linux/ext2_fs.h
*
* Copyright (C) 1992, 1993, 1994, 1995
* Remy Card (card@masi.ibp.fr)
* Laboratoire MASI - Institut Blaise Pascal
* Universite Pier
www.eeworm.com/read/135592/13918175
c dir.c
/*
* linux/fs/sysv/dir.c
*
* minix/dir.c
* Copyright (C) 1991, 1992 Linus Torvalds
*
* coh/dir.c
* Copyright (C) 1993 Pascal Haible, Bruno Haible
*
* sysv/dir.c
* Copyright (C) 1993
www.eeworm.com/read/135577/13920824
txt zdasm_1.0+.txt
.model small, pascal
.386
include c:\masm611\include\win.inc
include c:\masm611\include\cmacros.inc
AllocMem PROTO :DWORD
MemFree PROTO :WORD
Extrn __A000H:abs
.data
www.eeworm.com/read/235731/14054808
html resfile_fmt.html
DelphiDabbler.com: Resource File Structure
www.eeworm.com/read/202224/15389107
m diffsum1.m
% diffsum1.m
% compute differential sum along a given dimension
x = cat(3,hankel([3 1 6 -1]),pascal(4)) % data to test
dim = 1 % dimension to work along
xsiz = size(x)
xdim = ndims(x)
tmp
www.eeworm.com/read/105179/15676224
c dir.c
/*
* linux/fs/sysv/dir.c
*
* minix/dir.c
* Copyright (C) 1991, 1992 Linus Torvalds
*
* coh/dir.c
* Copyright (C) 1993 Pascal Haible, Bruno Haible
*
* sysv/dir.c
* Copyright (C) 1993
www.eeworm.com/read/100140/15882876
asm compile.asm
model large compiler_text,pascal
include compiler.inc
.data
DefProgramName db 7,'PROGRAM'
SystemName db 6,'SYSTEM'
SystemTps db 'SYSTEM.TPS',0
Extensions db 'PAS',0
db 'EXE',0
db 'T
www.eeworm.com/read/189737/8456329
pas complextype.pas
{
@abstract(EBK&NVS Pascal-Delphi Math Library: Complex Math Types and constants)
@author(Nikolai V. Shokhirev )
@author(Eugene B. Krissinel