代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/162614/5528061
c trunctfdf.c
/* Sparc w/128-bit long double bombed on this because even though
the trunctfdf libcall passed the long double by reference, the
libcall was still marked as LCT_CONST instead of LCT_PURE. */
d
www.eeworm.com/read/349545/3143790
m isstr.m
%ISSTR True for character array (string).
% ISSTR has been renamed to ISCHAR. ISSTR still works but may be
% removed in the future. Use ISCHAR instead.
%
% See also ISCHAR, CHAR.
% C
www.eeworm.com/read/346804/3180907
js submodal.js
/**
* SUBMODAL v1.5
* Used for displaying DHTML only popups instead of using buggy modal windows.
*
* By Seth Banks
* http://www.subimage.com/
*
* Contributions by:
* Eric Angel - tab index c
www.eeworm.com/read/343323/3220990
java music2.java
//: polymorphism/music/Music2.java
// Overloading instead of upcasting.
package polymorphism.music;
import static net.mindview.util.Print.*;
class Stringed extends Instrument {
public void pl
www.eeworm.com/read/340665/3275377
c union1.c
// GROUPS passed unions
// This is fixed by finish_anon_union doing a string_cst_equal check on
// the DECL_SIZE of the decls, instead of comparing the DECL_SIZE nodes.
// The compiler currently fail
www.eeworm.com/read/340665/3279705
c trunctfdf.c
/* Sparc w/128-bit long double bombed on this because even though
the trunctfdf libcall passed the long double by reference, the
libcall was still marked as LCT_CONST instead of LCT_PURE. */
d
www.eeworm.com/read/340665/3283036
java nullpointerexception.java
/* NullPointerException.java -- thrown when using null instead of an object
Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath i
www.eeworm.com/read/339873/3293077
hello-world
#! /bin/sh
# Modified from the ant startup script to start HelloWorld instead.
# Cygwin support. $cygwin _must_ be set to either true or false.
case "`uname`" in
CYGWIN*) cygwin=true ;;
*) cygw
www.eeworm.com/read/339873/3293080
simple
#! /bin/sh
# Modified from the ant startup script to start HelloWorld instead.
# Cygwin support. $cygwin _must_ be set to either true or false.
case "`uname`" in
CYGWIN*) cygwin=true ;;
*) cygw
www.eeworm.com/read/339873/3293085
simple2
#! /bin/sh
# Modified from the ant startup script to start HelloWorld instead.
# Cygwin support. $cygwin _must_ be set to either true or false.
case "`uname`" in
CYGWIN*) cygwin=true ;;
*) cygw