码迷,mamicode.com
首页 >  
搜索关键字:1224 endless jump    ( 780个结果
Leetcode-Jump Game II
Given an array of non-negative integers, you are initially positioned at the first index of the array.Each element in the array represents your maximu...
分类:其他好文   时间:2014-11-17 09:11:26    阅读次数:235
Leetcode-Jump Game
Given an array of non-negative integers, you are initially positioned at the first index of the array.Each element in the array represents your maximu...
分类:其他好文   时间:2014-11-17 08:06:17    阅读次数:210
centeros-ns3/Redhead
Installation From Nsnam Jump to: navigation, search Main Page - Current Development - Developer FAQ - Tools - Related Projects - Project Ideas - Summ....
分类:其他好文   时间:2014-11-16 10:27:11    阅读次数:863
滚动加载|页面滑到底部加载数据|jquery.endless-scroll插件|使用demo
滚动加载|jquery.endless-scroll插件|使用demo 最新报道 ...
分类:Web程序   时间:2014-11-15 14:06:59    阅读次数:2761
error: jump to label ‘XXXX’ [-fpermissive]
下面的类似的源码在MSVC上能正确编译通过。但是gcc/g++上就会错:1. if(expr)2. goto error;3. size_t var = 0;4.error:5 error_handle();4:1: error: jump to label ‘error’ [-fper...
分类:其他好文   时间:2014-11-11 18:42:51    阅读次数:218
cocos2d 高仿doodle jump 无源码
1. 游戏视频2....
分类:其他好文   时间:2014-11-10 09:57:02    阅读次数:144
[LeetCode]Jump Game II (贪心,维护当前最远能到达的位置和所需最少步数)
最少跳跃步数 第一想法是DP,复杂度O(n^2),但是对于大型数据会超时。 Discuss中一种犀利的贪心方法,复杂度为O(n) class Solution { public: int jumpDP(int A[], int n) {//DP方法 int *dp=new int[n],j; memset(dp,127,sizeof(int)*n); dp[0...
分类:其他好文   时间:2014-11-09 18:07:19    阅读次数:143
JUMP上楼梯游戏IOS源码
基于cocos2d-x的简单JUMP上楼梯游戏,配有音效。适合新接触cocos2d的同学学习。规则类似 “是男人就上100层”的经典小游戏,就是控制宝宝通过跳上不同高度的踏板而慢慢升高。详细说明:http://ios.662p.com/thread-1711-1-1.html
分类:移动开发   时间:2014-11-06 10:45:51    阅读次数:203
人体视觉数据库
1. Weizmann 人体行为库此数据库一共包括90段视频,这些视频分别是由9个人执行了10个不同的动作(bend, jack, jump, pjump, run, side, skip, walk, wave1,wave2)。视频的背景,视角以及摄像头都是静止的。而且该数据库提供标注好的前景轮廓...
分类:数据库   时间:2014-11-05 22:54:34    阅读次数:265
How to use storyboard to jump?
How to use storyboard?Between the controller and the contrller. We can use it to jum. You can use it for online operations and use code.how to use cod...
分类:其他好文   时间:2014-11-05 16:50:34    阅读次数:213
780条   上一页 1 ... 63 64 65 66 67 ... 78 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!