码迷,mamicode.com
首页 >  
搜索关键字:algorithms    ( 784个结果
AP聚类算法
一、算法简介 Affinity Propagation聚类算法简称AP,是一个在07年发表在Science上的聚类算法。它实际属于message-passing algorithms的一种。算法的基本思想将数据看成网络中的节点,通过在数据点之间传递消息,分别是吸引度(responsibility)和 ...
分类:编程语言   时间:2016-06-07 01:10:44    阅读次数:3029
STL简单<stl_algorithms.h>算法的实现
1.简介 STL标准中,没有区分基本算法和复杂算法,然而SGI STL却把常用的算法定义在中。本文介绍部分算法的实现,给出实现代码和测试代码。          本文介绍的算法包括: 1.      mismatch:比较两个序列,指出两者之间第一个不匹配的点,返回一对迭代器,分别指向两序列中不匹配的点; 2.      equal:如果两个序列在 [first, last ] 区间内相等...
分类:编程语言   时间:2016-06-06 01:20:51    阅读次数:250
Spark入门实战系列--1.Spark及其生态圈简介
1、简介 1.1 Spark简介 Spark是加州大学伯克利分校AMP实验室(Algorithms, Machines, and People Lab)开发通用内存并行计算框架。Spark在2013年6月进入Apache成为孵化项目,8个月后成为Apache顶级项目,速度之快足见过人之处,Spark ...
分类:其他好文   时间:2016-06-03 15:45:55    阅读次数:206
This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms
This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms ...
分类:Windows程序   时间:2016-06-01 16:51:37    阅读次数:532
k-d tree 学习笔记
以下是一些奇怪的链接有兴趣的可以看看: https://blog.sengxian.com/algorithms/k-dimensional-tree http://zgjkt.blog.uoj.ac/blog/1693 https://en.wikipedia.org/wiki/K-d_tree ... ...
分类:其他好文   时间:2016-05-30 21:19:07    阅读次数:204
个性化推荐算法:GRM,CF,NBI的实现
All three algorithms GRM, CF, and NBI can provide each user an ordered queue of all its uncollected movies. For an arbitrary user ui, if the edge ui?oj is in the probe set according to the trai...
分类:编程语言   时间:2016-05-30 15:08:07    阅读次数:261
DList双向链表
// // DList.h // Algorithms&Data_structures // // Created by TTc on 15-2-2. // Copyright (c) 2015年 TTc. All rights reserved. // #ifndef __Algorithms_Data_structures__DList__ #define __Algorithms_...
分类:其他好文   时间:2016-05-27 12:13:08    阅读次数:239
List单链表实现
// // List.h // Algorithms&Data_structures // // Created by TTc on 15-2-2. // Copyright (c) 2015年 TTc. All rights reserved. // /* defined(__Algorithms_Data_structures__List__) */#ifndef __Algorithm...
分类:其他好文   时间:2016-05-27 12:11:10    阅读次数:274
《 常见算法与数据结构》符号表ST(3)——二叉查找树 (附动画)
符号表(3)——二叉查找树 本系列文章主要介绍常用的算法和数据结构的知识,记录的是《Algorithms I/II》课程的内容,采用的是“算法(第4版)”这本红宝书作为学习教材的,语言是java。这本书的名气我不用多说吧?豆瓣评分9.4,我自己也认为是极好的学习算法的书籍。 通过这系列文章,可以加深对数据结构和基本算法的理解(个人认为比学校讲的清晰多了),并加深对java的理解。符号表...
分类:编程语言   时间:2016-05-18 19:35:53    阅读次数:362
Codeforces Round #352 (Div. 2) A Summer Camp
Every year, hundreds of people come to summer camps, they learn new algorithms and solve hard problems. This is your first year at summer camp, and yo ...
分类:其他好文   时间:2016-05-14 06:39:31    阅读次数:292
784条   上一页 1 ... 44 45 46 47 48 ... 79 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!