摘要: #_*_coding:utf-8_*_ __author__ = 'Alex Li' import time # print(time.clock()) #返回处理器时间,3.3开始已废弃 , 改成了time.process_time()测量处理器运算时间,不包括sleep时间,不稳定,mac上测不 阅读全文
posted @ 2017-09-28 17:46 炼狱腾蛇 阅读(202) 评论(0) 推荐(0)
摘要: 冒泡排序 阅读全文
posted @ 2017-09-28 11:18 炼狱腾蛇 阅读(129) 评论(0) 推荐(0)