PAPreferences
- 授权协议: BSD
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/dhennessy/PAPreferences
- 软件文档: https://github.com/dhennessy/PAPreferences
软件介绍
PAPreferences 提供一个很方便的方式,通过 NSUserDefaults 存储用户配置信息。
示例代码:
#import "PAPreferences.h" @interface MyPreferences : PAPreferences @property (nonatomic, assign) NSString *theme; @property (nonatomic, assign) NSArray *favorites; @property (nonatomic, assign) BOOL hasSeenIntro; @end
Algorithms Sequential & Parallel
Russ Miller、Laurence Boxer / Charles River Media / 2005-08-03 / USD 59.95
With multi-core processors replacing traditional processors and the movement to multiprocessor workstations and servers, parallel computing has moved from a specialty area to the core of computer scie......一起来看看 《Algorithms Sequential & Parallel》 这本书的介绍吧!
