Java的遗产将是平台,而不是程序设计语言。 Java技术的原始工程师们作出了一个明智的决定,就是将编程语言与运行时环境分开,最终这使得超过200种语言能够运行在Java平台上。这种架构对于该平台的长期活力是至关重...
分类:
其他好文 时间:
2014-07-31 13:46:11
阅读次数:
214
昨天写 Scala 的时候,使用 match(相当于 switch)时,运行结果很奇怪。var i: Int = 0while (i println("offset: " + items(i)) case logSize => println("logSize: " + items(i)) c...
分类:
其他好文 时间:
2014-07-31 12:11:36
阅读次数:
219
Scala课堂(1):概述Scala课堂(2):基础(一)Scala课堂(3):基础(二)Scala课堂(4):基础(三)Scala课堂(5):基础(四)Scala课堂(6):基础(五)Scala课堂(7):基础(六)Scala课堂(8):集合(一)Scala课堂(9):集合(二)Scala课堂(10):模式匹配和函数组合Scala课堂(11):类型和多态类型(一)Scala课堂(12):类型和多...
分类:
其他好文 时间:
2014-07-31 09:54:46
阅读次数:
182
Description
In this problem, you have to analyze a particular sorting algorithm. The algorithm processes a sequence of n distinct integers by swapping two adjacent sequence elements until the seq...
分类:
其他好文 时间:
2014-07-30 12:22:33
阅读次数:
290
Description
A friend of you has just bought a new computer. Until now, the most powerful computer he ever used has been a pocket calculator. Now, looking at his new computer, he is a bit disappointed...
分类:
其他好文 时间:
2014-07-29 15:07:09
阅读次数:
335
bash支持下述流程控制结构:
if/else:如果某条件为真/假,执行一个执行列表。
for:执行一个语句列表固定次数。
while:当某条件为真时重复执行某语句列表
until:重复执行某语句列表直至某条件为真。
case:依据一个变量取值执行几个语句列表中的一个。
select:允许用户从一个菜单的可选列表中选择一个。...
分类:
其他好文 时间:
2014-07-29 13:13:17
阅读次数:
251
自然语言处理
ScalaNLP—机器学习和数值计算库的套装
Breeze —Scala用的数值处理库
Chalk—自然语言处理库。
FACTORIE—可部署的概率建模工具包,用Scala实现的软件库。为用户提供简洁的语言来创建关系因素图,评估参数并进行推断。
数据分析/数据可视化
MLlib in Apache Spark—Spark下的分布式机器学...
分类:
其他好文 时间:
2014-07-29 13:01:37
阅读次数:
372
案例取自streaming-app项目package com.asiainfo.ocdc.streaming.toolsimport org.apache.hadoop.hbase.HBaseConfigurationimport org.apache.hadoop.conf.Configurati...
分类:
其他好文 时间:
2014-07-29 11:02:26
阅读次数:
1081
ubuntu14 手动安装sbt 参见官网配置说明http://www.scala-sbt.org/release/tutorial/Manual-Installation.html 1、下载sbt通用平台压缩包:sbt-0.13.5.tgzhttp://www.scala-sbt.org/down...
分类:
系统相关 时间:
2014-07-25 16:43:51
阅读次数:
1010
ubuntu14 安装scala详细教程 1、下载scala压缩包http://www.scala-lang.org/download/ 2、建立目录,解压文件到所建立目录$ sudo mkdir /opt/scala$ sudo tar zxvf scala-2.11.2.tgz -C /op.....
分类:
其他好文 时间:
2014-07-25 13:49:51
阅读次数:
233