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
3083
POJ
3083
BFS
这题做得还行。0MS通过。我觉得就最短路径的时候需要用到算法bfs。其他两个其实就是一个计算机模拟的而已,简单的数学思维就行了。反正就是两种方法走,第一种走是贴着左墙走,第二种是贴右墙,自己模拟走走就知道有规律可循。#include#includeusingnamespacestd;intlmovex[4]={-1,0,1,0};intlmovey[4]={0,-1,0,1};intrmovex[
wuyanyi
·
2011-07-16 21:00
c
算法
struct
System
poj
3083
——Children of the Candy Corn
题意:分别找出从S到E的左路优先、右路优先、最短路的step。 思路:dfs+bfs. #include<iostream> #include<cstdio> #include<string> #include<queue> using namespace std; #define N 45 char maze[N][N]; bool vis[N
44424742
·
2011-04-06 08:00
J#
【转】 ubuntu10.10中安装PPS for linux没有声音的解决办法
转自http://hi.baidu.com/fishhatta/blog/item/4d961fe5d5b
3083
fb9382094.htmlPPSforlinux版本11月初重新发布,具体安装过程见http
Yalishizhude
·
2011-01-21 14:00
WebLogic9.2安装过程
i=910212742491137&s=bb23680e003c611418d310cddc
3083
ff weblogic的安装应该说不是
寸铁
·
2010-11-09 15:06
weblogic
安装
职场
休闲
超级迷宫 pku
3083
dfs+bfs 非常有意思的一道
id=
3083
神哪!!!
GoOnDrift
·
2010-09-06 20:00
poj
3083
解题报告
ChildrenoftheCandyCornTimeLimit:1000MS MemoryLimit:65536KTotalSubmissions:4046 Accepted:1838DescriptionThecornfieldmazeisapopularHalloweentreat.Visitorsareshowntheentranceandmustwanderthroughthemazefa
xinghongduo
·
2010-08-16 08:00
Integer
input
Path
each
output
Types
PKU
3083
Children of the Candy Corn
PKU
3083
ChildrenoftheCandyCorn问题:http://acm.pku.edu.cn/JudgeOnline/problem?
A Za, A Za, Fighting...
·
2010-07-30 11:00
weblogic9.2安装过程
i=910212742491137&s=bb23680e003c611418d310cddc
3083
ff weblogic的安装应该说不是
77321660
·
2010-06-08 10:00
PHP
.net
weblogic
hdu
3083
The Mystery of Triangle
//感谢整数序列网的支持importjava.io.*;importjava.util.*;importjava.math.*;/****@authorAdministrator*/publicclassMain{ /** *@paramargsthecommandlinearguments */ publicstaticvoidmain(String[]args) {
ZAFU_VA
·
2009-12-31 21:00
POJ
3083
Children of the Candy Corn(bfs求最短路/迷宫)
POJ
3083
ChildrenoftheCandyCorn(bfs求最短路/迷宫)题目链接:http://acm.pku.edu.cn/JudgeOnline/problem?
ACTime
·
2009-12-18 14:00
POJ
3083
玩了一会再做,又1Y了。估计是题目比较基础遗憾的一点是,我做的有点慢,1个小时的样子,以后应该快一些才行。 左转右转的步数直接用while循环数出来就行。我将两个函数写成了一个。最后最短路是典型的BFS。 #include#include#defineF(i,a,b)for(inti=a;i=0&&x=0&&y>T;F(t,1,T){cin>>w>>h;F(i,0,h-1)cin>>str[i];
AllenLSY
·
2009-12-02 16:00
POJ
3083
--Children of the Candy Corn
3083
Accepted220K0MSC++1263B2009-11-2021:30:14 #include #include usingnamespacestd; intm,n,l,r
power721
·
2009-11-20 21:00
c
struct
ini
pku
3083
pku30832009年8月10日题目链接:PKU
3083
ChildrenoftheCandyCorn分类:DFS+BFS题目分析与算法原型 这题难度也不算太大,但是却写了很久,也调了很久
蜗牛の狂奔笔记
·
2009-08-10 18:00
P
3083
——深搜+广搜
1 //
3083
Accepted 416K 16MS G++ 5141B PKU Children of the Candy Corn 2 3 //深搜 + 广搜 4 5 #include
我希望你是我独家记忆
·
2008-09-02 10:00
上一页
1
2
3
4
5
6
下一页
按字母分类:
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
其他