摘要: Blockchain networks tend to support principles, like open access and permissionless use, that should be familiar to proponents of the early internet. 阅读全文
posted @ 2017-04-19 22:39 chua 阅读(204) 评论(0) 推荐(0)
摘要: 大O表示法: f(x) = O(g(x)) 表示f(x)以g(x)为上界。上界并不是确接。例如n^2的上界可以是n^3。 实际上O(g(x))应该是一个函数的集合,所以应该写成f(x)∈O(g(x))。 小o表示法: f(x) = o(g(x))表示f(x)趋近于g(x)。例如f(x)=x^2+1, 阅读全文
posted @ 2016-12-25 22:09 chua 阅读(650) 评论(0) 推荐(0)