代码搜索:evaluate
找到约 3,619 项符合「evaluate」的源代码
代码结果 3,619
www.eeworm.com/read/101594/6236197
bsh eval.bsh
/**
Evaluate the string in the current interpreter (see source()).
Returns the result of the evaluation or null.
Evaluate a string as if it were written directly in the current scope,
with
www.eeworm.com/read/365862/9842936
m gmm_distance_kld.m
function K = gmm_distance_KLD(g1, g2, N)
if nargin == 3
K = gmm_KLD_montecarlo(g1, g2, N);
else
K = gmm_KLD_unscented(g1, g2);
end
%
%
function K = gmm_KLD_montecarlo(g1, g2, N)
www.eeworm.com/read/351998/10588936
m gmm_distance_kld.m
function K = gmm_distance_KLD(g1, g2, N)
if nargin == 3
K = gmm_KLD_montecarlo(g1, g2, N);
else
K = gmm_KLD_unscented(g1, g2);
end
%
%
function K = gmm_KLD_montecarlo(g1, g2, N)
www.eeworm.com/read/241573/13135635
cpp gametrees.cpp
/* Copyright (C) Jan Svarovsky, 2000.
* All rights reserved worldwide.
*
* This software is provided "as is" without express or implied
* warranties. You may freely copy and compile this source i
www.eeworm.com/read/476248/6764423
h monitor.h
//////////////////////////////////////////////////
//
//monitor.h
//
//////////////////////////////////////////////////
#ifndef __MONITOR_INCLUDED__
#define __MONITOR_INCLUDED__
typedef enum
www.eeworm.com/read/18022/771013
vhd evaluatel.vhd
LIBRARY ieee;
USE ieee.std_logic_1164.ALL;
ENTITY evaluate1 IS
PORT(a,b:IN STD_LOGIC;
f1:OUT STD_LOGIC);
END evaluate1;
ARCHITECTURE exevalc OF evaluate1 IS
BEGIN
PROCESS(a,b)
www.eeworm.com/read/209373/15222624
pas frxevaluateform.pas
{******************************************}
{ }
{ FastReport v3.0 }
{ Evaluate dialog }
{
www.eeworm.com/read/414908/11093657
pas frxevaluateform.pas
{******************************************}
{ }
{ FastReport v4.0 }
{ Evaluate dialog }
{
www.eeworm.com/read/364251/7075585
c xpath1.c
/**
* section: XPath
* synopsis: Evaluate XPath expression and prints result node set.
* purpose: Shows how to evaluate XPath expression and register
* known namespaces in XPath con
www.eeworm.com/read/447298/7554719
c xpath1.c
/**
* section: XPath
* synopsis: Evaluate XPath expression and prints result node set.
* purpose: Shows how to evaluate XPath expression and register
* known namespaces in XPath con