2019年6月27日

COMP9021--6.19

摘要: 1. chr is to get the character, ord can get the order(unicode)chr(11035)=chr(0x2B1B)='\u2B1B' black square; 2B1A white squareint('2B1B',16)=11035 2. s 阅读全文

posted @ 2019-06-27 12:25 Eleni 阅读(69) 评论(0) 推荐(0) 编辑

COMP9021--6.24

摘要: 1. from timeit import timeit计算程序运行时间 比如: timeit(list(range(1000))) 2. if we using jupyter it will keep ranning for many times and giving the average t 阅读全文

posted @ 2019-06-27 11:59 Eleni 阅读(111) 评论(1) 推荐(0) 编辑

Lecture 4

摘要: Topology1. toplology is to describe connectivity between spatial features, which is a collection of rules that coupled with a set of editing tools and 阅读全文

posted @ 2019-06-27 08:07 Eleni 阅读(134) 评论(1) 推荐(0) 编辑

导航