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 4558 剑侠情缘
usingnamespacestd; constintmaxn=500; constintmod=1e9+7; intt,n,m,a[maxn][maxn]; intres,dp[maxn][maxn][12][2];
charmap
azheng51714
·
2013-06-04 21:00
Windows8/2012 命令集合(一)
Windows8命令集合(一)1.appwiz.cpl:程序和功能(程序卸载)2.calc:启动计算器3.certmgr.msc证书管理实用程序4.
charmap
:启动字符映射表5.chkdsk.exe
高文龙
·
2013-06-03 12:01
Windows8/2012
命令集合(一)
hdu 1026
include #include #defineinf0x3fffffff usingnamespacestd; intm,n,dp[510][510],dr[510][510];//记录到达该点的方向
charmap
aixiaoling1314
·
2013-05-28 12:00
编程
算法
百度
Google
ACM
html特殊字符大全
偶然发现了一新浪应用http://
charmap
.sinaapp.com拥有1000+个html特殊字符,而且方便复制文本和html编码,前端开发者必备。
blueskycyb
·
2013-05-18 20:14
html
chrome
开发者
新浪
特殊
html 特殊字符大全
偶然发现了一新浪应用http://
charmap
.sinaapp.com拥有1000+个html特殊字符,而且方便复制文本和html编码,前端开发者必备。
blueskycyb
·
2013-05-18 18:00
html
html5
特殊字符
POJ-1979-Red and Black
比较简单的DFS,直接搜索即可~代码:#include #include #include #include usingnamespacestd; constintmaxn=30;
charmap
[maxn
z309241990
·
2013-05-16 15:00
DFS
hdu 2425
数组标记到达当前位置的最小时间,如果比最小时间大则不加入队列 #include #include #include #defineinf0x3fffffff usingnamespacestd;
charmap
aixiaoling1314
·
2013-05-09 22:00
c
算法
Google
百度
ACM
Uestc-1002-解救小Q
usingnamespacestd; constintmaxn=51; structnode { intx; inty; intans; }; queueq; boolvis[maxn][maxn];
charmap
z309241990
·
2013-05-09 20:00
bfs
hdu 2952 Counting Sheep
简单搜索#include
charmap
[110][110]; intn,m; intdir[4][2]={0,1,1,0,0,-1,-1,0}; intjudge(intx,inty) { if(x>
aixiaoling1314
·
2013-05-05 22:00
编程
c
算法
百度
ACM
hdu 2102 A计划
搜索的题就是要细心 #include #include #include #defineinf0x3fffffff usingnamespacestd; intvis[2][11][11];
charmap
aixiaoling1314
·
2013-05-05 18:00
编程
c
算法
百度
ACM
hdu2531Catch him(bfs)
->题目请戳这里 #include #include usingnamespacestd; constintN=105;
charmap
[N][N]; boolflag[200000]; intn,m
ophunter
·
2013-05-05 11:00
搜索
bfs
hdu 1010 (DFS+剪枝)
就这一点卡了一个晚上#include"stdio.h" #include"string.h" #include"math.h" #definezz10 intmark[zz][zz];
charmap
yyf573462811
·
2013-05-02 09:00
杭电1010题C++代码
#include #include #include usingnamespacestd;
charmap
[9][9]; intn,m,t,di,dj; boolescape; intdir[4][2
xianglunxi
·
2013-04-20 23:00
递归
搜索
剪枝
POJ 1002 487-3279 字符串处理
#include #include #include
charmap
[]="22233344455566677778889999"; charstr[80],telNumbers[100000][
alalalalalqp
·
2013-04-17 16:00
poj- 1321-棋子问题-dfs
简单的dfs搜索:题目:给出不规则的棋盘,#表示棋盘区域,然后在上面摆放棋子,问你有几种放法#include #include usingnamespacestd; constintmaxn=8;
charMAP
yujuan_Mao
·
2013-04-04 10:00
zoj2110Tempter of the Bone
include #include #include #include usingnamespacestd; intd[4][2]={{0,-1},{-1,0},{0,1},{1,0}}; intN,M,T;
charmap
1
wangwenhao00
·
2013-04-02 20:00
Windows8运行命令大全
1.appwiz.cpl:程序和功能下DLL下载站http://www.wenjian.net2.calc:启动计算器3.certmgr.msc:证书管理实用程序4.
charmap
:启动字符映射表5.chkdsk.exe
amio555
·
2013-04-01 11:20
windows8
CodeForces #176(Div.2)-A
AC代码:#include#include#includeusingnamespacestd;intmain(){
charmap
[11][11];intf=0,i,j,h,k,b;f
Chuck_0430
·
2013-03-31 21:46
CodeForces #176(Div.2)-A
AC代码:#include #include #include usingnamespacestd; intmain() {
charmap
[11][11]; intf=0,i,
Chuck_0430
·
2013-03-31 21:00
hdu2574
bfs这道题貌似要求不能停下来的~~vis用三维的想想就明白了#include #include #include #include usingnamespacestd;
charmap
[105][105
JustSteps
·
2013-03-29 21:00
hdu1044 bfs+dfs
哎搜索太差了额~~~~#include #include #include #include usingnamespacestd;
charmap
[55][55]; intval[60]; intd[60
JustSteps
·
2013-03-29 11:00
Uva-1368-DNA Consensus String
代码:#include #include #include usingnamespacestd; constintmaxn=10e4+10;
charmap
[60][maxn]; intmain() {
z309241990
·
2013-03-27 13:00
greedy
hdu2612 简单两次广搜
include #include #include #include usingnamespacestd; intn,m; intdir[4][2]={-1,0,0,-1,1,0,0,1}; queue>q;
charmap
vegetable_bird_001
·
2013-03-25 20:00
广搜
Codeforces Round #176 (Div. 2)总结
今天比较悲催,好不容易等到现场版,结果一个题~a题(水):代码:#include #include #include usingnamespacestd;
charmap
[5][5]; intmain(
z309241990
·
2013-03-23 20:00
HDU1010 && 多校联合第一场H题
ACprogram:#include #include #include usingnamespacestd;
charmap
[10][10]; intt[10][10]; intflag
kg_second
·
2013-03-20 10:00
Uva-11520-Fill the Square
代码:#include #include #include #defineMAX11 usingnamespacestd;
charmap
[MAX][MAX]; intn,movex[4]={0,1,0
z309241990
·
2013-03-17 11:00
greedy
poj2251 三维搜索 利用优先队列
#include usingnamespacestd; structnode { intx; inty; intz; intstep; boolfriendoperatorb.step; } };
charmap
wahaha1_
·
2013-03-13 19:00
poj1321
简单的搜索题目:#include #include intn,k;
charmap
[9][9]; intans; intvis[9]; voiddfs(intc,intline) { //记录放的个数和放到的列数
wahaha1_
·
2013-03-12 18:00
poj3083
,m; intr[4][2]={{0,-1},{1,0},{0,1},{-1,0}}; intl[4][2]={{0,1},{1,0},{0,-1},{-1,0}}; intvis[50][50];
charmap
wahaha1_
·
2013-03-12 17:00
sdut 1961 dfs递归
ImageCompression像素按精确度压缩,直接dfs即可解#include #include intw,t;
charmap
[70][70]; intf(intx,inty,intsize) {
yan_____
·
2013-03-11 19:00
POJ-1562-Oil Deposits
代码:#include #include #include #defineMAX101 usingnamespacestd; intn,m,ans;
charmap
[MAX][MAX]; boolvis
z309241990
·
2013-03-09 19:00
DFS
ZOJ1654(二分构图题典例)
problemId=654 题意:有一个N*M(N,M #include #include usingnamespacestd; constintN=1250;
charmap
[N][N]; intcol
ACdreamers
·
2013-03-09 16:00
hdu1045
pid=1045#include #include usingnamespacestd;
charmap
[10][10]; intmax1,n; intju(inti,intj) { if(map[i]
JustSteps
·
2013-03-08 14:00
hdu 1045 DFS回溯
#include usingnamespacestd; intn;
charmap
[5][5]; intres; booljudge(intx,inty) { for(inti=x;i>=0;i-
Kevin_Samuel
·
2013-03-02 18:00
UVA 572 - Oil Deposits(DFS)
#include intm,n;
charmap
[105][105]; intdir[8][2]={-1,-1,-1,0,-1,1,0,-1,//定义8个方向数组 0,1,1,-1,1,0,1,1
zcube
·
2013-02-28 07:00
Codeforces Round #168 (Div. 2) B Convex Shape
给你一个n×m格子,判断任意两个黑格子之间是否有最多只转一次弯的路径我的方法也不是很好,遍历所有情况,好在本题数据量不是很大#include #include #include intfun(
charmap
weshjiness
·
2013-02-24 21:00
HDU2952(深度搜索)
这里写出深度方法的代码和思路#include #include intdir[4][2]={{0,1},{1,0},{0,-1},{-1,0}};//四个方向搜索
charmap
[110][110];
mxway
·
2013-02-15 16:00
Windows 7运行命令大全
1、cleanmgr:打开磁盘清理工具2、compmgmt.msc:计算机管理3、conf:启动系统配置实用程序4、
charmap
:启动字符映射表5、calc:启动计算器6、chkdsk.exe
fengwei2009
·
2013-02-05 10:00
HDU1728--逃离迷宫
/***简单的BFS*/#include #include usingnamespacestd;
charmap
[110][110]; intdir[4][2]={{0,1},{0,-1},{1,0
mxway
·
2013-01-30 20:00
BIT1021 Pascal's Travels
用intmap[][]居然会TLE,一怒之下换了
charmap
[][],再把getchar什么的换成了cin,就AC了。。。
zhangwei1120112119
·
2013-01-29 13:00
windows cmd 命令
cleanmgr–打开磁盘清理工具 compmgmt.msc---计算机管理 conf—-启动 netmeeting
charmap
–-启动字符映射表 calc—-启动计算器 chkdsk.exe
huyumin
·
2012-12-20 11:00
windows
常用DOS命令,程序员的帮手
cleanmgr–打开磁盘清理工具 compmgmt.msc---计算机管理 conf—-启动netmeeting
charmap
–-启动字符映射表 calc—-启动计算器 chkdsk.exe–-Chkdsk
西楼
·
2012-12-18 09:00
常用DOS命令
hdu4324
include"stdio.h" #include"string.h" #include"stdlib.h" #include"queue" #defineN2011 usingnamespacestd; intn;
charmap
Ice_Crazy
·
2012-12-13 11:00
【暴搜比DFS稍微好想一点】CODEFORCE 7A— Kalevitch and Chess
#include usingnamespacestd;
charmap
[8][8]; intmain() { inti,j; intcolumn=0,row=0; i
mig_davidli
·
2012-12-11 15:00
北大ACM poj1979 Red and Black
#includecharmap[21][21]; intc; intn,m; voidcount(
charmap
[21][21],inti,intj){ map[i][j]='#'; if(i+1-1&
gubojun123
·
2012-12-08 11:00
【非常非常巧妙的暴搜】CodeForce 6B——President's Office
来源:点击打开链接这个题表面上看用DFS做(其实也能做),但其实可以用异常简洁的方式(异常到暴,用ASCII码):#include usingnamespacestd; intn,m,b[256];
charmap
mig_davidli
·
2012-12-05 21:00
USACO Transformations
~~~题目链接~~~题目大意:一块NxN(1 #include #include usingnamespacestd; intn=0;
charmap
1[12][12],map2[12][12],map3
ulquiorra0cifer
·
2012-11-30 19:00
Hdu 1241 - Oil Deposits
AC代码:#include #include #include #include
charmap
[105][1
Chuck_0430
·
2012-11-24 00:00
HDU 1241 DFS
深搜水题:#include #include #defineLEN1001
charmap
[LEN][LEN]; intpoint[][2]={{0,1},{0,-1},{1,-1},{-1,1}
X_White
·
2012-11-24 00:00
hdu1242 广搜+优先队列
是最短路径的一种算法,只是因为输入数据的特殊性对每个顶点访问了一次(digkstra最短路径对每边松弛一次,但每个点不一定只访问一次)#include #include usingnamespacestd;
charmap
JustSteps
·
2012-11-21 22:00
上一页
8
9
10
11
12
13
14
15
下一页
按字母分类:
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
其他