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

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

Arduino復合運算符

作者:huqin   來源:本站原創   點擊數:  更新時間: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.
對一個變量和另一個參數或變量完成一個數學運算。+=(以及其他)可以縮短語法長度。

 

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參數
x: any variable type
x:任何變量類型

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

Examples范例
x = 2;
x += 4; // x now contains 6 // x現在為6
x -= 3; // x now contains 3 // x現在為3
x *= 10; // x now contains 30 // x現在為30
x /= 2; // x now contains 15 // x現在為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并返回現在的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并返回現在的x的值。

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

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

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

關閉窗口

相關文章

主站蜘蛛池模板: 国内精品视频一区二区三区 | 国产欧美日韩综合精品一区二区 | 91精品久久久久久久久久小网站 | 精品国产一区二区在线 | 九色 在线 | 天堂一区二区三区 | 日韩综合在线 | 国产乱码精品一品二品 | 久久久久久蜜桃一区二区 | 亚洲一区二区三区在线 | 久久精品国产一区二区三区不卡 | 亚洲色图在线观看 | 日韩欧美国产一区二区 | av网站免费在线观看 | 国产91av视频在线观看 | 国产一区二区三区高清 | 欧美看片 | 欧美成人精品一区二区男人看 | 草久在线视频 | 99在线国产| 男女网站在线观看 | 性福视频在线观看 | 国产真实乱全部视频 | 伊人免费在线观看高清 | 免费成人在线网 | 最新中文字幕在线 | 日韩一二区 | 亚洲欧洲一区 | 精品国产久 | 久久y | 国产一级视频 | 中文字幕第一页在线 | 亚洲国产精品成人无久久精品 | 欧美成人h版在线观看 | 久久久久久网 | 国产真实精品久久二三区 | 天天干狠狠操 | 国产精品免费av | 精品一区二区三区视频在线观看 | 国产精品久久久久久久久久三级 | 一级女毛片 |