代码搜索:evaluate

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

代码结果 3,619
www.eeworm.com/read/117143/14939122

h evaluate.h

//**************************************************************** //This software may not be distributed further without permission from // Sun Xueshi's Group // //This software is distribu
www.eeworm.com/read/117143/14939166

cpp evaluate.cpp

//**************************************************************** //This software may not be distributed further without permission from // Sun Xueshi's Group // //This software is distribu
www.eeworm.com/read/217557/14958651

m evaluate.m

function f = evaluate(node) % Evaluate the ACTL formula stored in the pare tree. % % Syntax: % "f = evaluate(node)" % % Description: % Given a parse tree "node" for an ACTL formula, com
www.eeworm.com/read/212829/15148292

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/13911/286893

o evaluate.o

www.eeworm.com/read/13911/286894

mexlx evaluate.mexlx

www.eeworm.com/read/13911/286896

dll evaluate.dll

www.eeworm.com/read/13911/286898

mexsol evaluate.mexsol

www.eeworm.com/read/13911/286901

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/13911/286903

c evaluate.c

/****************************************************************************** File : @rbf/evaluate.c Date : Saturday 18th March 2000 Author : Dr Gavin C. Cawley Descr