代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/332718/12742653
html findfreqterms.html
R: Methods for Function findFreqTerms in Package ‘tm’
www.eeworm.com/read/244597/12854539
cpp betacf.cpp
#include
#include
#include "nr.h"
using namespace std;
DP NR::betacf(const DP a, const DP b, const DP x)
{
const int MAXIT=100;
const DP EPS=numeric_limits::epsilon();
www.eeworm.com/read/140665/13069109
cpp betacf.cpp
#include
#include
#include "nr.h"
using namespace std;
DP NR::betacf(const DP a, const DP b, const DP x)
{
const int MAXIT=100;
const DP EPS=numeric_limits::epsilon();
www.eeworm.com/read/140545/13076678
cpp inputwidth.cpp
//: C04:InputWidth.cpp
// Shows limitations of setw with input
#include
#include
#include
#include
#include
#include
using namespace std
www.eeworm.com/read/140120/13108104
cpp ex7_16.cpp
/* Code for exercise 7.16.
|
| "C++ Solutions--Companion to The C++ Programming Language, Third Edition"
| by David Vandevoorde; Addison-Wesley 1998; ISBN 0-201-30965-3.
|
| Permission to u
www.eeworm.com/read/140057/13113032
m ex0307.m
%符号变量与数值变量进行转换
a1=sym('2*sqrt(5)+pi')
b1=double(a1) %转换为数值变量
a2=vpa(sym('2*sqrt(5)+pi'),32)
b2=numeric(a2) %转换为数值变量
b3=eval(a1)
whos
www.eeworm.com/read/321486/13404150
arff mirna_multi_cancers_duidengdata_0325_biclass_100features.arff
@relation 'multicancer_miRNA-weka.filters.unsupervised.attribute.Remove-R2-4,10,12,16-17,20-21,24-28,31-34,36,39-44,46-47,49-51,53-57,59,62-63,70-71,75,84-88,93-96,98-99,101-102,106,108,110-112,117,12
www.eeworm.com/read/321486/13404151
arff mirna_multi_cancers_duidengdata_0325_biclass.arff
@relation multicancer_miRNA
@attribute class {Normal,Tumor}
@attribute EAM103 numeric
@attribute EAM105 numeric
@attribute EAM109 numeric
@attribute EAM111 numeric
@attribute EAM115 numeric
@
www.eeworm.com/read/321448/13404797
sql ap.sql
CONNECT TO S_HDXT;
CREATE TABLE hsc_cbdj (
cbid char (9) NOT NULL ,
sfkh char (14) NOT NULL ,
cbdjh char(10) ,
gsbm char (4) NOT NULL ,
cblx char (2) NOT NULL ,
cjbm char (4) NOT NULL ,