代码搜索:initial

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

代码结果 10,000
www.eeworm.com/read/481325/6652674

c main.c

#include "reg5509a.h" #include "lcd.h" #include extern unsigned int cpld_ctrl_back; extern unsigned int key_flag; void main() { initial_sys(); mcbsp2_close(); asm(" bit(st1, #
www.eeworm.com/read/480924/6653902

bak lcd_lts350q1_pe1.h.bak

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

c txe_tmch.c

/**************************************************************************/ /* */ /* Copyright (c) 1996-2000 by E
www.eeworm.com/read/479287/6691011

c txe_tmch.c

/**************************************************************************/ /* */ /* Copyright (c) 1996-2000 by E
www.eeworm.com/read/477978/6726888

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/476470/6762610

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/476253/6764590

txt lmssuanfa.txt

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/265251/11272154

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/264780/11301848

bas const.bas

Attribute VB_Name = "Const" '数据源信息常量 Public Const conn As String = "Provider=SQLOLEDB.1;Password=sa;User ID=sa;Initial Catalog=Books;Data Source=.;" '一次执行connect操作可以访问数据库的次数 Public Const CONNECT_
www.eeworm.com/read/264449/11314217

h lcd_tx06d18.h

/************************************************************** The initial and control for 320×240 16Bpp TFT LCD----TX06D18 **************************************************************/ void T