代码搜索:initial

找到约 10,000 项符合「initial」的源代码

代码结果 10,000
www.eeworm.com/read/432782/8573649

vl xor.vl

module not1(x,a); input a; output x; supply1 pwr; supply0 grd; pmos p(x,pwr,a); nmos n(x,grd,a); endmodule module xor1 (a, b, w); input a, b; outp
www.eeworm.com/read/432782/8573652

v xor_tri.v

module xor_tri_state(x0,x1,y); input x0,x1; output y; tri y; notif1 n1(y,x0,x1); bufif0 b1(y,x0,x1); endmodule module test; reg x0,x1; tri y; xor_tri_state xo(x0,x1,y); initial
www.eeworm.com/read/432455/8604546

m kalman_filter.m

function [x, V, VV, loglik] = kalman_filter(y, A, C, Q, R, init_x, init_V, varargin) % Kalman filter. % [x, V, VV, loglik] = kalman_filter(y, A, C, Q, R, init_x, init_V, ...) % % INPUTS: % y(:,t) -
www.eeworm.com/read/432455/8604581

m kalman_filter.m

function [x, V, VV, loglik] = kalman_filter(y, A, C, Q, R, init_x, init_V, varargin) % Kalman filter. % [x, V, VV, loglik] = kalman_filter(y, A, C, Q, R, init_x, init_V, ...) % % INPUTS: % y(:,t) -
www.eeworm.com/read/432086/8633845

c ds1302.c

#include #include "LCD1602.h" #include "DS1302.h" void Delay1ms(unsigned int count) { unsigned int i,j; for(i=0;i
www.eeworm.com/read/432021/8638726

h shuffle_int.h

/* * $Id: shuffle_int.h 1339 2006-09-21 19:46:28Z tbailey $ * * $Log$ * Revision 1.1 2005/07/29 19:10:58 nadya * Initial revision * */ #ifndef SHUFFLE_INT_H #define SHUFFLE_INT_H extern in
www.eeworm.com/read/288156/8651026

c main.c

#include #include "i2c.h" #include "ir.h" #include "tuner.h" void main(void) { IR_Initial(); while(1) { if ( (PCON & 0x01) == 0) // If not in idle mode PCON |= 0x01; // Enter t
www.eeworm.com/read/431551/8667953

uv2 mp3.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,1, 0x0 File 1,1, 0x
www.eeworm.com/read/286816/8740671

c main.c

//====================================================================== // The information contained herein is the exclusive property of // Sunnnorth Technology Co. And shall not be distributed, re
www.eeworm.com/read/286816/8740783

c main.c

//====================================================================== // The information contained herein is the exclusive property of // Sunnnorth Technology Co. And shall not be distributed, re