转载http://www.changhai.org/articles/science/mathematics/riemann_hypothesis/11.phpMontgomery 虽然得到了有关 Riemann ζ 函数非平凡零点对关联函数的猜测性结果。 但这一结果究竟有什么深意? 对他来说却还是...
分类:
其他好文 时间:
2014-12-25 18:16:52
阅读次数:
554
注意:每个层次的知识都是渐增的,位于层次n,也蕴涵了你需了解所有低于层次n的知识。计算机科学 Computer Science软件工程 Software Engineering程序设计 Programming经验 Experience学识 Knowledge软件界一个无可争议的事实是,不同程序员的效...
分类:
其他好文 时间:
2014-12-20 23:28:29
阅读次数:
282
转载自CSDN中转载于水木社区的一篇文章 流形学习是个很广泛的概念。这里我主要谈的是自从2000年以后形成的流形学习概念和其主要代表方法。自从2000年以后,流形学习被认为属于非线性降维 的一个分支。众所周知,引导这一领域迅速发展的是2000年Science杂志上的两篇文 章: Isomap and...
分类:
其他好文 时间:
2014-12-19 11:55:36
阅读次数:
211
In many ways, I think being a front end engineer is one of the most complicated jobs in computer science. Most traditional programming concepts don’t ...
分类:
其他好文 时间:
2014-12-18 18:10:45
阅读次数:
181
在Mac OSX上如果想使用OpenCV,可以通过自己手动编译源码的方式,但比较繁琐。
推荐使用Homebrew来进行安装,步骤很简单,如下:
1、brew tap homebrew/science
2、brew install opencv
等待几分钟,即可安装成功。
下面是配置eclipse:
1. 按照正常的步骤,使用eclipse建立...
分类:
系统相关 时间:
2014-12-13 16:30:34
阅读次数:
319
MD5的全称是Message-Digest Algorithm 5(信息-摘要算法),在90年代初由Mit Laboratory for Computer Science和Rsa data security inc的Ronald l. rivest开发出来,经md2、md3和md4发展而来。它的作用...
分类:
Web程序 时间:
2014-12-09 13:44:48
阅读次数:
219
Optimal substructureIncomputer science, a problem is said to haveoptimal substructureif an optimal solution can be constructed efficiently from optima...
分类:
其他好文 时间:
2014-12-05 07:05:26
阅读次数:
261
这次介绍的是Alex和Alessandro于2014年发表在的Science上的一篇关于聚类的文章[13],该文章的基本思想很简单,但是其聚类效果却兼具了谱聚类(Spectral Clustering)[11,14,15]和K-Means的特点,着实激起了我的极大的兴趣,该聚类算法主要是基于两个基本...
分类:
其他好文 时间:
2014-12-04 21:30:15
阅读次数:
281
formal specification:In computer science, formal specifications are mathematically based techniques whose purpose are to help with the implementation ...
分类:
编程语言 时间:
2014-12-02 22:23:30
阅读次数:
158
1:安装homebrew和cmake
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install cmake
2:安装opencv
brew tap homebrew/science
brew install opencv
3...
分类:
系统相关 时间:
2014-11-28 22:56:38
阅读次数:
518