- 博客(6)
- 资源 (4)
- 收藏
- 关注
原创 sicp笔记--①
learning note -- start Mathematics provides a framework for dealing precisely with notions of ``what is.'' Computation provides a framework for dealing precisely with notions of ``how to.''
2013-10-16 19:40:10
793
原创 scala实现xml配置
scala实现xml配置 xml如下: root config ALLAUTO scala代码如下: package com.dic.ocs.scala object Config { val config: Map[String, Map[String, String]] = (xml.XML.loadFile("Config.xml")
2013-09-09 15:08:35
810
原创 以java为例理解协变性
以java为例理解协变性 这篇文章以java为例,解释下语言的类型系统中的几个重要概念,协变性(covariance)、逆变性(contravariance)和无关性(invariant) 在面向对象语言中由于继承的存在,安全的类型转换对于书写正确的代码至关重要。而上面几个概念就是用来描述这种类型转换的性质的。 首先,看下这几个概念的定义: 如果M和N是类型,f()
2013-08-23 01:56:17
980
原创 wordCount的解析
wordCount的解析 MapReduce的过程 (input)->map->->combine->->reduce->(output) 适合用 MapReduce 来处理的数据集(或任务)有一个基本要求: 待处理的数据集可以分解成许多小的数据集,而且每一个小数据集都可以完全并行地进行处理。 计算模型的核心是 Map 和 Reduce 两个函数,这两个函数由用
2013-04-24 21:02:47
840
翻译 hive②-- GettingStarted
仅翻译部分,看着简单的和后面的一些没翻译 GettingStarted Table of Contents Installation and Configuration Requirements Installing Hive from a Stable Release Building Hive from Sourc
2013-04-24 10:01:46
758
翻译 Apache Hive翻译①--简介
Apache Hive 原地址:https://cwiki.apache.org/confluence/display/Hive/Home The Apache HiveTM data warehouse software facilitates querying and managing large datasets residing in distributed sto
2013-04-24 09:58:44
908
用单片机实现温度控制及显示
2010-09-04
一种用于图像处理的新型加权中值滤波算法(英文原文加翻译)
2010-09-04
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅