代码搜索:instead

找到约 6,048 项符合「instead」的源代码

代码结果 6,048
www.eeworm.com/read/162614/5522270

c builtin.c

// { dg-do assemble } // { dg-options "-w" } // Bug: g++ overloads strlen instead of bashing the builtin version. extern "C" void strlen (const char *); void f () { strlen("Hi"); }
www.eeworm.com/read/162614/5525606

ada c36304a.ada

-- C36304A.ADA -- Grant of Unlimited Rights -- -- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687, -- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/162614/5530591

c pr22018.c

/* { dg-do run } */ /* { dg-options -O2 } */ void abort (void); void g(int); void f(int l) { unsigned i; for (i = 0; i < l; i++) { int y = i; /* VRP was wrongfully computing z's
www.eeworm.com/read/152843/5657536

c teg.c

/* * arch/v850/kernel/teg.c -- NB85E-TEG cpu chip * * Copyright (C) 2001,02,03 NEC Electronics Corporation * Copyright (C) 2001,02,03 Miles Bader * * This file is subject to
www.eeworm.com/read/147363/12559510

h ver.h

#ifndef RC_INVOKED #pragma message ("VER.H obsolete, including WINVER.H instead") #endif #include
www.eeworm.com/read/201026/15418183

txt 16_pl_trigger.txt

--trigger不能含有事物处理的语句,除非使用间接的自动提交。 例题一 /* 更新D表的DEPTNO时自动更新E表的DEPTNO */ connect scott/tiger drop table d; drop table e; create table d as select * from dept; create table e as select * from emp
www.eeworm.com/read/113666/15451570

install

Installing Speex is as easy as: % ./configure [--prefix=] % make % make install Note that if you are using the code from CVS, you will need to run "autogen.sh" instead of "configure".
www.eeworm.com/read/109477/15556400

h rocket.h

/* * This file contains the exported interface of the rocket driver to * its configuration program. */ struct rocket_config { int line; int flags; int closing_wait; int close_delay; int port;
www.eeworm.com/read/104551/15690070

install

Installing Speex is as easy as: % ./configure [--prefix=] % make % make install Note that if you are using the code from CVS, you will need to run "autogen.sh" instead of "configure".
www.eeworm.com/read/102552/15774652

htm subject_48961.htm

序号:48961 发表者:xqq 发表日期:2003-08-05 15:32:17 主题:学到触发器了!有不明白的地方,请指教!谢了 内容:在SQL SERVER 2000 中新引进了一种新的触发器类型 INSTEAD OF类型。看了看介绍觉得不太明白的,有没有哪位好心的人介绍一下!先谢谢各位了!