代码搜索:instead

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

代码结果 6,048
www.eeworm.com/read/158865/5593664

x-crds

CC = cc -Wx,-X23 # The following line might be necessary as well or instead of the above. # If you find out that it is necessary, # or if you find out that it is not necessary, # please inform bug-gc
www.eeworm.com/read/472419/6876986

h logwtmp.h

/* * Put this here instead of including , since Linux is messed up * and doesn't have . */ void logwtmp(const char *_line, const char *name, const char *host);
www.eeworm.com/read/192983/8259882

sql triggerdemo8.sql

/* 文件名称: TriggerDemo8.sql */ USE 北风贸易 GO if exists (select * from dbo.sysobjects where id = object_id(N'MyTable') and OBJECTPROPERTY(id, N'IsUserTable') = 1) drop table MyTable GO --建立一个数
www.eeworm.com/read/192983/8260562

sql triggerdemo6.sql

/* 文件名称: TriggerDemo6.sql */ USE 北风贸易 GO if exists (select * from dbo.sysobjects where id = object_id(N'MyTable') and OBJECTPROPERTY(id, N'IsUserTable') = 1) drop table MyTable GO --建立一个数
www.eeworm.com/read/147186/12578893

m myones.m

function T = myones(sizes) % MYONES Like the built-in ones, except myones(k) produces a k*1 vector instead of a k*k matrix, % T = myones(sizes) if length(sizes)==0 T = 1; elseif length(sizes)
www.eeworm.com/read/147186/12578934

m myrand.m

function T = myrand(sizes) % MYRAND Like the built-in rand, except myrand(k) produces a k*1 vector instead of a k*k matrix, % T = myrand(sizes) if length(sizes)==0 warning('myrand[]'); T =
www.eeworm.com/read/200302/15435715

changelog

version 1.0: - first release version 1.1: - now handles case where device is a relative symbolic link - looks at $CDROM environment variable for default device - updated man page to reflect $CDROM
www.eeworm.com/read/107485/15606194

sql triggerdemo8.sql

/* 文件名称: TriggerDemo8.sql */ USE 北风贸易 GO if exists (select * from dbo.sysobjects where id = object_id(N'MyTable') and OBJECTPROPERTY(id, N'IsUserTable') = 1) drop table MyTable GO --建立一个数
www.eeworm.com/read/107485/15606489

sql triggerdemo6.sql

/* 文件名称: TriggerDemo6.sql */ USE 北风贸易 GO if exists (select * from dbo.sysobjects where id = object_id(N'MyTable') and OBJECTPROPERTY(id, N'IsUserTable') = 1) drop table MyTable GO --建立一个数
www.eeworm.com/read/106891/15618554

macosx readme.macosx

To compile GNet on MacOS X (and NeXT, OpenStep and other similar OS's) you need to disable smart preprocessing. To do this, instead of just running configure run: csh/tcsh: % setenv CFLAGS -tradi