代码搜索:eval
找到约 10,000 项符合「eval」的源代码
代码结果 10,000
www.eeworm.com/read/124842/14534117
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/224816/14567114
c eval.c
#include "genet.h"
evaluate_population()
{
int p,i,j,q;
Cost sum;
for (p=0;p
www.eeworm.com/read/124283/14581016
c eval.c
/* poly/eval.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Pub
www.eeworm.com/read/124283/14581482
h eval.h
/* evaluate a function discarding the status value in a modifiable way */
#define EVAL_RESULT(fn) \
gsl_sf_result result; \
int status = fn; \
if (status != GSL_SUCCESS) { \
GSL_ERROR_V
www.eeworm.com/read/124283/14581868
c eval.c
/* cheb/eval.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Pub
www.eeworm.com/read/223864/14615207
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
www.eeworm.com/read/123551/14624701
cpp eval.cpp
#include
#include
using namespace std;
double eval(double *,const double &x,const int n);
double horner(double *,double x,int n);
double sqrtt(double b);
main()
{
double
www.eeworm.com/read/123064/14649780
c eval.c
/* eval.c expression evaluator for the Netwide Assembler
*
* The Netwide Assembler is copyright (C) 1996 Simon Tatham and
* Julian Hall. All rights reserved. The software is
* redistributab
www.eeworm.com/read/123064/14649998
h eval.h
/* eval.h header file for eval.c
*
* The Netwide Assembler is copyright (C) 1996 Simon Tatham and
* Julian Hall. All rights reserved. The software is
* redistributable under the licence give
www.eeworm.com/read/222081/14707283