摘要: NSThread* InitThread = [[NSThread alloc]initWithTarget:self selector:@selector(InitThreadFunc:) object:self]; [InitThread start];-(void)InitThreadF... 阅读全文
posted @ 2012-12-06 14:42 废弃账号 阅读(111) 评论(0) 推荐(0) 编辑
摘要: AudioToolBox.framework#import "AudioToolbox/AudioToolbox.h"AudioServicesPlaySystemSound(kSystemSoundID_Vibrate); 阅读全文
posted @ 2012-12-06 14:40 废弃账号 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 工程源码:http://download.csdn.net/detail/zzzili/4186684 /************************************************************* 类名:CPngStatic* 作用:在vc dial... 阅读全文
posted @ 2012-12-06 14:27 废弃账号 阅读(426) 评论(0) 推荐(0) 编辑
摘要: - (void)viewDidLoad{ [super viewDidLoad];// Do any additional setup after loading the view, typically from a nib. //定义UIScrollView //self.s... 阅读全文
posted @ 2012-12-06 13:57 废弃账号 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 1、在头文件StdAfx.h 内增加下述语句:#ifndef ULONG_PTR#define unsigned __int32 ULONG_PTR;#endif #include #include "gdiplus.h"#pragma comment(lib, "gdiplus.lib... 阅读全文
posted @ 2012-12-06 13:56 废弃账号 阅读(131) 评论(0) 推荐(0) 编辑
摘要: NSFileManager *fileManager = [NSFileManager defaultManager]; NSArray *paths = NSSearchPathForDirectoriesInDomains( NSDocumentDirectory, ... 阅读全文
posted @ 2012-12-06 13:40 废弃账号 阅读(516) 评论(0) 推荐(0) 编辑
摘要: - (void)viewDidLoad{ [super viewDidLoad];// Do any additional setup after loading the view, typically from a nib. //定义UIScrollView //self.s... 阅读全文
posted @ 2012-12-06 13:39 废弃账号 阅读(118) 评论(0) 推荐(0) 编辑
摘要: tabBar = [[UITabBarController alloc] init]; tabBar.delegate = self; Page1* blueViewController = [[Page1 alloc] init]; Page2* yellowViewContro... 阅读全文
posted @ 2012-12-06 13:37 废弃账号 阅读(120) 评论(0) 推荐(0) 编辑
摘要: #pragma mark ---- TableView开始//////////////////////////////////////////// Customize the number of sections in the table view.- (NSInteger)numberOfSe... 阅读全文
posted @ 2012-12-06 13:35 废弃账号 阅读(140) 评论(0) 推荐(0) 编辑
摘要: /** * Real Time Eye Tracking and Blink Detection with OpenCV * * @author Nash * @license GPL * @website http://nashruddin.com * * See the tutoria... 阅读全文
posted @ 2012-12-06 13:32 废弃账号 阅读(199) 评论(0) 推荐(0) 编辑