infix

美 ['ɪnfɪks]英 ['ɪnfɪks]
  • n.中缀;中加成分
  • v.把…插入;使深印入(脑海);渗入;【语】插入词腰
  • 网络钻进;中序;中缀式

第三人称单数:infixes 现在分词:infixing 过去分词:infixed

infixinfix

infix

n.

中缀

任何方式可以被用作中缀infix)或后缀(postfix)操作符 闭包按照所期望的类型(目标类型)自动地被构造 例如,你可以用 …

插入

词根及词缀 ... affix v 附加;贴上 infix v 插入;灌输 inflate v 充气,膨胀 ...

钻进

英语新词汇与常用词汇的翻译(I) ... infirmness 弱 infix 钻进 inflame 燃烧 ...

中序

中序(infix) 前序(prefix)将中序运算式根据顺序完全括号起来。移动所有运算子来取代所有的左括号,并以最近者为原则将所有右 …

中缀式

我们书写算术表达式的习惯方式是中缀式(infix),上面的算术式就是用中缀式书写的。所有的算术表达式都可以表示成这样一种 …

中缀表达式

中缀表达式infix)是我们最常使用的。如:我们平时写a+b,这是中缀表达式,写成后缀表达式就是:ab+(a+b)*c-(a+b)/e的 …

中序表示法

中序表示法 (Infix):运算子位於2个运算元之间,例如:A+B,A*B+C 等。前序表示法 (prefix):运算子位於2个运算元之前,例 …

前缀

英语专业词汇_百度文库 ... 后缀 suffix 前缀 infix 本义 original meaning ...

1
Make sure that your program is extensible to be used to evaluate any other infix expressions. 确定你的程序时可扩展的,被用于其他插入公式。
2
Infix notation is a common way of writing expressions, while prefix and postfix notations are primarily used in computer science. 中缀表示法是书写表达式的常见方式,而前缀和后缀表示法主要用于计算机科学领域。
3
Because the value of the Delimiter type property is Infix, there does not need to be a comma at the end of the file. 由于Delimitertype属性的值为Infix,因此文件结尾不需要逗号。
4
The operands are in the same order that they would be in the equivalent infix expression. 操作数的顺序与等价的中缀表达式中操作数的顺序一致
5
Read the infix expression from left to right, one character at a time. 从左到右读入中缀表达式,每次一个字符。
6
When parsing expressions written in infix notation, you need parentheses and precedence rules to remove ambiguity. 对以中缀表示法书写的表达式进行语法分析时,需要用括号和优先规则排除多义性。
7
Combining with engineering practice, the author briefly states infix methods in gravel at the same area. 本文作者结合工程实践,简单明确的对在不同地区、砾石层中的钻进方法进行了论述。
8
Evaluating a postfix expression is simpler than directly evaluating an infix expression. 对后缀表达式求值比直接对中缀表达式求值简单。
9
Infix notation is the conventional notation for arithmetic expressions. 中缀表示法是算术表达式的常规表示法。
10
Alternatively, a delimiter type of Infix can be specified. 或者,可以指定Infix(中缀)类型的分隔符。
11
The three most common forms of notation in arithmetic expressions are infix, prefix, and postfix notations. 算术表达式中最常见的表示法形式有中缀、前缀和后缀表示法。
12
The infix index would match substrings anywhere within the string. 中缀索引将匹配在字符串内任意位置的子字符串。
13
Expressions use the same infix operators. 表达式使用同样的中缀运算符。
14
Loop records should have child order set to infix. 应将循环记录的子顺序设置为中缀。
15
There are three types of affix: prefix, suffix, and infix. 有三种类型:前缀、后缀,加盖,诗词。
16
Jack intended to find a chink to infix. 杰克想找个地缝钻进去。
17
Converting infix expression to a postfix expression 中缀表达式到后缀表达式的转换
18
The conversion process involves reading the operands, operators, and parentheses of the infix expression using the following algorithm 转换过程包括用下面的算法读入中缀表达式的操作数、操作符和括号
19
A Algorithm to Convert Infix Expressions into Prefix Expressions 一个将中缀表达式转换为前缀表达式的算法
20
any method may be used as an infix or postfix operator, and 任何方式可以被用作中缀(infix)或后缀(postfix)操作符