iOS 占位符 Masu-Swift
- 授权协议: MIT
- 开发语言: Swift
- 操作系统: 未知
- 软件首页: https://github.com/midnightSuyama/Masu-Swift
软件介绍
Masu-Swift 是 iOS 样板的占位符。
用法:
import Masu_Swift // UIView demo let masu = Masu(frame: CGRectMake(0, 300, 220, 100)) masu.backgroundColor = UIColor(red: 0, green: 0.5, blue: 0.5, alpha: 1) masu.text = "View" self.view.addSubview(masu) // UIImage demo let btn = UIButton.buttonWithType(UIButtonType.Custom) as! UIButton btn.frame = CGRectMake(220, 300, 100, 100) btn.setImage(Masu.imageWithSize(btn.frame.size, backgroundColor: UIColor.grayColor(), labelText: "Button"), forState: UIControlState.Normal) self.view.addSubview(btn)
Neural Networks for Applied Sciences and Engineering
Samarasinghe, Sandhya / CRC Pr I Llc / 2006-9 / $ 118.59
In response to the exponentially increasing need to analyze vast amounts of data, Neural Networks for Applied Sciences and Engineering: From Fundamentals to Complex Pattern Recognition provides scient......一起来看看 《Neural Networks for Applied Sciences and Engineering》 这本书的介绍吧!
