代码搜索:eval
找到约 10,000 项符合「eval」的源代码
代码结果 10,000
www.eeworm.com/read/288527/8626029
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/387891/8648260
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 under the
www.eeworm.com/read/387891/8648359
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 under the
www.eeworm.com/read/387664/8659997
c eval.c
double eval(str,length,vect,genes)
char str[];
int length;
double vect[];
int genes;
{
register int i;
double sum;
sum=0.0;
for (i=0;i
www.eeworm.com/read/387664/8660056
plg eval.plg
Build Log
--------------------Configuration: eval - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\Owner\LO
www.eeworm.com/read/387664/8660087
opt eval.opt
www.eeworm.com/read/431668/8663098
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 under the
www.eeworm.com/read/386582/8736647
c eval.c
/* $NetBSD: eval.c,v 1.81.2.1 2005/06/13 22:03:51 tron Exp $ */
/*-
* Copyright (c) 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from softwar
www.eeworm.com/read/386582/8736774
h eval.h
/* $NetBSD: eval.h,v 1.14 2003/08/07 09:05:31 agc Exp $ */
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from softwa
www.eeworm.com/read/285976/8796052
pl eval.pl
while (defined($s = )) { # Read a line into $s
$result = eval $s; # Evaluate that line
if ($@) { # Check for compile or run-time errors.
print "Invalid