代码搜索:eval
找到约 10,000 项符合「eval」的源代码
代码结果 10,000
www.eeworm.com/read/179705/9343766
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/179705/9344103
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/179705/9344472
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/178978/9380097
class eval.class
www.eeworm.com/read/178978/9380115
java eval.java
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
/**
*
* Course - CS601 OO Programming
* Instructor - Terence Parr
* Assignment - 4
*
* Eval
www.eeworm.com/read/374570/9395922
c eval.c
#include "eval.h"
// eval:
// Evaluate a node in the specified environment.
void eval( struct lisa_node *node, struct lisa_environment *env )
{
switch ( node->type )
{
case LISA_TYPE_CO
www.eeworm.com/read/374570/9395930
h eval.h
#ifndef _LISA_EVAL_H
#define _LISA_EVAL_H
#include
#include "main.h"
/*
GLOBALS
*/
extern struct lisa_environment *global_env;
/*
PROTOS
*/
// generic
void
www.eeworm.com/read/177981/9424573
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/177981/9424818
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.