码迷,mamicode.com
首页 >  
搜索关键字:bind2nd functional    ( 590个结果
Lua编程form
local form = {}-- form to produce the target with super functional table and integrating multi-interface implement featurefunction form.build(tag, sup...
分类:其他好文   时间:2016-01-24 23:54:21    阅读次数:675
[Javascript] Advanced Reduce: Composing Functions with Reduce
Learn how to use array reduction to create functional pipelines by composing arrays of functions.const increase = (input) => { return input + 1;}cons....
分类:编程语言   时间:2016-01-15 06:21:17    阅读次数:146
kvm usb
\Feature functional descriptionThis feature is about providing virtual USB devices to guests. For passing through real USB hardware from the host, see...
分类:其他好文   时间:2016-01-10 12:58:53    阅读次数:247
The influence of informal governance mechanisms on knowledge integration
Title:The influence of informal governance mechanisms on knowledge integration within cross-functional project teams: A social capital perspective Jou...
分类:其他好文   时间:2016-01-02 22:41:20    阅读次数:448
实战c++中的智能指针unique_ptr系列-- unique_ptr的get_deleter方法(自定义删除器)
unique_ptr的成员函数在上一篇博客中几乎全部涵盖,其实还有一个很有踢掉,即std::unique_ptr::get_deleter字面已经很明显了,就获得deleter: Returns the stored deleterThe stored deleter is a callable object. A functional call to this object with a sin...
分类:编程语言   时间:2015-12-26 13:29:22    阅读次数:491
UFT 12来了
两年前玩过QTP9.0和11,学过不少东西,什么描述性编程,VBSCRIPT等,很有意思。UFT是QTP的升级版,全名:Unified Functional Testing.下面是这两天的学习笔记:1 如何在运行脚本时监测系统性能?在左侧解决方案浏览器中的测试脚本名称右键,选择:设置。选择:本地系统...
分类:其他好文   时间:2015-12-19 16:21:23    阅读次数:131
用JavaScript里的箭头函数实现函数式编程
转帖:http://jimliu.net/2015/10/21/real-functional-programming-in-javascript-1/箭头函数其他语言里面一般叫做lambda表达式,其实我个人当然是喜欢这个名字,但是因为ES6的语言规范里就把它管叫箭头函数,自然文中还是会尽量这么说...
分类:编程语言   时间:2015-12-18 16:12:57    阅读次数:1229
STL - Unorderedset - 自定义哈希函数
1. hash工具类hashval.hpp#ifndef _Core_HashVal_H_#define _Core_HashVal_H_#include // from boost (functional/hash):// see http://www.boost.org/doc/libs/1_3...
分类:其他好文   时间:2015-12-18 13:09:42    阅读次数:169
std::bind
参考资料? cplusplus.com:http://www.cplusplus.com/reference/functional/bind/std::bind简介? 函数模板声明// cplusplus.com// simple(1)template /* unspecified */ bind ...
分类:其他好文   时间:2015-12-09 19:36:21    阅读次数:289
Python进阶之函数式编程(把函数作为参数)
什么是函数式编程? 什么是函数式编程?函数:function 函数式:functional,一种编程范式函数式编程是一种抽象计算的编程模式 函数≠函数式,比如:计算≠计算机在计算机当中,计算机硬件是最底层的,而越往...
分类:编程语言   时间:2015-12-09 00:10:06    阅读次数:227
590条   上一页 1 ... 40 41 42 43 44 ... 59 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!