代码搜索:zero

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

代码结果 10,000
www.eeworm.com/read/255427/12082418

cpp countst.cpp

//THIS PROGRAM IS TO TEST THE COUNTER CLASS //FILE COUNTST.CPP #define ZERO 0 #define TEN 10 #include #include "Count.h" int main(void) { COUNTER TEST; int CIRCLE; c
www.eeworm.com/read/152752/12088522

c paranoia.c

#undef V9 #define NOPAUSE /* A C version of Kahan's Floating Point Test "Paranoia" Thos Sumner, UCSF, Feb. 1985 David Gay, BTL, Jan. 1986 This is a rewrite from the Pascal version by
www.eeworm.com/read/254804/12117184

txt 新建 文本文档.txt

#include #include using namespace std; const double zero=1e-6; const int maxl=2000; const int maxn=52; const double limit=1e8; struct point{ double x,y; }; point p[maxl],
www.eeworm.com/read/254742/12121095

m factorize.m

function Factors = factorize(polyn) format long; Factors = []; % Use threshold of 1e-8 instead of 0 to account for % precision effects THRESH = 1e-8; % proots = roots(polyn); % get the zeroes of
www.eeworm.com/read/254369/12140616

cs nativewindow.cs

using System; using Microsoft.WindowsCE.Forms; using System.ComponentModel; using System.Runtime.InteropServices; namespace OpenNETCF.Windows.Forms { /// /// Provides a low-level
www.eeworm.com/read/152083/12142203

cpp d10r10.cpp

# include # include # include # include # include # include void value(double x1[3],double dx[3],double gm[3],double gp[3],double s
www.eeworm.com/read/152083/12142209

txt text1.txt

double CABS(double A1, double A2) { double X,Y,t1; X = fabs(A1); Y = fabs(A2); if (X == 0.0) t1 = Y; else if (Y == 0) t1 = X; else if (X > Y) t1
www.eeworm.com/read/152083/12142374

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/152083/12143575

cpp laguer.cpp

void value(double x1[3],double dx[3],double gm[3],double gp[3], double sq[3],double g2[3],double h[3],double f[3], double d[3],double b[3],double zero[3]) { int i; for(i=1;i
www.eeworm.com/read/152083/12144046

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