代码搜索:func

找到约 10,000 项符合「func」的源代码

代码结果 10,000
www.eeworm.com/read/189320/5200838

h func.h

/* * func.h,v 1.3 2000/06/04 22:00:03 brunsch Exp * * Copyright (c) 1994, 1995. Netscape Communications Corporation. All * rights reserved. * * Use of this software is governed by the terms of
www.eeworm.com/read/188197/5214399

java func.java

package poker; import javax.microedition.lcdui.*; /** * Title: * Description: * Copyright: Copyright (c) 2004 * Company: * @author not attributable * @version 1.0
www.eeworm.com/read/187737/5217206

tpl func.tpl

PROC words%: REM All the word functions LOCAL l1%,l2&,l3,l4$(255) LOCAL a1%(2),a2&(2),a3(2),a4$(2,255) REM -- WORD functions l1%=ADDR(l1%)+ADDR(a2&(1))+ADDR(l3)+ADDR(a4$(2)) l1%=
www.eeworm.com/read/183001/5258535

sgml func.sgml

Functions and Operators
www.eeworm.com/read/180437/5284076

h func.h

/* OBSOLETE -- NOW PART OF BOOZ.H */ /* The contents of this file are hereby released to the public domain. -- Rahul Dhesi 1987/02/08 */ /* Functions defined
www.eeworm.com/read/180437/5284329

h func.h

/* OBSOLETE -- NOW PART OF BOOZ.H */ /* The contents of this file are hereby released to the public domain. -- Rahul Dhesi 1987/02/08 */ /* Functions defined
www.eeworm.com/read/179911/5295856

h func.h

/* ** ----------------------------------------------------------------------------- ** ** Perle Specialix driver for Linux ** Ported from existing RIO Driver for SCO sources. * * (C) 1990 - 2000
www.eeworm.com/read/173347/5374816

nawk func.nawk

func MAX(val1, val2) { if (val1 > val2) return val1 else return val2 } BEGIN {largest = 0} {largest = MAX(largest, $5)} END {print
www.eeworm.com/read/171483/5394292

pas func.pas

unit Func; interface uses DDDK; function FuncIsGoodReadPtr(ABuf:Pointer;ASize:Cardinal):Boolean; implementation // // this function checks user buffer for read access // returns true
www.eeworm.com/read/171483/5394305

pas func.pas

unit Func; interface uses DDDK; const //rules type RULE_TYPE_PROCESS_PROTECTION = $00000001; //errors ERROR_RULE_EXISTS = $80000001; ERROR_RULE_DOES_NOT_EXIST =