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
CharMap
POJ-2251-Dungeon Master
id=2251基本的三维BFS,用队列写的#include #include #include #include #include usingnamespacestd; intn1,n2,n3;
charmap
Cambridgeacm
·
2012-07-14 20:00
struct
Go
n2
杭电acm1045(搜索) 牛人代码 (2011-3-20 10:32)
#includeusingnamespacestd;
charmap
[4][4];intmaxNum,n;boolsearch(introw,intcol){ inti; for(i=row-1;
panjidong_3
·
2012-07-14 09:00
最短路(纯搜索) (2011-3-19 09:48)
//题目:G-PrisonBreakDescription相信大家都看过#defineN1001
charmap
[N][N];intn,m,work[4][2]={{0,1},{0,-1},{1,0},{
panjidong_3
·
2012-07-14 09:00
c
struct
测试
input
output
POJ-1321-棋盘问题
id=1321基本的DFS#include #include #include intn,t,ans;
charmap
[10][10]; intvisit[10]; voiddfs(intx,inty)
Cambridgeacm
·
2012-07-12 19:00
ini
HDU-1244-Oil Deposits
pid=1241基本的DFS#include #include #include
charmap
[105][105]; intn,m; intdir[8][2]={{-1,-1},{-1,0},{-1,1
Cambridgeacm
·
2012-07-12 18:00
ini
Go
POJ 1111 Image Perimeters
include #include #include #include #include #include #include #include usingnamespacestd; inta,b,sx,sy;
charmap
dollarzhaole
·
2012-07-10 16:00
HDU-1240-Asteroids!
pid=1240三维的BFS,和二维的差不多#include #include #include
charmap
[12][12][12]; intvisit[12][12][12]; intans[12
Cambridgeacm
·
2012-07-07 11:00
list
struct
ini
Go
CAM
HDU-2612-Find a way
的距离之和,使其最小,可用2次BFS,分别求出2个点到各个KFC的最短距离,然后找出和最小的即可#include #include #include #definemax0x7fffffff intn,m;
charmap
Cambridgeacm
·
2012-07-06 19:00
list
struct
ini
Go
CAM
poj 1573
,结果对于从一开始就进入循环的状态产生错误结果后来mark初始化为-1才ac了#include #include #defineforif(0);elsefor constintsize=12;
charmap
qingniaofy
·
2012-06-29 11:00
c
AOJ-579-期末考试之考试传纸条
#include #include #include intn,m;
charmap
[105][105]; intans[105][105]; intdir[4][2]={{-1,0},{1,0},{0
Cambridgeacm
·
2012-06-18 00:00
【USACO-Chapter1-1.2】【进制转换】Palindromic Squares
给定一个进制B(2 #include usingnamespacestd; constintmaxn=30; intb; intcou; intnum[maxn];
charmap
[20]={'0','
njlcazl
·
2012-06-17 20:00
ZOJ1709 || POJ 1562 DFS 水 求强连通的个数
ViewCode1#include 2#include 3#include 4#include 5#include 6 7
charmap
[101][101]; 8intvisit[101]
·
2012-06-04 23:00
poj
hdu 1035 Robot Motion
水题……#include usingnamespacestd; intmain() { introw,col,startx,starty;
charmap
[11][11]; intstep[11][11
tanhaiyuan
·
2012-05-29 21:00
windows运行快捷命令
cleanmgr--打开磁盘清理工具 compmgmt.msc---计算机管理 conf----启动 netmeeting
charmap
---启动字符映射表 calc-
awk8722
·
2012-05-29 21:00
windows
Windows8的运行命令大全 108条运行命令集锦
下面是Win8运行命令大全,一共108条1.appwiz.cpl:程序和功能2.calc:启动计算器3.certmgr.msc:证书管理实用程序4.
charmap
:启动字符映射表5.chkdsk.exe
佚名
·
2012-05-23 10:28
HDU 1045 Fire Net(DFS)
#include
charmap
[5][5]; intn,ans; boolleagal(intx,inty) { boolhave; have=false; map[x][y]='B'; for(inti
dgq8211
·
2012-05-21 10:00
Windows7 运行命令大全
cleanmgr——打开磁盘清理工具 compmgmt.msc——计算机管理 conf——启动netmeeting
charmap
——启动字符映射表 calc——启动计算器 chkdsk.exe——Chkdsk
wl110231
·
2012-05-19 17:00
sql
windows
server
cmd
dll
工具
磁盘
[PKU] 2157 没做完的题目
#include #include
charmap
[25][25]; intn,m; intdir[4][2]={{1,0},{-1,0},{0,1},{0,-1}}; intkn[5]; intkg[
Gokou_Ruri
·
2012-05-18 16:00
Asteroids! (广搜)
include #defineN12 usingnamespacestd; structNode{ intx; inty; intz; intt; }; Nodestart,end;
charMap
bigman_123
·
2012-05-08 21:00
Oil Deposits (广搜)
#definemaxn105 intdx[8]={-1,-1,-1,0,0,1,1,1}; intdy[8]={-1,0,1,-1,1,-1,0,1}; usingnamespacestd;
charmap
bigman_123
·
2012-05-08 21:00
Algorithm
include
iostream
Tempter of the Bone 奇偶剪枝(深搜)
#include #include #include #include #include #include boolvisit[8][8];
charmap
[8][8]; intdx
bigman_123
·
2012-05-08 21:00
Algorithm
c
include
iostream
USCAO section 1.1 Transformations
Transformations AsquarepatternofsizeNxN(1 #include #include #include #defineN15 usingnamespacestd;
charmap
nealgavin
·
2012-04-28 13:00
hdu 1026 Ignatius and the Princess I 打小怪兽
,n代表此处有n个怪兽(1 #include #include #defineINF10000; usingnamespacestd; typedefstruct { intx,y; }Point;
charmap
LiWen_7
·
2012-04-15 20:00
POJ 1321 棋盘问题 (dfs)
题目链接:~( ̄▽ ̄~)(~ ̄▽ ̄)~水过~code:#include #include intn=0,k=0,sum=0,count=0,used[10];//用used来标记每列是否有棋子出现过
charmap
ulquiorra0cifer
·
2012-04-07 11:00
POJ 1101 The Game (bfs)
相邻的两个的segments为1,注意格式问题,wa了半天就在这2点上,郁闷code: #include #include intX1=0,Y1=0,X2=0,Y2=0,w=0,h=0,count2=0;
charmap
ulquiorra0cifer
·
2012-04-02 16:00
HDU 1241Oil Deposits
pid=1241 #include#include#include#defineMAX120
charmap
[MAX][MAX];intoil,m,n;intdis[8][2]={-1,-1,-1,0,
cddchina
·
2012-03-18 19:00
hdu 1035很简单的一个模拟
#include #include #include usingnamespacestd;
charmap
[1000][1000]; intmapss[1000][1000]; intn,m,k;
gongqian12345
·
2012-03-15 19:00
hdu 1026 从目标位置宽度搜索不会超栈,顺着我写的会,不过没去做优化
,time; P(){x=0,y=0,howst=0;time=0;} P(inta,intb,intc=0,intn=0){x=a;y=b;howst=c;time=0;} }; queueG;
charmap
gongqian12345
·
2012-03-14 17:00
c
优化
ini
include
poj3126
usingnamespacestd; #defineMAX_WORD1200 //保存所有的素数 intdata[MAX_WORD]; //1000——9999共有几个素数,1061 intg_num=0;
charmap
lalor
·
2012-03-10 21:00
struct
null
Graph
扩展
POJ 2083 递归画分形图
* 度数为n的盒形分形,其大小是3^(n-1)*3^(n-1).可以用字符数组来存储盒形分形中各个字符,因为n #include #include usingnamespacestd;
charmap
Hackbuteer1
·
2012-03-05 16:00
c
存储
ini
ZOJ2081坑爹的题啊!由于少加了一个换行符,WA了很久纠结啊!泪奔啊!
include6#include7#include8#include910usingnamespacestd;1112intdx[4]={1,-1,0,0};13intdy[4]={0,0,1,-1};14
charmap
·
2012-03-03 16:00
ZOJ
UVa10220 - I Love Big Numbers !
#defineMAX3000 voidreverse(char*from,char*to); voidcall_mult(char*first,char*second,char*result);
charmap
wuli2496
·
2012-03-02 21:00
null
include
Numbers
UVa10303 - How Many Trees?
#include #include #defineMAX650 #defineN1005
charmap
[N][MAX]={"0","1","2"}; charbuf[MAX],temp[MAX];
wuli2496
·
2012-03-02 21:00
UVa10007 - Count the Trees
#include #include #defineMAX800 #defineN310
charmap
[N][MAX]={"0","1"}; charbuf[MAX],temp[MAX]; charF
wuli2496
·
2012-03-02 21:00
XP运行命令
XP运行命令cmd.exe--------CMD命令提示符chkdsk.exe-----Chkdsk磁盘检查certmgr.msc----证书管理实用程序calc-----------启动计算器
charmap
Tiany 's Blog
·
2012-03-01 18:00
poj1321 dfs
好多0ms我的代码是32ms#include #include #include usingnamespacestd; structpoint{intx,y;}pie[70]; intn,k,am;
charmap
Non_Cease
·
2012-02-26 15:00
zoj 1654 Place the Robots
*/ #include #include #include #include #defineN2550 usingnamespacestd;
charmap
[55][55]; boolgra[N][N]
xsbailong
·
2012-02-20 18:00
c
算法
vector
Graph
ini
Build
【ACM-POJ】poj2386,Lake Counting
#include #include //#defineDBG usingnamespacestd; constintMAXSIZE=10000;
charmap
[MAXSIZE][MAXSIZE]; intN
c0de4fun
·
2012-02-14 21:00
ini
include
常用的dos命令
cleanmgr–打开磁盘清理工具 compmgmt.msc---计算机管理 conf—-启动netmeeting
charmap
–-启动字符映射表 calc—-启动计算器 chkdsk.exe
任永娟2011
·
2012-02-14 14:24
职场
休闲
常用的dos命令
HDU 1728 逃离迷宫 BFS(加转弯数)
usingnamespacestd; #defineINF0xfffffff structNode { intx; inty; intturn;//记录转弯处 intdir;//记录方向,分别为0,1,2,3 }n,m;
charmap
zone_programming
·
2012-02-13 20:00
[U]Cow Tours
./* ID:sevenst4 LANG:C++ PROG:ttwo */ #include usingnamespacestd;
charmap
[20][20]; voidrotate(int&x,
sevenster
·
2012-02-10 16:00
c
Windows 7 常用命令
1.calc:启动计算器2.certmgr.msc:证书管理实用程序3.
charmap
:启动字符映射表4.chkdsk.exe:Chkdsk磁盘检查5.cleanmgr:打开磁盘清理工具6.cliconfg
chentaocba
·
2012-02-04 23:00
Sicily 1754 逃离洞穴
#include usingnamespacestd; #include #include #include #include
charmap
[1010][1010]; introw,col; boolvisited
Detective_Xin
·
2012-01-27 22:00
Poj 1321 棋盘问题
#include #include #include
charmap
[10][10]; intflag[10][10]; intn,k,sign,ctr; void
Detective_Xin
·
2012-01-16 22:00
编程
c
http://acm.hdu.edu.cn/showproblem.php?pid=1010
#include #include #include usingnamespacestd;
charmap
[9][9]; typed
smallacmer
·
2012-01-06 17:00
B 最大覆盖
usingnamespacestd; typedefstruct{intx,y; }Node; Nodep; intdx[4]={0,0,-1,1}; intdy[4]={1,-1,0,0}; intaa[20][20];
charmap
smallacmer
·
2012-01-05 21:00
struct
IM
迷宫问题:hdoj1242--BFS基本应用
#include usingnamespacestd; constintMAX=205;
charmap
[MAX][MAX]; intbfs_search(intsi,intsj,intdi,intdj
lhshaoren
·
2011-12-17 16:00
迷宫问题:hdoj1010 DFS--剪枝实现
hdoj1010:迷宫问题:DFS-剪枝实现#include #include usingnamespacestd; intN,M,T,di,dj,escape;
charmap
[10][10]; intdir
lhshaoren
·
2011-12-17 14:00
Windows 7 运行命令
1、cleanmgr:打开磁盘清理工具 2、compmgmt.msc:计算机管理 3、conf:启动系统配置实用程序 4、
charmap
:启动字符映射表 5、calc:启动计算器 6、chkdsk.exe
akalouis
·
2011-12-12 10:56
windows
职场
休闲
清理
1.2.2 Transformations
于是就先放过了;等我把其他题做完后,我仔细看了下题目,才发现,这个题目原来这嘛水……#include #include #include usingnamespacestd; intn; voidSpin(
charmap
tanhaiyuan
·
2011-12-04 21:00
上一页
9
10
11
12
13
14
15
16
下一页
按字母分类:
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
其他