Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
http://home.fnal.gov/~cheung/embedded-linux/pics/flowchart4.gif
^ フローチャート
Python で電卓用のコードを書くつもりなので、このフローチャートを見つけました。意味!
0b1000000 は 7 番目のビットになります
で確認できます
if value & 0b1000000: print "7th bit on"
このフローチャートでは、システムに入力を受け入れ続けるように指示する信号ですが...
実際には、それが実際に 8 番目のビット (0 ベースのインデックス) であるか、リトルエンディアンまたはビッグ エンディアンで格納されているかなどを知る必要があります。