当前位置:网站首页>运算符
运算符
2022-07-07 14:31:00 【kenma】
算术运算符
关系运算符
关系运算符的结果都是Boolean型的,要么true,要么false 经常用在if结构中的条件或者循环结构的条件。 

逻辑运算符
用于连接多个条件,最后结果也是boolean型的 

&&与&的区别
&& 如果判断第一个条件为f,则直接判断成f,效率高。
& 要全部判断完条件,效率低。
开发中,一般用&&提高效率。
赋值运算符
将某个运算后的值,赋给指定的变量。

三元运算符
基本语法
条件表达式? 表达式1:表达式2;
运算规则:
true 输出表达式1
false 输出表达式2
位运算符
运算符优先级

键盘输入语句

进制



边栏推荐
猜你喜欢

The team of East China Normal University proposed the systematic molecular implementation of convolutional neural network with DNA regulation circuit
![[Android -- data storage] use SQLite to store data](/img/f6/a4930276b3da25aad3ab1ae6f1cf49.png)
[Android -- data storage] use SQLite to store data

如何快速检查钢网开口面积比是否符合 IPC7525

Odoo集成Plausible埋码监控平台

Opencv personal notes

Tragedy caused by deleting the console statement

爬虫(17) - 面试(2) | 爬虫面试题库

Pycharm terminal enables virtual environment

Power of leetcode-231-2

删除 console 语句引发的惨案
随机推荐
C语言进阶——函数指针
Xcode Revoke certificate
AutoLISP series (3): function function 3
Odoo集成Plausible埋码监控平台
121. The best time to buy and sell stocks
如何快速检查钢网开口面积比是否符合 IPC7525
Markdown formula editing tutorial
Logback logging framework third-party jar package is available for free
【MySql进阶】索引详解(一):索引数据页结构
作为Android开发程序员,android高级面试
Communication mode between application program and MATLAB
AutoLISP series (2): function function 2
Geoserver2.18 series (5): connect to SQLSERVER database
torch. Numel action
1亿单身男女“在线相亲”,撑起130亿IPO
OpenGL personal notes
Opencv configuration 2019vs
PHP realizes wechat applet face recognition and face brushing login function
爬虫(17) - 面试(2) | 爬虫面试题库
[vulnhub range] thales:1

