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
双语例句
- Note that the use of Infix as the delimiter type means that there is no comma added after the last record is written, so the delimiter is only inserted between any two adjacent records.
请注意,使用Infix作为分隔符类型意味着,写入的最后一个记录后面没有添加逗号,因此分隔符仅插入任何两个相邻记录之间。 - Subtypes: prefix, suffix, and infix.
前缀,后缀,中缀。 - This is the opposite of the infix to postfix translation algorithm, where operators were stored on the stack.
和中缀转换后缀的算法相反,那是把操作符存储在栈里。 - It does not convert infix expressions to postfix notation; rather, it evaluates the infix expression directly.
不是把中缀表达式转换为后缀表示法;恰恰相反,它对中缀表达式直接求值。 - The infix index would match substrings anywhere within the string.
中缀索引将匹配在字符串内任意位置的子字符串。 - This note gives a survey of the algorithms which recreate infix forms of general arithmetic expressions from their corresponding reverse Polish forms.
本文综述了从算术表达式的逆波蓝形式重建为通常算术表达式中缀形式之算法。 - In this paper, a rapid algorithm from infix expression to prefix one is proposed.
本文给出一种将中缀表达式转换成前缀表达式的有效算法。 - Then why not say goodbye first before they infix the tomb?
为什么不先分手就一头钻进坟墓呢? - To convert an expression in an infix expression to its equivalent in postfix notation, we must know the precedence and associativity of operators.
要把表达式从中缀表达式的形式转换成用后缀表示法表示的等价表达式,必须了解操作符的优先级和结合性。 - When parsing expressions written in infix notation, you need parentheses and precedence rules to remove ambiguity.
对以中缀表示法书写的表达式进行语法分析时,需要用括号和优先规则排除多义性。