码迷,mamicode.com
首页 >  
搜索关键字:ios 第三方库    ( 58157个结果
ios 登录框
往UIAlertView中添加UITextField模拟登录框
分类:移动开发   时间:2014-04-28 07:03:08    阅读次数:627
Linux中的gpio口使用方法
Linux中的IO使用方法应该是新版本内核才有的方法。请参考:./Documentation/gpio.txt文件提供的API:驱动需要包含 #include 判断一个IO是否合法:int gpio_is_valid(int number);设置GPIO的方向,如果是输出同时设置电平:/* set ...
分类:系统相关   时间:2014-04-28 06:13:34    阅读次数:800
ios-表视图-demo1
//// RootViewController.m// uitableview//// Created by liyang on 14-4-27.// Copyright (c) 2014年 liyang. All rights reserved.//#import "RootViewCo...
分类:移动开发   时间:2014-04-28 06:09:42    阅读次数:678
iOS App的状态
Refer: App States and MultitaskingiOS设备的系统资源有限,所以App在前台运行和在后台运行的时候是有区别的。为了节省电池寿命和用户体验,App在后台运行的时候,有一些功能会被操作系统限制。当App在前台运行的时候,可以处理系统发送的touch事件。UIKit基础架...
分类:移动开发   时间:2014-04-28 04:11:32    阅读次数:643
ios-表视图-demo2
//// RootViewController.m// uitableview//// Created by liyang on 14-4-27.// Copyright (c) 2014年 liyang. All rights reserved.//#import "RootViewCo...
分类:移动开发   时间:2014-04-28 03:28:08    阅读次数:606
IOS-根据ip获取当前城市的编号
IOS 通过ip地址获取当前城市的编号 //解析网址通过ip 获取城市天气代码 NSURL *url = [NSURL URLWithString:@"http://61.4.185.48:81/g/"]; // 定义一个NSError对象,用于捕获错误信息 NSError *error; NSS....
分类:移动开发   时间:2014-04-28 02:36:49    阅读次数:832
OpenCV入门
此系列文章只是OpenCV tutorials的学习和总结。网址:http://docs.opencv.org/doc/tutorials/tutorials.html基础OpenCV入门包括以下内容:OpenCV介绍---------------------------------学习如何安装Op...
分类:其他好文   时间:2014-04-27 22:34:28    阅读次数:503
hdu4104 Discount
给n个数,问最小不能组成的正整数是多少。 数学归纳法。 从sum=0开始,每次考察sum+1>=a[i],则sum+1肯定可以达到,那么sum+a[i]以内的数肯定可以达到。 #include #include #include #include #include #include #include #include #include #define...
分类:其他好文   时间:2014-04-27 20:06:50    阅读次数:554
POJ2007 Scrambled Polygon
极角排序...
分类:其他好文   时间:2014-04-27 18:14:10    阅读次数:547
wzplayer for ios 针对(mms)优化版本V1.0
wzplayer for ios针对mms优化版本发布。 1.支持mms,http,rtmp,rtsp等协议 2.支持全格式 下载地址:http://www.coolradio.cn/WzPlayer.ipa 更强大的,请使用tlplayer 联系方式:weinyzhou86@gmail.com QQ:514540005 版权所有,禁止转载....
分类:移动开发   时间:2014-04-27 17:45:49    阅读次数:689
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!