摘要: Objective - c Chapter 1 Hello world 1.1 1.2.On the Welcome screen, click "Create a new Xcode project" (see Figure 2-1), or just chooseFile ->New ->N... 阅读全文
posted @ 2015-05-04 22:06 巴山夜雨1989 阅读(229) 评论(0) 推荐(0)
摘要: Compiler 1.6.5 —1.6.7Dynamic Scope Technically, any scoping policy is dynamic if it is based on factor(s) that can be known only when the program exec... 阅读全文
posted @ 2015-05-04 15:15 巴山夜雨1989 阅读(231) 评论(0) 推荐(0)
摘要: 13 Red-black Trees Red-black trees are one of many search-tree schemes that are "balanced" in order to guarantee that basic dynamic-set operations take O(lgn) time in the worst case. Red-black ... 阅读全文
posted @ 2015-05-04 10:02 巴山夜雨1989 阅读(312) 评论(0) 推荐(0)