代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/437034/7756465
deck initial_conditions.deck
Capacitor and inductor with natural initial conditions
*
* This circuit contains a capacitor and an inductor with
* initial conditions on them. Each of the components
* has a parallel resistor so
www.eeworm.com/read/435885/7782129
c serial_initial.c
#include "p89v51rx2.h"
#define SPEET_ 60
void serial_initial(void)
{
SCON = 0X52;
TMOD = 0X20;
TH1 = 0XF3;
TR1 = 1; //PRINTE函数必须
}
// for(n=0;n
www.eeworm.com/read/435885/7782142
obj serial_initial.obj
www.eeworm.com/read/435885/7782145
lst serial_initial.lst
C51 COMPILER V7.50 SERIAL_INITIAL 01/03/2009 21:23:35 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE SERIAL_INITIAL
OBJECT MODULE PL
www.eeworm.com/read/435885/7782158
c serial_initial.c
#include "p89v51rx2.h"
#define SPEET_ 60
void serial_initial(void)
{
SCON = 0X52;
TMOD = 0X20;
TH1 = 0XF3;
TR1 = 1; //PRINTE函数必须
}
// for(n=0;n
www.eeworm.com/read/435885/7782172
obj serial_initial.obj
www.eeworm.com/read/435885/7782177
lst serial_initial.lst
C51 COMPILER V7.50 SERIAL_INITIAL 01/03/2009 19:40:12 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE SERIAL_INITIAL
OBJECT MODULE PL
www.eeworm.com/read/299355/7865587
bak initial.h.bak
#define BUFFSIZE 1024
#define DM_FRAMELENGTH 1024
// 噪声估计算法数据结构及函数声明
#define X_INT short // use X_LONG when used as temporal index
#define X_LONG int
#define X_FLOAT float
#ifndef
www.eeworm.com/read/299222/7879686
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;
www.eeworm.com/read/299222/7879689