我也忘了大概多久了,好像是三周多一点,终于把Data Structure and Algorithms with python以及 Problem Solving with Algorithms and DataStructures看完了(图那部分没仔细看,太难太费时间,毕业设计开始了,有点忙)。【
分类:
编程语言 时间:
2016-03-22 00:17:18
阅读次数:
219
本教程教您怎样使用各种线性滤波器对图像进行平滑处理,相关OpenCV函数如下: Note 以下原理来源于Richard Szeliski 的著作 Computer Vision: Algorithms and Applications 以及 Learning OpenCV 平滑 也称 模糊, 是一项
分类:
其他好文 时间:
2016-03-18 16:12:24
阅读次数:
224
In this post we take a tour of the most popular machine learning algorithms. It is useful to tour the main algorithms in the field to get a feeling of
分类:
编程语言 时间:
2016-03-04 19:22:05
阅读次数:
322
例子: 3-Sum 给定N个整数,这里面有多少个三元组,使其三个整数相加为0,如上面的例子为有4个三元组。 这个问题是许多问题如计算机几何,图形学等的基础. 用简单粗暴的方式来解决3-Sum问题 通过三个for循环来执行 那么怎么计算它运行的时间呢? Java有一个内嵌的函数来计算运行时间:Stop
分类:
其他好文 时间:
2016-01-30 22:43:22
阅读次数:
288
一系列的人物角色 Programmer,client,theoretician和blocking 学生可能会承担里面的一个或者多个角色 Running time 提出running time这个概念的可能要追溯到很远的时候,那时通过analytic engine来计算how many times t
分类:
其他好文 时间:
2016-01-30 18:06:12
阅读次数:
165
人脸识别的一些资源http://www.face-rec.org/algorithms/http://www.cs.colostate.edu/evalfacerec/algorithms5.htmlhttp://www.frvt.org/FRGC/www.boosting.org(currentl...
分类:
其他好文 时间:
2016-01-24 15:39:29
阅读次数:
135
策略模式在实际工作中我用到了策略模式,但为什么要有环境角色呢?这里我贴上英文对含义的介绍,The Strategy Pattern defines a family of algorithms,encapsulates each one,and makes them interchangeable....
分类:
其他好文 时间:
2016-01-24 00:26:57
阅读次数:
182
https://github.com/shalliestera/Algorithms-4th-Edition-Exercise-solutions自己尝试的解法以及解答过程。
分类:
编程语言 时间:
2016-01-19 23:34:00
阅读次数:
168
作者:yangecnu(yangecnu's Blog on 博客园) 出处:http://www.cnblogs.com/yangecnu/ 最近晚上在家里看Algorithms,4th Edition,我买的英文版,觉得这本书写的比较浅显易懂,而且“图码并茂”,趁着这次机会打算好好学习做做笔.....
分类:
编程语言 时间:
2016-01-16 01:12:54
阅读次数:
299
Abstract. The common math algorithms library provides a C++ implementation of the most frequently used mathematical algorithms. These include: algorit...
分类:
其他好文 时间:
2016-01-13 21:43:43
阅读次数:
245