代码搜索:dataIn

找到约 2,888 项符合「dataIn」的源代码

代码结果 2,888
www.eeworm.com/read/304751/13787577

h c_utils.h

#ifndef UTILS_H #define UTILS_H #include "c_types.h" typedef struct _biquad { S2byte negb12; S2byte a12; S2byte negb11; S2byte a11; S2byte a0; S2byte dn_2; S2byte dn_1;
www.eeworm.com/read/304751/13787581

cpp c_utils.cpp

// c_utils.cpp // utility functions for vad program #include "c_utils.h" #include S2byte sature16(S4byte data) { if ( data > (S2byte)0x7fff ) { return (S2byte)MAX
www.eeworm.com/read/140841/5779879

vhd syncram_dp.vhd

---------------------------------------------------------------------------- -- This file is a part of the GRLIB VHDL IP LIBRARY -- Copyright (C) 2004 GAISLER RESEARCH -- -- This program is free so
www.eeworm.com/read/130738/5950315

h c_utils.h

#ifndef UTILS_H #define UTILS_H #include "c_types.h" typedef struct _biquad { S2byte negb12; S2byte a12; S2byte negb11; S2byte a11; S2byte a0; S2byte dn_2; S2byte dn_1;
www.eeworm.com/read/130738/5950319

cpp c_utils.cpp

// c_utils.cpp // utility functions for vad program #include "c_utils.h" #include S2byte sature16(S4byte data) { if ( data > (S2byte)0x7fff ) { return (S2byte)MAX
www.eeworm.com/read/492492/6415006

hier_info maoci.hier_info

|maoci clk13 => process0~0.IN1 clk13 => clk13_dly.DATAIN clk13 => process0~1.IN1 clk100 => clk_out~reg0.CLK clk100 => clk13_dly.CLK clk_out
www.eeworm.com/read/489425/6471230

hier_info plj.hier_info

|plj clk => ch:u4.clk clk => fen:u1.clk sig => pilvji:u2.sig clr => pilvji:u2.clr alm
www.eeworm.com/read/488475/6487616

hier_info part4.hier_info

|part4 CLK => cnt[1].CLK CLK => cnt[0].CLK Write => SRAM_data[15]~15.OE Write => SRAM_data[14]~14.OE Write => SRAM_data[13]~13.OE Write => SRAM_data[12]~12.OE Write => SRAM_data[11]~11.OE Writ
www.eeworm.com/read/223059/6508853

c example.c

/****************************************************************************/ /* Copyright (c) 1999-2007 Digital Core Design DCD */ /***************************************
www.eeworm.com/read/480727/6660954

c firfd.c

/********************************************************************** * FIR 滤波器频率取样法设计程序 * 程序运行中要求输入FIR滤波器的阶数N,及其频率域取样点的幅度值H(n). /***************************************************************