infix
英 [ˈɪnfɪks]
美 [ˈɪnfɪks]
n. 中缀; 中加成分
现在分词:infixing 过去式:infixed 第三人称单数:infixes 过去分词:infixed
牛津词典
noun
- 中缀;中加成分
a letter or group of letters added to the middle of a word to change its meaning
英英释义
noun
- an affix that is inserted inside the word
verb
- attach a morpheme into a stem word
- put or introduce into something
- insert a picture into the text
双语例句
- Requirements of the post-conversion infix expression in brackets should not be unnecessary.
要求转换后的中缀表达式中不应出现不必要的括号。 - Evaluating a postfix expression is simpler than directly evaluating an infix expression.
对后缀表达式求值比直接对中缀表达式求值简单。 - The infix index would match substrings anywhere within the string.
中缀索引将匹配在字符串内任意位置的子字符串。 - Infix an idea in someone's mind
将观念灌输到某人脑中 - The three most common forms of notation in arithmetic expressions are infix, prefix, and postfix notations.
算术表达式中最常见的表示法形式有中缀、前缀和后缀表示法。 - A Algorithm to Convert Infix Expressions into Prefix Expressions
一个将中缀表达式转换为前缀表达式的算法 - The main study is divided into prefixes, infix, suffix, is the focus of this article.
主体研究分为前缀、中缀、后缀,是本文的重点。 - Loop records should have child order set to infix.
应将循环记录的子顺序设置为中缀。 - Converting infix expression to a postfix expression
中缀表达式到后缀表达式的转换 - To illustrate these techniques, I use a sample program called ccalc, which implements an enhanced calculator based on the infix calculator from the Bison handbook.
为了展示这些技术,我使用了一个示例程序ccalc,它基于Bison手册中的计算机实现了一个增强的计算器。