代码搜索:eval
找到约 10,000 项符合「eval」的源代码
代码结果 10,000
www.eeworm.com/read/475081/6802834
m eval.m
www.eeworm.com/read/474070/6829504
m eval.m
www.eeworm.com/read/473001/6853781
cc eval.cc
/*
* $Id: arrayeval.cc,v 1.2 1998/03/14 00:04:47 tveldhui Exp $
*
* $Log: arrayeval.cc,v $
* Revision 1.2 1998/03/14 00:04:47 tveldhui
* 0.2-alpha-05
*
* Revision 1.1 1998/02/25 20:04
www.eeworm.com/read/393663/8271312
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/172493/9705383
cpp eval.cpp
#include
#include
using namespace std;
int term_value();
int factor_value();
/**
Evaluates the next expression found in cin
@return the value of the expression.
www.eeworm.com/read/367274/9763129
c eval.c
/* eval.c expression evaluator for the Netwide Assembler
*
* The Netwide Assembler is copyright (C) 1996 Simon Tatham and
* Julian Hall. All rights reserved. The software is
* redistributab
www.eeworm.com/read/367274/9763494
h eval.h
/* eval.h header file for eval.c
*
* The Netwide Assembler is copyright (C) 1996 Simon Tatham and
* Julian Hall. All rights reserved. The software is
* redistributable under the license give
www.eeworm.com/read/170603/9797145
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;
int type;
};
www.eeworm.com/read/415501/11071171
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