码迷,mamicode.com
首页 >  
搜索关键字:xinjiang tour    ( 467个结果
SPOJ1825/FTOUR2:Free tour II——包看得懂/看不懂题解
http://www.spoj.com/problems/FTOUR2/en/ 题目大意:给一棵黑白染色的树,求边权和最大且经过黑点不超过K的路径。 ———————————————————— 前排膜拜hzwer,借(抄)鉴(袭)了神犇的代码与思路,要看简洁的思路的话:http://hzwer.com ...
分类:其他好文   时间:2017-12-14 13:16:10    阅读次数:166
UVA - 1347 Tour
Input The program input is from a text file. Each data set in the file stands for a particular set of points. For each set of points the data set cont ...
分类:其他好文   时间:2017-12-09 22:37:26    阅读次数:185
Miss leads pain ?
I have been 27 years old , very strong . I first go to XinJiang university for a master's degree in september,2017. I come with excitement and dream,t ...
分类:其他好文   时间:2017-12-04 00:00:49    阅读次数:211
POJ2135:Farm Tour——题解
http://poj.org/problem?id=2135 题目大意: 从1到n再回来,每条边只能走一次,问最短路。 —————————————————— 如果不告诉我是费用流打死不会想这个…… 我们把问题简化为1到n跑两遍,然后每条边容量为1,费用为长度。 然后建一个s和t,s到1容量为2,n到 ...
分类:其他好文   时间:2017-12-01 22:08:41    阅读次数:176
【Codeforces858F】Wizard's Tour [构造]
Wizard's Tour Description Input Output Sample Input 4 5 1 2 3 2 2 4 3 4 4 1 Sample Output 2 4 1 2 4 3 2 HINT Solution 首先,一个连通块的答案可以是floor(m / 2)。考虑如何构 ...
分类:其他好文   时间:2017-11-25 18:27:24    阅读次数:166
[poj2135]Farm Tour(最小费用流)
解题关键:最小费用流 ...
分类:其他好文   时间:2017-11-25 16:10:55    阅读次数:173
Codeforces Round #447
QAQ Ralph And His Magic Field Marco and GCD Sequence Ralph And His Tour in Binary Country Ralph and Mushrooms ...
分类:其他好文   时间:2017-11-21 14:50:21    阅读次数:103
HDU3488 Tour —— 二分图最大权匹配 KM算法
题目链接:https://vjudge.net/problem/HDU-3488 Tour Time Limit: 3000/1000 MS (Java/Others) Memory Limit: 65535/65535 K (Java/Others)Total Submission(s): 372 ...
分类:编程语言   时间:2017-11-13 21:36:04    阅读次数:222
Farm Tour(最小费用最大流模板)
Farm Tour Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 18150 Accepted: 7023 Description When FJ's friends visit him on the farm, he like ...
分类:其他好文   时间:2017-11-07 22:19:51    阅读次数:205
C#的程序结构
1.用文本编辑器和命令行书写执行hello world;资料https://docs.microsoft.com/zh-cn/dotnet/csharp/tour-of-csharp/index,注意环境变量配置好后一定要重启cmd 2.对包含主程序编译使用csc 命令,把.cs文件编译成.exe文 ...
分类:Windows程序   时间:2017-11-03 13:05:48    阅读次数:237
467条   上一页 1 ... 9 10 11 12 13 ... 47 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!