代码搜索:eval

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

代码结果 10,000
www.eeworm.com/read/155636/11859484

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/258434/11864763

c eval.c

/* ** EVAL.C - A simple mathematical expression evaluator in C ** ** operators supported: ( ** ) ** + ** - **
www.eeworm.com/read/343867/11920709

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/256352/12005604

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/341877/12057423

c eval.c

/* ** EVAL.C - A simple mathematical expression evaluator in C ** ** operators supported: ( ** ) ** + ** - **
www.eeworm.com/read/152752/12089561

c eval.c

#include #include #include #include "cpp.h" #define NSTAK 32 #define SGN 0 #define UNS 1 #define UND 2 #define UNSMARK 0x1000 struct value { long val;
www.eeworm.com/read/340573/12146226

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/151794/12175774

c eval.c

www.eeworm.com/read/151669/12184083

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/339483/12230414

example eval.example

In the Perl script "test.pl": ... my $WEBROOT = <WEBROOT_PATH>; ... To force variable substitution try: $export WEBROOT_PATH=/usr/local/webroot $sed 's