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