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
Hdu 1429(状态压缩)
#include #include #include #include usingnamespacestd; intn,m,t,ans;
charmap
[21][21]; intdir[4][2]={
liuyanfeier
·
2015-09-11 21:00
压缩
搜索
ACM
走出迷宫小游戏的实现
#include#definerows6#definecols8//全局变量保存地图
charmap
[rows][cols]={{'#','','#','#','#','#','#','#'},{'#',
yi_zz32
·
2015-09-03 22:00
游戏
全局变量
《搜索》hdoj 1312 dfs模版
#include #include intmove[4][2]={{1,0},{-1,0},{0,1},{0,-1}};intans,n,m,si,sj;
charmap
[22][22];voiddfs(
a709743744
·
2015-09-03 19:00
《搜索》hdoj 1010 dfs 奇偶剪枝 路径剪枝
#include #include #include
charmap
[10][10];intright;intn,m,t,di,dj;intmove[4][2]={{1,0},{-1,0},{0,1},
a709743744
·
2015-09-03 11:00
【tyvj1009】立体图
我调这个题用了一个小时,其中大部分时间都在干这个……顺便,打出来之后用来玩还是挺不错的233#include #include usingnamespacestd; intnum[233][233];
charmap
LOI_DQS
·
2015-09-01 02:00
代码能力
C++控制台应用程序之贪吃蛇(改进版)
include 4#include 5#include 6#include 7usingnamespacestd; 8 9typedefstruct{intx,y;}Point; 10 11
charmap
安河桥下
·
2015-09-01 00:00
ZOJ 1047 Image Perimeters
,{1,0},{0,-1},{0,1}}; intdiagonal[4][2]={{-1,-1},{-1,1},{1,-1},{1,1}},visit[25][25]; intm,n,count1;
charmap
1
qq_25605637
·
2015-08-28 11:00
POJ 2039 && HDU 1200 To and Fro(水~)
Description给出2 #include intmain() { intn;
charmap
[250][250]; while(scanf("%d",&n),n) { getchar(); charc
V5ZSQ
·
2015-08-26 16:00
POJ 1562 && HDU 1241 Oil Deposits(dfs)
求这块矩形区域一共有多少油田Input多组输入,每组输入包括两个整数n,m表示矩阵区域的列数和行数(1 #include #include usingnamespacestd; #definemaxn105
charmap
V5ZSQ
·
2015-08-25 10:00
Poj 1321 棋盘问题
n #include #include usingnamespacestd; constintmaxn=10; intn,k,cnt; boolfac[maxn];
charmap
[maxn][maxn
qingshui23
·
2015-08-18 22:00
DFS
hdu4185Oil Skimming 二分匹配
然后求最大匹配 #include #include #include #include usingnamespacestd; constintmaxn=610; intid[maxn][maxn];
charmap
cq_pf
·
2015-08-06 17:00
二分匹配
随机迷宫
#include #include #include #include #defineMAZE_MAX50
charmap
[MAZE_MAX+2][MAZE_MA
fk5431
·
2015-07-30 16:00
算法
unity
地图
随机迷宫
poj2676Sudoku 暴搜
[j],c[i][j],s[i][j]记录第行,列,子格是否有第j个数 #include #include #include usingnamespacestd; constintmaxn=200;
charmap
cq_pf
·
2015-07-29 15:00
暴力
E - Children of the Candy Corn -DFS模拟+bfs
#include #include #include #include #include #include #include usingnamespacestd;
charmap
[45][45];
charmap
2
viphong
·
2015-07-28 23:00
HDU 1240 Asteroids!
include #include usingnamespacestd; structnode { intx,y,z,step; }cf[1010]; intvisit[15][15][15];
charmap
qq_25605637
·
2015-07-28 12:00
HEU1728 逃离迷宫
用BFS在一个方向搜到底,要多减枝超时代码:#include #include #include #include usingnamespacestd; intvisit[110][110];
charmap
qq_25605637
·
2015-07-27 19:00
【二分图匹配】zoj1654Place the Robots
include #include #defineMAXN2505 usingnamespacestd; intn,m,cntx,cnty,tmp[55][55],cx[MAXN],cy[MAXN];
charmap
cqbztsy
·
2015-07-27 19:00
二分图匹配
Place-the
zoj1654
HDU 1312 Red and Black
amanonablacktile(appearsexactlyonceinadataset) 思路:DFSAC代码:#include usingnamespacestd; intm,n,sum;
charmap
qq_25605637
·
2015-07-27 11:00
ZOJ-1002 Fire Net
AC代码:#include #include #definemax12
charmap
[max][max]; intn,sum; intcan(intx,inty) { inti; for(i=x-1;
zyx520ytt
·
2015-07-23 15:00
HDU-1728逃离迷宫
AC代码:#include #include #defineN105 #defineINF0x3f3f3f3f
charmap
[N][N];intx_move[4]={1,0,-1,0};inty_move
zyx520ytt
·
2015-07-18 11:00
HDU-2612-Find a way
AC代码:#include #include #include usingnamespacestd; #defineN205
charmap
[N][N]; intvis[N][N]; intdp1[N]
zyx520ytt
·
2015-07-14 16:00
codeforces #549 Looksery Cup 部分题解
face”的每个字母在矩形中恰好出现一次签到题#include #include #include #include #defineM55 usingnamespacestd; intn,m,ans;
charmap
PoPoQQQ
·
2015-06-09 17:00
codeforces
NYOJ 284坦克大战(bfs+优先队列)
include#includeusingnamespacestd;intn,m,bx,by,bz,end;intd[4][2]={0,1,0,-1,1,0,-1,0};intv[300][300];//标记元素
charmap
AnICoo1
·
2015-06-08 08:29
搜索
HDU ACM 4414 Finding crosses 暴力枚举
#include usingnamespacestd; #defineN50
charmap
[N][N]; intdir[4][2]={ {-1,0}, {0,-1}, {1,0}, {0,1}};
a809146548
·
2015-05-31 17:00
编程
C++
c
算法
ACM
CF Ice Cave
#include intsx,sy,ex,ey,n,m,f;
charmap
[505][505]; intdx[4]={1,-1,0,0}; intdy[4]={0,0,1,-1}; struct {
ZengAMing
·
2015-05-24 21:00
ACM
CF
图的深搜应用-Satellite Photographs
include #include #definedebug #defineWidth_MAX80 #defineHeight_MAX100 intcount_num=0; intWidth,Height;
charmap
zwhlxl
·
2015-04-20 14:00
图
深度搜索
Satellite
hdu 1241Oil Deposits
妈的英语我最头痛啊啊啊~~~ 哎如果理解了题意就多对一个了 #include #include intn,m,num,visit[105][105],a[10000],q=0;
charmap
[105]
su20145104009
·
2015-04-10 19:00
poj
oil
poj1241
1241
Deposits
【位运算DFS/DLX】【HDU1426】【数独】
include #include #include #include #include #include #include #defineoo0x13131313 usingnamespacestd;
charMAP
zy691357966
·
2015-03-30 19:00
UVa 10047 The monocycle (BFS)
include #include #include #include #include usingnamespacestd; intM,N; intox,oy; intdis[30][30][6][4];
charMap
Baoli1008
·
2015-03-24 15:00
bfs
蓝桥杯---打印回型嵌套(简单递归)
本题的任务就是从标准输入获得一个整数n(1 #include usingnamespacestd;
charmap
[1
u014665013
·
2015-03-24 11:00
G - Dungeon MasterBFS+填路
#include#include#include#include#include#includeusingnamespacestd;structnode {intx,y,z;}; queueqq;
charmap
viphong
·
2015-03-20 15:00
D - Lake Counting-dfs
#include#include#include#include#include#includeusingnamespacestd;
charmap
[101][101];intfloorr,k;intdx
viphong
·
2015-03-20 15:00
E - Children of the Candy Corn`特别DFS+BFS+DFS陷阱
#include#include#include#include#include#include#includeusingnamespacestd;intw,h;
charmap
[41][41];
charmap
1
viphong
·
2015-03-20 15:00
HDU 1242 Rescue
HewasputinprisonbyMoligpy.TheprisonisdescribedasaN*M(N,M #include #include usingnamespacestd;intn,m; #defineN1000
charmap
lishuzhai
·
2015-03-15 20:00
bfs
poj 1321 dfs
id=1321这个感觉跟八皇后问题类似,但是就是多了一种k #include usingnamespacestd;
charmap
[10][10]; intvisit[10];//记录列数 intn,k
liujc_
·
2015-03-14 22:00
蓝桥杯 回型嵌套 递归 解题报告
本题的任务就是从标准输入获得一个整数n(1 usingnamespacestd;
charmap
[101][101]; voidpaint(intlen,inttime) { if(len>n) { init
wr132
·
2015-02-28 22:00
递归
ACM
蓝桥杯
解题报告
回型嵌套
PAT B1002 写出这个数 字符串数组要用二维数组表示!
charmap
[10][5]={"ling","yi","er","san","si","wu","liu","qi","ba","jiu"}; intmain(){ #ifdefLOCAL freopen
daisyleedq
·
2015-02-23 23:00
C++
算法
pat
【USACO2.4.1】两只塔姆沃斯牛 模拟
#include #include #include usingnamespacestd;
charmap
[12][12]; intfx,fy,cx,cy; intdf=0,dc=0; voidinit
baidu_23081367
·
2015-02-17 13:00
UVa 10452 - Marcus
#include #include #include #include
charmap
[101][101]; charrun[]="@IEHOVA#"; charfo
mobius_strip
·
2015-02-16 20:00
HDU 1010
usingnamespacestd; constintMAX=10; intm,n,t,sx,sy,flag,vis[MAX][MAX]; intdx[]={1,-1,0,0}; intdy[]={0,0,1,-1};
charmap
u013889450
·
2015-01-19 16:00
[Leetcode] 12 - Integer to Roman
classSolution{ public: stringintToRoman(intnum){
charmap
[7]={'I','V','X','L','C','D
leo524891010
·
2015-01-12 15:00
HDU1312 Red and Black DFS
典型的搜索题,下面是深搜的代码:#include #include usingnamespacestd; intw,h;
charmap
[25][25]; intdfs(inti,intj)
AC_Gibson
·
2014-12-29 17:00
[置顶] 2015_12_27微软校园招聘笔试题目
problems解析:第一个题目是暴力,简单的枚举就可以解决,代码如下所示:#include #include #include #include #include usingnamespacestd;
charMap
wind_2008_06_29
·
2014-12-27 22:00
soj 4396 bfs
#include #include #include #include usingnamespacestd; structpal{ intx; inty; };
charmap
jibancanyang
·
2014-12-23 16:00
Algorithm
C++
namespace
ACM
bfs
hdu_1313_黑红格子问题_DFS_BFS_水
思路见代码1.DFS深度搜索:#include#include#include#includeusingnamespacestd;constintmaxn=1000;
charmap
[maxn][maxn
Allianzcortex
·
2014-12-19 15:23
hdu
图
DFS
BFS
hdu-1010 Tempter of the Bone 简单的搜索
pid=1010做这道题目的时候需要注意剪枝,如果没有剪枝的话,就会超时注意奇偶剪枝 代码:】 #include #include #include
charmap
[20][20]; inttop[4]
wojiaohuangyu
·
2014-11-29 11:00
hdu-1241 Oil Deposits
pid=1241简单的深搜,但是我花了两个小时都没没有做出来,说出来都是泪啊 代码: #include #include #include usingnamespacestd;
charmap
[120]
wojiaohuangyu
·
2014-11-25 11:00
杭电OJ(HDOJ)1010题:Tempter of the Bone(DFS,迷宫求解)
给出三个整数:n(1 usingnamespacestd; intn;//迷宫行数 intm;//迷宫列数 intt;//规定的分钟数 intflag[10][10];//用于标记格子是否被访问
charmap
u014174811
·
2014-11-19 23:00
Algorithm
搜索
ACM
DFS
杭电
博弈小结:HDU1907 HDU 1760 HDU1079
HDU1760就是DFS+那个思路#include #include
charmap
[53][53]; intn,m; intok(inti,intj) { if(map[i][j]=='0'&&map
azx736420641
·
2014-09-25 15:00
小结
博弈
Win7 CMD大全
Win7 CMD大全 compmgmt.msc---计算机管理 conf—-启动 netmeeting
charmap
–-启动字符映射表
·
2014-08-28 09:00
win7
上一页
5
6
7
8
9
10
11
12
下一页
按字母分类:
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
其他