infix

infix

1. implementation of infix to postfix algorithm full source code, has been tested.

(译):执行中缀以后缀算法的全部源代码,已经过测试。

2. Convert infix to postfix source code integrity, and can be used directly.

(译):转换缀以后缀的源代码完整,并可以直接使用。

3. This source code is used for make infix expression from prefix expression by using assembly and C language together.

(译):这种源代码是用于使缀表达的前缀表达式使用汇编和C语言在一起。

4. (1) the expression prefix is converted to infix expression;

(译):( 1 )的表达前缀转换为缀表达;

5. A Algorithm to Convert Infix Expressions into Prefix Expressions

一个将中缀表达式转换为前缀表达式的算法

6. Summary: A scientific calculator enabling evaluation of floating-point expressions in infix notation.

一款简单的科学计算器,支持浮点数,支持所有的标准函数,界面简洁,使用方便。

7. It does not convert infix expressions to postfix notation; rather, it evaluates the infix expression directly.

不是把中缀表达式转换为后缀表示法;恰恰相反,它对中缀表达式直接求值。

8. infix extract

中缀摘录

9. infix order

中缀次序

10. Infix notation is a common way of writing expressions, while prefix and postfix notations are primarily used in computer science.

中缀表示法是书写表达式的常见方式,而前缀和后缀表示法主要用于计算机科学领域。

11. Converting infix expression to a postfix expression

中缀表达式到后缀表达式的转换

12. infix notation

中辍法

13. Then why not say goodbye first before they infix the tomb?

为什么不先分手就一头钻进坟墓呢?

14. Read the infix expression from left to right, one character at a time.

从左到右读入中缀表达式,每次一个字符。

15. The paper, with reference to the sample of Zhongqingliji, studies the general workmanship and devices covering space-time、 verse infix, imagery, and the system of narration.

以《钟情丽集》为考察中心,可总结出明代中篇传奇小说在叙事时空、词插附和意象叙事以及叙事制度等方面的基本叙事技法和策略。

16. The paper, with reference to the sample of Zhongqingliji, studies the general workmanship and devices covering space-time verse infix, imagery, and the system of narration.

以《锺情丽集》为考察中心,可总结出明代中篇传奇小说在敍事时空、诗词插附和意象敍事以及敍事制度等方面的基本敍事技法和策略。

17. infix an idea in sb.'s mind

使一种思想深印在某人的脑海中

18. Derivational affix modifies the word lexically which can be divided into prefix,infix and suffix.

可分为前缀、中缀和后缀。

19. to infix an idea in one's mind

向某人灌输一种思想

20. In this paper, we introduce the concepts of fuzzifying infix codes and fuzzifying outfix codes on free monoid and discuss their elementary algebraic properties.

在自由幺半群上引进模糊化内缀码和模糊化外缀码的概念,并进一步讨论它们的基本代数性质.

21. The compound form implies four kinds like modification, subordination, subject-predicate and verb-object.The affixation form contains three types such as prefix, infix and suffix.

复合式有修饰型、并列型、主谓型和动宾型四种,附加式有前加法、中加法和后加法三种。

22. When parsing expressions written in infix notation, you need parentheses and precedence rules to remove ambiguity.

对以中缀表示法书写的表达式进行语法分析时,需要用括号和优先规则排除多义性。

23. Evaluating a postfix expression is simpler than directly evaluating an infix expression.

对后缀表达式求值比直接对中缀表达式求值简单。

24. to infix a nail

把钉子插进去

25. infix command

插入命令

26. infix form

插入形式

27. infix operation

插入操作

28. infix operator

插入算符

29. infix expression

插入表达式

30. the numeral and classifier infix

数量词中缀

31. the numeral and classifier infix;

数量词中缀;

32. Abstract: In this paper, we introduce the concepts of fuzzifying infix codes and fuzzifying outfix codes on free monoid and discuss their elementary algebraic properties.

文摘:在自由幺半群上引进模糊化内缀码和模糊化外缀码的概念,并进一步讨论它们的基本代数性质.

33. Moon West Ramp, remote starting point misses Hanxing infix!

月儿西斜,遥缀起点点思念的寒星!

34. Combining with engineering practice, the author briefly states infix methods in gravel at the same area.

本文作者结合工程实践,简单明确的对在不同地区、砾石层中的钻进方法进行了论述。

35. ’ Jack intended to find a chink to infix.

杰克想找个地缝钻进去。

36. Make sure that your program is extensible to be used to evaluate any other infix expressions.

确定你的程序时可扩展的,被用于其他插入公式。

37. when we write a formula such as x*y in this context, we are implicitly invoking the function *(x,y), but writing it in a convenient infix notation.

稍后,人们发现这些函数在对如布朗运动之类的物理现象进行建模时有重要的作用。

38. Compilation Principle experiment infix expressions related to the expression output suffix code.

编译原理实验中有关中缀表达式转后缀表达式输出的程序代码.

39. English infix

英语中缀

40. Calculating expression is a basic function in programming language,we can cha nge the infix expression into the prefix expression and then cal culat e the prefix expression to reach its function.

表达式求值是程序设计语言编译中的一个最基本的问题,因为任何程序设计语言都有表达式求值的功能.先把中缀表达式转化为前缀表达式,然后对前缀表达式求值,求得运算结果.

41. To convert an expression in an infix expression to its equivalent in postfix notation, we must know the precedence and associativity of operators.

要把表达式从中缀表达式的形式转换成用后缀表示法表示的等价表达式,必须了解操作符的优先级和结合性。

42. Discussion on the construction comprison between long pipe shed and self-motion type pour slurry infix anchor pole

论长管棚与自钻式注浆钻进锚杆施工对比

43. The conversion process involves reading the operands, operators, and parentheses of the infix expression using the following algorithm

转换过程包括用下面的算法读入中缀表达式的操作数、操作符和括号

44. Corrupted Infix Pattern For Freed Block

释放块的中辍模式已损坏

45. (3) to convert infix expression expression suffix;

( 3 )转换缀表达表达后缀;

英语宝典
考试词汇表