代码搜索:evaluate
找到约 3,619 项符合「evaluate」的源代码
代码结果 3,619
www.eeworm.com/read/129000/14269979
djc_possx
#!/bin/sh
#-----------------------------------------------------------------------
# File : djc_possx
# Contents: possibilistic network induction
# on artificial Danish Jersey Cattle data
www.eeworm.com/read/129000/14269982
djc_local
#!/bin/sh
#-----------------------------------------------------------------------
# File : djc_local
# Contents: probabilistic network induction with local structure
# on artificial Dani
www.eeworm.com/read/129000/14269983
djc_prob
#!/bin/sh
#-----------------------------------------------------------------------
# File : djc_prob
# Contents: probabilistic network induction
# on artificial Danish Jersey Cattle data
www.eeworm.com/read/129000/14269986
djc_poss
#!/bin/sh
#-----------------------------------------------------------------------
# File : djc_poss
# Contents: possibilistic network induction on Danish Jersey Cattle data
# on real wor
www.eeworm.com/read/128193/14311451
m compilemex.m
clear mex;
% class smosvctutor
cd @smosvctutor
fprintf(1, 'recompiling method @smosvctutor/smosvctrain...\n');
mex smosvctrain.cpp InfCache.cpp LrrCache.cpp SmoTutor.cpp -lm
cd ..
% class string
www.eeworm.com/read/222301/14697772
m compilemex.m
clear mex;
% class smosvctutor
cd @smosvctutor
fprintf(1, 'recompiling method @smosvctutor/smosvctrain...\n');
mex smosvctrain.cpp InfCache.cpp LrrCache.cpp SmoTutor.cpp -lm
cd ..
% class string
www.eeworm.com/read/117143/14939098
makefile
calculator.exe : calculator.cpp button.cpp calcobj.cpp evaluate.cpp
bcc32 calculator.cpp button.cpp calcobj.cpp evaluate.cpp ezwin.lib
www.eeworm.com/read/116899/14950199
h define.h
#define IF 257
#define THEN 258
#define WHILE 259
#define DO 260
#define READ 261
#define WRITE 262
#define CALL 263
#define BEGI 264
#define END 265
#define CONST 266
#define VAR 267
#defi