代码搜索:evaluate

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

代码结果 3,619
www.eeworm.com/read/380114/9163504

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/183295/9171475

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/379619/9191515

p evaluate.p

www.eeworm.com/read/181389/9256471

mexlx evaluate.mexlx

www.eeworm.com/read/181389/9256473

dll evaluate.dll

www.eeworm.com/read/181389/9256476

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/181389/9256478

c evaluate.c

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

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/181389/9256556

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/181388/9256607

o evaluate.o