Introduction - If you have any usage issues, please Google them yourself
Pick to
The main content of this course design is the conversion between the code and the number system. The main functions of the program are as follows:
1. Convert the hexadecimal number to its corresponding ASCII code
2. Convert ASCII code to its corresponding hexadecimal number
3. Convert the binary number to the hexadecimal number
4. Convert between the decimal number and the binary number
5. Realize the conversion between hexadecimal number and decimal number
Number system conversion is the most basic operation in computer science and technology. In daily life, people habitually use the decimal number to calculate. In the computer, all information (Numbers, characters, Chinese characters, instructions and state of the computer) are represented by binary Numbers. In a computer, the arithmetic of binary Numbers is easier to achieve than the decimal number. Sometimes hexadecimal Numbers are used in computers to shorten the writing. Therefore, we need to convert Numbers from binary to other forms, even between different input systems.
Packet : 85375536je.rar filelist
汇编语言课程设计\成绩管理.doc
汇编语言课程设计\正选函数表.doc
汇编语言课程设计\课程设计封面-汇编语言.doc
汇编语言课程设计