代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/393286/2485286
modes fb.modes
#
# Sample fb.modes file
#
# Provides an incomplete list of working modes for
# the cyberblade/i1 graphics core.
#
# The value 4294967256 is used instead of -40. Of course, -40 is not
# a really rea
www.eeworm.com/read/392548/2494968
contents
Contents of the UnZip 4.2 main archive (the "sub-archives" may be .arc
or .tar.Z instead of .zip, or even sub-directories):
Contents this file
README what UnZip is; general information (was unzip
www.eeworm.com/read/389879/2532692
c pinmux.c
/*
* Allocator for I/O pins. All pins are allocated to GPIO at bootup.
* Unassigned pins and GPIO pins can be allocated to a fixed interface
* or the I/O processor instead.
*
* Copyright (c) 2004
www.eeworm.com/read/387189/2563635
sql 触发器.sql
use BookManager
GO
CREATE TRIGGER CHOOSE
on tblClassChsBook
INSTEAD OF insert
as
DECLARE @TakenNum int,@TrueTaken int,@BookId int ,@ClassId int
select @TakenNum=s.TakenNum,@TrueTaken=s.TrueTak
www.eeworm.com/read/385891/2581488
makefile
# File: drivers/irda/Makefile
#
# Makefile for the Linux IrDA infrared port device drivers.
#
# 9 Aug 2000, Christoph Hellwig
# Rewritten to use lists instead of if-statements.
#
www.eeworm.com/read/384220/2602795
h dir.h
/*
* dir.h
*
* This file OBSOLESCENT and only provided for backward compatibility.
* Please use io.h instead.
*
* This file is part of the Mingw32 package.
*
* Contributors:
* Created by Co
www.eeworm.com/read/383940/2607042
platform .platform
#
# FILE: mica2/.platform
#
# Includes that should take precedence come first. Platforms come before
# chips because they may override files. These must be specified as
# @includes instead of -I's
www.eeworm.com/read/383940/2607065
platform 复件 .platform
#
# FILE: mica2/.platform
#
# Includes that should take precedence come first. Platforms come before
# chips because they may override files. These must be specified as
# @includes instead of -I's
www.eeworm.com/read/381878/2639866
js script_findreplace.js
//In IE textRange.findText() does the text search and it is based upon the text range;
//Mozilla does not support findText in range, instead its window.find() invokes
//window's find function, which
www.eeworm.com/read/379174/2675926
java esrtestservicetestcase.java
/**
* EsrTestServiceTestCase.java
*
* Test for bug 12636
* Uses the Service interface to deal with WSDL instead of stubs.
*/
package test.wsdl.esr;
import org.apache.axis.transport.http.SimpleA