代码搜索:initial

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

代码结果 10,000
www.eeworm.com/read/264447/11314456

h lcd_tx06d18.h

/************************************************************** The initial and control for 320×240 16Bpp TFT LCD----TX06D18 **************************************************************/ void T
www.eeworm.com/read/409620/11317842

c play.c

#include "SPCE061V004.H" void Play(unsigned int index) { SACM_S480_Initial(1); SACM_S480_Play(index,1, 3); while(SACM_S480_Status()&0x01) { SACM_S4
www.eeworm.com/read/264048/11331469

bak lcd_lts350q1_pe1.h.bak

/************************************************************** The initial and control for 240×320 16Bpp TFT LCD----LtS350Q1 **************************************************************/ void
www.eeworm.com/read/409325/11333066

bak lcd_lts350q1_pe1.h.bak

/************************************************************** The initial and control for 240×320 16Bpp TFT LCD----LtS350Q1 **************************************************************/ void
www.eeworm.com/read/263527/11357742

m lms_adaptive_filter.m

function LMS_adaptive_filter %定义功能函数 samples_per_period=40;%周期采样频率 N=10*samples_per_period-1;%总采样次数 signal=sin(2*pi*0.02*[0:N-1]);%初始输入信号 figure;%作图1的第一子图 subplot(2,1,1); plot(signal); grid; t
www.eeworm.com/read/262793/11390376

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/407009/11431296

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/405113/11471473

changelog

1998-08-30 - initial release (A.M.) - modified po files to fix bug - "usage screen lists -I option even if compiled without ncurses" (A.M.) 1999-01-07 - added es, pt_BR translations (P.G.) 1999-01
www.eeworm.com/read/404495/11484582

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/403961/11493685

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) -