代码搜索:instead

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

代码结果 6,048
www.eeworm.com/read/465188/7059350

todo

# # $XORP: xorp/contrib/mld6igmp_lite/TODO,v 1.1 2008/07/10 11:06:34 pavlin Exp $ # * Implement RFC 3590 "Source Address Selection for the Multicast Listener Discovery (MLD) Protocol". * Implement
www.eeworm.com/read/296774/7113731

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/433611/7919222

changelog

2000-02-27 * StartHeatbugs.java (main): Update for 2.1 and SDG. * HeatbugModelSwarm.java (buildActions): Store prototype in a variable. 2000-01-24
www.eeworm.com/read/297233/8038600

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/195529/8144522

html type_fileholder.html

Generated Documentation FileHolder
www.eeworm.com/read/140851/13058689

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/140851/13058725

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/138798/13211626

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/138798/13211656

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/136571/5869461

c testtypes.c

#include #include "SDL_main.h" #include "SDL_types.h" int main(int argc, char *argv[]) { int error = 0; int verbose = 1; if ( argv[1] && (strcmp(argv[1], "-q") == 0) ) ver