
未懂!
努力的乌龟
水货一个
展开
-
poj 2019
题意简单,去子矩阵的最大值和最小值的差。 ST二维的不懂,用了暴力。时间差别不大。 #include #include #include #include #include using namespace std; const int maxn = 255; int n, b, k; short dpmin[maxn][maxn][10][10原创 2015-04-20 21:02:38 · 502 阅读 · 0 评论 -
HDU 4998
题意不写了,重点是学习神牛的向量旋转。 //poj 3036 //poj 3041 //poj 1328 #include #include #include #include using namespace std; #define LL long long const double PI = 3.141592653; struct point{原创 2015-06-10 20:41:05 · 389 阅读 · 0 评论 -
二分图
转载:http://blog.youkuaiyun.com/pi9nc/article/details/11848327 二分图的最大匹配、完美匹配和匈牙利算法 2013-08-01Algorithms二分图匹配, 图论, 算法 这篇文章讲无权二分图(unweighted bipartite graph)的最大匹配(maximum matching)和完美匹配(perfect matchin转载 2015-06-12 20:26:44 · 390 阅读 · 0 评论 -
Cbi
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.net.MalformedURLException; import java.net.URL; import java.net.URLConnection; public原创 2018-04-30 16:49:32 · 202 阅读 · 0 评论 -
chil
qadfweqfffffffffffffffffffffffffffffffimport java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.net.MalformedURLException; import java.net.URL; import ja原创 2018-04-30 16:49:57 · 237 阅读 · 0 评论