You have n boxes in a line on the table numbered 1 . . . n from left to right. Your task is to simulate 4 kinds of commands: ? 1 X Y : move box X to t ...
分类:
编程语言 时间:
2018-08-01 22:15:19
阅读次数:
188
使用vagrant ,需要安装virtualbox和vagrant。具体怎么安装这里就不介绍。 创建一个虚拟机 找到一个初始box vagrant创建虚拟机需要一个box镜像,box镜像可以在https://app.vagrantup.com/boxes/search中查询。 例如我们找到了一个ub ...
分类:
其他好文 时间:
2018-07-30 01:10:08
阅读次数:
190
html 里写出一个div, css给div 定宽高和背景色: <div class="boxes"> </div> <style type="text/css"> .boxes{ width: 200px; height: 200px; background: #CCCCCC; } </style ...
分类:
Web程序 时间:
2018-07-10 12:46:58
阅读次数:
210
【题目链接】 http://poj.org/problem?id=1475 【算法】 双重BFS 【代码】 ...
分类:
其他好文 时间:
2018-07-05 12:49:34
阅读次数:
145
概念:各种模型融合,结果取平均值或投票等项目经验:输出每个模型预测结果的情况,剔除预测效果差的模型(例如预测正样本比率是否符合原数据集正样本比率)Stacking(堆叠)模型:第一阶段最好交叉验证优点:使模型的边界更加平稳,效果更好,过拟合风险更低缺点:消耗时间大,不适合实时处理,只适合离线操作 转 ...
分类:
编程语言 时间:
2018-07-02 14:16:23
阅读次数:
170
题目链接 luogu & CodeForces 题目描述 Berland Football Cup starts really soon! Commentators from all over the world come to the event. Organizers have already ...
分类:
其他好文 时间:
2018-06-30 23:00:02
阅读次数:
291
hackerrankWeek of Code 32 A.Duplication B.Fight the Monsters! C.Circular Walk D.Geometric Trick E.Balls and Boxes F.Special Substrings ...
分类:
其他好文 时间:
2018-06-28 22:53:11
阅读次数:
196
http://www.zhangxinxu.com/wordpress/2016/01/understand-css-stacking-context-order-z-index/ 零、世间的道理都是想通的 在这个世界上,凡事都有个先后顺序,凡物都有个论资排辈。比方说食堂排队打饭,对吧,讲求先到先得 ...
分类:
Web程序 时间:
2018-06-13 14:54:28
阅读次数:
195
Codeforces Educational Codeforces Round 44 (Rated for Div. 2) E. Pencils and Boxes 题目连接: "http://codeforces.com/contest/985/problem/E" Description Mis ...
分类:
其他好文 时间:
2018-06-11 10:52:14
阅读次数:
143
整理代码。。。 Little Boxes Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 262144/262144 K (Java/Others)Total Submission(s): 2304 Accepted Submission(s ...
分类:
其他好文 时间:
2018-06-03 19:33:00
阅读次数:
253