代码搜索:Step
找到约 10,000 项符合「Step」的源代码
代码结果 10,000
www.eeworm.com/read/336465/12441837
nlogo ---parityerror.nlogo
; Parity Error Detection Simulation
; written by Teresa Carrigan, 2004
globals [ from-number from-string number-of-digits start-x myDigits praise digits1 save-base base step error-detected?]
bree
www.eeworm.com/read/148474/12464919
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'
%
function [PDP]=cp0802_PDP(h,fc)
%==================
www.eeworm.com/read/132357/14096744
m ica.m
%InfoMax Algorithm Based on ICA
%(C) All Copyrights Reserved By Yuheng Wang
%2005.5.21 revised
%--------------------------------------变量含义-----------------------------------
%m-------采样通道数
%n----
www.eeworm.com/read/234532/14108134
rpt setpmoto.fit.rpt
Fitter report for SETPMOTO
Sat Oct 21 18:36:07 2006
Version 5.0 Build 171 11/03/2005 Service Pack 2 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Leg
www.eeworm.com/read/234420/14113639
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/233497/14148798
#2 main.#2
//---------------------------------------------------------------------------
// Copyright (c) 2002 Jim Brady
// Do not use commercially without author's permission
// Last revised August 2002
//
www.eeworm.com/read/233497/14148911
c main.c
//---------------------------------------------------------------------------
// Copyright (c) 2002 Jim Brady
// Do not use commercially without author's permission
// Last revised August 2002
//
www.eeworm.com/read/233497/14148913
lst main.lst
C51 COMPILER V7.50 MAIN 08/03/2006 09:32:50 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE MAIN
OBJECT MODULE PLACED IN Ma
www.eeworm.com/read/233497/14148936
#1 main.#1
//---------------------------------------------------------------------------
// Copyright (c) 2002 Jim Brady
// Do not use commercially without author's permission
// Last revised August 2002
//
www.eeworm.com/read/233306/14158119
asv xianxingxitong.asv
clear;
%绘制系统的单位阶跃输出轨线
M=[-5 -1;3 -1];
N=[2 5]';
X=[1 2];
Y=0;
G=ss(M,N,X,Y);
[y,t,x]=step(G);
plot(t,x,'r',t,y,'b');
grid;
text(2,-0.1,'x_2(t)');
text(2,4.2,'x_1(t)');
text(2,7.6