代码搜索:Sensitive

找到约 1,776 项符合「Sensitive」的源代码

代码结果 1,776
www.eeworm.com/read/407145/11427789

h utils.h

//ADSP TS-201 下常用功能函数 //文件名:utils.h //最新修改:2008-03-19 //最新修改:2008-07-07 //经过测试 #ifndef UTILS_H_USER #define UTILS_H_USER #define LEVEL 0 #define EDGE 1 #define LED0 0x01 #defin
www.eeworm.com/read/259067/11823726

hif addere.hif

Version 5.0 Build 148 04/26/2005 SJ Full Version 32 1618 OFF OFF OFF OFF OFF FV_OFF VRSM_ON VHSM_ON synplcty.lmf # entity AdderE # case_sensitive # source_file AdderE.vqm 1146713218
www.eeworm.com/read/258642/11848832

v compare_2_algo.v

module compare_2_algo (A_lt_B, A_gt_B, A_eq_B, A, B); output A_lt_B, A_gt_B, A_eq_B; input [1: 0] A, B; reg A_lt_B, A_gt_B, A_eq_B; always @ (A or B) // Level-sensitive be
www.eeworm.com/read/249911/12447487

cpp socket_list.cpp

/* Copyright (C) 2001 2002 2003 Chris Vine This program is distributed under the General Public Licence, version 2. For particulars of this and relevant disclaimers see the file COPYING distributed w
www.eeworm.com/read/147563/12547162

h pc.h

#include SC_MODULE(pc) { sc_in phy; sc_inout a[4]; sc_out f[4]; void process(void) { if(phy) f = a + 1; } SC_CTOR(pc) { SC_METHOD(proc
www.eeworm.com/read/300456/13913484

h output.h

/************************************************************************ * file name: output.h * description: header file of output module. * * modification history * --------------------
www.eeworm.com/read/112801/15476440

cpp socket_list.cpp

/* Copyright (C) 2001 2002 2003 Chris Vine This program is distributed under the General Public Licence, version 2. For particulars of this and relevant disclaimers see the file COPYING distributed w