摘要
随着计算机的普及,二进制开始频繁应用在日常生活中,其中包括二进制与其他进制的转换,关系到机器语言与高级语言的转换。不同进制之间的转换是教学的难点与重点,也是计算机编程人员编写程序的难点。为了更好、更直观地描述这个问题,利用列表法来完成各类进制之间的转换。
With the popularization of computer, binary began to frequently used in daily life, including bi- nary and hexadecimal conversion to other, related to the conversion machine language and high-level language. Conversion between different binary is the key and difficult part of teach- ing, but also the difficulties of programming a computer programmer. In order to better, more intuitive description of the problem, to accomplish the conversion between hexadecimal use var- ious list method.
出处
《现代计算机》
2013年第7期43-45,共3页
Modern Computer
关键词
二进制
十进制
八进制
十六进制
进制转换
Binary System
Decimal System
Octonary Number System
Hexadecimal
Numerical Conversion