代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/323643/3512004
configure
echo "
There is no \"configure\" script for Libpng-1.2.5. Instead, please
copy the appropriate makefile for your system from the \"scripts\"
directory. Read the INSTALL file for more details.
www.eeworm.com/read/316872/3592803
h gadget_chips.h
/*
* USB device controllers have lots of quirks. Use these macros in
* gadget drivers or other code that needs to deal with them, and which
* autoconfigures instead of using early binding to the h
www.eeworm.com/read/305277/3778537
scala bug0091.scala
class Bug {
def main(args: Array[String]) = {
var msg: String = null; // no bug if "null" instead of "_"
val f: PartialFunction[Any, unit] = { case 42 => msg = "coucou" };
}
}
www.eeworm.com/read/304805/3785540
h types.h
/* The header contains important data type definitions.
* It is considered good programming practice to use these definitions,
* instead of the underlying base type. By convention, a
www.eeworm.com/read/302701/3824558
makefile
# Makefile for netctrl
INC=../../inc
include ..\..\common.mak
# Uncomment the next two variables to configure the stack here instead
# of in the headers. Note that the Makefile in the NDK_ROOT
www.eeworm.com/read/301912/3830152
java command.java
package jaccesst1;
import com.jacob.com.*;
public class Command extends Dispatch
{
public Command()
{
super("ADODB.Command");
}
/**
* This constructor is used instead of a