技术

如何使用gitee作为免费图床

HuGuoDong

[TOC]

本篇文章是一个启发,介绍如何使用gitee作为免费图床。 没有使用github的原因是github国内访问有些慢。 另外,还有其他优秀的云存储,例如7niu,朋友们也可以试一下。

废弃不用的链接

HuGuoDong
废弃不用的链接 https://my.oschina.net/leonhu/blog http://gdhu.oschina.io/blog/ https://git.oschina.net/gdhu

什么是蒙特卡罗

HuGuoDong

[TOC]

乍一听“蒙特卡罗”这个词,完全不知所云,我感到很奇怪,一个搜索算法Monte Carlo Tree Search为什么叫蒙特卡罗。 于是,就有了下面的文字。

本篇文章主要介绍MonteCarlo方法的由来,及简单的一个应用-求π的值。 下篇将会介绍:什么是Monte Carlo Tree Search算法。

Priority Queues

HuGuoDong

[TOC]

本篇文章主要介绍优先队列(Priority Queue)和嵌套类(nested class)的基本用法。 接下来的文章会介绍在实现例如Greedy Best First Search和AStar搜索算法中使用priority queue。