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
Contents of Strategy Pattern: 概念;组成;应用场景;意义;实现;编写步骤;优缺点;简单实现。概念: The Strategy Pattern defines a family of algorithms, encapsulates each one, and mak.....
分类:
其他好文 时间:
2014-09-20 15:13:27
阅读次数:
187
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
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
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
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
一位大牛Niklaus Wirth曾有一本书,名为《Algorithms+Data Structures=Programs》,翻译过来也就是算法+数据结构=程序。而本文就是介绍一下Python中内建的三种数据结构----列表、元组以及字典。 列表 列表是处理一组有序项目的数据结构,即你可以在...
分类:
编程语言 时间:
2014-09-13 22:43:06
阅读次数:
270
Spark生态圈,也就是BDAS(伯克利数据分析栈),是伯克利APMLab实验室精心打造的,力图在算法(Algorithms)、机器(Machines)、人(People)之间通过大规模集成,来展现大数据应用的一个平台,其核心引擎就是Spark,其计算基础是弹性分布式数据集,也就是RDD。通...
分类:
其他好文 时间:
2014-09-12 11:27:23
阅读次数:
293
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