TweetPhoto Objective-C
- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: http://code.google.com/p/tweetphoto-api-objective-c/
软件介绍
TweetPhoto Objective-C 库是一组 Objective-C 的类用来让开发者可以快速使用 TweetPhone 的共享 API。
示例代码:
import "TweetPhoto.h"
TweetPhoto * tweetPhoto = [[TweetPhoto alloc] initWithSetup:@"_username_" identitySecret:@"_password_" apiKey:@"_yourapikeyhere_" serviceName:@"_servicename_" isoAuth:YES|NO];
Purely Functional Data Structures
Chris Okasaki / Cambridge University Press / 1999-6-13 / USD 49.99
Most books on data structures assume an imperative language such as C or C++. However, data structures for these languages do not always translate well to functional languages such as Standard ML, Ha......一起来看看 《Purely Functional Data Structures》 这本书的介绍吧!
