zoukankan
html css js c++ java
运算符优先级
运算符优先级
运算符
描述
**
指数(最高优先级)
~ + -
按位翻转, 一元加号和减号(最后两个的方法名为+@ 和-@)
* / % //
乘,除,取模和取整除
+ -
加法减法
>> <<
右移,左移运算符
&
位'AND'
^ |
位运算符
<= < > >=
比较运算符
<> == !=
等于运算符
= %= /= //= -= += *= **=
赋值运算符
is is not
身份运算符
in not in
成员运算符
not or and
逻辑运算符
null
查看全文
相关阅读:
Practice II 字符串
Euleriar Path 入门
2-SAT 入门
Practice I 图论
游戏中寻找学习JAVA的乐趣之坦克大战系列5-坦克的动态参数
JQuery教程:实现轮播图效果
HTML表格应用
菜鸟Vue学习笔记(三)
Java成神路上之设计模式系列教程之一
JVM垃圾回收机制之对象回收算法
原文地址:https://www.cnblogs.com/wumingxiaoyao/p/7027428.html
最新文章
[poj] 3974 Palindrome
[codeforces] 633C Spy Syndrome 2
[poj] 1816 Wild words
[poj] 2945 Find the Clones
[codeforces] 526D [51nod] 1554 欧姆诺姆和项链
[poj] 3461 Oulipo
[poj] 2749 building roads
[poj] 3678 Katu Puzzle
[poj] 2942 Knights of the Round Table
[poj] 1523 SPF
热门文章
[poj] 3177 Redundant Paths
[poj] 1236 networks of schools
[poj] 3180 the cow prom
[poj] 2618 popular cows
poj1006 Biorhythms
poj2720 Last Digits
CF449C Jzzhu and Apples
poj3090 Visible Lattice Points
poj3421 X-factor Chains
poj2689Prime Distance
Copyright © 2011-2022 走看看