Higher order functions are functions that manipulate other functions. For example, a function can take other functions as arguments and/or produce a function as its return value. Such fancy functional...
分类:
编程语言 时间:
2015-06-01 16:44:23
阅读次数:
166
SRS文档——用例建模一、spec概念Specification, 又叫spec, 有两种: a) functional spec, 软件功能说明书, 主要用来说明软件的外部功能, 和用户的交互情况 (把软件当作一个黑盒子)。b) technical spec, 软件技术说明书, 又叫 design...
分类:
其他好文 时间:
2015-05-30 23:49:06
阅读次数:
292
fmap :: (T -> R) -> Functor<T> -> Functor<R> lifts a function of type T -> R into a function of type Functor<T> -> Functor<R>; flatMap :: (T -> Monad<...
分类:
其他好文 时间:
2015-05-30 13:26:45
阅读次数:
198
1.Scala in Action2.Scala in Depth3.Functional Programming in Scala4.Akka in Action5.Lift in Action6.Play for Scala7.Scalatra in Action8.SBT in Action9...
分类:
其他好文 时间:
2015-05-29 17:41:16
阅读次数:
125
Change interatomic distance and Run DFT (Density Functional Theory, deMon2k code):#! /bin/bashfor n in `head -n 1 ../distances` do molecule=${1%....
分类:
其他好文 时间:
2015-05-25 16:12:45
阅读次数:
97
从语言范式说到函数式范式范式(Paradigm)是指用来区分一套相关的概念或思维模式的科学原则。目前主要存在如下三种程序范式:ImperativeprogrammingFunctionalprogrammingLogicprogramming我们常说道的Object-orentiedprogramming可以看成是以上三种范式的一种正交的范式。我..
分类:
其他好文 时间:
2015-05-24 19:09:06
阅读次数:
170
一、有的服务器上没有安装pcre那么安装nginx的时候会报错所以在安装之前我们可以:yum install pcre-devel如果很不巧,服务器也没有配yum,也不能连互联网。那么我们只能自己去官网下载了ftp://ftp.csx.cam.ac.uk/pub/software/programmi...
分类:
其他好文 时间:
2015-05-22 20:58:19
阅读次数:
181
#include"iostream"
#include"windows.h"
#include?"functional"
#include?"time.h"
#include?"math.h"
using?namespace?std;
class?Ref
{
};
class?DelayTime:?public?Ref
{
public:
static?Del...
分类:
其他好文 时间:
2015-05-17 12:23:50
阅读次数:
190
软件质量篇软件质量包括两个相关但截然不同的概念 功能性质量(Functional Quality):反映软件是否按照设计实现并满足相应的功能性需求。 结构性质量(Structural Quality):反映软件是否满足相关的非功能性需求。评价软件的功能性质量和结构性质量,有一系列衡量指标,有了衡.....
分类:
其他好文 时间:
2015-05-14 13:49:40
阅读次数:
166
目录(?)[-]Android automated testing 1How to test Android applications Tip2Unit tests vs functional tests 3JUnit 3 4Running tests on a server without dis...
分类:
移动开发 时间:
2015-05-13 19:28:20
阅读次数:
256