代码搜索:Approximation
找到约 1,542 项符合「Approximation」的源代码
代码结果 1,542
www.eeworm.com/read/249482/4450774
dat funtc267b.dat
#include
#include
int main(void)
{
char buffer[80];
sprintf(buffer, "An approximation of Pi is %f
", M_PI);
puts(buffer);
return 0;
}
www.eeworm.com/read/228152/4765950
java gaussian.java
package statistics;
// Gaussian CDF Taylor approximation
// Code borrowed from http://www.cs.princeton.edu/introcs/21function/Gaussian.java.html 19/9 2006
/******************************************
www.eeworm.com/read/204915/5027849
java gaussian.java
package statistics;
// Gaussian CDF Taylor approximation
// Code borrowed from http://www.cs.princeton.edu/introcs/21function/Gaussian.java.html 19/9 2006
/******************************************
www.eeworm.com/read/178760/5313662
c bug-221220.c
/* bug-221220.c
Or an approximation there of.
*/
#include
typedef struct {
int filler;
int value;
} TESTSTRUCT;
static void
incrementValue(TESTSTRUCT *ps)
{
ps->value++;
}
www.eeworm.com/read/312338/3672986
java gaussian.java
package statistics;
// Gaussian CDF Taylor approximation
// Code borrowed from http://www.cs.princeton.edu/introcs/21function/Gaussian.java.html 19/9 2006
/******************************************
www.eeworm.com/read/298155/3874927
dat funtc267b.dat
#include
#include
int main(void)
{
char buffer[80];
sprintf(buffer, "An approximation of Pi is %f
", M_PI);
puts(buffer);
return 0;
}
www.eeworm.com/read/424059/2019982
java gaussian.java
package statistics;
// Gaussian CDF Taylor approximation
// Code borrowed from http://www.cs.princeton.edu/introcs/21function/Gaussian.java.html 19/9 2006
/******************************************
www.eeworm.com/read/406309/2278865
c draw.c
/*
* draw.c - drawing routines for the RFB X server. This is a set of
* wrappers around the standard MI/MFB/CFB drawing routines which work out
* to a fair approximation the region of the screen b
www.eeworm.com/read/351636/3102842
cxx vnl_rational.cxx
// This is core/vnl/vnl_rational.cxx
#include "vnl_rational.h"
//:
// \file
//: Creates a rational from a double.
// This is done by computing the continued fraction approximation for d.
vnl_
www.eeworm.com/read/259059/4346737
java gaussian.java
package statistics;
// Gaussian CDF Taylor approximation
// Code borrowed from http://www.cs.princeton.edu/introcs/21function/Gaussian.java.html 19/9 2006
/******************************************