代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/206731/7456771
fbk robotarm.fbk
FEEDBACK Fdbck
CYCLE_TIME 0.05
! Name MIN MAX
INOUT Movement (-50.0, 50.0)
IN Current (-1.0, 1.0)
INOUT Position (0.0, 70.0)
OUT Pos_error(-70.0, 70.0)
IN Refere
www.eeworm.com/read/450545/7482350
pas explorer.pas
uses tools_p;
Const
zero=1e-4;
phi=(sqrt(5)-1)/2;
Var
L,h,t:extended;
procedure work;
var lastf,lastx,x,f:extended;
begin
lastx:=t*phi;
lastf:=ask(lastx);
whil
www.eeworm.com/read/448535/7531396
m zerorow.m
function [B,U] = zerorow(B,f,U)
%
% Zero a row by a series of Givens rotations
%
% function [B,U] = zerorow(B,f,U)
%
% B = matrix to have row zeroed
% f = vector of row indices that are zero o
www.eeworm.com/read/448350/7534390
m zerocros.m
function [t,s]=zerocros(x,m)
%ZEROCROS finds the zeros crossings in a signal [T,S]=(X,M)% find zero crossings in a signal
% Inputs: x = input waveform
% m = mode string containing:
%
www.eeworm.com/read/447838/7545070
c start08.c
/******************************************************************************
FILE : start08.c
PURPOSE : 68HC08 standard startup code
LANGUAGE : ANSI-C / INLINE ASSEMBLER
www.eeworm.com/read/447532/7549662
c start08.c
/******************************************************************************
FILE : start08.c
PURPOSE : 68HC08 standard startup code
LANGUAGE : ANSI-C / INLINE ASSEMBLER
www.eeworm.com/read/447462/7550696
f srotmg.f
SUBROUTINE SROTMG(SD1,SD2,SX1,SY1,SPARAM)
* .. Scalar Arguments ..
REAL SD1,SD2,SX1,SY1
* ..
* .. Array Arguments ..
REAL SPARAM(5)
* ..
*
* Purpose
* =======
*
*
www.eeworm.com/read/447462/7550796
f drotmg.f
SUBROUTINE DROTMG(DD1,DD2,DX1,DY1,DPARAM)
* .. Scalar Arguments ..
DOUBLE PRECISION DD1,DD2,DX1,DY1
* ..
* .. Array Arguments ..
DOUBLE PRECISION DPARAM(5)
* ..
*
*
www.eeworm.com/read/446736/7569445
m plotpz.m
%plotpz.m - plot the zero and pole plane from
%transfer function
% -1 -2
% b(1)+b(2)*z +b(3)*z
%H(z)=-------------------------
% -1 -2
% a(1
www.eeworm.com/read/442972/7640748
c minhost.c
// minhost.c
#define BYTE unsigned char
// SL811 Registers
#define CTL 0x00 // write this register to kick off a transfer
#define BUFADR 0x01 // start of internal data buffer
#define BUFLEN 0