代码搜索:Step
找到约 10,000 项符合「Step」的源代码
代码结果 10,000
www.eeworm.com/read/305713/13762915
c l297_driven_stepper_motor.c
#include "at89x52.h"
#define uchar unsigned char
#define uint unsigned int
sbit EnA=P3^4;//L298N驱动使能端
sbit EnB=P3^5;
uchar np;
//步进电机运行数据表
const uchar motortb[]={0x08,0x09,0x01,0x05,0x04,0x
www.eeworm.com/read/304950/13782493
cpp 梯形求积.cpp
#include
#include
double f1(double x){
return (1+x+2*x);
}
double f2(double x){
return(1+x+2*x*x+3*x*x*x);
}
double f3(double x){
return(1+x+2*x*x+3*x*x*x+4*x*x*x*
www.eeworm.com/read/304061/13802162
m chapter5_2.m
G=tf([1,7,24,24],[1,10,35,50,24]);
t=0:0.1:10;y=step(G,t);
plot(t,y),grid
www.eeworm.com/read/303916/13806251
awk getnoderecv.awk
# getData.awk
BEGIN {
if(step ==0)
step = 10;
base = 0;
start = 0;
bytes = 0;
total_bytes = 0;
max = 0;
calc = 0;
}
$0 ~/^s.* AGT/ {
if (base == 0 && $3 == ("_" src "_")) {
base = $2;
www.eeworm.com/read/303438/13816139
m dwindow.m
function Dh=dwindow(h);
%DWINDOW Derive a window.
% DH=DWINDOW(H) derives a window H.
%
% Example :
% plot(dwindow(tftb_window(210,'hanning')))
%
% See also WINDOW.
% F. Auger, August 1994, July 19
www.eeworm.com/read/303058/13822590
m kf_predict.m
%KF_PREDICT Perform Kalman Filter prediction step
%
% Syntax:
% [X,P] = KF_PREDICT(X,P,A,Q,B,U)
%
% In:
% X - Nx1 mean state estimate of previous step
% P - NxN state covariance of previ
www.eeworm.com/read/303058/13822649
m ekf_predict1.m
%EKF_PREDICT1 1st order Extended Kalman Filter prediction step
%
% Syntax:
% [M,P] = EKF_PREDICT1(M,P,[A,Q,a,W,param])
%
% In:
% M - Nx1 mean state estimate of previous step
% P - NxN st
www.eeworm.com/read/301888/13846804
m c6_nltvde.m
% File: c6_nltvde.m
% Software given here is to accompany the textbook: W.H. Tranter,
% K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of
% Communication Systems Simulation with Wire