代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/479028/6697597
txt 新建 文本文档.txt
CREATE OR REPLACE VIEW dept_emp AS
SELECT a.departmentno,a.departmentname,b.employeeno,b.employeename
FROM department a,employee b
WHERE a.departmentno=b.departmentno
/
CREATE OR REPLACE TR
www.eeworm.com/read/479028/6697605
txt 5.44.txt
CREATE OR REPLACE VIEW dept_emp AS
SELECT a.departmentno,a.departmentname,b.employeeno,b.employeename
FROM department a,employee b
WHERE a.departmentno=b.departmentno
/
CREATE OR REPLACE TR
www.eeworm.com/read/123658/14616912
h iris5gdb.h
/* Definitions of target machine for GNU compiler. Irix version 5 with gas
and gdb. */
/* Use stabs instead of ECOFF debug format. */
#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG
#include "mips/
www.eeworm.com/read/217373/14967761
makefile
#
# Makefile for the Linux kernel device drivers.
#
# 15 Sep 2000, Christoph Hellwig
# Rewritten to use lists instead of if-statements.
#
subdir-y := serial
subdir-$(CONFIG_MTD)
www.eeworm.com/read/208247/15250316
changelog
v1.7
Improved normalization: don't act on sporadic isolated extremes.
Investigated assertion failure: caused by bugged videodev2.h
Made the failure of VIDIOC_QUERYCTRL non-fatal (req'd for Uwe's webca
www.eeworm.com/read/167046/5470069
h ioctl-types.h
#ifndef _SYS_IOCTL_H
# error "Never use directly; include instead."
#endif
#include
www.eeworm.com/read/167046/5470701
h syscalls.h
#ifndef _BITS_SYSCALLS_H
#define _BITS_SYSCALLS_H
#ifndef _SYSCALL_H
# error "Never use directly; include instead."
#endif
#include
/* Do something very
www.eeworm.com/read/163821/5508600
h ioctl-types.h
#ifndef _SYS_IOCTL_H
# error "Never use directly; include instead."
#endif
#include
www.eeworm.com/read/171365/9760351
h time.h
#ifndef __TL_TIME_H
#define __TL_TIME_H
#ifdef __cplusplus
extern "C"
{
#endif
/* unsigned; so it will overflow sometime in 2106 instead of 2038 */
typedef unsigned long time_t;
time_t t
www.eeworm.com/read/299965/7817005
cpp fails_list.cpp
#include
#include "Student_info.h"
#include "grade.h"
using std::list;
// version 4: use `list' instead of `vector'
list extract_fails(list& students)
{
li