Xiaoguang Tu: CV: Ph.D. Candidate of School of Communication and Information Engineering, University of Electronic Science and Technology of China (UE ...
分类:
其他好文 时间:
2016-08-14 22:08:32
阅读次数:
258
安装 警告 Pillow >= 2.1.0 不支持 “import _imaging”。请使用 “from PIL.Image import core as _imaging” 代替。 警告 Pillow >= 1.0 不支持 “import Image”. 请使用 “from PIL import ...
分类:
编程语言 时间:
2016-08-14 12:57:26
阅读次数:
1355
Tesseract,一款由HP实验室开发由Google维护的开源OCR(Optical Character Recognition , 光学字符识别)引擎,与Microsoft Office Document Imaging(MODI)相比,我们可以不断的训练的库,使图像转换文本的能力不断增强;如果 ...
分类:
其他好文 时间:
2016-08-12 18:07:24
阅读次数:
564
综述 MD5的全称是message-digest algorithm 5(信息-摘要算法),在90年代初由mit laboratory for computer science和rsa data security inc的ronald l. rivest开发出来,经md2、md3和md4发展而来。它 ...
分类:
其他好文 时间:
2016-08-11 00:51:17
阅读次数:
183
This webpage covers the space and time Big-O complexities of common algorithms used in Computer Science. When preparing for technical interviews in the past, I found myself spending hours crawling the internet...
分类:
其他好文 时间:
2016-08-08 22:51:24
阅读次数:
240
数据挖掘(data mining),机器学习(machine learning),和人工智能(AI)的区别是什么? 数据科学(data science)和商业分析(business analytics)之间有什么关系? 本来我以为不需要解释这个问题的,到底数据挖掘(data mining),机器学习 ...
分类:
系统相关 时间:
2016-08-08 00:51:00
阅读次数:
214
相关文献: Rego, C. (1998). "A Subpath Ejection Method for the Vehicle Routing Problem." Management Science 44(10): 1447-1459. Glover, F. (1996). "Ejection ...
分类:
其他好文 时间:
2016-08-05 19:43:08
阅读次数:
367
一 什么是DICOM?DICOM是Digital Imaging and Communication of Medicine的缩写,是美国放射学会(American College of Radiology,ACR)和美国电器制造商协会(National Electrical Manufacture ...
分类:
其他好文 时间:
2016-08-02 18:49:03
阅读次数:
231
History Grading History Grading Description Background Many problems in Computer Science involve maximizing some measure according to constraints. Con ...
分类:
其他好文 时间:
2016-07-31 17:30:34
阅读次数:
222
原文地址 除了内建的模块外,Python还有大量的第三方模块。 基本上,所有的第三方模块都会在PyPI - the Python Package Index上注册,只要找到对应的模块名字,即可用pip安装。 本文介绍常用的第三方模块。 一个图像处理库PIL PIL:Python Imaging Li ...
分类:
编程语言 时间:
2016-07-30 00:13:58
阅读次数:
195