10(可回看)【C语言 趣味算法】数制转换(常见,二进制、八进制、十进制、十六进制之间任意转换)
创始人
2024-03-23 11:03:53
0次
Contents
- 一、Review
- 二、New Problem:Incremental conversion(进制转换)
- 2.1 Description of the problem
- 2.2 Analysis of the problem
- 2.3 Algorithm design
- 2.4 Program framework(程序框架)
- 2.5 Convert characters to numbers(字符与数字进行转换)
- 2.6 Other number systems to decimal(其他数制转换成十进制)
- 2.7 Decimal to other decimal(十进制转换成其他进制)
- 2.8 Full code and output
相关内容