代码搜索:instead

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

代码结果 6,048
www.eeworm.com/read/366702/2873232

f90 common_size.f90

! The size of common 'com1' should be 80, instead of 112. program common_size real (kind=8) a(8) real (kind=8) b(5), c(5) common /com1/b,c equivalence (a(1), b(2)) b = 100 c = 200
www.eeworm.com/read/361261/2946930

am makefile.am

# modules/video_output/x11/Makefile.am automatically generated from modules/video_output/x11/Modules.am by modules/genmf # DO NOT EDIT THIS FILE DIRECTLY! See Modules.am instead. basedir = video_outp
www.eeworm.com/read/361261/2947177

am makefile.am

# modules/gui/skins2/Makefile.am automatically generated from modules/gui/skins2/Modules.am by modules/genmf # DO NOT EDIT THIS FILE DIRECTLY! See Modules.am instead. basedir = gui dir = gui/skins2 m
www.eeworm.com/read/361261/2947449

am makefile.am

# modules/access/v4l2/Makefile.am automatically generated from modules/access/v4l2/Modules.am by modules/genmf # DO NOT EDIT THIS FILE DIRECTLY! See Modules.am instead. basedir = access dir = access/
www.eeworm.com/read/361261/2948018

am makefile.am

# modules/demux/mp4/Makefile.am automatically generated from modules/demux/mp4/Modules.am by modules/genmf # DO NOT EDIT THIS FILE DIRECTLY! See Modules.am instead. basedir = demux dir = demux/mp4 mo
www.eeworm.com/read/360437/2961429

rr chk.rr

#!/bin/sh - # # $Id: chk.rr,v 1.1 2002/04/19 15:13:05 bostic Exp $ d=../.. t1=__1 # Check for DB_RUNRECOVERY being specified instead of a call to db_panic. egrep DB_RUNRECOVERY $d/*/*.c | sed -
www.eeworm.com/read/356739/3037601

php config.default.php

www.eeworm.com/read/252364/4409484

java music2.java

//: c07:music:Music2.java // Overloading instead of upcasting. // From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002 // www.BruceEckel.com. See copyright notice in CopyRight.txt. package c07.mu
www.eeworm.com/read/230048/6789307

java music2.java

//: c07:music:Music2.java // Overloading instead of upcasting. // From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002 // www.BruceEckel.com. See copyright notice in CopyRight.txt. package c07.mu
www.eeworm.com/read/135259/13945219

h srvdbtyp.h

#pragma option push -b -a8 -pc -A- /*P_O_Push*/ #ifndef RC_INVOKED #pragma message("WARNING: your code should #include srv.h instead of srvdbtyp.h") #endif /* !RC_INVOKED */ #include "srv.h" #p