代码搜索:evaluate
找到约 3,619 项符合「evaluate」的源代码
代码结果 3,619
www.eeworm.com/read/481150/6643990
java comparator.java
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class Comparator {
public static boolean compare(String v1,String v2){
return evaluate(v1) > evaluate(v2);
}
pr
www.eeworm.com/read/480200/6668032
m klgrad.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% [err1,err2]=klGrad(dens1,dens2,estType)
% Compute gradient of a KL-divergence estimate, D(dens1 || dens2);
%
www.eeworm.com/read/402283/11539773
m mm2103.m
%mm2103.m
x = (0:.1:1)*2*pi;
y = sin(x); % create rough data
pp = spline(x,y); % pp-form fitting rough data
ppi = mmppint(pp,0); % pp-form of integral
xi = linspace(0,2*pi); % finer points for interp
www.eeworm.com/read/402283/11539803
m mm2104.m
% mm2104.m
x = (0:.1:1)*2*pi; % same data as earlier
y = sin(x);
pp = spline(x,y); % pp-form fitting rough data
ppd = mmppder(pp); % pp-form of derivative
xi = linspace(0,2*pi); % finer points for in
www.eeworm.com/read/260026/11751171
cxx newmat5.cxx
//$$ newmat5.cxx Transpose, evaluate etc
// Copyright (C) 1991,2: R B Davies
#include "include.h"
#include "newmat.h"
#include "newmatrc.h"
//#define REPORT { static ExeCounter Ex
www.eeworm.com/read/131921/14120139
cpp lab5_1.cpp
#include
void fn1();
int x = 1, y = 2;
int main()
{
cout
www.eeworm.com/read/131284/14152285
cpp newmat5.cpp
//$$ newmat5.cpp Transpose, evaluate etc
// Copyright (C) 1991,2,3,4: R B Davies
#include "include.h"
#include "newmat.h"
#include "newmatrc.h"
//#define REPORT { static ExeCounte
www.eeworm.com/read/130004/14212422
pas interpreterunit2.pas
unit InterpreterUnit2;
interface
type
TboolArray = array[0..25] of boolean;
TContext = class;
TBooleanExp = class
public
constructor Create;
destructor Destroy; virtual;
www.eeworm.com/read/123474/14629405
cpp lab5_1.cpp
#include
using namespace std;
void fn1();
int x = 1, y = 2;
int main()
{
cout
www.eeworm.com/read/221895/14715375
cpp lab5_1.cpp
#include
void fn1();
int x = 1, y = 2;
int main()
{
cout