代码搜索:trigger
找到约 3,730 项符合「trigger」的源代码
代码结果 3,730
www.eeworm.com/read/306178/3759881
c changtan.c
#include
#define SHIP_TO __DIR__"xingxingtan"
inherit ROOM;
void check_trigger();
void on_board();
void arrive();
void close_passage();
void create()
{
set("short", "长滩");
www.eeworm.com/read/387667/2557108
example insert_username.example
DROP TABLE username_test;
CREATE TABLE username_test (
name text,
username text not null
);
CREATE TRIGGER insert_usernames
BEFORE INSERT OR UPDATE ON username_test
FOR EACH ROW
EXECUTE PROCE
www.eeworm.com/read/386605/2570036
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity sld_signaltap is
generic(
SLD_ADVANCED_TRIGGER_5: string := "NONE";
SLD_NODE_CRC_LOWORD: integer := 50132;
SLD_INVERSION_
www.eeworm.com/read/381853/2640166
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity sld_signaltap is
generic(
SLD_ADVANCED_TRIGGER_5: string := "NONE";
SLD_NODE_CRC_LOWORD: integer := 50132;
SLD_INVERSION_
www.eeworm.com/read/366702/2867299
c pr30590.c
/* { dg-do run } */
/* { dg-options "-O" } */
struct test
{
int type;
char buffer[4242]; /* should trigger pass-by-reference */
};
int flag = 0;
struct test
reset (void)
{
struct test retval;
www.eeworm.com/read/366702/2877107
f90 wtruncate.f90
! { dg-do compile }
! { dg-options "-Wall" }
! This long comment line should not trigger a line-truncation warning with -Wall even for free-form 132 character line limit (blah blah)
PROGRAM fo
www.eeworm.com/read/393518/8280977
m schmitt.m
function [y,t]=schmitt(x,thresh,minwid)
% Pass input signal X through a schmitt trigger
% SCHMITT(X,[LOW HIGH]) gives low and high thresholds. LOW and HIGH can be
% scalars or can be vectors specif
www.eeworm.com/read/265721/11255689
m schmitt.m
function [y,t]=schmitt(x,thresh,minwid)
% Pass input signal X through a schmitt trigger
% SCHMITT(X,[LOW HIGH]) gives low and high thresholds. LOW and HIGH can be
% scalars or can be vectors specif
www.eeworm.com/read/101167/15842720
c step_1.c
// Program STEP_1.C
//
// Turns stepper at 300 pulses per second (3333 usec per step) in direction indicated
// by switch on PORTB7. Uses Timer 1 in conjunction with CCP1 in Compare - Trigger
//
www.eeworm.com/read/370817/9584032
qsf ad0809.qsf
# Copyright (C) 1991-2007 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any outpu