代码搜索:eval
找到约 10,000 项符合「eval」的源代码
代码结果 10,000
www.eeworm.com/read/136959/13351003
c eval.c
/************************************************************************/
/* */
/* EVAL.C - A simple mathematical expression eval
www.eeworm.com/read/136959/13351349
how eval.how
Basically, EVAL.C converts infix notation to postfix notation. If you're
not familiar with these terms, infix notation is standard human-readable
equations such as you write in a C program. Postfix
www.eeworm.com/read/312649/13607051
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/309649/13666963
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/309649/13667490
c eval.c
/* +++Date last modified: 05-Jul-1997 */
/************************************************************************/
/* */
/*
www.eeworm.com/read/306993/13733555
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/306970/13734159
c eval.c
/*
* simple arithmetic expression evaluator
*
* Copyright (c) 2002-2006 Michael Niedermayer
* Copyright (c) 2006 Oded Shimon
*
* This file is pa
www.eeworm.com/read/306970/13734354
h eval.h
/*
* simple arithmetic expression evaluator
*
* Copyright (c) 2002 Michael Niedermayer
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it a
www.eeworm.com/read/302784/13827452
c eval.c
/* expr.c - expression evaluator routines */
/* SimpleScalar(TM) Tool Suite
* Copyright (C) 1994-2003 by Todd M. Austin, Ph.D. and SimpleScalar, LLC.
* All Rights Reserved.
*
* THIS IS A LEGAL
www.eeworm.com/read/302784/13827630
h eval.h
/* expr.h - expression evaluator interfaces */
/* SimpleScalar(TM) Tool Suite
* Copyright (C) 1994-2003 by Todd M. Austin, Ph.D. and SimpleScalar, LLC.
* All Rights Reserved.
*
* THIS IS A LEGA