代码搜索:evaluate

找到约 3,619 项符合「evaluate」的源代码

代码结果 3,619
www.eeworm.com/read/388272/8620331

h evaluate.h

// evaluate.h #ifndef EVAL_H #define EVAL_H // functions extern void eval_init(); extern int eval(board_t *board, int alpha, int beta, int thread_id); #endif // !defined EVAL_H // e
www.eeworm.com/read/388272/8620526

cpp evaluate.cpp

// eval.cpp // includes #include // for abs() #include "attack.h" #include "material.h" #include "move.h" #include "config.h" #include "pawn.h" #include "piece.h" #include "in
www.eeworm.com/read/288527/8625075

c evaluate.c

/* * GENESIS Copyright (c) 1986, 1990 by John J. Grefenstette * This program may be freely copied for educational * and research purposes. All other rights reserved. * * file: evalua
www.eeworm.com/read/387664/8660115

c evaluate.c

/* * GENESIS Copyright (c) 1986, 1990 by John J. Grefenstette * This program may be freely copied for educational * and research purposes. All other rights reserved. * * file: evalua
www.eeworm.com/read/283541/9010821

cpp evaluate.cpp

//计算后缀表达式值的文件Evaluate.cpp const int SM=40; #include"linearStack2.cpp" float Evaluate(char* str) //计算由str字符串所表示的后缀表达式的值, //表达式要以'@'字符结束. {LinStack S;//创建对象S S.InitStack(SM);//初始化栈 istrstream
www.eeworm.com/read/183443/9158855

mexglx evaluate.mexglx

www.eeworm.com/read/183443/9158864

m evaluate.m

function K = evaluate(ker, x1, x2) % EVALUATE % % Evaluate a Gaussian radial basis kernel, for example % % K = evaluate(kernel, x1, x2); % % where x1 and x2 are matrices containing input p
www.eeworm.com/read/183443/9158869

c evaluate.c

/****************************************************************************** File : @rbf/evaluate.c Date : Saturday 18th March 2000 Author : Dr Gavin C. Cawley Descr
www.eeworm.com/read/183443/9158962

m evaluate.m

function K = evaluate(ker, x1, x2) % EVALUATE % % Evaluate a polynomial kernel, for example % % K = evaluate(kernel, x1, x2); % % where x1 and x2 are matrices containing input patterns, wh
www.eeworm.com/read/183443/9158970

m evaluate.m

function K = evaluate(ker, x1, x2) % EVALUATE % % Evaluate a linear kernel, for example % % K = evaluate(ker, x1, x2); % % where x1 and x2 are matrices containing input patterns, where ea