代码搜索:initial

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

代码结果 10,000
www.eeworm.com/read/465793/7046116

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/465243/7059812

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/464634/7066947

c serial.c

/*串口初始化程序serial.C*/ #include void serial_initial() { SCON=0x52; //方式1,接收允许,TI=1,允许发送字符 TMOD=0x20; //定时器1,方式2,定时,不受外部INT1控制 //TCON=0x69; //外部中断0,边沿触发,外部中断1允许T
www.eeworm.com/read/305605/7085388

h timeouth_for_hardwaredelay.h

/*------------------------------------------------------------------*- TimeoutH_for_HardWareDelay.H(v1.00) Author: 06_Digital_Media All Right Reserved -------------------------------------
www.eeworm.com/read/272498/7089123

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/264839/7110912

v wallace_tree_tp.v

`timescale 1ns/1ns module wallace_tree_tp(); reg[2:0] i; reg clk2; reg[8:0] x; wire[15:0] out; wallace_tree tree_1(i,clk2,x,out); initial begin i=0;clk2=0;x=9'b010100101; #10 i=1; #
www.eeworm.com/read/264839/7110915

bak wallace_tree_tp.v.bak

`timescale 1ns/1ns module wallace_tree_tp(); reg[2:0] i; reg clk2; reg[8:0] x; wire[15:0] out; wallace_tree tree_1(i,clk2,x,out); initial begin i=0;clk2=0;x=9'b010100101; #10 i=1; #
www.eeworm.com/read/421564/7124008

h lcd_tx06d18.h

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

txt common.txt.txt

//common.txt //clock and simulator constants parameter initial_clock=1; parameter period=15; parameter max_cyc=100; parameter sim_end=period*max_cyc
www.eeworm.com/read/459147/7280308

c ds1302.c

#include #include "LCD1602.h" #include "DS1302.h" void Delay1ms(unsigned int count) { unsigned int i,j; for(i=0;i