Description
There is a skyscraping tree standing on the playground of Nanjing University of Science and Technology. On each branch of the tree is an integer (The tree can be treated as a connected ...
分类:
其他好文 时间:
2016-05-07 10:00:01
阅读次数:
175
Unidirectional TSP
Description
Background
Problems that require minimum paths through some domain appear in many different areas of computer science. For example, one of the const...
分类:
其他好文 时间:
2016-05-07 09:28:43
阅读次数:
157
1.python-qrcode是个用来生成二维码图片的第三方模块,依赖于 PIL 模块和 qrcode 库。 首先,我们要安装三个模块,qrcode,image,PIL。 pip install qrcode pip install image PIL:Python Imaging Library, ...
分类:
编程语言 时间:
2016-05-04 11:54:31
阅读次数:
374
Dr. YUE XIAO Dr. YUE XIAO Dr. YUE XIAO Professor National Key Lab of Communication Science and Technology on Communications University of Electronic S ...
分类:
其他好文 时间:
2016-05-03 23:56:02
阅读次数:
757
1.首先来看看维基百科怎么定义的动态规划
引自wiki:Dynamic programming
In mathematics, management science, economics, computer science, and bioinformatics, dynamic programming (also known as dynamic optimization) is a m...
分类:
编程语言 时间:
2016-04-29 19:47:54
阅读次数:
233
注:本文编译自 How to do Data Science ,作者 Brandon Rohrer 为微软高级数据科学家。 《哈佛商业评论》曾宣称“数据科学家”是二十一世纪最性感的职业。所谓性感,既代表着难以名状的诱惑,又说明了大家对它又不甚了解。 如何做好数据科学呢? 微软高级数据科学家 Bran ...
分类:
其他好文 时间:
2016-04-23 22:57:05
阅读次数:
254
The Lenna Story - www.lenna.org Imaging Experts Meet Lenna in Person Yes, it's true! Lenna attended the 50th Anniversary IS&T conference in Boston hel ...
分类:
其他好文 时间:
2016-04-23 14:43:34
阅读次数:
327
1.首先来看看维基百科怎么定义的动态规划
引自wiki:Dynamic programming
In mathematics, management science, economics, computer science, and bioinformatics, dynamic programming (also known as dynamic optimization) is a m...
分类:
编程语言 时间:
2016-04-23 11:58:32
阅读次数:
233
History Grading
Time Limit:3000MS Memory Limit:0KB 64bit
IO Format:%lld & %llu
Background
Many problems in Computer Science involve maximizing some measure according to constraints....
分类:
其他好文 时间:
2016-04-22 20:53:57
阅读次数:
241
在网上找过很多方法都还是不行,也不明究竟,开始以为是PIL这个库的安装有问题,但即使正确安装了PIL仍然是会出现以上的错误.原因就在于解码器decoder的问题.后来找到一个叫Imaging-1.1.7的包,胡乱地安装了一下,结果行了就没有理会.技术债是始终要还的,只是没想到这么快,临近项目..
分类:
其他好文 时间:
2016-04-22 10:42:46
阅读次数:
150