代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/304723/13788172
bdf initial_block.bdf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/304723/13788197
bsf sd_initial.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/304723/13788205
v sd_initial.v
/*************************************************
函数名:sd_initial
功 能:实现对SD卡的初始化
**************************************************/
module sd_initial( sd_cmd,
power
www.eeworm.com/read/304723/13788213
bsf initial_block.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/136140/13871735
m51 initial.m51
BL51 BANKED LINKER/LOCATER V5.03 03/14/2005 16:15:27 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
E:\CYGNAL\IDEFILES\C51\BIN\BL51.EXE E:\CYGNAL\EXAMPLES\C8051F33X\C\RS232T
www.eeworm.com/read/135999/13880067
m initial_track.m
% modeling data
% sample number N=200 points
% sample time T=0.1s
t=0:0.1:20-0.1;
T=0.1; % sample time
v=0.5; % initial velocity
y=ones(1,200);
y(1)=0;
for n=2:200;