代码搜索:eval
找到约 10,000 项符合「eval」的源代码
代码结果 10,000
www.eeworm.com/read/298649/7946931
c eval.c
/************************************************ file f1.c ****/
double eval(str, length, vect, genes)
char str[]; /* string representation */
int length; /* length of bit string */
doub
www.eeworm.com/read/298649/7947211
c eval.c
/*
SGPC: Simple Genetic Programming in C
(c) 1993 by Walter Alden Tackett and Aviram Carmi
This code and documentation is copyrighted and is not in the public domain.
All rights reserved.
www.eeworm.com/read/298649/7947287
c eval.c
/*
SGPC: Simple Genetic Programming in C
(c) 1993 by Walter Alden Tackett and Aviram Carmi
This code and documentation is copyrighted and is not in the public domain.
All rights reserved.
www.eeworm.com/read/296909/8072748
m eval.m
function r = eval(obj, vars)
% GPCONSTRAINT/EVAL Implements EVAL command for GP constraints.
%
% Returns either a true (logical 1) or a false (logical 0) if all
% GP variables are specified or a redu
www.eeworm.com/read/296909/8072938
m eval.m
function r = eval(obj, vars)
% POSYNOMIAL/EVAL Implements EVAL command for posynomials.
%
% Returns reduced posynomial where all the GP variables with given
% numerical values are evaluated.
%
sz =
www.eeworm.com/read/296909/8073001
m eval.m
function r = eval(obj, vars)
% GPVAR/EVAL Implements EVAL command for GP variables.
%
% Returns GP variable value given the list of GP variable values.
%
sz = size(vars);
if( ~isa(vars,'cell') || sz
www.eeworm.com/read/296909/8073044
m eval.m
function r = eval(obj, vars)
% GPOSYNOMIAL/EVAL Implements EVAL command for general posynomials.
%
% Returns reduced generalized posynomial where all the GP variables with given
% numerical values ar
www.eeworm.com/read/296909/8073094
m eval.m
function r = eval(obj, vars)
% MONOMIAL/EVAL Implements EVAL command for monomials.
%
% Returns reduced monomial where all the GP variables with given
% numerical values are evaluated.
%
sz = size(v
www.eeworm.com/read/246596/12717410
c eval.c
/*
* simple arithmetic expression evaluator
*
* Copyright (c) 2002 Michael Niedermayer
*
* This library is free software; you can redistribute it and/or
* modify it unde
www.eeworm.com/read/332560/12747910
h eval.h
#include
#include
#define LOW 0 //low level detection value
#define HIGH 1 //high level detection value
#define FALSE 0 //logic false value
#define TRUE 1 //log