# flowcontrol - for - for i := 0; i < 10; i++ { - for ; sum < 1000; { - For is Go's "while" - for sum < 1000 { - Forever - for { - if - if x < 0 { - } ...
分类:
其他好文 时间:
2017-05-09 13:51:45
阅读次数:
166
Tour Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 3408 Accepted: 1513 Description John Doe, a skilled pilot, enjoys traveling. While on ...
分类:
其他好文 时间:
2017-04-22 14:43:00
阅读次数:
229
因为下雨外加睡不醒所以这几天状态萎靡不振 决定开始刷题了,保持每天一道或者三天两道的进度吧 知识点随着刷题慢慢补吧 放弃爆炸oj了,蒟蒻的自我救赎 今天的题是[USACO16OPEN]关闭农场Closing the Farm 本蒟蒻的第一反应:强行spfa判连通 事实证明如果不是不知道哪里写错的玄学 ...
分类:
其他好文 时间:
2017-04-17 22:07:00
阅读次数:
200
链接:http://acm.hdu.edu.cn/showproblem.php?pid=1853 Cyclic Tour Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/65535 K (Java/Others) Total S ...
分类:
其他好文 时间:
2017-04-14 20:31:03
阅读次数:
214
这里采用的是mongoDB官网推荐使用.net驱动: http://mongodb.github.io/mongo-csharp-driver/2.4/getting_started/quick_tour/ 官方的示例中 都是在代码里设置的Database 名称 已经习惯了 在连接字符串中设置了,翻... ...
分类:
数据库 时间:
2017-04-11 17:27:30
阅读次数:
903
http://machinelearningmastery.com/a-tour-of-machine-learning-algorithms/ In this post, we take a tour of the most popular machine learning algorithms. ...
分类:
编程语言 时间:
2017-04-09 22:08:43
阅读次数:
305
适用sharepoint所有版本理论上每個farm還是只能指定一個sqlserverforconfigurationdb,但是可以使用多個sqlserverforcontentDB方式是可以在AddaContentDatabase時,直接指定不同的sqlserver,DBName等http://social.technet.microsoft.com/Forums/en/sharepointadmin/thread/de51..
分类:
数据库 时间:
2017-03-23 00:04:54
阅读次数:
197
题目描述 Farmer John always wants his cows to have enough water and thus has made a map of the N (1 <= N <= 700) water pipes on the farm that connect the ...
分类:
其他好文 时间:
2017-03-20 22:19:44
阅读次数:
255
题目描述 When FJ's friends visit him on the farm, he likes to show them around. His farm comprises N (1 <= N <= 1000) fields numbered 1..N, the first of w ...
分类:
其他好文 时间:
2017-03-19 17:32:41
阅读次数:
216
1 #include 2 #include 3 struct edge{ 4 int to,cap,rev,nx,we; 5 }G[40050]; 6 int n,m,p; 7 int h[2050],q[40050],d[2050]; 8 bool mark[2050]; 9 int Min(in... ...
分类:
其他好文 时间:
2017-03-19 17:30:57
阅读次数:
214