代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/437033/1836716
c es1370.c
/* Best viewed with tabsize 4 */
/* Ensoniq ES1370 driver
*
* aka AudioPCI '97
*
* This is the main file of the ES1370 sound driver. There is no main function
* over here, instead the main funct
www.eeworm.com/read/431110/1912079
txt description.txt
test similiar with basic-pluto-05.
It uses modp768 (DH1) instead of default.
Note we do not build regularly with this enabled, so this test is not
enabled by default.
www.eeworm.com/read/430182/1939756
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/424186/2017975
js submodal.js
/**
* SUBMODAL v1.4
* Used for displaying DHTML only popups instead of using buggy modal windows.
*
* By Seth Banks (webmaster at subimage dot com)
* http://www.subimage.com/
*
* Contri
www.eeworm.com/read/407965/2257040
java tbdictionary.java
package EDU.cmu.cs.coral.util;
import java.util.Hashtable;
/**
* This is like a hashtable but we can specify the type
* right from the table (instead of Object like Hashtable does)
*
*
www.eeworm.com/read/401377/2340956
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/395674/2433821
c iobyapc.c
/*
* IoByAPC.c
*
* Sample code for Multithreading Applications in Win32
* This is from Chapter 6, Listing 6-3
*
* Demonstrates how to use APC's (asynchronous
* procedure calls) instead o
www.eeworm.com/read/395229/2448100
h mca-legacy.h
/* -*- mode: c; c-basic-offset: 8 -*- */
/* This is the function prototypes for the old legacy MCA interface
*
* Please move your driver to the new sysfs based one instead */
#ifndef _LINUX_MCA_LE
www.eeworm.com/read/395229/2448567
h uaccess.h
#ifndef _ASM_GENERIC_UACCESS_H_
#define _ASM_GENERIC_UACCESS_H_
/*
* This macro should be used instead of __get_user() when accessing
* values at locations that are not known to be aligned.
*/
#de
www.eeworm.com/read/393286/2478788
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