代码搜索:eval

找到约 10,000 项符合「eval」的源代码

代码结果 10,000
www.eeworm.com/read/280028/10360080

gif eval.gif

www.eeworm.com/read/424281/10472998

c eval.c

/* poly/eval.c * * Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman * Complex functions Copyright (C) 2007 Frank Reininghaus * * This program is free software; you can redistribute it
www.eeworm.com/read/424281/10473969

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/424281/10474963

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/352960/10486686

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/352960/10486952

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/278864/10501316

c eval.c

/* * expr.c - expression evaluator routines * * This file is a part of the SimpleScalar tool suite written by * Todd M. Austin as a part of the Multiscalar Research Project. * * The tool suite
www.eeworm.com/read/278864/10501603

h eval.h

/* * expr.h - expression evaluator interfaces * * This file is a part of the SimpleScalar tool suite written by * Todd M. Austin as a part of the Multiscalar Research Project. * * The tool sui
www.eeworm.com/read/278099/10570184

how eval.how

+++Date last modified: 05-Jul-1997 Basically, EVAL.C converts infix notation to postfix notation. If you're not familiar with these terms, infix notation is standard human-readable equations su
www.eeworm.com/read/278099/10572503

c eval.c

/* +++Date last modified: 05-Jul-1997 */ /************************************************************************/ /* */ /*