搜索资源列表
GPS
- GPS全球定位系统,可以实时查询世界各个角落的建筑等等。-globe location
JPLC(WM)
- 极品理财,记录消费信息,查询当月消费明细-Need for financial management, record consumer information, check details of monthly consumption
Objective-C
- Objective-C 基础书籍,语法快速查询,对初学者帮助较大-Objective-C based books
linphone-android
- LinPhone是一个IP电话工具,运行于Linux下。它能够让你通过internet来查询朋友的IP,并通过IP给他打电话。-LinPhone is a IP phone tools, running on Linux. It allows you to query by Internet friend IP, and through IP call him.
Day22
- 是iphone开发的小例子,具有tabviewcontroller,可以切换页。具有查询网站功能,音乐播放功能,视频播放功能的实例代码-a small case used in iphone development, you can follow to learn to swith tab, audio play,movie play and so on
TaobaoClient
- iphone版淘宝客户端,轻松访问淘宝网,进行交易可查询物流信息等操作。-iphone version Taobao clients, easy access to Taobao transactions can query operations such as logistics information.
Train-Ticket-2
- 列车时刻查询,能够查询路线,票价等信息,不过很简单,大家凑合这看。-train
TableViewDemo
- ios列表查询的一个demo,包括列表查询,列表数据选取,数据属性动态页面-the ios list query demo, including a list of queries, dynamic page list of data selected data attributes
Forwarder-bible
- 实现一个类似appStore货代宝典的软件,可以查询航海运输的时间、费用等信息-Achieve a similar appStore Collection freight forwarding software, you can query marine transportation time, cost and other information
GravidaProject0607
- 实现一个用于孕妇查询孕产信息的工程包,包含本地数据库的实现,远程数据交互-Achieve a pregnancy for pregnant query information engineering package, including the implementation of the local database, remote data exchange
yupiao
- 提供余票查询的功能接口,自动查询12306网站后台数据,及时最新。-Offers ticket query function interface, automatic query 12306 Website background data, the latest in a timely manner.
findnumber
- 可以查询电话号码,利用第三方库和自己的文件-this is very good daima
ST稀疏表
- ST 稀疏表的实现 ST(Sparse Table,稀疏表)算法是求解 RMQ 问题的经典在线算法,以 O (nlogn) 时间预处理,然后在 O (1) 时间内回答每个查询。ST 算法本质上是动态规划算法,定义了一个二维辅助数组 st [n][n],st [i][j] 表示原数组 a 中从下标 i 开始,长度为 2^j 的子数组中的最值(以最小值为例)。 预处理:要求解 st [i][j] 时,即求下标 i 开始,长度为 2^j 的子数组的最小值时,可以把这段子数组再划分成两半,每半的长度