码迷,mamicode.com
首页 >  
搜索关键字:moved    ( 650个结果
快速添加事件监听器到管理器
cc.eventManager的 addListener 的第一个参数也支持两种类型的参数: cc.EventListener 类型对象和json格式的对象,如果是json格式对象,方法会根据传入的event属性来创建对应的监听器。 ...
分类:其他好文   时间:2017-07-23 14:33:58    阅读次数:173
POJ2503:Babelfish(二分)
Description You have just moved from Waterloo to a big city. The people here speak an incomprehensible dialect of a foreign language. Fortunately, you ...
分类:其他好文   时间:2017-07-22 21:19:13    阅读次数:148
poj 2112 Optimal Milking
Optimal Milking Time Limit: 2000MS Memory Limit: 30000K Total Submissions: 17933 Accepted: 6415 Case Time Limit: 1000MS Description FJ has moved his K ...
分类:其他好文   时间:2017-07-21 12:25:45    阅读次数:148
Remove Duplicates from Sorted Array [Python]
Given a sorted array, remove the duplicates in place such that each element appear only once and return the new length. Do not allocate extra space fo ...
分类:编程语言   时间:2017-07-13 12:39:36    阅读次数:159
Python 基础 - 模块 Module - os模块
OS模块 操作系统功能, 涉及文件及目录等操作。不受平台限制。os模块允许一个程序不需要任何改动,同时在linux 和 windows下运行。和windows下powershell以及linux里的command操作类同。 常用操作 ...
分类:编程语言   时间:2017-07-13 01:05:24    阅读次数:206
POJ 2502 Subway-经过预处理的最短路
Description You have just moved from a quiet Waterloo neighbourhood to a big, noisy city. Instead of getting to ride your bike to school every day, yo ...
分类:其他好文   时间:2017-07-11 23:10:22    阅读次数:208
Android系统之路(初识MTK) ------ OTA打包ROM安装系统img等到ZIP
在做OTA升级包的时候,我编译了好多次都没过。老是IO异常。刚開始以为是我 make 的错误。后来多次检查 Error 发现是我的配置信息写错了,与驱动project师一起检查源代码, 改动配置信息后再次 OTA 成功。顺便记下这个这个过程,避免以后再次犯这种错误 make -jxx otapack ...
分类:移动开发   时间:2017-07-11 09:33:12    阅读次数:357
URAL 2014 Zhenya moves from parents 线段树
线段树,前缀和最小 Zhenya moves from parents Time Limit: 1000MS Memory Limit: 65536KB 64bit IO Format: %I64d & %I64u Submit Status Description Zhenya moved fro ...
分类:其他好文   时间:2017-07-10 20:44:51    阅读次数:233
POJ2503-Babelfish-二分
Babelfish Time Limit: 3000MS Memory Limit: 65536K Total Submissions: 44545 Accepted: 18803 Description You have just moved from Waterloo to a big city ...
分类:其他好文   时间:2017-07-07 00:51:16    阅读次数:209
二分查找数组去重
先定义一个数组 ...
分类:编程语言   时间:2017-07-03 22:32:12    阅读次数:197
650条   上一页 1 ... 38 39 40 41 42 ... 65 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!