码迷,mamicode.com
首页 >  
搜索关键字:life in programming    ( 6263个结果
uva 112 - Tree Summing
Tree SummingBackgroundLISP was one of the earliest high-level programming languages and, with FORTRAN, is one of the oldest languages currently being ...
分类:其他好文   时间:2014-08-10 18:17:10    阅读次数:271
关于MSHTML
本文翻译自http://msdn.microsoft.com/workshop/browser/mshtml/overview/overview.aspMSDN Home> MSDN Library> Programming and Reusing the Browser> Overviews/Tu...
分类:Web程序   时间:2014-08-10 12:53:20    阅读次数:268
Rule of three & Rule of five
Reference:http://en.wikipedia.org/wiki/Rule_of_three_(C%2B%2B_programming)Therule of three(also known as the Law of The Big Three or The Big Three) is...
分类:其他好文   时间:2014-08-09 23:03:59    阅读次数:331
Demo of Python "Map Reduce Filter"
Here I share with you a demo for python map, reduce and filter functional programming that owned by me(Xiaoqiang). I assume there are two DB tables, that `file_logs` and `expanded_attrs` which re...
分类:编程语言   时间:2014-08-09 04:57:17    阅读次数:525
Functional Programming Principles in ScalaScala函式编程原理 第一章笔记
所有non-trival编程语言都提供了基本表达式(expression)去表示最简单的表达式组合表达式的方法抽象表达式的方法,也就是为表达式引入一个名字去引用它substitional model 替代模型sumOfSquares(3,2+2)sumOfSquares(3,4)square(3)+...
分类:其他好文   时间:2014-08-09 02:33:10    阅读次数:267
la----3695 City Game(最大子矩阵)
Bob is a strategy game programming specialist. In his new city building game the gaming environment is as follows: a city is built up by areas, in whi...
分类:其他好文   时间:2014-08-08 23:51:16    阅读次数:315
EWD简介
Edsger WybeDijkstra was a principal contributor in the late 1950's to the development of the ALGOL, a high level programming language which has become...
分类:其他好文   时间:2014-08-08 17:58:16    阅读次数:261
006-算法-动态规划法
一、概念:动态规划(Dynamic programming,DP)是一种在数学,科学计算和经济学中使用的,通过把原问题分解成相对简单的子问题的方式求解复杂问题。DP常常适用于有重叠子问题和最优子结构性质的问题,DP所消耗的时间往往小于朴素解法(拿空间换时间)。 动态规划背后色思想很简单那...
分类:其他好文   时间:2014-08-08 15:31:26    阅读次数:181
Spring3.0 AOP 详解
一、什么是 AOP。AOP(Aspect Orient Programming),也就是面向切面编程。可以这样理解,面向对象编程(OOP)是从静态角度考虑程序结构,面向切面编程(AOP)是从动态角度考虑程序运行过程。二、AOP 的作用。常常通过 AOP 来处理一些具有横切性质的系统性服务,如事物管理...
分类:编程语言   时间:2014-08-08 15:19:46    阅读次数:289
hadoop权威指南 chapter2 MapReduce
MapReduce MapReduce is a programming model for data processing. The model is simple, yet not too simple to express useful programs in. Hadoop can run MapReduce programs written in various languages...
分类:其他好文   时间:2014-08-08 12:44:23    阅读次数:231
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!