当前位置:网站首页>Understand the key points of complement
Understand the key points of complement
2022-04-23 10:48:00 【A dazed caddie】
What is the complement ?
effect
simplify CPU Arithmetic , It is convenient to use adder inside the computer (ALU) Realize the calculation of negative numbers . Store... In a register in the form of a complement
Representation
The complement of a positive number is itself ;
A negative complement : Add... On the basis of its inverse code 1
Value range :-127~127 Corresponding (0x80~0x7f)
give an example :
-1-2 =(-1)+(-2)= (0X11111111) repair +(0X11111110) repair = (0X11111101 ) repair = (0X11111100) back = (0X10000011) primary = -3
版权声明
本文为[A dazed caddie]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230618291131.html
边栏推荐
- What are Jerry's usual program exceptions? [chapter]
- 997. Square of ordered array (array)
- Charles function introduction and use tutorial
- 209. Subarray with the smallest length (array)
- SQLServer 查询数据库死锁
- Introduction to wechat applet, development history, advantages of applet, application account, development tools, initial knowledge of wxml file and wxss file
- /Can etc / shadow be cracked?
- 203、移出链表元素(链表)
- Detailed explanation of MapReduce calculation process
- MapReduce compression
猜你喜欢
![Jerry's more accurate determination of abnormal address [chapter]](/img/ed/a08949bfc63823baf25fd57c324996.png)
Jerry's more accurate determination of abnormal address [chapter]

Solution architect's small bag - 5 types of architecture diagrams

Initial exploration of NVIDIA's latest 3D reconstruction technology instant NGP

Swagger2 自定义参数注解如何不显示

Charles function introduction and use tutorial

【leetcode】107. Sequence traversal of binary tree II

部署jar包

/Can etc / shadow be cracked?

Net start MySQL MySQL service is starting MySQL service failed to start. The service did not report any errors.

How does the swagger2 interface import postman
随机推荐
Image processing - Noise notes
Go language practice mode - functional options pattern
SQL Server cursor circular table data
JUC concurrent programming 07 -- is fair lock really fair (source code analysis)
SQL Server 递归查询上下级
【leetcode】107. Sequence traversal of binary tree II
Solve the problem of installing VMware after uninstalling
Leetcode22: bracket generation
242. Valid Letter ectopic words (hash table)
Learning note 5 - gradient explosion and gradient disappearance (k-fold cross verification)
JVM——》常用参数
Simple thoughts on the design of a microblog database
【省选联考 2022 D2T1】卡牌(状态压缩 DP,FWT卷积)
微信小程序简介、发展史、小程序的优点、申请账号、开发工具、初识wxml文件和wxss文件
/Can etc / shadow be cracked?
Problems of class in C # and database connection
Read integrity monitoring techniques for vision navigation systems - 4 multiple faults in vision system
Introduction to data analysis 𞓜 kaggle Titanic mission (III) - > explore data analysis
Full stack cross compilation x86 completion process experience sharing
Charles 功能介绍和使用教程