摘要:
女强人:http://blog.csdn.net/abcjennifer/article/details/5556455 USACO 4.2.1 Ditch 网络最大流问题算法小结 通过 USACO 4.2.1 Ditch 学习一下最大流算法 。可惜它给的测试数据几乎没有任何杀伤力,后... 阅读全文
posted @ 2013-06-03 22:19
N3verL4nd
阅读(209)
评论(0)
推荐(0)
摘要:
#include//标准C++; string tp; wchar_t *s; char *d; tp=s; d=tp.c_str(); 也可使用WideCharToString(wchar_t * Source);函数转换 WideCharToMultiByte ... 阅读全文
posted @ 2013-06-03 19:32
N3verL4nd
阅读(720)
评论(0)
推荐(0)
摘要:
PlaySound函数的声明为: BOOL PlaySound(LPCSTR pszSound, HMODULE hmod,DWORD fdwSound); PlaySound(NULL,NULL,NULL);停止播放。 参数pszSound是指定了要播放声音的字符串(一般是绝对路径,如果... 阅读全文
posted @ 2013-06-03 19:04
N3verL4nd
阅读(608)
评论(0)
推荐(0)
摘要:
Wormholes Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 24055 Accepted: 8573 Description While exploring his many far... 阅读全文
posted @ 2013-06-03 18:33
N3verL4nd
阅读(128)
评论(0)
推荐(0)
摘要:
Currency Exchange Time Limit: 1000MS Memory Limit: 30000K Total Submissions: 15768 Accepted: 5447 Description Several currency excha... 阅读全文
posted @ 2013-06-03 16:26
N3verL4nd
阅读(135)
评论(0)
推荐(0)
摘要:
Bellman-Ford算法流程分为三个阶段: (1) 初始化:将除源点外的所有顶点的最短距离估计值 d[v] ←+∞, d[s] ←0; (2) 迭代求解:反复对边集E中的每条边进行松弛操作,使得顶点集V中的每个顶点v的最短距离估计值逐步逼近其最短距离;(运行|v|-1次)... 阅读全文
posted @ 2013-06-03 16:20
N3verL4nd
阅读(178)
评论(0)
推荐(0)
摘要:
Silver Cow Party Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 10100 Accepted: 4488 Description One cow from each of ... 阅读全文
posted @ 2013-06-03 11:27
N3verL4nd
阅读(109)
评论(0)
推荐(0)
摘要:
The Perfect Stall Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 15823 Accepted: 7234 Description Farmer John complete... 阅读全文
posted @ 2013-06-03 10:00
N3verL4nd
阅读(122)
评论(0)
推荐(0)
摘要:
Drainage Ditches Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 47664 Accepted: 17948 Description Every time it rains ... 阅读全文
posted @ 2013-06-03 08:35
N3verL4nd
阅读(135)
评论(0)
推荐(0)

浙公网安备 33010602011771号