代码搜索:expression
找到约 10,000 项符合「expression」的源代码
代码结果 10,000
www.eeworm.com/read/113072/15471233
txt 437.txt
Not 运算符
Microsoft® Visual Basic® Scripting Edition
Not 运算符
语言参考
版本 1
请参阅
描述
用于对表达式执行逻辑非运算。
语法
result = Not expression
Not 运算符的语法有以下部分:
部分
描述
result
任意数值变量。
expression
任意表
www.eeworm.com/read/112473/15484680
txt rpnoutput.txt
#35.00 #27.00 + #3.00 * = 186.00
_________________________________
#26.00 #28.00 + #32.00 #2.00 ; (Illegal operator) - #5 / = (Error in the expression)
_________________________________
#23.0
www.eeworm.com/read/111641/15507489
cpp jsglobal_c.cpp
//---------------------------------------------------------------------------
// JsGlobal_C.cpp
//---------------------------------------------------------------------------
#include "JsGlobal_H.
www.eeworm.com/read/111083/15519091
html assert.html
assert
ASSERT(3V) C LIBRARY FUNCTIONS ASSERT(3V)
NAME
assert - program verification
SYNOPSIS
#include <
www.eeworm.com/read/109222/15561739
txt 表达式求值.txt
最近不断有网友询问关于表达式求值的问题,其实这个问题的基本思路在编译原理(在移进-归约一节)和数据结构(在用堆栈解决算符优先算法一节)中都有详细的说明,而且书上的伪代码都很短,可见核心算法并不难。真正难的是处理各种错误的输入,虽然算符优先算法在比较算符的优先级时也提供了一定的侦错功能,但毕竟不够强大。比如3+()这样的非法式子它就无法检测出来。所以必须自己来做全面的检测,这些问题很多。比如:括号的 ...
www.eeworm.com/read/107558/15604975
atg umbriel1.atg
COMPILER Umbriel
/* COCO/R - like Grammar for Umbriel
Umbriel is a simple Modula-2 / Pascal like language
This grammar is not LL(1), so a Coco/R generated parser will be incorrect
Th
www.eeworm.com/read/107558/15604985
atg umbriel2.atg
COMPILER Umbriel
/* COCO/R Grammar for Umbriel
Umbriel is a simple Modula-2 / Pascal like language
This grammar is LL(1), so a Coco/R generated parser will be correct */
CHARACTERS