代码搜索:eval

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

代码结果 10,000
www.eeworm.com/read/105882/15656170

tm eval.tm

\function{autoload} \synopsis{Load a function from a file} \usage{autoload (String_Type funct, String_Type file)} \description The \var{autoload} function is used to declare \var{funct} to the
www.eeworm.com/read/104466/15691559

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/102885/15753928

expect_eval

www.eeworm.com/read/102394/15784063

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/102394/15784205

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/102394/15784403

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/101707/15822111

class eval.class

www.eeworm.com/read/100750/15865412

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/100740/15865599

c eval.c

#include #include "lithos.h" #define boardSize 19 #define squares (boardSize * boardSize) #define DISPUTED 3 static char board[boardSize][boardSize]; #define boardv (board[0])
www.eeworm.com/read/100740/15865608

h eval.h

void evaluate();