代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/492905/6413788
c bls2.c
/*************************************************************************
(c) Copyright 1993
University of Tennessee
All R
www.eeworm.com/read/492033/6430541
cpp edsolver.cpp
#include
#include "edsolver.h"
#include "global.h"
#include "globmat.h"
#include "mechprint.h"
#include "elemswitch.h"
#include "gmatrix.h"
#include "eigsol.h"
#include "vector.h"
void sol
www.eeworm.com/read/488224/6498621
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/486654/6524459
cpp 1926.cpp
/* This Code is Submitted by wywcgs for Problem 1926 on 2005-12-21 at 02:32:08 */
#include
#include
const int MAX = 384;
const int N_MAX = 1024;
class HugeInt {
private:
www.eeworm.com/read/485122/6564749
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/485122/6564929
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/485122/6564930
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/485122/6565198
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/485122/6565263
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/484435/6576157
txt timers.txt
There are now timers available for use. There are four timers available,
each of which counts down from a user-defined value to zero at a rate of
10 counts/second. Each timer is 16 bits, allowing ti