码迷,mamicode.com
首页 >  
搜索关键字:jump game ii    ( 12386个结果
Broken Sword II The Smoking Mirror v2.0.09 Android-DeBTPDA 美式冒险解谜大作
Broken Sword II The Smoking Mirror v2.0.09 Android-DeBTPDA美式冒险解谜大作 Broken Sword II The Smoking Mirror非常经典的一款美式冒险解谜大作。游戏精美的画面和细节上的精雕细琢,给人非常华丽的感觉;引人入...
分类:移动开发   时间:2014-06-27 18:41:29    阅读次数:327
《暗黑世界》简介
暗黑世界游戏名称:《暗黑世界》游戏终端:安卓(android)/IOS游戏类型:卡牌类游戏版本:V1.4.1服务器框架:Firefly Game Server Framework V1.2.1客户端引擎:Cocos2d-x 2.1.4服务器运行环境:CentOS 5.0+客户端开发环境:Xcode ...
分类:其他好文   时间:2014-06-27 13:41:44    阅读次数:362
MMS服务学习
1.分类:1)带确认服务如后台的遥控操作2)不带确认的如测控装置定时的电流、电压遥测量的上送2.MMS基本思想屏蔽具体装置技术细节实现异构装置之间的互联互通 ,各装置必须按照MMS的规范完成VMD与实际装置之间的映射3.MMS对象和服务1)VMD模型包含以下内容:i)对象、属性(名字、值、类型)ii...
分类:其他好文   时间:2014-06-26 23:05:29    阅读次数:198
leetcode: Word Ladder II
leetcode: Word Ladder II...
分类:其他好文   时间:2014-06-26 14:00:10    阅读次数:130
LeetCode: Palindrome Partitioning II [132]
【题目】 Given a string s, partition s such that every substring of the partition is a palindrome. Return the minimum cuts needed for a palindrome partitioning of s. For example, given s = "aab", Return 1 since the palindrome partitioning ["aa","b"] could b...
分类:其他好文   时间:2014-06-26 07:48:00    阅读次数:259
Introdution to 3D Game Programming With DirectX11 第11章 习题解答
11.1这道题要注意使用了line strip,由于曾经一直用triangle list,所以在几何渲染的时候easy算错定点描绘的顺序。贴一些代码,大概就能把这个问题解释清楚了,由于框架还不是特别熟,所以是在原有样例的基础上建立的自己的代码void TreeBillboardApp::BuildC...
分类:其他好文   时间:2014-06-25 17:11:30    阅读次数:462
完全使用托管C#开发的条形码控件ThermalLabel SDK for .NET
ThermalLabel SDK for .NET条形码控件是一个用VB.NET或C#开发的纯.NET的一个类库(DLL), 可用该组件来设计条码并在Zebra Thermal Printer(任何支持ZPL® or ZPL II® 语言/仿真程序的打印机)上打印这些条码。ThermalLabel ...
分类:Web程序   时间:2014-06-25 14:20:41    阅读次数:263
uva 10843 - Anne's game(数论cayley定理)
题目链接:uva 10843 - Anne's game 题目大意:给出n,问说有n个节点构成的标号树有多少种。 解题思路:cayley定理的躶题。 #include #include typedef long long ll; const ll MOD = 2000000011; ll Pow (ll x, ll n) { if (n 0) ret...
分类:其他好文   时间:2014-06-24 23:46:31    阅读次数:239
hdu1027 Ignatius and the Princess II 全排列
STL中的神器next_permutation和prev_permutation函数 全排列...
分类:其他好文   时间:2014-06-24 22:41:03    阅读次数:271
LeetCode: Best Time to Buy and Sell Stock II [122]
【题目】 Say you have an array for which the ith element is the price of a given stock on day i. Design an algorithm to find the maximum profit. You may complete as many transactions as you like (ie, buy one and sell one share of the stock multiple times). H...
分类:其他好文   时间:2014-06-24 19:40:53    阅读次数:240
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!