摘要: from math import sqrt from PIL import Image, ImageDraw import random def readfile(filename): with open(filename) as f: lines = [line for line in f] colnames = lines[0].strip().split('\t')[1:] ... 阅读全文
posted @ 2016-09-29 19:35 生活它不如诗 阅读(296) 评论(0) 推荐(0) 编辑
摘要: 作为个人记录之用,主要是将代码及其注释贴出来。 阅读全文
posted @ 2016-09-29 19:31 生活它不如诗 阅读(386) 评论(0) 推荐(0) 编辑