码迷,mamicode.com
首页 >  
搜索关键字:functional programmi    ( 583个结果
影响架构决策的非功能性需求
英文原文:Non-functional Requirements in Architectural Decision Making 本文由《IEEE Software》杂志首发,现在由InfoQ和IEEE Computer Society联合向您呈现。 在软件工程中,非功能性需求(nonfuncti ...
分类:其他好文   时间:2016-10-21 10:57:45    阅读次数:220
利用DTrace实时检测MySQl
与我们大多数人想象的不同,DTrace用于MySQL时不需对MySQL做任何更改。DTrace最强大的“提供器”(provider,是一组可观测的探测器)是FBT(Functional Boundary Tracing,函数边界跟踪)提供器。我们可以把它与PID提供器结合起来,用于深入观测userl ...
分类:数据库   时间:2016-10-16 19:09:01    阅读次数:253
线程池
main.cpp #include <iostream> #include <vector> #include <chrono> #include <functional> #include "ThreadPool.h" #include <omp.h> class CA { int a = 1; ...
分类:编程语言   时间:2016-10-08 13:18:43    阅读次数:239
Java8 Lambda - Functioanl Interface 函数式接口
在java8里面新增了functionalinterface这个概念。并且添加了新的annotation@FunctionalInterfaceI1什么是functionalinterface函数式接口了?functionalinterface:functionalinterfaceonlyhave1abstractmethod。这就是函数接口的定义。简单明白,函数接口其实就是一个抽象方法的..
分类:编程语言   时间:2016-10-06 01:07:55    阅读次数:192
codeforces 702E Analysis of Pathes in Functional Graph
直接倍增就好了。。。。。 ...
分类:其他好文   时间:2016-10-05 17:37:30    阅读次数:161
Functional Ruby
本文是函数式Ruby编程的学习笔记。 1.Ruby中的迭代方法(如each, map)需要与Block配合使用,那么如何获得Block呢? 直接使用{}或do ... end 将Proc或Method对象转化为Block. &proc_name/&:method_name => block 获得Pr ...
分类:其他好文   时间:2016-10-04 20:43:47    阅读次数:154
浅谈Slick(1)- 基本功能描述
Slick (Scala language-integrated connection kit)是scala的一个FRM(Functional Relational Mapper),即函数式的关系数据库编程工具库。Slick的主要目的是使关系数据库能更容易、更自然的融入函数式编程模式,它可以使使用者 ...
分类:其他好文   时间:2016-09-21 11:28:09    阅读次数:151
C++多态(静多态和动多态)
如今的C++已经是个多重泛型编程语言(multiparadigm programming lauguage),一个同时支持过程形式(procedural)、面向对象形式(object-oriented)、函数形式(functional)、泛型形式(generic)、元编程形式(metaprogram ...
分类:编程语言   时间:2016-09-09 00:50:08    阅读次数:227
F#之旅2 - 我有特别的学F#技巧
Learning F#Functional programming languages need a different approach学习F#函数式编程语言需要不同的学习方法 Functional languages are very different from standard impera ...
分类:其他好文   时间:2016-08-31 12:08:30    阅读次数:140
[Ramada] Build a Functional Pipeline with Ramda.js
We'll learn how to take advantage of Ramda's automatic function currying and data-last argument order to combine a series of pure functions into a lef ...
分类:Web程序   时间:2016-08-24 06:38:50    阅读次数:305
583条   上一页 1 ... 31 32 33 34 35 ... 59 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!