码迷,mamicode.com
首页 >  
搜索关键字:algorithms    ( 784个结果
一直都想读的书籍
1 Computer Systems: A Programmer's Perspective (深入理解计算机系统)2Advanced Programming in the UNIX Environment (UNIX环境高级编程)3 Introduction to Algorithms (算法导论...
分类:其他好文   时间:2014-09-24 15:46:46    阅读次数:153
策略模式(Strategy Pattern)
Contents of Strategy Pattern: 概念;组成;应用场景;意义;实现;编写步骤;优缺点;简单实现。概念: The Strategy Pattern defines a family of algorithms, encapsulates each one, and mak.....
分类:其他好文   时间:2014-09-20 15:13:27    阅读次数:187
Vectorized implementation
VectorizationVectorization refers to a powerful way to speed up your algorithms. Numerical computing and parallel computing researchers have put decad...
分类:其他好文   时间:2014-09-18 18:18:44    阅读次数:325
计算机经典教材
(计算机牛人的必由之路) 1 前言 2 Mathematics (数学) 3 Data Structures & Algorithms (数据结构、算法) 4 Compiler (编译原理) 5 Operating System (操作系统)...
分类:其他好文   时间:2014-09-16 15:48:40    阅读次数:280
设计模式学习每天一个——Strategy模式
TheStrategyPatternis a designpatternto encapsulate the variants (algorithms) and swap them strategically to alter system behavior without changing its...
分类:其他好文   时间:2014-09-16 12:25:50    阅读次数:160
LeetCode Solutions : Path Sum I & II
Path Sum Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum. For example: Given the below binary...
分类:其他好文   时间:2014-09-15 17:54:12    阅读次数:229
Whitening
The goal of whitening is to make the input less redundant; more formally, our desiderata are that our learning algorithms sees a training input where ...
分类:其他好文   时间:2014-09-14 17:53:27    阅读次数:301
Python数据结构之列表、元组及字典
一位大牛Niklaus Wirth曾有一本书,名为《Algorithms+Data Structures=Programs》,翻译过来也就是算法+数据结构=程序。而本文就是介绍一下Python中内建的三种数据结构----列表、元组以及字典。 列表 列表是处理一组有序项目的数据结构,即你可以在...
分类:编程语言   时间:2014-09-13 22:43:06    阅读次数:270
原理系列:Spark1.x 生态圈一览
Spark生态圈,也就是BDAS(伯克利数据分析栈),是伯克利APMLab实验室精心打造的,力图在算法(Algorithms)、机器(Machines)、人(People)之间通过大规模集成,来展现大数据应用的一个平台,其核心引擎就是Spark,其计算基础是弹性分布式数据集,也就是RDD。通...
分类:其他好文   时间:2014-09-12 11:27:23    阅读次数:293
The Aggregate Magic Algorithms
http://aggregate.org/MAGIC/The Aggregate Magic AlgorithmsThere are lots of people and places that create and collect algorithms of all types (hereare ...
分类:其他好文   时间:2014-09-11 22:22:52    阅读次数:400
784条   上一页 1 ... 70 71 72 73 74 ... 79 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!