E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Dungeon
Dungeon
Game
Thedemonshadcapturedtheprincess(P)andimprisonedherinthebottom-rightcornerofadungeon.ThedungeonconsistsofMxNroomslaidoutina2Dgrid.Ourvaliantknight(K)wasinitiallypositionedinthetop-leftroomandmustfighth
brucehb
·
2015-07-16 01:00
B -
Dungeon
Master
题目大意: 地牢大师(感觉像是一款游戏啊.......) 你被困在一个3D的地牢里面,并且需要发现最快的出去的路,这个地牢由很多小立方体组成,有的是空的可以走,有的被岩石填充了不可以走,移动一下要花费1分钟的时间(可以向前后左右上下移动),不能对角移动和移动到迷宫外面,因为迷宫四周都是有岩石包围的。 这是一个逃亡的问题,你需要花费多长时间呢? ///
·
2015-07-15 11:00
master
POJ 2251
Dungeon
Master(bfs)
Description给出一三维空间的地牢,要求求出由字符’S’到字符’E’的最短路径,移动方向可以是上,下,左,右,前,后,六个方向,每移动一次就耗费一分钟,要求输出最快的走出时间Input多组用例,每组用例第一行为三个整数表示迷宫的高度Z,宽度Y和长度X,之后为Z个Y*X矩阵,每个矩阵间有一空行,每组用例间有一空行,以Z=Y=X=0结束输入Output对于每组用例,输出最快的走出时间,如果走不
V5ZSQ
·
2015-07-09 11:00
【
Dungeon
Story】开发日志 2014-11至2015-05
【2014-11-7喵回来啦=w=~/】●嗯哼~前一段时间因为各种事情大概3个月没有做游戏,现在总算基本忙完,虽然后面的时间还有点不确定,不过看起来已经可以重新开始了~GO~GO~●三个月没碰源码有些生了,喵先花几天时间把之前的思路理顺一下~【开发日志2014.1109】●好长时间没有碰源码,有些地方的思路没能连贯起来,好在当时的结构和注释写的都还容易理解,慢慢的也可以读懂。现在我在尝试把生物的定
玩喵丧志
·
2015-06-19 18:13
NYOJ 353 3D
dungeon
(三维数组BFS)
3Ddungeon时间限制:1000 ms | 内存限制:65535 KB难度:2描述Youaretrappedina3Ddungeonandneedtofindthequickestwayout!Thedungeoniscomposedofunitcubeswhichmayormaynotbefilledwithrock.Ittakesoneminutetomoveoneunitnorth,so
helloiamclh
·
2015-06-10 13:00
LeetCode -
Dungeon
Game
Thedemonshadcapturedtheprincess(P)andimprisonedherinthebottom-rightcornerofadungeon.ThedungeonconsistsofMxNroomslaidoutina2Dgrid.Ourvaliantknight(K)wasinitiallypositionedinthetop-leftroomandmustfighth
yuanhisn
·
2015-05-28 09:00
poj 2251
Dungeon
Master 【bfs基础题】
DungeonMasterTimeLimit:1000MSMemoryLimit:65536KTotalSubmissions:18949Accepted:7344DescriptionYouaretrappedina3Ddungeonandneedtofindthequickestwayout!Thedungeoniscomposedofunitcubeswhichmayormaynotbefi
笑着走完自己的路
·
2015-05-23 11:52
DFS
&&
BFS
poj 2251
Dungeon
Master 【bfs基础题】
DungeonMasterTimeLimit:1000MS MemoryLimit:65536KTotalSubmissions:18949 Accepted:7344DescriptionYouaretrappedina3Ddungeonandneedtofindthequickestwayout!Thedungeoniscomposedofunitcubeswhichmayormaynotbe
chenzhenyu123456
·
2015-05-23 11:00
SGU110
Dungeon
SGU110
Dungeon
题目大意空间内有N个表面反光的球体,从给定的起点(严格在球外)按照某一方向射出一道激光依次输出激光射中的球体的编号,若超过10个则只输出前10个,并以”etc.”结尾算法思路通过计算几何模拟光的路径每次枚举所有的球
u010929036
·
2015-05-22 18:00
计算几何
sgu
POJ 2251
Dungeon
Master (广搜)
DungeonMasterTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 18773 Accepted: 7285DescriptionYouaretrappedina3Ddungeonandneedtofindthequickestwayout!Thedungeoniscomposedofunitcubeswhichmayormayn
u013068502
·
2015-05-04 21:00
poj
Dungeon
Master-BFS
DungeonMasterTimeLimit:1000MS MemoryLimit:65536KB 64bitIOFormat:%I64d&%I64uSubmit Status Practice POJ2251DescriptionYouaretrappedina3Ddungeonandneedtofindthequickestwayout!Thedungeoniscompos
bao_libra
·
2015-05-04 20:00
poj2251
Dungeon
Master
DescriptionYouaretrappedina3Ddungeonandneedtofindthequickestwayout!Thedungeoniscomposedofunitcubeswhichmayormaynotbefilledwithrock.Ittakesoneminutetomoveoneunitnorth,south,east,west,upordown.Youcannot
Kirito_Acmer
·
2015-05-03 22:00
搜索
B_
Dungeon
Master(POJ_2251)
DescriptionYouaretrappedina3Ddungeonandneedtofindthequickestwayout!Thedungeoniscomposedofunitcubeswhichmayormaynotbefilledwithrock.Ittakesoneminutetomoveoneunitnorth,south,east,west,upordown.Youcannot
highmath_Final
·
2015-04-28 22:00
POJ 2251
Dungeon
Master
DescriptionYouaretrappedina3Ddungeonandneedtofindthequickestwayout!Thedungeoniscomposedofunitcubeswhichmayormaynotbefilledwithrock.Ittakesoneminutetomoveoneunitnorth,south,east,west,upordown.Youcannot
wust_ZJX
·
2015-04-23 21:00
Leetcode -
Dungeon
Game
The demons had captured the princess (P) and imprisoned her in the bottom-right corner of a
dungeon
.
likesky3
·
2015-04-21 09:00
LeetCode
手游测评《地牢猎手5》
Dungeon
Hunter 5—包罗万象是否能够重回巅峰?
前言:为了鼓励大家支持正版,我们每测评一个游戏就会在微信公众号闷瓜网络(menguaapp)里送出等值游戏红包,好运的你不要错过哟。首发/闷瓜电台作者/Givemetwo▪游戏内容1.基本信息(iOS):价格:免费大小:712MB语言:简体中文,繁体中文,英语开发商:Gameloft*闷瓜提示:此基本信息更新于2015年3月30日,适用于iOS版本。游戏亦有安卓版本。2.基本评测:画面:一线大作本
陈沉
·
2015-04-02 14:52
LeetCode 题解(83):
Dungeon
Game
题目:Thedemonshadcapturedtheprincess(P)andimprisonedherinthebottom-rightcornerofadungeon.ThedungeonconsistsofMxNroomslaidoutina2Dgrid.Ourvaliantknight(K)wasinitiallypositionedinthetop-leftroomandmustfig
u011029779
·
2015-04-02 13:00
Algorithm
LeetCode
面试题
B -
Dungeon
Master
B-DungeonMasterTimeLimit:1000MS MemoryLimit:65536KB 64bitIOFormat:%I64d&%I64uSubmit Status Practice POJ2251DescriptionYouaretrappedina3Ddungeonandneedtofindthequickestwayout!Thedungeoniscomposedofun
Ash_Zheng
·
2015-03-30 14:00
LeetCode(174)
Dungeon
Game
题目如下:Thedemonshadcapturedtheprincess(P)andimprisonedherinthebottom-rightcornerofadungeon.ThedungeonconsistsofMxNroomslaidoutina2Dgrid.Ourvaliantknight(K)wasinitiallypositionedinthetop-leftroomandmustf
feliciafay
·
2015-03-28 02:00
dp
SGU 110
Dungeon
题意:http://hi.baidu.com/hpfdf/item/4bc71df5cc9f3dc4a835a2a9纯粹的数学题。初始一看非常麻烦,但是仔细思考后,其实并不复杂。需要注意一些细节。1、用对称式的空间直线方程(一个点,一个空间向量)来表示入射光线,然后与球的方程联立方程组,求出比例系数t1,t2,再由系数求出直线与球的交点。需要注意的是:如果表示入射光线的点为起点的话,这里的系数应当
u014679804
·
2015-03-22 16:00
G -
Dungeon
MasterBFS+填路
#include#include#include#include#include#include#includeusingnamespacestd;structnode {intx,y,z;}; queueqq;charmap[35][35][35]; inttrack[35][35][35]; intl,r,c;intstart[1][5];intend[1][5];intmain(){vo
viphong
·
2015-03-20 15:00
[LeetCode]
Dungeon
Game
这样一来我们可以把子问题抽象成:如果整个
dungeon
的左上角是当前在考虑的格子,最终目标是救出最右下角的公主,求所需要的初始HP值的可能最小值。在代码实现中,如果用一个二维数
_icecream
·
2015-03-18 12:00
POJ2251
Dungeon
Master 三维BFS
题目大意:在一个三维迷宫中,问你从起点到终点的最小步数。分析:和HDU1253差不多,简单的三维BFS。实现代码:#include #include #include usingnamespacestd; intdir[6][3]={{1,0,0},{0,1,0},{0,0,1},{-1,0,0},{0,-1,0},{0,0,-1}}; intmap[55][55][55]; bools[55][
AC_Gibson
·
2015-03-17 21:00
[leetcode] DungeonGame
gt; * The demons had captured the princess (P) and imprisoned her in the bottom-right corner of a
dungeon
zhang_xzhi_xjtu
·
2015-02-25 17:00
LeetCode
POJ2251
Dungeon
Master BFS
DescriptionYouaretrappedina3Ddungeonandneedtofindthequickestwayout!Thedungeoniscomposedofunitcubeswhichmayormaynotbefilledwithrock.Ittakesoneminutetomoveoneunitnorth,south,east,west,upordown.Youcannot
wr132
·
2015-02-03 22:00
master
详解
bfs
Dungeon
POJ2251
leetcode --
Dungeon
Game
The demons had captured the princess (P) and imprisoned her in the bottom-right corner of a
dungeon
.
·
2015-01-29 21:00
LeetCode
LeetCode
Dungeon
Game
dp[i][j]表示从(0,0)到(i,j)需要的最少血量,那么有,dp[i][j]=min(dp[i-1][j],dp[i][j-1])-
dungeon
[i][j];大家可以想想这个方程对吗?
u012303532
·
2015-01-28 21:00
LeetCode
dp
[LeetCode]
Dungeon
Game
Thedemonshadcapturedtheprincess(P)andimprisonedherinthebottom-rightcornerofadungeon.ThedungeonconsistsofMxNroomslaidoutina2Dgrid.Ourvaliantknight(K)wasinitiallypositionedinthetop-leftroomandmustfighth
lcj_cjfykx
·
2015-01-24 06:00
poj_2251_
Dungeon
Master_bfs
Dungeon
Master Time Limit:1000MS Memory Limit
·
2015-01-22 19:00
master
poj2251--
Dungeon
Master(搜索练习3-三维bfs)
DungeonMasterTimeLimit:1000MS MemoryLimit:65536KB 64bitIOFormat:%I64d&%I64uSubmit Status Appointdescription: SystemCrawler (2013-08-11)DescriptionYouaretrappedina3Ddungeonandneedtofindthequick
u013015642
·
2015-01-21 21:00
POJ2251
Dungeon
Master(三维图)(BFS)
DungeonMasterTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 17444 Accepted: 6790DescriptionYouaretrappedina3Ddungeonandneedtofindthequickestwayout!Thedungeoniscomposedofunitcubeswhichmayormayn
kalilili
·
2015-01-21 21:00
LeetCode -
Dungeon
Game
Thedemonshadcapturedtheprincess(P)andimprisonedherinthebottom-rightcornerofadungeon.ThedungeonconsistsofMxNroomslaidoutina2Dgrid.Ourvaliantknight(K)wasinitiallypositionedinthetop-leftroomandmustfighth
yuanhsh
·
2015-01-21 15:00
LeetCode
LeetCode -
Dungeon
Game
Thedemonshadcapturedtheprincess(P)andimprisonedherinthebottom-rightcornerofadungeon.ThedungeonconsistsofMxNroomslaidoutina2Dgrid.Ourvaliantknight(K)wasinitiallypositionedinthetop-leftroomandmustfighth
yuanhsh
·
2015-01-21 15:00
LeetCode
LeetCode -
Dungeon
Game
Thedemonshadcapturedtheprincess(P)andimprisonedherinthebottom-rightcornerofadungeon.ThedungeonconsistsofMxNroomslaidoutina2Dgrid.Ourvaliantknight(K)wasinitiallypositionedinthetop-leftroomandmustfighth
yuanhsh
·
2015-01-21 15:00
LeetCode
[LeetCode]
Dungeon
Game 地牢游戏
The demons had captured the princess (P) and imprisoned her in the bottom-right corner of a
dungeon
·
2015-01-19 09:00
LeetCode
Dungeon
Game Leetcode Python
Thedemonshadcapturedtheprincess(P)andimprisonedherinthebottom-rightcornerofadungeon.ThedungeonconsistsofMxNroomslaidoutina2Dgrid.Ourvaliantknight(K)wasinitiallypositionedinthetop-leftroomandmustfighth
hyperbolechi
·
2015-01-17 03:00
LeetCode
dp
python
Dungeon
Game
Thedemonshadcapturedtheprincess(P)andimprisonedherinthebottom-rightcornerofadungeon.ThedungeonconsistsofMxNroomslaidoutina2Dgrid.Ourvaliantknight(K)wasinitiallypositionedinthetop-leftroomandmustfighth
luxialan
·
2015-01-15 09:00
[LeetCode]174
Dungeon
Game
https://oj.leetcode.com/problems/
dungeon
-game/ public class Solution { public int calculateMinimumHP
furuijie8679
·
2015-01-14 14:04
LeetCode
[LeetCode]174
Dungeon
Game
https://oj.leetcode.com/problems/
dungeon
-game/public class Solution { public int calculateMinimumHP
furuijie8679
·
2015-01-14 14:04
LeetCode
Interview
【LeetCode】
Dungeon
Game 解题报告【Solution】
【题目】Thedemonshadcapturedtheprincess(P)andimprisonedherinthebottom-rightcornerofadungeon.ThedungeonconsistsofMxNroomslaidoutina2Dgrid.Ourvaliantknight(K)wasinitiallypositionedinthetop-leftroomandmustfi
ljiabin
·
2015-01-11 21:00
LeetCode
dynamic
programming
动态规划
LeetCode刷题笔录
dungeon
game
Thedemonshadcapturedtheprincess(P)andimprisonedherinthebottom-rightcornerofadungeon.ThedungeonconsistsofMxNroomslaidoutina2Dgrid.Ourvaliantknight(K)wasinitiallypositionedinthetop-leftroomandmustfighth
likecool21
·
2015-01-08 04:00
LeetCode
动态规划
leetcode 174:
Dungeon
Game
DungeonGameTotalAccepted:332TotalSubmissions:2130Thedemonshadcapturedtheprincess(P)andimprisonedherinthebottom-rightcornerofadungeon.ThedungeonconsistsofMxNroomslaidoutina2Dgrid.Ourvaliantknight(K)was
xudli
·
2015-01-07 08:00
Cocea编写的一款3D地牢游戏例程
作者:@Ignatz原始文档链接:http://codea.io/talk/discussion/5746/huge-3d-
dungeon
-updatesGi
FreeBlues
·
2014-10-10 22:00
3D
Codea
UVA 532 -
Dungeon
Master
题目大意:从起点能否到达终点,如果能就输出起步数解题思路:用BFS即可判断是否能到达终点切输出其最少步数#include #include usingnamespacestd; intlevel,row,column; intdir[6][3]={{1,0,0},{-1,0,0},{0,1,0},{0,-1,0},{0,0,1},{0,0,-1}}; chardungeon[35][35][35
kl28978113
·
2014-08-10 20:00
POJ 2251
Dungeon
Master (三维迷宫 BFS)
DungeonMasterTimeLimit:1000MSMemoryLimit:65536KTotalSubmissions:16590Accepted:6451DescriptionYouaretrappedina3Ddungeonandneedtofindthequickestwayout!Thedungeoniscomposedofunitcubeswhichmayormaynotbefi
Tc_To_Top
·
2014-08-09 20:00
poj
bfs
NYOJ 353 3D
dungeon
3Ddungeon时间限制:1000ms | 内存限制:65535KB难度:2 描述Youaretrappedina3Ddungeonandneedtofindthequickestwayout!Thedungeoniscomposedofunitcubeswhichmayormaynotbefilledwithrock.Ittakesoneminutetomoveoneuni
Houheshuai
·
2014-08-01 11:00
POJ - 2251
Dungeon
Master (简单BFS)
DungeonMasterTimeLimit:1000MS MemoryLimit:65536KB 64bitIOFormat:%I64d&%I64u[Submit] [GoBack] [Status] DescriptionYouaretrappedina3Ddungeonandneedtofindthequickestwayout!Thedungeoniscomposedofunitcu
HelloWorld10086
·
2014-07-31 20:00
master
uva
Dungeon
问题事件名称: APPCRASH(解决方法)
就是程序崩溃了/程序撞车……)我们使用软件的时候有时候会出现这种情况举个例子
Dungeon
—fighter已停止工作、问题签名:问题事件名称:APPCRASH应用程序名:DNF.exe应用程序版本:2.9.7.2
haiross
·
2014-07-21 14:43
windows操作系统
oracle故障排除
问题事件名称: APPCRASH(解决方法)
就是程序崩溃了/程序撞车……)我们使用软件的时候有时候会出现这种情况举个例子
Dungeon
—fighter已停止工作、问题签名: 问题事件名称:APPCRASH 应用程序名:DNF.exe 应用程序版本
haiross
·
2014-07-21 14:00
uva 532 -
Dungeon
Master
bfs在三维空间的扩展,仔细一点问题不大。 #include #include typedefstructPoint{ intx; inty; intz; intlen; }Point; typedefPoint*Ptr; chardungeon[40][40][40]; intl,r,c; intdir[6][3]={{1,0,0},{-1,0,0},{0,1,
jdflyfly
·
2014-06-24 20:00
上一页
2
3
4
5
6
7
8
9
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他