代码搜索:evaluate

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

代码结果 3,619
www.eeworm.com/read/306178/3748266

evaluate

eeeevvvvaaaalllluuuuaaaatttteeee((((3333)))) MMMMuuuuddddOOOOSSSS ((((5555 SSSSeeeepppp 1111999999994444))
www.eeworm.com/read/191798/8422078

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/189063/8491881

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/389692/8507684

c evaluate.c

/*********************************************************************** Main functions for fuzzy inference **********************************************************************/ /* Copyright 1
www.eeworm.com/read/389320/8533690

p evaluate.p

www.eeworm.com/read/289680/8535031

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/289680/8535038

c evaluate.c

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

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/289680/8535144

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
www.eeworm.com/read/389274/8536976

o evaluate.o