码迷,mamicode.com
首页 >  
搜索关键字:christmas game    ( 5650个结果
编译是报error: 'EVNET_COME_TO_FOREGROUND' was not declared in this scope
Compile++ thumb : game_shared <= main.cppjni/hellocpp/main.cpp: In function 'void Java_org_cocos2dx_lib_Cocos2dxRenderer_nativeInit(JNIEnv*, jobject, ...
分类:Web程序   时间:2014-10-28 21:22:38    阅读次数:216
zoj3329--One Person Game(概率dp第六弹:形成环的dp,带入系数,高斯消元)
One Person Game Time Limit: 1 Second      Memory Limit: 32768 KB      Special Judge There is a very simple and interesting one-person game. You have 3 dice, namely Die1, Die2 and Die3. Die1 has ...
分类:其他好文   时间:2014-10-28 12:17:39    阅读次数:221
ACM step 1.2.3 hide handkerchief
The Children’s Day has passed for some days .Has you remembered something happened at your childhood? I remembered I often played a game called hide h...
分类:其他好文   时间:2014-10-27 20:55:47    阅读次数:243
Unity Spine Skeleton Animation 2D骨骼动画 For Game 介绍
欢迎来到unity学习、unity培训、unity企业培训教育专区,这里有很多U3D资源、U3D培训视频、U3D教程、U3D常见问题、U3D项目源码,我们致力于打造业内unity3d培训、学习第一品牌。首先我们来看到底什么是骨骼动画:在早期的机器上,渲染本身已经占用了很多CPU资源,因此,对于渲..
分类:编程语言   时间:2014-10-27 19:42:22    阅读次数:203
Unity Spine Skeleton Animation 2D骨骼动画 For Game 介绍
欢迎来到unity学习、unity培训、unity企业培训教育专区,这里有很多U3D资源、U3D培训视频、U3D教程、U3D常见问题、U3D项目源码,我们致力于打造业内unity3d培训、学习第一品牌。首先我们来看到底什么是骨骼动画:在早期的机器上,渲染本身已经占用了很多CPU资源,因此,对于渲染,...
分类:编程语言   时间:2014-10-27 19:15:13    阅读次数:618
【cocos2d-js官方文档】八、cc.game
概述 使用cc.game单例代替了原有的cc.Application以及cc.AppControl。 简化了工程启动代码的编写。 使用 首先在index.html中引入xxx/frameworks/cocos2d-html5/CCBoot.js。 然后开始进行入口代码编写,一般放在main.js中。 项目启动代码的编写较v2版本是大大的精简了,使用起来会更加舒服: ...
分类:Web程序   时间:2014-10-27 17:45:20    阅读次数:219
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 maximum jump length at that position. Your goal i...
分类:其他好文   时间:2014-10-26 14:25:29    阅读次数:172
Python第07周:一个小游戏
本篇严重参考Julian Meyer发表的文章:Beginning Game Programming for Teens with Python 本次作业将创建一个简单的游戏叫做英雄兔ver0.1版; 游戏背景: 在这里作为英雄的兔子要保卫城堡,它必须能够移动和射击反击敌人(关于敌人我们在后续章再添...
分类:编程语言   时间:2014-10-26 11:35:49    阅读次数:258
CodeForces 462B Appleman and Card Game(贪心)
CodeForces 462B Appleman and Card Game(贪心)...
分类:移动开发   时间:2014-10-25 21:30:23    阅读次数:228
hdu - 1054 - Strategic Game(树形dp)
题意:一棵n个结点的无根树(0 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1054 ——>>状态: dp[i][1]表示以 i 为结点的子树,在 i 放一个士兵,可以守护所有边的最少士兵数。 dp[i][0]表示以 i 为结点的子树,在 i 不放士兵,可以守护所有边的最少士兵数。 状态转移方程(结点 j 是结点 i 的儿子): dp...
分类:其他好文   时间:2014-10-25 20:10:37    阅读次数:281
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!