摘要: 各种数制的相互转换 流程图: 伪代码: 源代码: #include<stdio.h>#define MAXCHAR 101int char_to_num(char ch);char num_to_char(int num);long source_to_decimal(char temp[],int 阅读全文
posted @ 2023-04-18 20:30 夏季彼岸德 阅读(19) 评论(0) 推荐(0)