代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/362813/9979771
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/362813/9979776
bak mp3_uv2.bak
### 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/362690/9985677
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/165354/10066405
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/165020/10078768
l lex.l
WS [ \n\t]+
LT [A-Za-z]
KR [A-Za-z0-9_\[\]\{\}/.$%~'@^]
DI [0-9]
NM {DI}*\.?{DI}+([Ee][-+]?{DI}+)?
VR {LT}{KR}*()?
S_OP [-+ \t\n]+
LOG []?=?
%start COMMENT
%%
www.eeworm.com/read/360760/10079525
v traffic_fsm_test.v
module traffic_fsm_test;
reg clk,rst;
traffic_fsm u(.clk(clk),.rst(rst),.red1(red1_test),.yellow1(yellow1_test),.green1(green1_test),
.red2(red2_test),.yellow2(yellow2_test),.g
www.eeworm.com/read/359957/10113628
m lmsrls.m
function lmsrls();
clear
samples_per_period=40;%周期采样频率
N=10*samples_per_period-1;%总采样次数
signal(1)=2;
for i=2:N
signal(i)=signal(i-1);
end
%signal=sin(2*pi*0.02*[0:N-1]);%初始输入信号
figure;%作图
www.eeworm.com/read/359721/10128131
bak t128_uv2.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (T128), 0x0000 // Tools: 'MCS-51'
Group (Common)
Group (Bank0_Init&OSD1Init)
Group (Bank1_OSD2Init)
Group (Bank2_OSD2Icons)
www.eeworm.com/read/359721/10128250
uv2 t128.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (T128), 0x0000 // Tools: 'MCS-51'
Group (Common)
Group (Bank0_Init&OSD1Init)
Group (Bank1_OSD2Init)
Group (Bank2_OSD2Icons)
www.eeworm.com/read/164039/10134495
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) -