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
Uva 11520填充正方形
#include usingnamespacestd;
charmap
[15][15]; intn; charmin_A(inti,intj) {chara='A'; intflag=1; while(
liang5630
·
2012-11-18 13:00
hdu1026
这题花了很长时间,代码还是有点乱~~#include #include #include #include usingnamespacestd; #defineINF10000000
charmap
[105
JustSteps
·
2012-11-15 22:00
IKAnalyzer 3.2通过List方式加入自定义词典
Comparable<DictSegment>{ //公用字典表,存储汉字 private static final Map<Character , Character>
charMap
小网客
·
2012-11-05 15:00
IKAnalyzer
IKAnalyzer 3.2通过List方式加入自定义词典
Comparable<DictSegment>{ //公用字典表,存储汉字 private static final Map<Character , Character>
charMap
小网客
·
2012-11-05 15:00
IKAnalyzer
poj 1979
#include #include #include #include usingnamespacestd; intvis[25][25];
charmap
[25][25]; intdirx
sdjzujxc
·
2012-10-26 12:00
POJ 1321 - 棋盘问题
表示空白的位置AC代码如下:#include #include #include intn,k,ans;
charmap
[10][10]; intflag[10]; voiddfs(int
Chuck_0430
·
2012-10-25 19:00
hdu 1045 二分图最大匹配
hdu1045二分图最大匹配#include#includeusingnamespacestd;intg[33][33],linky[33];boolvis[33];
charmap
[5][5];intmapl
YAIMH1993的笔记
·
2012-10-22 05:00
hdu1026 http://acm.hdu.edu.cn/showproblem.php?pid=1026
一道打印路径的题目 :学习了第一次做这种题型#include #include #include #include usingnamespacestd;
charmap
[101][101]; intminTime
wahaha1_
·
2012-10-21 18:00
hau1198 这个代码一直w 思路对啊 还有特殊情况吗? 求指教
#include #include intmapCheck[12][5];
charmap
[600][600]; intfar[3000]; intrank[3000]; voidinti1() { memset
wahaha1_
·
2012-10-19 15:00
ACM-ZOJ 2412 DFS 深度优先搜索
/2012-10-1010:58:45Accepted2412C++0ms200kb#include#include#includeusingnamespacestd;constintMAX(55);
charmap
程序圆圆圆
·
2012-10-10 11:02
ACM
c++
c
hdu 4414 Finding crosses(模拟)
#include #include #include usingnamespacestd; constintnMax=55; intN;
charmap
[nMax][nMax]; intans; /
lhshaoren
·
2012-10-09 10:00
include
hdu 4119 && hdu 4082 && hdu 4054
include #include #include #defineN60 #defineP1000000007 usingnamespacestd; typedefunsignedlonglongull;
charmap
waitfor_
·
2012-10-04 14:00
c
struct
poj 1321 棋盘问题
id=1321#include #include usingnamespacestd; constintMAX=9;
charmap
[MAX][MAX]; boolvisit[MAX]; intk,n,
ygqwan
·
2012-09-27 21:00
poj 2790 dfs
0-1矩阵,每行代表1个人,每列代表一个事件,这个矩阵代表了每个人是否参加了某个事件 //找一个事件排列,使得每个人参加事件连续枚举+回溯 constintmaxn=400; intn,m,len;
charmap
azheng51714
·
2012-09-27 14:00
HDU 4414 Finding crosses 暴力枚举
组成的n*n(3 #include usingnamespacestd; constintmaxn=52; constintmove[4][2]={{-1,0},{0,1},{1,0},{0,-1}};
charmap
Flying_Stones_Sure
·
2012-09-24 01:00
hdu 4414 2012杭州网络赛
25里面是不是都是符合条件,符合的话判断是不是个数为奇数即可#include #include constintmaxn=55;
charmap
[maxn][maxn]; intdx[]={-1,0,1,0
qingniaofy
·
2012-09-23 22:00
c
网络
ini
HDU 2612 两次bfs
的距离之和,使其最小,可用2次BFS,分别求出2个点到各个KFC的最短距离,然后找出和最小的即可#include #include #include #definemax0x7fffffff intn,m;
charmap
vsooda
·
2012-09-12 18:00
HDU 2102 双层bfs
#include #include usingnamespacestd; typedefstruct { intx; inty; intz; inttime; }point;
charmap
vsooda
·
2012-09-12 15:00
struct
HDU 1983 BFS + DFS
所以我们可以采取这样的策略: 1.寻找一条盗贼的可行路线,如果没有,返回0. 2.计算封锁出口和入口四周需要的封锁点数量,取小的一个,假设是k,k #include usingnamespacestd;
charmap
vsooda
·
2012-09-12 14:00
HDU-4287-Intelligent IME
后来发现题目最多6位数,可将字符串转化成对应的数字,然后hash即可TLE的代码#include#include#include#includeusingnamespacestd;intn,m,ans;
charmap
Cambridge
·
2012-09-10 08:10
ACM_HDU
HDU-4287-Intelligent IME
后来发现题目最多6位数,可将字符串转化成对应的数字,然后hash即可TLE的代码#include #include #include #include usingnamespacestd; intn,m,ans;
charmap
Cambridgeacm
·
2012-09-10 08:00
struct
null
delete
search
ini
insert
图论之搜索部分解题思路
其复杂的地方就是要找出其最小的转弯次数#include #include usingnamespacestd; intSx,Sy,Ex,Ey,T; intvisit[101][101]; intn,m;
charMap
No_Retreats
·
2012-09-04 21:00
struct
poj 1321 棋盘问题
#include usingnamespacestd; constintMAX=10;
charmap
[MAX][MAX]; intvis[MAX],n,k,ans,sum; //地图的输入 voidinit
yzl_rex
·
2012-08-30 09:00
c
System
include
poj 1979 Red and Black
#include #include #include #include usingnamespacestd; constintMAX=25;
charmap
[MAX][MAX]; inti,j,w,h
yzl_rex
·
2012-08-26 10:00
POJ3083 children of rhe candy corn
555program:#include#include#include#include usingnamespacestd;
charmap
[41][41];intflag[41][41];intlm[4
kg_second
·
2012-08-26 09:00
HDOJ 1010 迷宮問題(DFS模版)
感覺這種題目比較有意思也比較難搞懂會很有成就感的主要是學會一種新的解決一類為題的方法面對一種問題的思路我想這種收穫遠遠比把一道題目解決更讓人高興#include #include #include #include intstate[10][10],time,a,b,rx,ry,ax,ay;
charmap
電泡泡
·
2012-08-25 00:00
HDU 2699 Five in a Row (搜索)
#include #include #include #include #include #include usingnamespacestd; constintN=15;
charmap
[N+9]
binwin20
·
2012-08-24 14:00
ini
HDU 1242 Rescue (搜索)水题
时的路的长度为2#include #include #include #include #include #include usingnamespacestd; intn,m; constintN=209;
charmap
binwin20
·
2012-08-21 18:00
struct
POJ 3363
=EOF&&n&&m&&r&&c) { intcnt=0;
charmap
[10
tmeteorj
·
2012-08-21 11:00
c
ini
DOS内部命令和外部命列表
CMD外部命令(调用其它程序来实现对对象的操作)1.calc-----------启动计算器2.certmgr.msc----证书管理实用程序3.
charmap
--------启动字符映射表4.chkdsk.exe
id_will_ab
·
2012-08-20 12:24
命令
内部
外部
HDU 1198 Farm Irrigation(搜索)
思路:暴搜#include #include #include #include #include #include usingnamespacestd; constintN=59; intn,m;
charmap
binwin20
·
2012-08-18 17:00
HDU 1010 Tempter of the Bone(奇偶剪枝)
主要收获: ①奇偶剪枝 ②尽量减少scanf("%c",&c);的使用 */ #include #include #include usingnamespacestd; constintnMax=8;
charmap
lhshaoren
·
2012-08-16 22:00
c
优化
hdu 2612
下面是AC代码:#include #include #include usingnamespacestd; constintMAX=210;
charmap
[MAX][MAX]; intn,m; intd
w00w12l
·
2012-08-13 10:00
HDU 1728
下面是AC代码:#include #include #include usingnamespacestd; constintMAX=110;
charmap
[MAX][MAX]; intvis[MAX]
w00w12l
·
2012-08-13 09:00
POJ-1204-Word Puzzles
id=1204字典树加深搜#include #include #include #include usingnamespacestd;
charmap
[1005][1005]; intn1,n2; intxx
Cambridgeacm
·
2012-08-09 13:00
HDU 1010 Tempter of the Bone (DFS)
//Memory:232KB //Time:687MS #include #include #include
charmap
[10][10]; boolvis[10][10]; intdx,dy,n,m
winkloud
·
2012-08-08 14:00
HDU 1026
下面是AC代码:#include #include usingnamespacestd; intn,m,flag;
charmap
[110][110]; boolvisited[110][110]; intdir
w00w12l
·
2012-08-07 21:00
struct
ini
Path
北大ACM poj3051 Satellite Photographs
SatellitePhotographsDescriptionFarmerJohnpurchasedsatellitephotosofWxHpixelsofhisfarm(1 #include
charmap
gubojun123
·
2012-08-04 10:00
HDU 1312
5introw,col,count,vis[21][21]; 6
charmap
[21][21]; 7intdx[]={0,0,-1,1}; 8intdy[]={1,-1,0,0}; 9void
·
2012-08-03 17:00
HDU
hdu1728 广搜
include usingnamespacestd; structnode{ intx,y,direction; intturn; }; inttnum,si,sr,ei,er,h,l;
charmap
·
2012-08-02 12:00
HDU
POJ 1102 LC-Display
代码:#include usingnamespacestd;
charmap
[300][300]; voidDisplay(intn,
aacm1992
·
2012-08-01 15:00
编程
c
语言
北大ACM poj1562
author:gubojun *time:2012.7.27 *language:C *题目大意:求有多少个不相连的区域代码中的解释很多了,别的不说了 */#include#include#defineN101
charmap
gubojun123
·
2012-07-27 12:00
HDU-1253-胜利大逃亡
简单的三维BFS#include #include #include #include #include #include usingnamespacestd; charvisit[52][52][52];
charmap
Cambridgeacm
·
2012-07-25 21:00
c
Go
Red and Black&&http://acm.hdu.edu.cn/showproblem.php?pid=1312
#include #include #include #include #defineN50 usingnamespacestd; intn,m;
charmap
[N][N]; intsum
smallacmer
·
2012-07-25 13:00
HDU-1278-逃离迷宫
题目要求转弯的次数不能超过k,BFS,从一个方向搜到底#include #include #include #include #include usingnamespacestd; intn1,n2,k;
charmap
Cambridgeacm
·
2012-07-24 22:00
c
struct
Go
n2
2012 Multi-University Training Contest 1 Saving Princess claire(广搜)
include #include #include #include #include #include usingnamespacestd; #definemaxn2000 introw,col,cost;
charmap
bigman_123
·
2012-07-21 20:00
BFS_连连看游戏 一个让人感觉很复杂的BFS
在一个由10*10个小方格组成的矩形里有n(n#include#includeusingnamespacestd;intstep[4][2]={-1,0,1,0,0,-1,0,1};
charmap
[11
hnust_xiehonghao
·
2012-07-20 20:00
poj 3752 字母旋转游戏
#include usingnamespacestd;
charmap
[10000][10000]; intmain() { inti,j,m,n,tot; charch='A'; cin>>m>>
yzl_rex
·
2012-07-20 12:00
Win7运行命令大全(45个)
ALT旁边的WIN徽标键,再按R,即win+R,再输入“cmd”:1、cleanmgr:打开磁盘清理工具2、compmgmt.msc:计算机管理3、conf:启动系统配置实用程序4、
charmap
:启动字符映射表
Fantacy.
·
2012-07-19 17:21
⦿
系统维优
poj1236--强连通--tarjan--补强连通--最优分发
#include #include #include usingnamespacestd; stacks;
charmap
[110][110]; charfang[110]; intlow[110];
qq172108805
·
2012-07-16 20:00
C++
c
上一页
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
其他