将JSON数据直接转成NSObject YYJSON
- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/dcty/YYJSON
- 软件文档: https://github.com/dcty/YYJSON
软件介绍
将JSON数据直接转成NSObject
支持自己绑定属性名和JSON对应的key
@interface NSObject (YYJSON) //如果需要获取父类的属性,则重载此方法并且return YES + (BOOL)YYSuper; //映射的字典 + (NSDictionary *)YYJSONKeyDict; //自定义绑定 + (void)bindYYJSONKey:(NSString *)jsonKey toProperty:(NSString *)property; @end
具体使用方法看Demo吧
Heuristic Search
Stefan Edelkamp、Stefan Schrodl / Morgan Kaufmann / 2011-7-15 / USD 89.95
Search has been vital to artificial intelligence from the very beginning as a core technique in problem solving. The authors present a thorough overview of heuristic search with a balance of discussio......一起来看看 《Heuristic Search》 这本书的介绍吧!
