码迷,mamicode.com
首页 >  
搜索关键字:functional programmi    ( 583个结果
读取网络资源
采用C++实现网络资源、文件的读取:回调函数、functional函数模版、istream流。libcurl与window.h实现方法。URL
分类:其他好文   时间:2014-09-12 16:57:23    阅读次数:145
【Python笔记】Python的几个高级语法概念浅析:lambda表达式 && 闭包 && 装饰器
本文主要记录自己对几个高级语法概念的理解:匿名函数、lambda表达式、闭包、装饰器。 这几个概念并非Python特有,但本文只限于用Python做说明。 1. 匿名函数 匿名函数(anonymous function)是指未与任何标识符绑定的函数,多用在functional programming languages领域,典型应用场合: 1) 作为参数传给高阶函数(higher-or...
分类:编程语言   时间:2014-09-12 13:36:13    阅读次数:344
我们为什么用卷积? Why should we use convolution?
Why should we use convolution? 问题限定: 仅对离散信号做分析 首先要回答什么是卷积的问题.               In mathematics and, in particular, functional analysis, convolution is a mathematical operation on...
分类:其他好文   时间:2014-09-11 20:59:12    阅读次数:222
Functional programming
In computer science, functional programming is a programming paradigm, a style of building the structure and elements of computer programs, that treat...
分类:其他好文   时间:2014-09-09 11:07:08    阅读次数:225
使用ReactiveCocoa实现iOS平台响应式编程
使用ReactiveCocoa实现iOS平台响应式编程ReactiveCocoa和响应式编程在说ReactiveCocoa之前,先要介绍一下FRP(Functional Reactive Programming,响应式编程),在维基百科中有这样一个样例介绍:在命令式编程环境中,a = b + c 表...
分类:移动开发   时间:2014-09-04 18:58:30    阅读次数:505
What Is Important Is That Laptop Bags For Students Should Be Functional And Stylish
Bean bags for many years. Although it is an old design, people feel like it, and still one of the most sought after tools today. If you are looking fo...
分类:其他好文   时间:2014-08-28 13:01:39    阅读次数:263
C++ 我想这样用(六)
嗯,上一篇已经介绍了面向过程编程的语法知识,接下来是最后的也是最重要的一个部分:这是本系列的最后一篇,先介绍两个描述:描述一:C++有四个主流部分:betterC,ADT,OO,和GP,以及发展中的functional,generative,metaprogramming等。BetterC,只增加函...
分类:编程语言   时间:2014-08-26 22:56:56    阅读次数:229
PCRE安装
最近在学习nginx,nginx rewrite依赖于PCRE库,所以需要在linux系统中编译安装PCRE库。具体步骤如下:1.下载PCRE包首先去官网下载pcre的安装包如果通过FTP的方式,下载地址为:ftp://ftp.csx.cam.ac.uk/pub/software/programmi...
分类:其他好文   时间:2014-08-25 21:03:34    阅读次数:591
mem_fun 例子
// functional_mem_fun.cpp// compile with: /EHsc#include #include #include #include #include using namespace std;class StoreVals { int val;public:...
分类:其他好文   时间:2014-08-21 22:38:34    阅读次数:211
条款01:View C++ as a federation of languages.
今天的C++已经是个多重范型编程语言(multiparadigm programming language),一个同时支持过程形式(procedural)、面向对象形式(object-oriented)、函数形式(functional)、泛型形式(generic)、元编程形式(metaprogram...
分类:编程语言   时间:2014-08-21 16:45:44    阅读次数:227
583条   上一页 1 ... 54 55 56 57 58 59 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!