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
2251
poj
2251
Dungeon Master
#include #include #include #include usingnamespacestd; intk,n,m; chars[40][40][40]; intuse[40][40][40]; intdx[]={0,0,1,-1,0,0}; intdy[]={1,-1,0,0,0,0}; intdz[]={0,0,0,0,1,-1}; structdata { intx,y,z,t
xinag578
·
2015-07-18 18:00
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
金士顿 U盘 群联
2251
-68量产CD-ROM成功经验分享
然后百度搜索芯片无忧,下载后检测出U盘的主控芯片型号,我的如下我这个是量产成功后的,有两个分区,量产前是一个分区,就是现在这个图,芯片型号PS
2251
-68然后去下载了相对应的U盘量产工具,我下载的是UPT
佚名
·
2015-05-27 17:48
poj
2251
(bfs坑爹的领悟)
真么想到这么基础一道题给我了这么多坑爹的领悟。。。1.坑爹的是竟然把这题目分类在了深搜里面,然后我就屁颠屁颠深搜,妈蛋TLE,后来总结迷宫类问题果断bfs简单多了,dfs还有TLE的风险,一不小心就递归的超时。2.坑爹队列的结构体数组开小了,wrong的我不想做其他题了。(细心,或者用STL里面队列)。3.还有一点就是,字符串输入的问题,以后都用scanf(“%s”,…)读,考虑一个一个字符读回车
yexiaohhjk
·
2015-05-23 23:00
递归
队列
DFS
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
远程命令执行漏洞
该系统采用Apache Struts xwork作为网站应用框架,且此框架对应版本存在远程代码执行漏洞(CNVD-2013-09777,对应CVE-2013-
2251
),攻击者可以利用漏洞取得网站服务器主机远程控制权
crabdave
·
2015-05-15 19:00
命令
远程命令执行漏洞
该系统采用Apache Struts xwork作为网站应用框架,且此框架对应版本存在远程代码执行漏洞(CNVD-2013-09777,对应CVE-2013-
2251
),攻击者可以利用漏洞取得网站服务器主机远程控制权
crabdave
·
2015-05-15 19:00
命令
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 POJ
2251
DescriptionYouaretrappedina3Ddungeonandneedtofindthequickestwayout
bao_libra
·
2015-05-04 20:00
poj
2251
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
BZOJ
2251
2010Beijing WC 外星联络 后缀数组/Trie树
题目大意给出一个字符串,问这个字符串中出现过1次以上的子串的个数,按照子串的字典序输出。思路由于数据范围过小,这个题有两个解法。基本的想法就是用后缀数组来进行后缀的排序,之后按照height数组扫就可以了。应该是挺快的。但是注意到数据范围只有3000,因此我们只需要弄出所有的后缀拿出来建立一颗后缀Trie树就行了。最后DFS一次树种的所有节点。CODESuffixArray#include #in
jiangyuze831
·
2015-04-07 09:00
字符串
后缀数组
trie
bzoj
B - Dungeon Master
B-DungeonMasterTimeLimit:1000MS MemoryLimit:65536KB 64bitIOFormat:%I64d&%I64uSubmit Status Practice POJ
2251
DescriptionYouaretrappedina3Ddungeonandneedtofindthequickestwayout
Ash_Zheng
·
2015-03-30 14:00
POJ
2251
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
poj
2251
bfs
再次裸敲一次模板题,虽然1Y但是还是有些问题,有的细节还是调试了一会。。主要是约束条件一开始敲错了,后来改了过来后,发现步进好像有点问题,又去看了下,发现根本没有更新步进,后来改成更新后,结果还是错的,发现是没有继承之前的步进,反正虽然过了但是就是步数那里写的有点乱,交了后看了下模板,最好在走一步的时候直接继承之前的再加一。再次复习bfs代码:#include #include #include
liujc_
·
2015-03-14 17:00
POJ
2251
Dungeon Master BFS
DescriptionYouaretrappedina3Ddungeonandneedtofindthequickestwayout!Thedungeoniscomposedofunitcubeswhichmayormaynotbefilledwithrock.Ittakesoneminutetomoveoneunitnorth,south,east,west,upordown.Youcannot
wr132
·
2015-02-03 22:00
master
详解
bfs
Dungeon
POJ2251
AOJ
2251
Merry Christmas 题解 《挑战程序设计竞赛》
AOJ
2251
MerryChristmas国际圣诞礼品公司:InternationalChristmasPresentCompany(ICPC)是一家圣诞礼品快递公司,由M条路连起的N户人家发起了L次订单
hankcs
·
2015-01-28 02:00
poj_
2251
_Dungeon Master_bfs
Dungeon Master Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64u Submit Status
·
2015-01-22 19:00
master
poj
2251
--Dungeon Master(搜索练习3-三维bfs)
DungeonMasterTimeLimit:1000MS MemoryLimit:65536KB 64bitIOFormat:%I64d&%I64uSubmit Status Appointdescription: SystemCrawler (2013-08-11)DescriptionYouaretrappedina3Ddungeonandneedtofindthequick
u013015642
·
2015-01-21 21:00
POJ
2251
Dungeon Master(三维图)(BFS)
DungeonMasterTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 17444 Accepted: 6790DescriptionYouaretrappedina3Ddungeonandneedtofindthequickestwayout!Thedungeoniscomposedofunitcubeswhichmayormayn
kalilili
·
2015-01-21 21:00
持续集成(第二版)
持续集成(第二版) http://article.yeeyan.org/view/
2251
/94882译者: 雷镇发表时间:2010-03-17浏览量:36092评论数:1挑错数:0作者:MartinFowler
danelumax2
·
2014-11-24 22:00
【网络安全】LDAP协议
LDAP的核心规范在RFC中都有定义,LDAPv3由以下RFC定义:RFC
2251
——LightweightDirectoryAccessProtocol
anda0109
·
2014-11-24 21:00
HDU 1849 Rabbit and Grass 【Nim博弈】
RabbitandGrassTimeLimit:1000/1000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):
2251
u013806814
·
2014-11-19 20:00
HDU
POJ 2948 Martian Mining
MartianMiningTimeLimit: 5000MSMemoryLimit: 65536KTotalSubmissions:
2251
Accepted: 1367DescriptionTheNASASpaceCenter
u012797220
·
2014-11-04 11:00
针对基于Phison(群联)U盘的BadUSB攻击
adamcaudill/Psychson 其实还有类似的成品卖,叫做USB Rubber Ducky :http://192.64.85.110/ ——————以下是翻译—————— Phison
2251
·
2014-10-26 12:00
ISO
8GB的金士顿U盘插入电脑没有反应没有盘符的修复方法
看来没啥好办法了,只能先拆开看看,金士顿的伸缩盘也不是这么难拆,三下除五,就拆开了,如图:芯片是PHISONPS
2251
-50-F也就是说这款优盘采用的是群联的PS
2251
主控,这个主控是可以量产成USB-CDROM
佚名
·
2014-10-10 09:05
POJ
2251
Dungeon Master (三维迷宫 BFS)
DungeonMasterTimeLimit:1000MSMemoryLimit:65536KTotalSubmissions:16590Accepted:6451DescriptionYouaretrappedina3Ddungeonandneedtofindthequickestwayout!Thedungeoniscomposedofunitcubeswhichmayormaynotbefi
Tc_To_Top
·
2014-08-09 20:00
poj
bfs
hdu 3966 Aragorn's Story 树链剖分
Aragorn'sStoryTimeLimit:10000/3000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):
2251
firenet1
·
2014-08-08 15:00
HDU
树链剖分
hduoj1088!【水题】
Java/Others) MemoryLimit:65536/32768K(Java/Others)TotalSubmission(s):8004 AcceptedSubmission(s):
2251
ProblemDescriptionIfyouevertriedtoreadahtmldocume
u014641529
·
2014-08-07 09:00
c
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
poj-
2251
//788K0MSG++ #include #include #include #defineMAX50 usingnamespacestd; charmaze[MAX][MAX][MAX];//z,y,x structPos{ intx; inty; intz; inttime; }; typedefstructPosPos; queueBFSQueue; charBFSFlag[MA
fyfcauc
·
2014-07-21 11:00
poj
图论
POJ
2251
灰常开心,1A的题,虽然很水,但是还是很开心啦,#include#include#include#includeusingnamespacestd;intmove[6][3]={{0,0,1},{0,0,-1},{0,1,0},{0,-1,0},{1,0,0},{-1,0,0}};boolvis[50][50][50];introw,clo,hig;intans=0;chargra[50][50]
u013570474
·
2014-07-20 20:00
UVa 532 & POJ
2251
- Dungeon Master
传送门UVa532-DungeonMaster题意是在一个三维迷宫中走到出口,求最小步数。一开始不会看三维迷宫。。后来才发现就是把三个叠在一起。和骑士移动那题一个套路,增加了上和下两个方向。详情见代码#include #include #include usingnamespacestd; structNode { intx,y,z; }; constintMAXN=40; queuequ;
u014247806
·
2014-05-09 18:00
ACM
uva
ACM-计算几何之Shape of HDU——hdu2108
Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):4973 AcceptedSubmission(s):
2251
ProblemDescri
lx417147512
·
2014-04-21 12:00
ACM
HDU
shape
of
计算几何
hdu2108
凹凸多边形判断
poj
2251
(简单BFS)
DungeonMasterTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 15359 Accepted: 5947DescriptionYouaretrappedina3Ddungeonandneedtofindthequickestwayout!Thedungeoniscomposedofunitcubeswhichmayormayn
yinzm520
·
2014-03-16 20:00
Dungeon Master(bfs)
DungeonMasterTimeLimit:1000MS MemoryLimit:65536KB 64bitIOFormat:%I64d&%I64uSubmit Status Practice POJ
2251
DescriptionYouaretrappedina3Ddungeonandneedtofindthequickestwayout
fobdddf
·
2014-02-07 17:00
完整会计科目表二
顺序号编号会计科目名称82 2211 应付职工薪酬83 2221 应交税费84 2231 应付利息85 2232 应付股利86 2241 其他应付款87
2251
应付保单红利88 2261 应付分保账款
xunzaosiyecao
·
2014-01-08 09:00
完整
会计
表
科目
tomcat6安装+servlet例子
安装 下载tomcat6地址http://tomcat.apache.org/download-60.cgi 配置环境变量参考 http://blog.sina.com.cn/s/blog_4df
2251
d0100wbuv.html
zkn_CS_DN_2013
·
2013-12-10 16:00
POJ
2251
Dungeon Master (BFS)
id=
2251
TimeLimit: 1000MSMemoryLimit: 65536KDescriptionYouaretrappedina3Ddungeonandneedtofindthequickestwayout
synapse7
·
2013-11-10 14:00
C++
ACM
poj
HDOJ 4310 —— 排序
HeroTimeLimit:6000/3000MS(Java/Others) MemoryLimit:65536/65536K(Java/Others)TotalSubmission(s):
2251
zkzxmzk
·
2013-10-04 17:00
ACM
水题
POJ
2251
Dungeon Master
毫无意义的三维BFS.....从S出发每次可以选择六个方向求到E的最小移动次数。1#include 2#include 3#include 4#include 5#include 6#include 7 8usingnamespacestd; 9 10charmaze[31][31][31]; 11boolMarkMaze[31][31][31]; 12 13structP
u012161037
·
2013-09-18 15:00
pku acm
2251
源码
#include #include usingnamespacestd; constintN=31; charmaze[N][N][N]; intvisited[N][N][N]; intdir[6][3]={{1,0,0},{0,-1,0},{-1,0,0},{0,1,0},{0,0,-1},{0,0,1}}; intR,C,L; structNode { int
luoluoxiaocainiao
·
2013-09-09 15:00
ACM
bfs
pku
2251
POJ
2251
Dungeon Master【三维迷宫裸BFS练习】
id=
2251
http://acm.hust.edu.cn/vjudge/contest/view.action?
Cfreezhan
·
2013-08-13 15:00
poj
2251
搜索
DungeonMasterTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 13923 Accepted: 5424DescriptionYouaretrappedina3Ddungeonandneedtofindthequickestwayout!Thedungeoniscomposedofunitcubeswhichmayormayn
hange_db
·
2013-08-03 10:00
POJ
2251
Dungeon Master
题目链接:DungeonMaster解题思路:从二维转化成了三维,用BFS,注意图的录入方式。(用STL的队列实现)#include #include #include #defineMAX35 usingnamespacestd; structA{ intx,y,z,time; }; typedefstructAnode; charmap[MAX][MAX][MAX
u010787640
·
2013-08-02 16:00
POJ
2251
:Dungeon Master
点击打开题目链接DungeonMasterTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 13904 Accepted: 5411DescriptionYouaretrappedina3Ddungeonandneedtofindthequickestwayout!Thedungeoniscomposedofunitcubeswhichm
l383137093
·
2013-08-02 09:00
搜索
bfs
Struts2 S2-16漏洞利用工具
Struts漏洞大爆发,N多大站被爆出存在strtus2漏洞,百度,百合,京东等也在其中,本站也等一时间发布了strtus2漏洞的预警,具体文章请看struts2最新s2-016代码执行漏洞–CVE-2013-
2251
BlAckEagle
·
2013-07-19 13:00
stuts2 EXP POST 数据
CVE-2013-
2251
当前目录写入test.jsp ?
BlAckEagle
·
2013-07-18 14: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
其他