码迷,mamicode.com
首页 >  
搜索关键字:bind2nd functional    ( 590个结果
Python 进阶(一)函数式编程简介
来自慕课网: 简介: 函数:function ,在入门课程已学 函数式:functional,一种编程范式 函数式编程是一种抽象计算的编程模式,函数≠函数式,好比:计算≠计算机 ...
分类:编程语言   时间:2016-07-10 15:22:20    阅读次数:202
ReactiveCocoa的冷信号与热信号 探讨
背景 ReactiveCocoa(简称RAC)是最初由GitHub团队开发的一套基于Cocoa的FRP框架。FRP即Functional Reactive Programming(函数式响应式编程),其优点是用随时间改变的函数表示用户输入,这样就不需要可变状态了。我们之前的文章“RACSignal的 ...
分类:其他好文   时间:2016-07-09 19:17:58    阅读次数:220
Scalaz(46)- scalaz-stream 基础介绍
scalaz-stream是一个泛函数据流配件库(functional stream combinator library),特别适用于函数式编程。scalar-stream是由一个以上各种状态的Process串联组成。stream代表一连串的元素,可能是自动产生或者由外部的源头输入,如:一连串鼠标 ...
分类:其他好文   时间:2016-07-07 19:34:53    阅读次数:244
开始学习Functional Programming
打算先学F#, 再学Scala。 第一个F#程序 ...
分类:其他好文   时间:2016-07-07 06:21:22    阅读次数:141
Reviewing the Blog Module
Reviewing the Blog Module Throughout the tutorial, we have created a fully functional CRUD module using a blog as an example. While doing so, we've ma ...
分类:Windows程序   时间:2016-07-05 12:11:31    阅读次数:253
Conclusion
Conclusion This concludes our brief look at building a simple, but fully functional, Zend Framework zend-mvc application. In this tutorial we but brie ...
分类:其他好文   时间:2016-07-05 11:46:12    阅读次数:107
[React] Creating a Stateless Functional Component
Most of the components that you write will be stateless, meaning that they take in props and return what you want to be displayed. In React 0.14, a si ...
分类:其他好文   时间:2016-07-05 06:25:33    阅读次数:261
走进ReactiveCocoa的世界
在学习ReactiveCocoa之前,先学习一下概念ReactiveCocoa 是一套开源的基于Cocoa的FRP框架 .FRP的全称是Functional Reactive Programming,中文译作函数式响应式编程,是RP(Reactive Programm,响应式编程)的FP(Functional Programming,函数式编程)实现。说起来很拗口。太多的细节不多讨论,我们先关注下F...
分类:其他好文   时间:2016-07-05 01:10:16    阅读次数:352
登录模块的增强脚本
Dim username,passwordDim expectvalue,actualvalueDim currentcount,casecountDim isystemutil.Run"C:\Program Files (x86)\HP\Unified Functional Testing\sam ...
分类:其他好文   时间:2016-07-03 08:11:39    阅读次数:243
stack queue priority_queue
可以直接使用的数据结构 stack queue priority_queue 头文件 <stack> <queue> <queue> 声明 stack<int>s1 queue<int>q; #include<functional> #include<vector> priority_queue<i ...
分类:其他好文   时间:2016-07-01 20:14:31    阅读次数:114
590条   上一页 1 ... 34 35 36 37 38 ... 59 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!