代码搜索:expression
找到约 10,000 项符合「expression」的源代码
代码结果 10,000
www.eeworm.com/read/195398/8158141
cpp waitformultexp.cpp
/******************************************************************************
Module: WaitForMultExp.cpp
Notices: Copyright (c) 2000 Jeffrey Richter
*********************************************
www.eeworm.com/read/249415/12507268
cpp waitformultexp.cpp
/******************************************************************************
Module: WaitForMultExp.cpp
Notices: Copyright (c) 2000 Jeffrey Richter
*********************************************
www.eeworm.com/read/108875/15571453
cpp waitformultexp.cpp
/******************************************************************************
Module: WaitForMultExp.cpp
Notices: Copyright (c) 2000 Jeffrey Richter
*********************************************
www.eeworm.com/read/120027/14814080
y string.y
/* Parser for StringC */
%{
/* ------------------------------------------------------------------
Initial code (copied verbatim to the output file)
--------------------------------------
www.eeworm.com/read/393010/8315380
txt show_parse_tree.txt
program
└─declaration-list
├─declaration-list
│ └─declaration
│ └─fun-declaration
│ ├─type-specifier
│ │ └─int
│ ├─
www.eeworm.com/read/393010/8315394
txt show_parse_tree.txt
program
└─declaration-list
├─declaration-list
│ └─declaration
│ └─fun-declaration
│ ├─type-specifier
│ │ └─int
│ ├─
www.eeworm.com/read/132381/14090764
txt smartc文法.txt
关键字: if,else,int,return,void,while for;
专用符号: + - * / < >= == != = ; , ( ) [ ] { } /* */
其他标记是ID和NUM,通过下列正则表达式定义:
ID = letter letter*
num = digit digit*
letter =
www.eeworm.com/read/177819/9431258
h plural-exp.h
/* Expression parsing and evaluation for plural form selection.
Copyright (C) 2000, 2001 Free Software Foundation, Inc.
Written by Ulrich Drepper , 2000.
This program is
www.eeworm.com/read/176414/9499242
cup 复件 my.cup
package parser;
import java_cup.runtime.*;
/**
*
*出错处理:
*/
parser code {:
public void report_error(String message, Object info) {
StringBuffer m = new StringBuffer("Error ");
if (info i
www.eeworm.com/read/113072/15470894
txt 419.txt
& 运算符
Microsoft® Visual Basic® Scripting Edition
& 运算符
语言参考
版本 1
请参阅
描述
用于强制两个表达式进行字符串连接。
语法
result = expression1 & expression2
& 运算符的语法有以下部分:
部分
描述
result