代码搜索:zero

找到约 10,000 项符合「zero」的源代码

代码结果 10,000
www.eeworm.com/read/404684/11480372

cpp pinvs.cpp

void pinvs(int ie1, int ie2, int je1, int jsf, int jc1, int k, double c[], int nci, int ncj, int nck, double s[], int nsi, int nsj) { double zero = 0.0; int one = 1; double psc
www.eeworm.com/read/402476/11534305

v sltcontrol.v

module sltcontrol(signslt,in,out);//slt指令预处理单元 //对于有符号的小于则置1的指令,若待比较的两个数异号,直接送到ALU单元可能得到错误的结果 //所以对这种情况我们对两个操作数进行预处理,即将两个数同时加上'h80000000,将其变为正数(这样不会改变他们之间的大小关系) input signslt;//输入控制信号,为1表示此时需要进行预处理 ...
www.eeworm.com/read/402283/11539846

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) = [];
www.eeworm.com/read/158443/11615689

c machar.c

#include #define CONV(i) ((float)(i)) void machar(ibeta,it,irnd,ngrd,machep,negep,iexp,minexp,maxexp,eps,epsneg,xmin,xmax) float *eps,*epsneg,*xmax,*xmin; int *ibeta,*iexp,*irnd,*it,*ma
www.eeworm.com/read/158443/11615816

c fixrts.c

#include #include "complex.h" #define NMAX 100 #define ZERO Complex(0.0,0.0) #define ONE Complex(1.0,0.0) void fixrts(d,m) float d[]; int m; { void zroots(); int i,j,polish; f
www.eeworm.com/read/259565/11782388

m units4plot.m

function units=units4plot(units) % Replace "n/a" by zero length string if strcmpi(units,'n/a') units=''; end
www.eeworm.com/read/259516/11785344

c start08.c

/****************************************************************************** FILE : start08.c PURPOSE : 68HC08 standard startup code LANGUAGE : ANSI-C / INLINE ASSEMBLER
www.eeworm.com/read/259516/11785398

c start08.c

/****************************************************************************** FILE : start08.c PURPOSE : 68HC08 standard startup code LANGUAGE : ANSI-C / INLINE ASSEMBLER
www.eeworm.com/read/259516/11785450

c start08.c

/****************************************************************************** FILE : start08.c PURPOSE : 68HC08 standard startup code LANGUAGE : ANSI-C / INLINE ASSEMBLER
www.eeworm.com/read/259516/11785497

c start08.c

/****************************************************************************** FILE : start08.c PURPOSE : 68HC08 standard startup code LANGUAGE : ANSI-C / INLINE ASSEMBLER