operand
常见例句
- If the character is an operand, push it onto the stack.
如果字符是一個操作數,把它壓入堆棧。 - The result of any expression can be used as the operand of another expression.
而任何一個表達式的結果都可用作另一個表達式的操作數。 - You need two variables to implement a basic calculator: an accumulator to store the value of the first operand when an operation button is pressed, and a variable to store the operation itself.
要實現基本的計算器功能,需要添加兩個變量:一個 累加器,用來在操作按鈕按下時存儲第一個操作數的值;一個變量用來存儲操作本身。 - The syntax is OK in the sense of, it is an operand, an operator, an operand, so syntactically it's OK.
這裡的語法應該是好的,有個運算對象,一個運算符,另外一個運算對象,因此語法上是沒錯的。
麻省理工公開課 - 計算機科學及編程導論課程節選 - I just want to remind you, if I wanted to, for example, type in an expression like that, notice the syntactical form, it's an expression, a number, followed by an operand, followed by another expression.
我想要提醒下大家,如果你想要,例如,輸入一個這樣的表達式,注意語法形式,這是個表達式,一個數字,後麪是一個運算對象,後麪是另外一個表達式。
麻省理工公開課 - 計算機科學及編程導論課程節選 - That is, if I want to combine two things together in a particular way, I need to make sure that I give it the kind of operand it expects.
也就是,如果我想以一種特定的方式,把兩個東西組郃到一塊,我需要確定,給了運算符它想要的輸入。
麻省理工公開課 - 計算機科學及編程導論課程節選 返回 operand