码迷,mamicode.com
首页 >  
搜索关键字:algorithms    ( 784个结果
Leetcode: Linked List Random Node
Solution 1: Reservior sampling: (wiki introduction) Reservoir sampling is a family of randomized algorithms for randomly choosing a sample of k items ...
分类:其他好文   时间:2016-11-29 09:28:31    阅读次数:247
GeekBand_STL_Iterator
Iterators设计将Containers与Algorithms彼此独立,降低耦合性,使两者相互正交.而Iterator作为两者的中间层使得即使其中一方接口改变也能通过改写Iterators转换数据从而使其更改和使用更加安全和方便. Iterators是一种smart pointer,对opera ...
分类:其他好文   时间:2016-11-29 07:07:10    阅读次数:166
排序---快速排序
写在前面的话: 一枚自学Java和算法的工科妹子。 算法学习书目:算法(第四版) Robert Sedgewick 算法视频教程:Coursera Algorithms Part1&2 本文是根据《算法(第四版)》的个人总结,如有错误,请批评指正。 写在前面的话: 一枚自学Java和算法的工科妹子。 ...
分类:编程语言   时间:2016-11-24 18:58:37    阅读次数:371
排序---归并排序
写在前面的话: 一枚自学Java和算法的工科妹子。 算法学习书目:算法(第四版) Robert Sedgewick 算法视频教程:Coursera Algorithms Part1&2 本文是根据《算法(第四版)》的个人总结,如有错误,请批评指正。 写在前面的话: 一枚自学Java和算法的工科妹子。 ...
分类:编程语言   时间:2016-11-24 14:20:45    阅读次数:238
Convert BSpline Curve to Arc Spline in OpenCASCADE
Abstract. The paper based on OpenCASCADE algorithms to approximate the NURBS curve to arc spline. The method is most useful in numerical control to dr... ...
分类:其他好文   时间:2016-11-23 07:35:13    阅读次数:250
GeekBand_CPP_STL_Architecture&Container
STL六大部件: Containers(容器) Allocators(分配器) Algorithms(算法) Iterators(迭代器) Adapters(适配器) Functors仿函数) STL的主体在于容器,其他五个部件共同实现了容器的各种功能 ...
分类:其他好文   时间:2016-11-21 22:46:44    阅读次数:169
数据挖掘十大算法之决策树详解(2)
在2006年12月召开的 IEEE 数据挖掘国际会议上,与会的各位专家选出了当时的十大数据挖掘算法( top 10 data mining algorithms )。本博客的十大数据挖掘算法系列已经介...
分类:编程语言   时间:2016-11-20 16:17:08    阅读次数:437
数据挖掘十大算法之决策树详解(1)
在2006年12月召开的 IEEE 数据挖掘国际会议上,与会的各位专家选出了当时的十大数据挖掘算法( top 10 data mining algorithms )。本博客已经介绍过的位列十大算法之中...
分类:编程语言   时间:2016-11-20 11:19:35    阅读次数:504
频率分布直方图和累积频率分布图
之所以回顾这个知识点,是因为文[1]用这种方法对比了4种匹配方法的稳健性。 1. Magnusson, M., et al., Beyond points: Evaluating recent 3D scan-matching algorithms. 2015: p. 3631-3637. ...
分类:其他好文   时间:2016-11-16 14:36:12    阅读次数:279
an optimal solution to the problem
http://www.personal.kent.edu/~rmuhamma/Algorithms/MyAlgorithms/Greedy/greedyIntro.htm Greedy Introduction Greedy algorithms are simple and straightfor ...
分类:其他好文   时间:2016-11-06 07:52:33    阅读次数:247
784条   上一页 1 ... 39 40 41 42 43 ... 79 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!