代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/205181/15325030
c start08.c
/******************************************************************************
FILE : start08.c
PURPOSE : 68HC08 standard startup code
LANGUAGE : ANSI-C / INLINE ASSEMBLER
www.eeworm.com/read/205181/15325055
c start08.c
/******************************************************************************
FILE : start08.c
PURPOSE : 68HC08 standard startup code
LANGUAGE : ANSI-C / INLINE ASSEMBLER
www.eeworm.com/read/205181/15325073
c start08.c
/******************************************************************************
FILE : start08.c
PURPOSE : 68HC08 standard startup code
LANGUAGE : ANSI-C / INLINE ASSEMBLER
www.eeworm.com/read/205181/15325102
c start08.c
/******************************************************************************
FILE : start08.c
PURPOSE : 68HC08 standard startup code
LANGUAGE : ANSI-C / INLINE ASSEMBLER
www.eeworm.com/read/205181/15325121
c start08.c
/******************************************************************************
FILE : start08.c
PURPOSE : 68HC08 standard startup code
LANGUAGE : ANSI-C / INLINE ASSEMBLER
www.eeworm.com/read/205181/15325146
c start08.c
/******************************************************************************
FILE : start08.c
PURPOSE : 68HC08 standard startup code
LANGUAGE : ANSI-C / INLINE ASSEMBLER
www.eeworm.com/read/203450/15359102
cpp vander.cpp
void vander(double x[], double w[], double q[], int n)
{
const int nmax = 100;
double zero = 0.0;
double one = 1.0;
double c[100];
int i,j,k,k1;
double xx,t,b,s;
if (n ==
www.eeworm.com/read/202785/15373117
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/202224/15389248
m repeat2.m
% repeat2.m
% repeated value creation and counting
%x = [3 2 0 5 6]; % data to repeat
%n = [2 0 3 1 2]; % repeat counts
nz = n==0; % locations of zero elements
n(nz) = [];