当前位置:网站首页>Basic bit operation symbols of C language
Basic bit operation symbols of C language
2022-06-25 05:13:00 【N-Raid】
C Basic bit operation symbol of language
1、<< Move left 00011000 << 3 = 11000000( Portable assignment method :<<=)
2、>> Move right 00100100 >> 2 = 00001001( Portable assignment method :>>=)
3、 & Bitwise AND 00010001 & 00100001 = 00000001( Portable assignment method :&=)
4、 | Press bit or 00010001 | 00100001 = 00110001( Portable assignment method :|=)
5、 ^ Bitwise XOR 00010001 ^ 00100001 = 00110000 ( Portable assignment method :^=)
6、 ~ According to the not ~00010001 = 11101110
Bitwise operators take precedence from high to low , In turn ~ & ^ |( Negation and XOR or )
边栏推荐
- ThinkPHP 5 log management
- How to download and use Xiaobai one click reload on the official website
- How to make colleagues under the same LAN connect to their own MySQL database
- The article is on the list. Welcome to learn
- Use js to simply implement the apply, call and bind methods
- parallel recovery slave next change & parallel recovery push change
- Cookie & session & JSP (XII)
- A brief talk on media inquiry
- Basic knowledge of web pages (URL related)
- [keil] GPIO output macro definition of aducm4050 official library
猜你喜欢

Reading and writing of nodejs excel (.Xlsx) files

OLAP analysis engine kylin4.0

Attack and defense world web baby Web
![Bind simulation, key points of interpreting bind handwritten code [details]](/img/03/6aa300bb8b8342199aed5a819f3634.jpg)
Bind simulation, key points of interpreting bind handwritten code [details]

The construction and usage of wampserver framework

Rce code execution & command execution (V)

Compatible with Internet Explorer

Virtual honeypot Honeyd installation and deployment

Read the general components of antd source code

Essais de pénétration - sujets d'autorisation
随机推荐
Uva1103 ancient pictograph recognition
Qdebug June 2022
Ranorex Studio 10.1 Crack
Can bus extended frame
cuda编译报错
What is Ethernet and how to connect the computer
How to make colleagues under the same LAN connect to their own MySQL database
CUDA compilation error
CTFHub-rce
Using JS to realize the sidebar of life information network
Introduction to the hardest core PWN in the whole network_ Graphic analysis
Activereportsjs V3.0 comes on stage
great! Auto like, I use pyautogui!
Detailed summary of flex layout
Laravel Aurora push
Route parameters to jump to the page and transfer parameters -- > hidden parameter list
Apache+php uploading large files
Edge loss interpretation
Compatible with Internet Explorer
The construction and usage of wampserver framework