|
|
Base converter (基本进制转换)
This simple tool allows you to convert a same number between its
representations under different number systems.
(这个简单的工具允许你转换同一个数字在不同进制下的表示,其最大的优点是,可以进行小数进制转换,而且对于日常能够使用到的2进制、3进制、4进制、5进制、6进制、7进制、8进制、9进制、10进制、11进制、12进制、13进制、14进制、15进制和16进制进行转换)。
For example, the number ∏ is equal to 3.14159... in a decimal system (base 10),
or to 3.243F6... in a hexadecimal system (base 16), or to 11.001001... in a
binary system (base 2)(如∏在十进制系统中是3.14159....在16进制系统中是3.243F6.在2进制系统中能够是11.001001等等.
使用说明:
- 对于十进制八进制和十六进制间的转换可以使用Windows操作系统自带的计算器,进行转换。首先在附件中打开计算器,把计算器切换到科学计算器,输入一个数,单击相应的进制,即可转换。
- Type pi for ∏=3.14159...,
e for e=2.71828...,
sqrt(2) for
∏=1.41421...
(输入pi表示 ∏=3.14159...,输入e表示e=2.71828..., 输入sqrt(2)表示∏=1.41421...)
- Please use capital letters in the representations of base >10.
(在进制大于10后,在表示数字时,请使用大写字母)
- The algebraic operations + - * / ^ are allowed,
as well as pairs of parentheses. Accepted transcendental functions are
sin(), cos(), exp(), log(), atan().
(算术运算符是允许的,同时也可使用括号,接受以下函数:sin(),con(),exp(),log(),atan().)
|