Chinaunix首页 | 论坛 | 博客
  • 博客访问: 850794
  • 博文数量: 254
  • 博客积分: 5350
  • 博客等级: 大校
  • 技术积分: 2045
  • 用 户 组: 普通用户
  • 注册时间: 2008-06-27 13:27
文章分类

全部博文(254)

文章存档

2015年(1)

2014年(9)

2013年(17)

2012年(30)

2011年(150)

2010年(17)

2009年(28)

2008年(2)

发布时间:2014-01-14 15:29:16

一,带函数Pred1, all(Pred, List) -> boolean()如果List中的每个元素作为Pred函数的参数执行,结果都返回true,那么all函数返回true,否则返回false例子:lists:all(fun(E) -> true end,[1,2,3,4]).结果true2, any(Pred, List) -> boolean()如果List中至少有一个元素作为Pred函数的参数执行,结果返回true.........【阅读全文】

阅读(856) | 评论(0) | 转发(0)

发布时间:2013-07-24 11:44:22

点击(此处)折叠或打开/* * anyout.cpp * * Created on: 2013-7-15 * Author: root */#include <iostream>#include <vector>#include <str.........【阅读全文】

阅读(992) | 评论(0) | 转发(0)

发布时间:2013-07-24 11:40:48

点击(此处)折叠或打开/* * bind.cpp * * Created on: 2013-7-16 * Author: root */#include <vector>#include <string>#include <iostream>.........【阅读全文】

阅读(1400) | 评论(0) | 转发(0)

发布时间:2013-07-24 11:39:32

点击(此处)折叠或打开/* * function2.cpp * * Created on: 2013-7-24 * Author: root */#include <iostream>#include "boost/function.hpp".........【阅读全文】

阅读(1005) | 评论(0) | 转发(0)

发布时间:2013-07-24 11:38:10

点击(此处)折叠或打开/* * function.cpp * * Created on: 2013-7-22 * Author: root *//*#include <iostream>#include "boost/function.hpp".........【阅读全文】

阅读(1479) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

chinaunix网友2009-10-14 19:29

我的QQ号码是827890446 你加我一下行不,我按到你的安装还是有点问题登入界面不显示,帮个忙我忙了2天啦!还是不行

回复 |  删除 |  举报
留言热议
请登录后留言。

登录 注册