代码搜索:evaluate
找到约 3,619 项符合「evaluate」的源代码
代码结果 3,619
www.eeworm.com/read/381251/2648070
java evaluatedao.java
package org.HumResManSys.dao;
import java.util.List;
import org.HumResManSys.vo.Evaluate;
public interface EvaluateDAO {
public List queryAllEvaluates();
public List
www.eeworm.com/read/365862/9843041
m gmm_entropy.m
function p = gmm_entropy(g,N)
g = gmm_normalise(g);
if nargin == 2
p = gmm_entropy_montecarlo(g, N);
else
p = gmm_entropy_unscented(g);
end
%
%
function p = gmm_entropy_montec
www.eeworm.com/read/351998/10589072
m gmm_entropy.m
function p = gmm_entropy(g,N)
g = gmm_normalise(g);
if nargin == 2
p = gmm_entropy_montecarlo(g, N);
else
p = gmm_entropy_unscented(g);
end
%
%
function p = gmm_entropy_montec
www.eeworm.com/read/449331/7508792
txt 非终结符.txt
1.程序:program
2.标识符:id
3.变量说明:var_explain
4.变量定义:var_definition
5.复合语句:complex
6.标识符表:id_table
7.类型:kind
8.表达示:expression
9.算术表达式:a_expression
10.布尔表达式:b_expression
11.字符表达示"c_expression
12.
www.eeworm.com/read/193277/8242013
m initializesolution.m
function [p,x_min,upper] = initializesolution(p);
x_min = zeros(length(p.c),1);
upper = inf;
if p.options.usex0
x = p.x0;
z = evaluate_nonlinear(p,x);
residual = constraint_residua
www.eeworm.com/read/38039/1096154
mnu forgncrvopt.mnu
FORGNCRV#OPT
#
Linear
User equation can evaluate xyz points only.
#
Tangent
User equation can evaluate xyz points and first derivative.
#
Curvature
User equation can evaluate xyz points, first and s
www.eeworm.com/read/362984/2925866
c activity.c
/******************************************************************************/
/* */
/* ACTIVITY - Evaluate the activity o
www.eeworm.com/read/207874/15260136
h r128_version.h
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/r128_version.h,v 1.6 2003/01/01 19:16:35 tsi Exp $ */
/*
* Copyright 2000 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org
*