本月博客排行
-
第1名
龙儿筝 -
第2名
lerf -
第3名
fantaxy025025 - johnsmith9th
- zysnba
- xiangjie88
年度博客排行
-
第1名
青否云后端云 -
第2名
宏天软件 -
第3名
gashero - wy_19921005
- vipbooks
- benladeng5225
- e_e
- wallimn
- javashop
- ranbuijj
- fantaxy025025
- jickcai
- gengyun12
- zw7534313
- qepwqnp
- 解宜然
- ssydxa219
- zysnba
- sichunli_030
- sam123456gz
- arpenker
- 龙儿筝
- tanling8334
- kaizi1992
- gaojingsong
- xpenxpen
- jh108020
- wiseboyloves
- ganxueyun
- xyuma
- xiangjie88
- wangchen.ily
- Jameslyy
- lemonhandsome
- luxurioust
- jbosscn
- mengjichen
- zxq_2017
- lzyfn123
- nychen2000
- forestqqqq
- wjianwei666
- ajinn
- zhanjia
- Xeden
- hanbaohong
- java-007
- 喧嚣求静
- kingwell.leng
- mwhgJava
最新文章列表
Functional Programming For The Rest of Us
I like connect beautiful articles since I am afraid of losing them. This is a good one. So, I do it.
And I think for those who are looking for some intro matrial on FP and cannot find a good one, this ...
Functional Programming For The Rest of Us
I like connect beautiful articles since I am afraid of losing them. This is a good one. So, I do it.
And I think for those who are looking for some intro matrial on FP and cannot find a good one, this ...
Functional Programming For The Rest of Us
I like connect beautiful articles since I am afraid of losing them. This is a good one. So, I do it.
And I think for those who are looking for some intro matrial on FP and cannot find a good one, this ...
Java 语言中的函数编程
引用:
http://www-128.ibm.com/developerworks/cn/java/j-fp/
摘要:
在函数编程中,编程人员有一个天然框架用来开发更小的、更简单的和更一般化的模块, 然后将它们组合在一起。函数编程的一些基本特点包括:
支持闭包和高阶函数。
支持懒惰计算(lazy evaluation)。
使用递归作为控制流程的机制。
加强了引用透明性。
没有副作用 ...
New Feature Review Question List (Draft)
听取一个客户的功能后,可以参考以下问题对功能进行审核.
审核重点在于该功能的来源,而非具体实现方式.
-------------------------------------------------
明确功能点所针对的问题来源
-------------------------------------------------
Q1. 谁是这个功能点的原始提出者?
Q2. 这个功能点期望解决一个什 ...
什么时候使用assumption?
问题背景,定义三个概念先:
1。percent。就是百分比。
2。weight。如果percent是10,weight就是0.1,weight=percent/100.
3。amount。如果percent是10,总数是1000,那么 ...
python中是否可以实现'tail-call elimination'的优化
今天看 python in nutshell 时看到了这段
Reader who are familiar Lisp, Scheme, or functional-programming languages must in particular be aware that Python does not implement the optimization of "tail-call e ...
在Crystal Report 8中调用Oracle的procedure储存过程,并取得返回的类型为Sys_Refcursor数据表
Crystal Report 8非常易入门,通常只需要鼠标就可以完成报表的创建,但随着实习中对SQL语言和底层数据库的熟悉,我越来越对Crystal的“指指点点”的创建报表方式感到失望,对于存在大量表连接查询创建,SQL语言比CR(Crystal Report)的GUI界面要方便得多。但Crystal Report 8中调用Oracle的存储过程从而直接取得数据表,并不像直接使用CR的GUI界面创建 ...
采用简单搜索,搜索文件包含的字串
/***************************************采用简单搜索,搜索文件包含的字串写者:颜清国 06.3.27****************************************/#include"io.h"#include "stdio.h"#include "string.h"/*查找文件中的字 ...