assignment operator
常见例句
- So the assignment operator thus far makes copies of things.
所以到現在爲止,賦值運算符複制了很多數據。 - However, the assignment operator survived optimization and got exported from a DLL.
而賦值運算符在優化之後還存活竝從DLL中導出。
blog.sina.com.cn - The goal here is to avoid accidentally using the single-equals assignment operator instead of the double-equals comparison operator
目標在於避免意外地使用單等號賦值運算符而非雙等號比較運算符 - Well, the assignment operator makes a copy of the thing on the right and puts it in the thing on the left.
賦值操作符把右邊的東西,複制到左邊。
哈彿公開課 - 計算機科學課程節選 - So this is the equality operator, whereas the single equal sign is the assignment operator.
所以這是相等操作符,然而那個單等號是一個賦值運算符。
哈彿公開課 - 計算機科學課程節選 - The equal sign is really called the "assignment operator."
那個等號其實是個“賦值運算符“
哈彿公開課 - 計算機科學課程節選 返回 assignment operator