代码搜索:evaluate

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

代码结果 3,619
www.eeworm.com/read/455981/7360147

c evaluate_visby.c

#include "Visby\VisbyAPI.h" #include "Visby\VisbyDevice.h" #include "LCD\lcd.h" VB_HTASK hTask4; VB_HTASK hTask3; VB_HTASK hTask2; VB_HTASK hTask1; VB_HTASK hLCDrefresh; VB_HTASK hLCDwaiter;
www.eeworm.com/read/450326/7485651

m evaluate_objective.m

function f = evaluate_objective(x,problem) % Function to evaluate the objective functions for the given input vector % x. x has the decision variables switch problem case 1 f = []
www.eeworm.com/read/398726/7926999

m evaluate_objective.m

function f = evaluate_objective(x, M, V) %% function f = evaluate_objective(x, M, V) % Function to evaluate the objective functions for the given input vector % x. x is an array of decision varia
www.eeworm.com/read/146130/12667958

m nco_evaluate.m

%================================================================ % nco_evaluate.m is a program that evaluate rom sin output using FFT % Copyright :blutea 2004_10_20 % vionsion: 1.0 %==========
www.eeworm.com/read/332234/12772067

sh grade_evaluate.sh

#!/bin/sh # Usage: ./grade_evaluate grade # grade should be between 0 and 100, including 0 and 100 if [ '$1' –lt '0' ] ; then echo "Error: invalid grade" elif [ '$1' –lt '60' ] ; then echo 'no
www.eeworm.com/read/329616/12944845

aspx workplan_evaluate.aspx


www.eeworm.com/read/329616/12944892

aspx evaluate_details.aspx


www.eeworm.com/read/240662/13207784

sh grade_evaluate.sh

#!/bin/sh # Usage: ./grade_evaluate grade # grade should be between 0 and 100, including 0 and 100 if [ '$1' –lt '0' ] ; then echo "Error: invalid grade" elif [ '$1' –lt '60' ] ; then echo 'no
www.eeworm.com/read/321262/13409951

sh grade_evaluate.sh

#!/bin/sh # Usage: ./grade_evaluate grade # grade should be between 0 and 100, including 0 and 100 if [ '$1' –lt '0' ] ; then echo "Error: invalid grade" elif [ '$1' –lt '60' ] ; then echo 'no
www.eeworm.com/read/483114/6609784

m evaluate1.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