#include "string.h"#include "stdio.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h" #define OK 1#define ERROR 0#define TRUE ...
分类:
编程语言 时间:
2017-10-07 18:45:12
阅读次数:
227
Install Kylin If you want to have multiple Kylin nodes please refer to this After Kylin started you can visit http://your_hostname:7070/kylin. The use ...
分类:
Web程序 时间:
2017-10-07 14:46:48
阅读次数:
263
Air Raid Consider a town where all the streets are one-way and each street leads from one intersection to another. It is also known that starting from ...
分类:
其他好文 时间:
2017-10-06 10:36:08
阅读次数:
229
地址:http://poj.org/problem?id=1228 题目: Grandpa's Estate Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 14326 Accepted: 4004 Description Bei ...
分类:
其他好文 时间:
2017-10-04 17:05:38
阅读次数:
103
5.1 蒙特卡洛预测 分为两种:First-Visit MC和Every-Visit MC,前者用的更多。后者用于函数近似和Eligibility Traces 5.2 蒙特卡洛评估action value 如果没有模型(即不知道每个a会得到什么样的s),则应该使用action value而不是st ...
分类:
其他好文 时间:
2017-10-03 20:36:48
阅读次数:
202
ID选择器: 类选择器: 属性选择器: 伪类选择器: 元素选择器: 注意:后代选择器,子元素选择器,兄弟选择器都属于派生选择器,而三者的区别如下: 后代选择器:又称为包含选择器。后代选择器可以选择作为某元素后代的元素,即例如:h em,无论em与h相隔几层父元素,只要em是h的后代,就可以被选中。又 ...
分类:
Web程序 时间:
2017-09-30 13:36:53
阅读次数:
221
Treasure Exploration Time Limit: 6000MS Memory Limit: 65536K Total Submissions: 8879 Accepted: 3635 Description Have you ever read any book about trea ...
分类:
其他好文 时间:
2017-09-24 09:51:25
阅读次数:
178
$课文80 水晶宫 867. Perhaps the most extraordinary building of the nineteeth century was the Crystal Palace, 19世纪最不寻常的建筑也许要数水晶宫了, 868. which was built in H ...
分类:
其他好文 时间:
2017-09-20 10:08:45
阅读次数:
177
设计模式: 设计模式(Design Pattern)是一套被反复使用、多数人知晓的、经过分类编目的、代码设计经验的总结,使用设计模式是为了可重用代码、让代码更容易被他人理解并且保证代码可靠性。 狭义的设计模式是指GoF在《设计模式:可复用面向对象软件的基础》一书中所介绍的23种经典设计模式,不过设计 ...
分类:
编程语言 时间:
2017-09-19 17:57:19
阅读次数:
211
? Prim算法是干什么的? Prim算法可以计算出一个无向加权图的最小生成树 ? 什么是最小生成树? 首先,树两个最重要的性质是①用一条边连接树中的任意两点都会产生一个新的环②从树中删除一条边将会得到两棵独立的树,最小生成树即为连接图中所有点,且总权重最小的树。最小生成树的性质:将图中的点分为两个 ...
分类:
编程语言 时间:
2017-09-16 21:57:46
阅读次数:
148