代码搜索:pointer
找到约 10,000 项符合「pointer」的源代码
代码结果 10,000
www.eeworm.com/read/134053/5895405
pas cmdnamer.pas
unit CmdNamer;
interface
{ Registers all the built in Turbo Vision commands with the command
namer }
procedure BuiltInCommandNames;
{ Returns the name of the given command }
function Com
www.eeworm.com/read/134007/5896190
h dr8051.h
/*--------------------------------------------------------------------------
DR8051.H
Registers definition for DCD DR8051
Copyright (c) 2003 Keil Elektronik GmbH and Keil Software, Inc.
All
www.eeworm.com/read/134007/5896192
h dr80390.h
/*--------------------------------------------------------------------------
DR80390.H
Registers definition for DCD DR80390
Copyright (c) 2003 Keil Elektronik GmbH and Keil Software, Inc.
A
www.eeworm.com/read/134007/5896194
h dp80390.h
/*--------------------------------------------------------------------------
DP80390.H
Registers definition for DCD DP80390
Copyright (c) 2003 Keil Elektronik GmbH and Keil Software, Inc.
A
www.eeworm.com/read/134007/5896195
h dp8051.h
/*--------------------------------------------------------------------------
DP8051.H
Registers definition for DCD DP8051
Copyright (c) 2003 Keil Elektronik GmbH and Keil Software, Inc.
All
www.eeworm.com/read/132649/5912170
hpp ncbiobj.hpp
/*
* ===========================================================================
* PRODUCTION $Log: ncbiobj.hpp,v $
* PRODUCTION Revision 1000.1 2004/04/13 19:57:54 gouriano
* PRODUCTION PRODUCT
www.eeworm.com/read/131315/5931294
c xdr_reference.c
/* @(#)xdr_reference.c 2.1 88/07/29 4.0 RPCSRC */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
* unrestricted use provided that this legend is included on all tape
* medi
www.eeworm.com/read/131315/5931730
mod imports.mod
module main;
from imptypes import RT;
import imported;
type
RT = pointer to record
i, j : integer;
end;
var
p : imported.T;
q : imported.OT;
r : RT;
begin
new(r);
r^.i :=
www.eeworm.com/read/131315/5937428
c slsort.c
/*
* Copyright (c) 1983, 1985, 1991 Peter J. Nicklin.
* Copyright (c) 1991 Version Technology.
* All Rights Reserved.
*
* $License: VT.1.1 $
* Redistribution and use in source and binary forms,
www.eeworm.com/read/131315/5940731
gperf modula2.gperf
AND
ARRAY
BEGIN
BY
CASE
CONST
DEFINITION
DIV
DO
ELSE
ELSIF
END
EXIT
EXPORT
FOR
FROM
IF
IMPLEMENTATION
IMPORT
IN
LOOP
MOD
MODULE
NOT
OF
OR
POINTER
PROCEDURE
QUALIFIED
RECORD
REPEAT
RETURN
SET
THEN
TO
T