代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/281683/4113275
s vectors.s
@ This is the vector set up for an AT91SAM7
.text
.code 32
.align 0
@ This is not actally executed in this code stream. Instead it is
@ copied into the reloacted vector space.
@ NB When execut
www.eeworm.com/read/276066/4170623
java digits.java
/*
* @test /nodynamiccopyright/
* @bug 6183529
* @summary javac gives warnings instead of errors on non-ASCII digits
* @compile/fail/ref=Digits.out -XDstdout -XDrawDiagnostics Digits.java
*/
cl
www.eeworm.com/read/273740/4193983
c jazzdma.c
/*
* Mips Jazz DMA controller support
* Copyright (C) 1995, 1996 by Andreas Busse
*
* NOTE: Some of the argument checking could be removed when
* things have settled down. Also, instead of return
www.eeworm.com/read/273662/4201526
txt writingchangelogs.txt
This is an essay by Jim Blandy on maintaining
ChangeLog entries.
Although Subversion generates its ChangeLogs from cvs log data,
instead of keeping independent ChangeLog files, mo
www.eeworm.com/read/273660/4202603
txt writingchangelogs.txt
This is an essay by Jim Blandy on maintaining
ChangeLog entries.
Although Subversion generates its ChangeLogs from cvs log data,
instead of keeping independent ChangeLog files, mo
www.eeworm.com/read/449138/1680858
as function.as
var f1 = function()
{
return "anonymous function() works";
}; // we need a semicolon to end a statement !
// // 'Function' is not recognized, try using 'new Function' instead
// var f2 = Function()
www.eeworm.com/read/444529/1732291
cpp exception.cpp
#include
CPPUNIT_NS_BEGIN
#ifdef CPPUNIT_ENABLE_SOURCELINE_DEPRECATED
/*!
* \deprecated Use SourceLine::isValid() instead.
*/
const std::string Exception::UNKNOWNFILENAME =
www.eeworm.com/read/443386/1741596
c jazzdma.c
/*
* Mips Jazz DMA controller support
* Copyright (C) 1995, 1996 by Andreas Busse
*
* NOTE: Some of the argument checking could be removed when
* things have settled down. Also, instead of return
www.eeworm.com/read/443386/1747658
makefile
# Makefile for the Linux video drivers.
# 5 Aug 1999, James Simmons,
# Rewritten to use lists instead of if-statements.
# Each configuration option enables a list of
www.eeworm.com/read/442179/1764812
xtp servlets.xtp
Servlets are the pure Java solution to handle web requests. Many
application will use servlets instead of JSP and others will use servlets
in conjunction with