代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/415360/2136284
arff ionosphere_train.arff
@relation ionosphere_train
@attribute a01 numeric
@attribute a03 numeric
@attribute a04 numeric
@attribute a05 numeric
@attribute a06 numeric
@attribute a07 numeric
@attribute a08 numeric
@att
www.eeworm.com/read/371372/2780490
ned newapplayermoduledefn.ned
simple NewAppLayerModule
// parameters:
// source: numeric,
// Destination: numeric,
// rate: numeric,
// originsrc: numeric;
gates:
in:
fromBottomLayer,
fromTopLayer;
out:
toBotto
www.eeworm.com/read/291235/8432518
cpp xmachar.cpp
#include
#include
#include
#include "nr.h"
using namespace std;
typedef DP T;
// Driver for routine machar
int main(void)
{
int ibeta,iexp,irnd,it,
www.eeworm.com/read/291235/8433242
cpp gcf.cpp
#include
#include
#include "nr.h"
using namespace std;
void NR::gcf(DP &gammcf, const DP a, const DP x, DP &gln)
{
const int ITMAX=100;
const DP EPS=numeric_limits::eps
www.eeworm.com/read/291235/8433431
cpp frenel.cpp
#include
#include
#include
#include "nr.h"
using namespace std;
void NR::frenel(const DP x, complex &cs)
{
const int MAXIT=100;
const DP EPS=numeric_limits
www.eeworm.com/read/291235/8433483
cpp cisi.cpp
#include
#include
#include
#include "nr.h"
using namespace std;
void NR::cisi(const DP x, complex &cs)
{
const int MAXIT=100;
const DP EULER=0.57721566490153
www.eeworm.com/read/291235/8433667
cpp bessi.cpp
#include
#include
#include "nr.h"
using namespace std;
DP NR::bessi(const int n, const DP x)
{
const DP ACC=200.0;
const int IEXP=numeric_limits::max_exponent/2;
int
www.eeworm.com/read/389810/8498392
cpp ex112_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC_MSSQL_2008 // Compile OTL 4/ODBC, MS SQL 2008
//#define OTL_ODBC // Compile OTL 4/ODBC. Uncomment this when used with
www.eeworm.com/read/389810/8498977
cpp ex507_odbc.cpp
#include
using namespace std;
#include
#define OTL_FREETDS_ODBC_WORKAROUNDS
#define OTL_ODBC_MSSQL_2005 // Compile OTL 4/ODBC, MS SQL 2005
//#define OTL_ODBC // Compile O