在APKPure安全快速地下載APK
APKPure 使用簽章驗證功能,確保為您提供無病毒的 Binary Calculator APK 下載。
這是一個簡單有效的二進制計算器應用程序
This is a simple and effective Binary Calculator Application
You can perform the below operations in Binary Calculator.
Addition (a + b)
Subtraction (a - b)
Multiplication (a * b)
Division(a / b)
You can perform the below operations in Binary Bitwise Calculator.
AND (a & b)
OR (a | b)
XOR (a ^ b)
NOT (~a)
You can perform the below operations in Binary Bit-shift Calculator.
Left Shift (a <<)
Right Shift(a >>)
Logical Shift(a >>>)