代码搜索:instead

找到约 6,048 项符合「instead」的源代码

代码结果 6,048
www.eeworm.com/read/264377/11317408

c sendfd.c

#include "apue.h" #include /* * Pass a file descriptor to another process. * If fd
www.eeworm.com/read/264377/11317837

20 fig17.20

#include "apue.h" #include /* * Pass a file descriptor to another process. * If fd
www.eeworm.com/read/405502/11461226

cfg dcu3.cfg

include dcu3_config.cfg if ( (clsymbol "DCU_base") == 0 ) { DCU_base=0x3000 ## default location of DCU } ## Use peek instead of traphandler to access DCU memory. ## proc dcu3_register_
www.eeworm.com/read/253411/12224958

20 fig17.20

#include "apue.h" #include /* * Pass a file descriptor to another process. * If fd
www.eeworm.com/read/253410/12225242

c sendfd.c

#include "apue.h" #include /* * Pass a file descriptor to another process. * If fd
www.eeworm.com/read/251835/12317597

m get.m

function varargout = get(p,varargin) %GET Get polygon parameters. % ==> Deprecated. Please use ANGLE and VERTEX instead. % % [VAL1,VAL2,...] = GET(P,'PROP1','PROP2',...) returns the values
www.eeworm.com/read/127382/14356789

c senderr.c

#include "ourhdr.h" /* Used when we had planned to send an fd using send_fd(), * but encountered an error instead. We send the error back * using the send_fd()/recv_fd() protocol. */ int s
www.eeworm.com/read/127382/14356855

c senderr.c

#include "ourhdr.h" /* Used when we had planned to send an fd using send_fd(), * but encountered an error instead. We send the error back * using the send_fd()/recv_fd() protocol. */ int s
www.eeworm.com/read/123658/14617437

x-romp

# obstack.h assumes that if __STDC__ is defined an ANSI C preprocessor is # being used. -Hnocpp makes hc use its builtin preprocessor instead of # /lib/cpp. gcc doesn't use , so it does
www.eeworm.com/read/223154/14652083

m cntopen.m

function [CNT,h,e]=cntopen(arg1,PERMISSION,CHAN,arg4,arg5,arg6) % CNTOPEN opens neuroscan files (but does not read the data). % However, it is recommended to use SOPEN instead of CNTOPEN. % For lo