UIColor 扩展 SwiftColors
- 授权协议: MIT
- 开发语言: Swift
- 操作系统: iOS
- 软件首页: https://github.com/thii/SwiftColors
软件介绍
SwiftColors 是 HEX 颜色处理工具,作为 UIColor 的扩展,使用 Swift 编写。
示例:
// Most simple way let colorFromInt: UIColor = 0x3ab976 // With hash let color: UIColor = UIColor(hexString: "#ff8942") // Without hash, with alpha let secondColor: UIColor = UIColor(hexString: "ff8942", alpha: 0.5) // Short handling let shortColorWithHex: UIColor = UIColor(hexString: "fff")
C++标准库(第2版)
Nicolai M. Josuttis / 侯捷 / 电子工业出版社 / 2015-6 / 186.00元
《C++标准库(第2版)》是全球C++经典权威参考书籍时隔12年,基于C++11标准的全新重大升级。标准库提供了一组公共类和接口,极大地拓展了C++语言核心功能。《C++标准库(第2版)》详细讲解了每一标准库组件,包括其设计目的和方法、复杂概念的剖析、实用而高效的编程细节、存在的陷阱、重要的类和函数,又辅以大量用C++11标准实现的实用代码范例。除覆盖全新组件、特性外,《C++标准库(第2版)》一......一起来看看 《C++标准库(第2版)》 这本书的介绍吧!
