久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

Python中的二進制補碼?

Two#39;s Complement Binary in Python?(Python中的二進制補碼?)
本文介紹了Python中的二進制補碼?的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

問題描述

Python 中的整數存儲在二進制補碼中,對嗎?

Integers in Python are stored in two's complement, correct?

雖然:

>>> x = 5
>>> bin(x)
0b101

還有:

>>> x = -5
>>> bin(x)
-0b101

這很蹩腳.如何讓 python 給我 REAL 二進制位的數字,并且前面沒有 0b?所以:

That's pretty lame. How do I get python to give me the numbers in REAL binary bits, and without the 0b infront of it? So:

>>> x = 5
>>> bin(x)
0101
>>> y = -5
>>> bin(y)
1011

推薦答案

不確定如何使用標準庫獲得所需的內容.有一些腳本和包可以為您進行轉換.

Not sure how to get what you want using the standard lib. There are a handful of scripts and packages out there that will do the conversion for you.

我只是想說明為什么",以及為什么它不蹩腳.

I just wanted to note the "why" , and why it's not lame.

bin() 不返回二進制位.它將數字轉換為二進制字符串.根據 python 語言定義,前導 '0b' 告訴解釋器您正在處理二進制數.這樣你就可以直接使用二進制數,就像這樣

bin() doesn't return binary bits. it converts the number to a binary string. the leading '0b' tells the interpreter that you're dealing with a binary number , as per the python language definition. this way you can directly work with binary numbers, like this

>>> 0b01
1
>>> 0b10
2
>>> 0b11
3
>>> 0b01 + 0b10
3

這不是蹩腳的.太好了.

that's not lame. that's great.

http://docs.python.org/library/functions.html#bin

bin(x)

將整數轉換為二進制字符串.

Convert an integer number to a binary string.

http://docs.python.org/reference/lexical_analysis.html#integers

整數和長整數文字由以下詞法定義描述:

Integer and long integer literals are described by the following lexical definitions:

bininteger ::= "0" ("b" | "B") bindigit+

bininteger ::= "0" ("b" | "B") bindigit+

bindigit ::= "0" |1"

bindigit ::= "0" | "1"

這篇關于Python中的二進制補碼?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

相關文檔推薦

How to draw a rectangle around a region of interest in python(如何在python中的感興趣區域周圍繪制一個矩形)
How can I detect and track people using OpenCV?(如何使用 OpenCV 檢測和跟蹤人員?)
How to apply threshold within multiple rectangular bounding boxes in an image?(如何在圖像的多個矩形邊界框中應用閾值?)
How can I download a specific part of Coco Dataset?(如何下載 Coco Dataset 的特定部分?)
Detect image orientation angle based on text direction(根據文本方向檢測圖像方向角度)
Detect centre and angle of rectangles in an image using Opencv(使用 Opencv 檢測圖像中矩形的中心和角度)
主站蜘蛛池模板: 日韩欧美成人精品 | 天天爽天天操 | 国产视频一区在线 | aa级毛片毛片免费观看久 | 久久久一区二区三区 | 国产在线精品一区二区三区 | 久久网亚洲 | 欧美男人天堂 | 精品国产第一区二区三区 | 国产精品一区二区在线 | 国产高清亚洲 | 亚洲精品日本 | 欧美日韩综合视频 | 日本午夜精品 | 欧美激情视频一区二区三区免费 | 一区二区三区电影在线观看 | 毛片视频网站 | 奇米久久久 | 精品国产一区二区国模嫣然 | 免费看一区二区三区 | 性色在线 | 久久成人高清视频 | 一区二区三区视频在线观看 | 国产午夜精品一区二区三区四区 | 亚洲一本 | 午夜精品一区二区三区在线观看 | 国产情侣啪啪 | 秋霞电影一区二区 | 欧美成年人| 久久国产精品无码网站 | 精品国产一区二区 | 久久在线精品 | 麻豆视频在线免费观看 | 精品国产乱码久久久久久蜜退臀 | 成人一区二区在线 | 黄色一级网 | 爱高潮www亚洲精品 中文字幕免费视频 | 午夜免费在线 | 91一区| 国产在线观 | 国产成人精品久久二区二区91 |