- 授权协议: MIT
- 开发语言: Swift
- 操作系统: iOS
- 软件首页: https://github.com/yuppielabel/YPMagnifyingGlass
软件介绍
YPMagnifyingGlass 是用 Swift 写成的 ACMagnifyingGlass 的端口,一个类似 iOS note 应用的放大镜。
使用示例:
选择你要放大的视图,并将其嵌入另一种视图。设置视图的类到 YPMagnifyingGlass,并连接它到你的 UIViewController (或者其它)的 IBOutlet 属性。在这个例子中,你调用的连接视图是 magnifyingView。
然后在你的代码中加入:
var mag = YPMagnifyingGlass(frame:CGRectMake(magnifyingView.frame.origin.x, magnifyingView.frame.origin.y,100,100)) mag.scale = 2 self.magnifyingView.magnifyingGlass = mag
Dynamic Programming
Richard Bellman / Dover Publications / 2003-03-04 / USD 19.95
An introduction to the mathematical theory of multistage decision processes, this text takes a "functional equation" approach to the discovery of optimum policies. The text examines existence and uniq......一起来看看 《Dynamic Programming》 这本书的介绍吧!
