代码搜索:TestData

找到约 755 项符合「TestData」的源代码

代码结果 755
www.eeworm.com/read/128841/14277264

cpp datatest.cpp

#include "factory.h" #include "integer.h" #include "filters.h" #include "hex.h" #include "randpool.h" #include "files.h" #include "trunhash.h" #include #include USING_NA
www.eeworm.com/read/224098/14605718

m knn.m

function TestClasses=knn(k,GlassData,GlassClasses,TestData) GlassData0=averageM(GlassData); TestData0=averageM(TestData); [rowTest,colTest]=size(TestData0); TestClasses=zeros(rowTest,1); for ii=1
www.eeworm.com/read/216852/14991007

c test.c

#include "ppp48.h" /* Some simple test data to verify that the implementation of the 48 bit CRC is operating as expected. The transmitted data is assumed to be 0x01, 0x3f, 0x03, 0xfe. T
www.eeworm.com/read/367524/9743771

cpp maptest.cpp

#include #include #include #include using namespace std; typedef struct { int index; char data[256]; } MYNODE, *PMYNODE; //map构造比较函数 struct
www.eeworm.com/read/267326/11182922

cpp datatest.cpp

#include "factory.h" #include "integer.h" #include "filters.h" #include "hex.h" #include "randpool.h" #include "files.h" #include "trunhash.h" #include #include USING_NA
www.eeworm.com/read/100701/15866690

cpp bpnet.cpp

#include "BPNet.h" #include #include CBPNet::CBPNet(char* InFileName,int n,int m):n(n),m(m),InputObj(InFileName,n,m) { } CBPNet::~CBPNet() { } void CBPNet::B
www.eeworm.com/read/192203/8399614

m example_classification.m

% Example: RF for Classification % Run RF on Training set traindata = textread('satimage_tra.txt'); x = traindata(:,1:(end-1)); y = traindata(:,end); y(y==7) = 6; cat = one
www.eeworm.com/read/432780/8573696

c mainbak1.c

#include "Windows.h" #include "wtypes.h" #include "Winnetwk.h" #include #include #include #include /* Needed if linking in external compiler; har
www.eeworm.com/read/289079/8578099

cs default.aspx.cs

using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.
www.eeworm.com/read/431199/8701767

cpp bench2.cpp

// bench2.cpp - written and placed in the public domain by Wei Dai #include "bench.h" #include "rng.h" #include "files.h" #include "hex.h" #include "rsa.h" #include "nr.h" #include "dsa.h" #include