代码搜索:gaussian

找到约 7,040 项符合「gaussian」的源代码

代码结果 7,040
www.eeworm.com/read/407965/2257018

java gaussian.java

/* filename: gaussian.java */ /* This code is part of the localize package of TeamBots. * Copyright (c) 1999, 2000 by John Sweeney and Carnegie Mellon University */ /* this was adpated from scott
www.eeworm.com/read/380517/2657821

dat gaussian.dat

1651 1 b00 1 2000 0x161 0xfe9f 0xf6f9 0x6cb 0x2e9 0xff26 0xfe08 0xfdac 0x4d9 0x4b 0xfd68 0x4f2 0x19a 0xffa8 0xfdac 0xfcce 0x1d4 0xd2 0x472 0x1fd 0xfdb5 0x2f 0x57f 0x2e2 0xfe46
www.eeworm.com/read/366508/2889631

dat gaussian.dat

Pos Ampl Err 1 3 1.73205 2 7 2.64575 3 0 0 4 3 1.73205 5 2 1.41421 6 6 2.44949 7 10 3.16228 8 7 2.64575 9 6 2.44949 10 3 1.73205 11 5 2.23607 12 5 2.23607 13 10 3.16228 14 14 3.74166 15
www.eeworm.com/read/364340/2906387

c gaussian.c

#include #define pi 3.1415 double gaussian(double x) { double resu; resu=-0.5*x*x; resu=exp(resu); resu=resu/sq
www.eeworm.com/read/352205/3096431

c gaussian.c

#include #define pi 3.1415 double gaussian(double x) { double resu; resu=-0.5*x*x; resu=exp(resu); resu=resu/sq
www.eeworm.com/read/261019/4326187

java gaussian.java

/* filename: gaussian.java */ /* This code is part of the localize package of TeamBots. * Copyright (c) 1999, 2000 by John Sweeney and Carnegie Mellon University */ /* this was adpated from scott
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 /******************************************
www.eeworm.com/read/256465/4369421

c gaussian.c

#include #define pi 3.1415 double gaussian(double x) { double resu; resu=-0.5*x*x; resu=exp(resu); resu=resu/sq
www.eeworm.com/read/156693/5609613

c gaussian.c

#include #define pi 3.1415 double gaussian(double x) { double resu; resu=-0.5*x*x; resu=exp(resu); resu=resu/sq
www.eeworm.com/read/474483/6810374

c gaussian.c

//Using Gaussian elimination method and Gaussian elimination method with row scaled method to solve the following tri-diagonal system // //for n=10 and 100. // //解决方案:由于使用高斯消去发的前提是,在运算过程中A矩阵的主对角