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
双语例句
- This is the opposite of the infix to postfix translation algorithm, where operators were stored on the stack.
和中缀转换后缀的算法相反,那是把操作符存储在栈里。 - The three most common forms of notation in arithmetic expressions are infix, prefix, and postfix notations.
算术表达式中最常见的表示法形式有中缀、前缀和后缀表示法。 - Combining with engineering practice, the author briefly states infix methods in gravel at the same area.
本文作者结合工程实践,简单明确的对在不同地区、砾石层中的钻进方法进行了论述。 - Mongolian word formation consists of roots, affixes. Suffixes Mongolian languages does not have an infix and prefix, only have an suffix. Mongolian languages do not have prepositions, only using Mongolian semantic grid affixes correspond to the usage of Chinese prepositions.
蒙古语是阿尔泰语系的黏着语,形态变化发达的一种语言,蒙语由构词由词根、词缀和词尾组成没有前缀和中缀,只有后缀,蒙语没有介词,只能用蒙语语义格词缀对应使用汉语介词。 - When parsing expressions written in infix notation, you need parentheses and precedence rules to remove ambiguity.
对以中缀表示法书写的表达式进行语法分析时,需要用括号和优先规则排除多义性。 - It does not convert infix expressions to postfix notation; rather, it evaluates the infix expression directly.
不是把中缀表达式转换为后缀表示法;恰恰相反,它对中缀表达式直接求值。 - A Algorithm to Convert Infix Expressions into Prefix Expressions
一个将中缀表达式转换为前缀表达式的算法 - Infix notation is a common way of writing expressions, while prefix and postfix notations are primarily used in computer science.
中缀表示法是书写表达式的常见方式,而前缀和后缀表示法主要用于计算机科学领域。 - Subtypes: prefix, suffix, and infix.
前缀,后缀,中缀。 - A rapid algorithm for transforming infix expression into prefix expression
中缀表达式到前缀表达式的快速算法