网站首页 站内搜索

搜索结果

查询Tags标签: quotient,共有 2条记录
  • 实现进制转化伪代码

    实现进制转化伪代码 伪代码 Write "Enter the new base" Read newBase Write "Enter the number to be converted" Read decimalNumber Set quotient to 1 WHILE (quotient is not zero)Set quotient to decimalNumber DIV newBaseSet remainder to d…

    2021/11/6 23:40:37 人评论 次浏览
  • 实现进制转化伪代码

    实现进制转化伪代码 伪代码 Write "Enter the new base" Read newBase Write "Enter the number to be converted" Read decimalNumber Set quotient to 1 WHILE (quotient is not zero)Set quotient to decimalNumber DIV newBaseSet remainder to d…

    2021/11/6 23:40:37 人评论 次浏览
扫一扫关注最新编程教程