摘要: - (NSMutableArray *)QuickSort:(NSMutableArray *)list StartIndex:(NSInteger)startIndex EndIndex:(NSInteger)endIndex{ if(startIndex [temp1 intValue]){ tempIndex = tempIndex + 1; [list exchangeObjectAtIndex:tempIndex withObjectAtIndex:i]; } } ... 阅读全文
posted @ 2014-03-10 15:56 菜鸟程序猿 阅读(663) 评论(0) 推荐(0)
摘要: VoiceNavigationViewController.m* 客户端需安装百度导航地图#import "VoiceNavigationViewController.h"#import "BMapKit.h"#import "BMKNavigation.h"@interface VoiceNavigationViewController (){ BMKMapView* _mapView;}@end@implementation VoiceNavigationViewController- (id)initWithNibName:(N 阅读全文
posted @ 2014-03-10 14:28 菜鸟程序猿 阅读(594) 评论(0) 推荐(0)