久久久久久久999_99精品久久精品一区二区爱城_成人欧美一区二区三区在线播放_国产精品日本一区二区不卡视频_国产午夜视频_欧美精品在线观看免费

專注電子技術學習與研究
當前位置:單片機教程網 >> Arduino >> 瀏覽文章

Arduino復合運算符

作者:huqin   來源:本站原創(chuàng)   點擊數(shù):  更新時間:2014年04月03日   【字體:

+= , -= , *= , /=
Description描述
Perform a mathematical operation on a variable with another constant or variable. The += (et al) operators are just a convenient shorthand for the expanded syntax, listed below.
對一個變量和另一個參數(shù)或變量完成一個數(shù)學運算。+=(以及其他)可以縮短語法長度。

 

Syntax語法
x += y; // equivalent to the expression x = x + y; // 等價于 x = x + y;
x -= y; // equivalent to the expression x = x - y; // 等價于 x = x - y;
x *= y; // equivalent to the expression x = x * y; // 等價于 x = x * y;
x /= y; // equivalent to the expression x = x / y; // 等價于 x = x / y;

Parameters參數(shù)
x: any variable type
x:任何變量類型

y: any variable type or constant
y:任何變量類型或常數(shù)

Examples范例
x = 2;
x += 4; // x now contains 6 // x現(xiàn)在為6
x -= 3; // x now contains 3 // x現(xiàn)在為3
x *= 10; // x now contains 30 // x現(xiàn)在為30
x /= 2; // x now contains 15 // x現(xiàn)在為15


Syntax語法
x++; // increment x by one and returns the old value of x
// 將x的值加1并返回原來的x的值。 ++x; // increment x by one and returns the new value of x // 將x的值加1并返回現(xiàn)在的x的值。
x-- ; // decrement x by one and returns the old value of x // 將x的值減1并返回原來的x的值。
--x ; // decrement x by one and returns the new value of x // 將x的值減1并返回現(xiàn)在的x的值。

Parameters參數(shù)
x: an integer or long (possibly unsigned)
x:一個整數(shù)或長整數(shù)(可以無符號)

Returns返回
The original or newly incremented / decremented value of the variable.
返回變量原始值或增加/消耗后的新值。

Examples范例
x = 2;
y = ++x; // x now contains 3, y contains 3 // x現(xiàn)在為3,y為3
y = x--; // x contains 2 again, y still contains 3 // x現(xiàn)在仍然為2,y將為3

關閉窗口

相關文章

主站蜘蛛池模板: 婷婷国产一区 | 国产日韩欧美精品一区二区三区 | 国产精品久久久久久久久久三级 | 97精品久久| 免费观看一级视频 | 亚洲精品一区二区三区在线观看 | 亚洲成人精 | 亚洲精品福利视频 | 天天夜夜人人 | 国产区精品 | 色av一区 | 亚洲一区二区免费视频 | 一级黄色毛片子 | 亚洲视频在线一区 | www.久久久 | 欧美日韩高清一区二区三区 | 国产精品免费在线 | 日韩久久精品 | 黄色国产| 毛片毛片毛片毛片毛片 | 亚洲成人精品 | 亚洲v区 | 国产精品免费在线 | 久久6视频 | 日韩资源 | 日本在线免费观看 | 91在线观看免费视频 | 国产精品中文字幕一区二区三区 | 久久99视频这里只有精品 | 久久国产欧美日韩精品 | 91精品国产乱码久久久久久久久 | 久久久精品网 | 91看片网 | 日韩欧美第一页 | 亚洲精品永久免费 | 四虎影院久久 | 第一福利社区1024 | 五月天国产在线 | 国产一区免费 | 久久成人免费 | 亚洲国产成人av好男人在线观看 |