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
cstdio
hdu 1532 赤裸裸的网络流
/* * hdu1532/win.cpp * Created on: 2011-10-5 * Author : ben */#include <
cstdio
>#include <
·
2015-11-11 15:45
HDU
hdu 1521 记忆化搜索
,最近用记忆化搜索用得老爽了,就用了~ /* * hdu1521/win.cpp * Created on: 2011-10-3 * Author : ben */#include <
cstdio
·
2015-11-11 15:45
HDU
hdu 1799 记忆化搜索
我用记忆化搜索做的,觉得记忆化搜索写起来就是简捷啊~ /* * hdu1799/win.cpp * Created on: 2011-10-3 * Author : ben */#include <
cstdio
·
2015-11-11 15:43
HDU
hdu 1175 连连看
就可以只用普通队列即可,又是一道泪流满面的题目啊~~~~~ /* * hdu1175/win.cpp * Created on: 2011-10-2 * Author : ben */#include <
cstdio
·
2015-11-11 15:42
HDU
hdu 1678 优先队列
/* * hdu1678/win.cpp * Created on: 2011-10-1 * Author : ben */#include <
cstdio
>#include <
·
2015-11-11 15:41
优先队列
hdu 3695 DFA
后面相同的字符就直接PASS,终于过了,泪流满面啊…… /* * hdu3695/win.cpp * Created on: 2011-9-21 * Author : ben */#include <
cstdio
·
2015-11-11 15:39
HDU
hdu 2896 DFA
果然过了,汗啊,我之前开的是100000~ /* * hdu2896/win.cpp * Created on: 2011-9-22 * Author : ben */#include <
cstdio
·
2015-11-11 15:37
HDU
hdu 3925 一道复杂的简单题
希望路过的大牛帮忙测测,将测试数据发给我,我将感激不尽…… /* * hdu3925/win.cpp * Created on: 2011-9-20 * Author : ben */#include <
cstdio
·
2015-11-11 15:36
HDU
hdu 1142 最短路 + DP
/* * hdu1142/linux.cpp * Created on: 2011-9-17 * Author : ben */#include <
cstdio
>#include
·
2015-11-11 15:35
HDU
hdu 1872 stable_sort
/* * hdu1872/win.cpp * Created on: 2011-9-11 * Author : ben */#include <
cstdio
>#include <
·
2015-11-11 15:34
table
hdu 3793 水题
/* * hdu3793/win.cpp * Created on: 2011-9-11 * Author : ben */#include <
cstdio
>#include <
·
2015-11-11 15:33
HDU
hdu 3788 字符串
题目很简单,可是打了一个小时,这种题目真是悲剧啊 /* * hdu3788/win.cpp * Created on: 2011-9-6 * Author : ben */#include <
cstdio
·
2015-11-11 15:32
字符串
hdu 3786 最短路
题目很水,直接用Floyd即可 /* * hdu3786/win.cpp * Created on: 2011-9-6 * Author : ben */#include <
cstdio
·
2015-11-11 15:32
HDU
hdu 3791 二叉排序树水题
那么直接比较树是否完全一样就可以了的,算了就这样吧,以后再打…… /* * hdu3791/linux.cpp * Created on: 2011-9-6 * Author : ben */#include <
cstdio
·
2015-11-11 15:31
二叉排序树
hdu 1394 水题
我滴妈呀,n才5000,直接暴力过了~~ /* * hdu1394/linux.cpp * Created on: 2011-9-6 * Author : ben */#include <
cstdio
·
2015-11-11 15:30
HDU
hdu 1754 简单的线段树应用
/* * hdu1754/win.cpp * Created on: 2011-9-6 * Author : ben */#include <
cstdio
>#include <cstdlib
·
2015-11-11 15:30
HDU
hdu 1166 赤裸裸的树状数组
题目没啥说的,赤裸裸的树状数组 /* * hdu1166/win.cpp * Created on: 2011-9-6 * Author : ben */#include <
cstdio
·
2015-11-11 15:29
树状数组
hdu 4001 动态规划
/* * hdu4001/linux.cpp * Created on: 2011-9-5 * Author : ben */#include <
cstdio
>#incl
·
2015-11-11 15:28
动态规划
hdu 1242 利用优先队列进行广搜
主要是之前没用过结构体的构造函数,比较函数与优先队列 /* * hdu1242/linux.cpp * Created on: 2011-9-4 * Author : ben */#include <
cstdio
·
2015-11-11 15:28
优先队列
hdu 3631 多源最短路
/* * hdu3631/win.cpp * Created on: 2011-9-6 * Author : ben */#include <
cstdio
>#in
·
2015-11-11 15:27
HDU
hdu 1241 简单的搜索
题目简单,直接贴代码 /* * hdu1241/linux.cpp * Created on: 2011-9-4 * Author : ben */#include <
cstdio
>
·
2015-11-11 15:26
HDU
hdu 4004 二分查找
我的判断函数没有像大牛们那样优化,但是过是没问题的~ /* * hdu4004/linux.cpp * Created on: 2011-9-4 * Author : ben */#include <
cstdio
·
2015-11-11 15:25
二分查找
hdu 1264
直接用一个数组标记平面上每一个单位方格即可,水题~ /* * hdu1264/linux.cpp * Created on: 2011-9-1 * Author : ben */#include <
cstdio
·
2015-11-11 15:23
HDU
hdu 1286 赤裸裸的欧拉函数
/* * hdu1286/linux.cpp * Created on: 2011-9-1 * Author : ben */#include <
cstdio
>#include <
·
2015-11-11 15:22
HDU
hdu 2063 赤裸裸的匈牙利算法
/* * hdu2063/linux.cpp * Created on: 2011-9-1 * Author : ben */#include <
cstdio
>#include <
·
2015-11-11 15:22
HDU
hdu 1036 水题
/* * hdu1036/linux.cpp * Created on: 2011-8-31 * Author : ben */#include <
cstdio
>#include <
·
2015-11-11 15:21
HDU
hdu 3555 数位DP
后面使用的时候反而是想了好久才理解…… /* * hdu3555/linux.cpp * Created on: 2011-8-30 * Author : ben */#include <
cstdio
·
2015-11-11 15:20
HDU
hdu 3407 DFA
DFA,过了,很有成就感,呵呵~~ /* * hdu3407/linux.cpp * Created on: 2011-7-29 * Author : ben */#include <
cstdio
·
2015-11-11 15:20
HDU
hdu 1686 KMP
发现自己多写了一层循环,太粗心了…… /* * hdu1686/linux.cpp * Created on: 2011-8-29 * Author : ben */#include <
cstdio
·
2015-11-11 15:19
HDU
hdu 1172
/* * hdu1172/linux.cpp * Created on: 2011-8-29 * Author : ben */#include <
cstdio
>#include <
·
2015-11-11 15:17
HDU
hdu 2436 判断长方体与球是否相交
/* * hdu2436/linux.cpp * Created on: 2011-8-28 * Author : ben */#include <
cstdio
>#include <
·
2015-11-11 15:16
HDU
hdu 3629 极坐标排序
/* * hdu3629/linux.cpp * Created on: 2011-8-25 * Author : ben */#include <
cstdio
>#include <
·
2015-11-11 15:15
HDU
POJ3273Monthly Expense(二分)
#include<
cstdio
> #include<iostream&g
·
2015-11-11 15:11
exp
Codeforces Round #258 (Div. 2) 小结
代码: #include <iostream> #include <
cstdio
>
·
2015-11-11 14:16
codeforces
Light OJ 1318 Strange Game 组合数+高速幂+分解因子
有反复 要除以2 可是你mod n了 不能直接除 n不一定是素数 所以不能乘以逆元 所以我都mod 2倍的n 最后的结果再除以2 特判l = 1 和 m = 0的情况 #include <
cstdio
·
2015-11-11 14:59
game
UVa 147: Dollars
代码如下: #include <iostream> #include <
cstdio
> #include <cstring> #include
·
2015-11-11 14:21
uva
UVa 10066: The Twin Towers
题目的例子上居然没空,害我WA了两次才找到原因 =--= 解题代码如下: #include <iostream> #include <
cstdio
> #include
·
2015-11-11 14:07
uva
FZU 1977 Pandora adventure (插头DP)
#include <iostream> #include <
cstdio
> #include <str
·
2015-11-11 14:29
ora
HDU 1964 Pipes(插头DP-回路最小代价)
#include <iostream> #include <
cstdio
> #include <string.h>
·
2015-11-11 14:26
HDU
POJ 1739 Tony's Tour(插头DP)
#include <iostream> #include <
cstdio
> #include <string.h> #include <algorithm
·
2015-11-11 14:25
poj
HDU 1693 Eat the Trees(插头DP)
#include <iostream> #include <
cstdio
> #include <string.h> #include <algori
·
2015-11-11 14:23
tree
CF Gym 100500I Hall of Fame
#include<
cstdio
> #include<algorithm> #include<cstring> using namespace std; typedef
·
2015-11-11 14:06
500
CF Gym 100500F Door Lock
二分求解就行了 #include<
cstdio
> using namespace std; typedef long long ll; int main() {
·
2015-11-11 14:05
Lock
CF Gym 100500D T-shirts
#include<
cstdio
> #include<map> #include<algorithm> using namespace std; typedef
·
2015-11-11 14:05
500
CF Gym 100500C ICPC Giveaways
#include<
cstdio
> #include<algorithm> #include<cstring> using namespace std; typedef
·
2015-11-11 14:04
ICPC
poj 2728 Desert King(最优比例生成树)
#include <iostream> #include <
cstdio
> #include <cmath> #include <cstdlib>
·
2015-11-11 14:37
des
hdu 4619 Warm up 2(并查集)
#include <iostream> #include <
cstdio
> using namespace std; int father[2005
·
2015-11-11 14:44
HDU
组队练习赛(Regionals 2012, North America - East Central NA)
#include <
cstdio
> #include <cstring&g
·
2015-11-11 14:37
2012
poj 3252 Round Numbers
1 #include<iostream> 2 #include<
cstdio
> 3 #include
·
2015-11-11 14:43
number
LightOJ 1140 How Many Zeroes
1 #include<iostream> 2 #include<
cstdio
> 3 #include<cstring> 4
·
2015-11-11 14:42
zero
上一页
72
73
74
75
76
77
78
79
下一页
按字母分类:
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
其他