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-12-04 06:16:31
阅读次数:
240
题意:一颗二叉树,任意节点要么有两个孩子要么没孩子。然后有一个球,从结点1开始往子孙结点走。每碰到一个结点,有三种情况如果此球重量等于该结点重量,球就停下了如果此球重量小于该结点重量,则分别往左右儿子走的可能都是1/2如果此球重量大于该结点重量,则走向左儿子的概率是1/8,右儿子的概率是7/8然后若...
分类:
其他好文 时间:
2014-12-03 23:14:00
阅读次数:
324
Idiomatic Phrases Game
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 2191 Accepted Submission(s): 712
Problem Description
Tom is p...
分类:
其他好文 时间:
2014-12-03 21:38:05
阅读次数:
128
FZU Problem 2150 Fire Game (双起点BFS啊 )...
分类:
其他好文 时间:
2014-12-03 21:33:29
阅读次数:
191
FZU Problem 2151 OOXX Game (数学啊)...
分类:
其他好文 时间:
2014-12-03 21:32:25
阅读次数:
160
项目效果图如下: game/index.html <!DOCTYPE?html><html>
????<head>
????????<meta?charset="utf-8">
????????<title>
????????????蓝色拼图????????</title>
???...
分类:
Web程序 时间:
2014-12-03 19:41:22
阅读次数:
207
JQuery翻转拼图游戏是通过jQuery和Bootstrap3实现,UI主要使用了Bootstrap的Modal弹窗,对其他模块涉及较少,所以不需要特别熟悉Bootstrap,游戏逻辑通过jQuery和JavaScript实现。项目效果图如下:game/index.html<!DOCTYPEhtml><html>
<head>
<metachars..
分类:
Web程序 时间:
2014-12-03 19:32:31
阅读次数:
191
Problem 2146 Easy Game (FZU 数学啊)...
分类:
其他好文 时间:
2014-12-03 19:15:13
阅读次数:
143
Problem 2147 A-B Game (数学啊)...
分类:
其他好文 时间:
2014-12-03 19:12:05
阅读次数:
140
jQuery翻转拼图游戏主要是通过jQuery和Bootstrap 3实现,UI主要使用了Bootstrap的Modal弹窗,对其他模块涉及较少,所以不需要特别熟悉Bootstrap,游戏逻辑通过jQuery和JavaScript实现。项目效果图:game/index.html ...
分类:
Web程序 时间:
2014-12-03 18:51:32
阅读次数:
219