代码搜索:Variable

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

代码结果 10,000
www.eeworm.com/read/136812/5861132

c vars.c

#ifndef lint #ifdef sccs static char sccsid[] = "@(#)vars.c 1.1 92/07/30 Copyr 1987 Sun Micro"; #endif #endif /* * Copyright (c) 1985 by Sun Microsystems, Inc. */ /* * Mailtool - variable handli
www.eeworm.com/read/135153/5887287

h winfont.h

/* winfont.h*/ /* * Copyright (c) 2000 Greg Haerr * * Win32 font structures and API */ /* tmPitchAndFamily flags*/ #define TMPF_FIXED_PITCH 0x01 /* win32 bug: means variable
www.eeworm.com/read/135153/5887376

xconfigure

#!/usr/bin/wish -f # # Microwindows configuration interface: X11 version # # wish is available at http://dev.scriptics.com/software/tcltck # # (C) Martin Jolicoeur, 1999 # # Thu Mar 16 14:33:08 CET 20
www.eeworm.com/read/133952/5896755

m random0.m

function ran = random0(n,m) %RANDOM0 Generate uniform random numbers in [0,1) % Function RANDOM0 generates an array of uniform % random numbers in the range [0,1). The usage % is: % % random0
www.eeworm.com/read/133943/5897319

bif sprinkler.bif

network Grass {} variable Cloudy { type discrete[2] {false true}; } variable Sprinkler { type discrete[2] {false true}; } variable Rain { type discrete[2] {false true}; } variable WetG
www.eeworm.com/read/133772/5901089

cdl mempoolvar.cdl

# ==================================================================== # # mempoolvar.cdl # # uITRON variable memory pool related configuration data # # ===============================
www.eeworm.com/read/133772/5902491

h snmp_client.h

//========================================================================== // // ./lib/current/include/snmp_client.h // // //===============================================================
www.eeworm.com/read/133772/5902643

c snmp_vars.c

//========================================================================== // // ./agent/current/src/snmp_vars.c // // //===================================================================
www.eeworm.com/read/133329/5905767

d rtime.d

syscall::read:entry { self->t = timestamp; } syscall::read:return /self->t != 0/ { printf("%d/%d spent %d nsecs in read(2)\n", pid, tid, timestamp - self->t); /* * We're done with this th
www.eeworm.com/read/132649/5912172

hpp ncbiexec.hpp

/* * =========================================================================== * PRODUCTION $Log: ncbiexec.hpp,v $ * PRODUCTION Revision 1000.1 2004/04/21 14:34:43 gouriano * PRODUCTION PRODUC