按类别查询搜索结果
关于关键词 的检测结果,共 4
xinhaojie | 2017-01-09 21:22:23 | 阅读(2250) | 评论(0)
题目:809*??=800*??+9*??+1 其中??代表的两位数,8*??的结果为两位数,9*??的结果为3位数。求??代表的两位数,及809*??后的结果。程序分析:无。程序源代码:9709 / 12 = 809 * 12 + 1题目:八进制转换为十进制程序分析:无。程序源代码:input a octal number: f 54题目:求0—7所能组成的奇...【阅读全文】
wq4113 | 2014-11-03 11:16:04 | 阅读(1320) | 评论(0)
# -*- coding: UTF-8 -*-'''【程序97】题目:从键盘输入一些字符,逐个把它们送到磁盘上去,直到输入一个#为止。1.程序分析:     2.程序源代码:'''if __name__ == '__main__':    from sys import stdout    filename = input('input a file name:\n')    fp = open(filena...【阅读全文】
wq4113 | 2014-11-01 21:28:01 | 阅读(1070) | 评论(0)
# -*- coding: UTF-8 -*-''' 【程序91】题目:时间函数举例11.程序分析:2.程序源代码:'''if __name__ == '__main__':    import time    print (time.ctime(time.time()))    print (time.asctime(time.localtime(time.time())))    print (time.asctime(time.g...【阅读全文】
【Python/Ruby】 Python 2.7 a1发布
wyg1258 | 2009-12-06 20:04:29 | 阅读(274) | 评论(0)