代码搜索:Expression
找到约 10,000 项符合「Expression」的源代码
代码结果 10,000
www.eeworm.com/read/248071/12603734
vl2vhdl debug.vl2vhdl
identifier: VL_ID:
lvalue: identifier
port: port_expression_opt
ports: port
identifier: VL_ID:
lvalue: identifier
port: port_expression_opt
ports: ports ',' port
identifier: VL_ID:
lvalue: identifier
www.eeworm.com/read/135259/13947151
h sql_1.h
/*++
Copyright (C) 1999 Microsoft Corporation
Module Name:
SQL_1.H
Abstract:
Level 1 Syntax SQL Parser
History:
--*/
#ifndef _SQL_1_H_
#pragma option push -b -a8 -pc -
www.eeworm.com/read/113222/15466879
bak parse.y.bak
=%{
#include "stdlib.h"
#include "globals.h"
#include "util.h"
#include "scaner.h"
#include "parser.h"
#define YYSTYPE TreeNode*
static char* savedName;
static int savedLineNo;
static Tre
www.eeworm.com/read/113072/15470922
txt 423.txt
Eqv 运算符
Microsoft® Visual Basic® Scripting Edition
Eqv 运算符
语言参考
版本 1
请参阅
描述
用于执行两个表达式的逻辑等价运算。
语法
result = expression1 Eqv expression2
Eqv 运算符的语法有以下部分:
部分
描述
result
任意数值
www.eeworm.com/read/113072/15470925
txt 224.txt
比较运算符
Microsoft® Visual Basic® Scripting Edition
比较运算符
语言参考
版本 1
请参阅
描述
用于比较表达式。
语法
result = expression1 comparisonoperator expression2
result = object1 Is object2
比较运算符的语法有以
www.eeworm.com/read/113072/15471239
txt 443.txt
Xor 运算符
Microsoft® Visual Basic® Scripting Edition
Xor 运算符
语言参考
版本 1
请参阅
描述
用于对两个表达式进行逻辑异或运算。
语法
result = expression1 Xor expression2
Xor 运算符的语法有以下部分:
部分
描述
result
任意数值变量。
www.eeworm.com/read/409277/11336213
pdf regular.expression.pocket.reference.2nd.edition.jul.2007.pdf
www.eeworm.com/read/407573/11414755
pdf regular.expression.pocket.reference.2nd.edition.jul.2007.pdf
www.eeworm.com/read/127767/14335925
txt e429. quintessential regular expression search and replace program.txt
This program finds all matches to a regular expression pattern and replaces them with another string.
If the replacement is not a constant string, see e430 Searching and Replacing with Nonconstant V
www.eeworm.com/read/127767/14336050
txt e448. parsing a string into paragraphs using a regular expression.txt
This example demonstrates how to parse a CharSequence into an array of paragraphs. A paragraph is a contiguous sequence of non-blank lines separated by one or more blank lines. The lines in a paragrap