代码搜索:initial

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

代码结果 10,000
www.eeworm.com/read/297322/8030213

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/397591/8036312

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/397451/8050122

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/296717/8080497

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/196381/8095250

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/196118/8114314

l adc.l

Sat Jan 14 09:29:55 2006 SAM8 Assembler for Reduced Instruction Ver. 2.15T(Win32) Copyright (c) 2003 Samsung Electronics Co. -----------------------------------------------
www.eeworm.com/read/396018/8136578

c inithw.c

/*---------------------------------------------------------------------------*/ /* _INITHW: */ /* Author: Kuan, Yeou-Fuh
www.eeworm.com/read/295858/8136600

c stc232.c

/************************************************************* ****************串口工具配套程序****************************** 程序功能:1.通过PC端的串口调试工具,从PC端发出一个十六进制的数, 通过串口传输到单片机,并有单片机通过 L
www.eeworm.com/read/333042/12705063

c retarget.c

/* ** Copyright (C) ARM Limited, 2001. All rights reserved. */ /* ** This implements a 'retarget' layer for low-level IO. Typically, this ** would contain your own target-dependent implement
www.eeworm.com/read/246277/12744209

h app.h

#ifndef APP_H__ #define APP_H__ #define wdr() #asm("wdr") #define nop() #asm("nop") #define EINT #asm("sei") #define DINT #asm("cli"); extern bit study_ok; extern bit system_initial_fl