代码搜索:Step
找到约 10,000 项符合「Step」的源代码
代码结果 10,000
www.eeworm.com/read/204180/15343509
c 步进电机1.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/203101/15365464
m fd2d1_fu.m
close all
clear all
IE=60;JE=60;
ic=IE/2;
jc=JE/2;
ddx=0.01;
dt=ddx/6e8;
epsz=8.8e-12;
kk=0;
kkk=1;
ga=zeros(IE,JE);
dz=zeros(IE,JE);
ez=zeros(IE,JE);
hx=zeros(IE,JE);
hy=zeros(IE,JE
www.eeworm.com/read/201202/15413478
sci makeaibdryfilter.sci
function EdgeFilt = MakeAIBdryFilter(D)
// MakeAIBdryFilter -- Edge filters for Average-Interpolating Wavelets
// Usage
// EdgeFilt = MakeAIBdryFilter(D)
// Inputs
// D Degree of
www.eeworm.com/read/201148/15415766
m eklmnftr1.m
function [YY,XX] = EKLMNFTR1(Ap,Xint_v,Uk,Qu,Vk,Qv,C,n,Wk,W,V);
Ap(2,:) = 0;
for ii = 1:1:length(Ap)-1
Ap(ii+1,ii) = 1;
end
inx = 1;
UUk = [Uk(inx); 0; 0; 0; 0];
PPk = (Xint_v*Xint_v'
www.eeworm.com/read/200275/15436004
m cp0802_pdp.m
%
% FUNCTION 8.10 : "cp0802_PDP"
%
% Evaluates the Power Delay Profile 'PDP'
% of a channel impulse response 'h' sampled
% at frequency 'fc'
%
% Programmed by Guerino Giancola
%
function [P
www.eeworm.com/read/200258/15436073
asv huber_m_nlos.asv
% NLOS mitigation based on Huber M estimation
% 2007.3.18
% written by Tang Hong
% IEEE Trans. On signal processing,vol47,No.4, 1999
% " robust Huber adaptive filter"
% clc;
clear;
www.eeworm.com/read/105515/15665929
cpp go.cpp
#include "Headers.h"
#include "resource.h"
#include "DriverDialog.h"
#include "MAIN.h"
void MAIN::Init()
{
srand( (unsigned)time( NULL ) );
ZeroMemory(hit, sizeof(BYTE)*MAX_HIT);
Ze
www.eeworm.com/read/104998/15680183
c md5.c
/*
* This code implements the MD5 message-digest algorithm.
* The algorithm is due to Ron Rivest. This code was
* written by Colin Plumb in 1993, no copyright is claimed.
* This code is in th
www.eeworm.com/read/104021/15712152
sh adpcm.sh
In article plutchak@pilsner.geo.brown.edu (Joel Plutchak) writes:
> In article jari.kaija@mpoli.fi (Jari Kaija) writes:
> >*>Does anyoune k