当前位置:网站首页>C language - vernacular to understand the original code, inverse code and complement code
C language - vernacular to understand the original code, inverse code and complement code
2022-08-05 04:21:00 【Pointer to a PI】
Thank you for reading
Learning Catalog
Original, Inverse and Complement
1. Understand storage types
- Data is divided into byte type and word type data
Byte type data occupies 8 bits, its original code, inverse code and complement code are all 8 bits, indicating 0-255
Font type data occupies 8 bits16 bits, its original code, inverse code and complement code are all 16 bits, which means 0-65535 - Then some people will have doubts: 8-bit binary and 16-bit binary are both 1. Of course, it can represent 255 or 65535, but I can also represent -127, -32767.Now that we say that, do we have to figure out what storage method is, whether it is unsigned storage or signed storage?
- In 8 bits, if it is unsigned storage - that is, 0-255 has no negative number, if it is a signed number, it will occupy one bit by itself, so it is represented as -127-128.
So I know that our C language int type is also a signed number when it is not written unsigned, its range is -2147483648~+2147483647, and the signed number is 4,294,967,295 - So what is the source code stored?Are we talking about the original code, whether it is signed or unsigned?It is very responsible to tell you that this is a signed code, so we look at the original code of 8 digits or the original code of 16 digits, and we can see whether it is positive or negative at a glance
2. Original code, inverse code, complement code
1. Throwing out the concept of three codes
Original code: the highest bit is the sign bit, 0 represents a positive number, 1 represents a negative number, and the others are 0 or 1.Inverse code: The inverse code of a positive number is consistent with the original code, and the inverse code of a negative number is the inverse of the original code, and the sign bit remains unchanged.Complement code: The complement code of a positive number is the same as the original code, and the complement code of a negative number is to invert the original code and add 1, and the sign bit remains unchanged.Example00000001 (Decimal from the original code is 1)Example 10000001 (The decimal derived from the original code is -1??)So is it?00000001+ 10000001------------100000101+(-1) = -2??Outrageous!!!! - But I tell you responsibly, this is -1, but if you count it directly, it's definitely not like this.To perform binary addition and subtraction, it finally becomes addition.
Do we have a question, the computer -1+1 is not equal to 0 directly, so what should the computer do, how can it be equal to 0? - We want to find out 1+(-1)=0 and make it true, then we assume that -1 has a substitute, which is an eight-digit unknown x
00000001+ xxxxxxxx------------00000000- It can be obtained that if 11111111 is added to 1 and becomes 100000000, it will cause a bit overflow and lose the highest bit 1, so isn't this a decimal 0?So I'm sure that adding (-1) equals 0, that is, adding his substitute, he is 111111111
- It turned out to be like this, except for the highest bit, I invert all of them and then +1
This is also the case, the concept of complement code is also the same, that is, the original code except the highest bit is inverted and then +1, however his positive calculation process is
Example 10000001 original codeIf you want to change the complement code, you can change the inverse code before you can , inverse bit by bit, except for the sign bit of the highest bitExample 11111110 inverse codeTo change to complement code, just add 1 after the inverse code.Example 11111111 complement (original code except the highest bit is inverted and then +1)So, in a sense, this becomes 1 + (-127) = 0, but don't confuse it, it will be stressful to understand
We still understand it honestly: for calculationBoth are calculated as the complement of positive or negative numbers.
2. Final summary
The purpose of introducing the inverse code and the complement code of the original code is to solve the problem of subtraction, because there is only an adder in the arithmetic unit of the computer CPU, and the subtraction must be converted into an addition for calculation.
3. To Readers
Thank you for reading
边栏推荐
- Machine Learning Overview
- Mysql的redo log详解
- 从企业的视角来看,数据中台到底意味着什么?
- Redis1: Introduction to Redis, basic features of Redis, relational database, non-relational database, database development stage
- UE4 opens door via interaction (keyboard key)
- The most comprehensive exam questions for software testing engineers in 2022
- bytebuffer 内部结构
- [Surveying] Quick Summary - Excerpt from Gaoshu Gang
- Mysql的undo log详解
- C语言-大白话理解原码,反码和补码
猜你喜欢

Haproxy搭建Web群集

Please write the SparkSQL statement

Use IDEA to connect to TDengine server

Some conventional routines of program development (1)

【Mysql进阶优化篇02】索引失效的10种情况及原理

AUTOCAD - dimension association

8.04 Day35-----MVC三层架构

四位数显表头设计

There are a lot of 4T hard drives remaining, prompting "No space left on device" insufficient disk space

No regrets, the appium automation environment is perfectly built
随机推荐
不看后悔,appium自动化环境完美搭建
【Mysql进阶优化篇02】索引失效的10种情况及原理
什么是ASEMI光伏二极管,光伏二极管的作用
In the WebView page of the UI automation test App, the processing method when the search bar has no search button
Talk about 20 common problems in data governance
Homework 8.4 Interprocess Communication Pipes and Signals
Spark Basics [Introduction, Getting Started with WordCount Cases]
SkiaSharp 之 WPF 自绘 粒子花园(案例版)
国学*周易*梅花易数 代码实现效果展示 - 梅花心易
Ali's local life's single-quarter revenue is 10.6 billion, Da Wenyu's revenue is 7.2 billion, and Cainiao's revenue is 12.1 billion
There are a lot of 4T hard drives remaining, prompting "No space left on device" insufficient disk space
How to wrap markdown - md file
Machine Learning Overview
小程序_动态设置tabBar主题皮肤
UE4 更改组件变量 (以修改第一人称角色模板的最大行走速度和跳跃高度为例)
使用IDEA连接TDengine服务器
JeeSite New Report
[MRCTF2020] PYWebsite
从企业的视角来看,数据中台到底意味着什么?
多御安全浏览器新版下载 | 功能优秀性能出众