代码搜索:trigger
找到约 3,730 项符合「trigger」的源代码
代码结果 3,730
www.eeworm.com/read/440906/1774308
c compare1.c
/* -Wall is supposed to trigger -Wsign-compare for C++. PR 10604.
See also gcc.dg/compare7.c. */
/* { dg-do compile } */
/* { dg-options "-Wall" } */
int f(unsigned a, int b)
{
return a < b;
www.eeworm.com/read/440906/1782748
c compare7.c
/* -Wall is not supposed to trigger -Wsign-compare for C. PR 10604.
See also g++.dg/warn/compare1.C. */
/* { dg-do compile } */
/* { dg-options "-Wall" } */
int f(unsigned a, int b)
{
return
www.eeworm.com/read/432628/1891622
ini player3.ini
[walk]
hair=13001
face=13001
cloth=13001
fpack=13001
head=2
body=2
foot=2
[stand]
hair=13001
face=13001
cloth=13001
fpack=13001
head=2
body=2
foot=2
[trigger]
cloth=13002
[die]
clot
www.eeworm.com/read/366702/2865511
c compare1.c
/* -Wall is supposed to trigger -Wsign-compare for C++. PR 10604.
See also gcc.dg/compare7.c. */
/* { dg-do compile } */
/* { dg-options "-Wall" } */
int f(unsigned a, int b)
{
return a < b;
www.eeworm.com/read/366702/2879082
c pr22061-1.c
int N = 1;
void foo() {} /* Necessary to trigger the original ICE. */
void bar (char a[2][N]) { a[1][0] = N; }
int
main (void)
{
void *x;
N = 4;
x = alloca (2 * N);
memset (x, 0, 2 * N);
b
www.eeworm.com/read/366702/2884579
c compare7.c
/* -Wall is not supposed to trigger -Wsign-compare for C. PR 10604.
See also g++.dg/warn/compare1.C. */
/* { dg-do compile } */
/* { dg-options "-Wall" } */
int f(unsigned a, int b)
{
return
www.eeworm.com/read/162614/5531399
c compare7.c
/* -Wall is not supposed to trigger -Wsign-compare for C. PR 10604.
See also g++.dg/warn/compare1.C. */
/* { dg-do compile } */
/* { dg-options "-Wall" } */
int f(unsigned a, int b)
{
return
www.eeworm.com/read/161040/5563898
txt 触发器用于控制用户插入.txt
--考虑控制userenv()代表的终端。只许一个终端插入。
create or replace trigger test
before insert or update or delete
on sm_emp
for each row
declare
users varchar2(10);
begin
--select user into users
www.eeworm.com/read/101167/15842851
c out_cmp3.c
// OUT_CMP3.C
//
// Illustrates Use of CCP2 for Output Compare - Trigger Special Event.
//
// Performs an A/D conversion on RA0/AN0 (Term 2) every 4.0 seconds.
//
// Peter H. Anderson, Baltimore