网站首页  词典首页

请输入您要查询的英文单词:

 

单词 functional programming
释义

functional programming

美 
英 
  • un.功能编程
  • 网络函数式编程;函数编程;函数型程序设计
un.
1.
功能编程

例句

释义:
1.
One parting thought is that I have come to think of Clojure as sort of a data structure oriented functional programming.
我把Clojure看作是一种面向函数编程的数据结构。
www.infoq.com
2.
Elimination (or at least diminishment) of shared state is one of the favored abstractions in functional programming.
共享状态的消除(至少是减少)是函数式编程中的抽象方式之一。
www.ibm.com
3.
Functional programming also stretchs the brain, as it makes you think of solving problems by chaining solutions together.
函数式编程还很伤脑筋,因为它让您通过将解决方案链接在一起来考虑解决问题。
www.ibm.com
4.
This basic outline should be enough to carry you through the functional programming examples in this article.
这些基本描述应足以让您完成本文中的函数编程例子。
www-128.ibm.com
5.
At the core of functional programming is the function, just as classes are the primary abstraction in object-oriented languages.
函数式编程的核心是函数,就像面向对象语言的主要抽象方法是类。
www.ibm.com
6.
As I mentioned above, we aim to continue the flow of good ideas from functional programming world into mainstream development.
正如我先前所提到的,我们旨在把这样好的想法从函数式编程的世界延续至主流的开发。
blog.joycode.com
7.
In the next installment, I'll talk in depth about one of functional programming's building blocks: immutability.
在下一期文章中,我将深入介绍函数编程中的重要概念:不可变性。
www.ibm.com
8.
Library, which offers far more tools for doing functional programming than I ve presented here.
库,它提供了远远超过我在这里提及的用于函数式编程的工具。
www-128.ibm.com
9.
Pattern matching plays a central role in functional programming just as polymorphism plays a central role in object-oriented programming.
模式匹配在函数式编程中扮演了中心角色,就好像多态在面向对象编程中扮演着中心角色一样。
www.bing.com
10.
In this installment, I discuss one of the building blocks of functional programming: immutability.
在这一部分中,我讨论的是函数式编程的基石之一:不变性。
www.ibm.com
1.
Scala's case classes and its built-in support for pattern matching model algebraic types used in many functional programming languages.
Scala的case类及其内置支持的模式匹配模型代数类型在许多函数式编程语言中都被使用。
www.infoq.com
2.
As in the previous sections, I ll use a simple example to demonstrate the functional programming approach to a familiar problem.
在后面几节中,我将使用一个简单的例子展示对一个类似问题的函数编程方式。
www-128.ibm.com
3.
Many computer science departments around the world teach functional programming languages today.
现在,世界上许多计算机科学专业教授函数式编程语言。
blog.joycode.com
4.
In a functional programming language, persistent data structures are also important for writing pure functions, free of side-effects.
在函数式编程语言中,持久数据结构对于编写纯粹的函数(无负面作用)的意义也是十分重要的。
www.ibm.com
5.
Yet, Scala gives you all the benefits of static typing, a modern object model, functional programming, and an advanced type system.
但是,Scala提供了所有静态类型的优势,一个现代的对象模型,函数式编程,和先进的类型系统。
www.bing.com
6.
Closures were originally developed in the 1960s as part of Scheme, one of the most well-known functional programming languages.
闭包最初是在20世纪60年代作为Scheme的一部分开发的,Scheme是最著名的函数编程语言之一。
www.ibm.com
7.
This installment and the next two serve as a whirlwind tour of some subjects related to functional programming, including core concepts.
本期及下一期将会对函数式编程的一些相关主题做一简单介绍,其中包括一些核心概念。
www.ibm.com
8.
The functional programming paradigm means that the individual blocks of code can produce consistent output values for the same input values.
函数编程范例(paradigm)意味着对于相同的输入值,代码块会产生相同的输出值。
www.ibm.com
9.
Also, because XQuery is a functional programming language, each function stands on its own.
此外,由于XQuery是一种函数型编程语言,所以每个函数都是独立的。
www.ibm.com
10.
This series explores the subject of functional programming but isn't solely about functional programming languages.
本系列文章将介绍函数式编程相关主题,但内容不仅限于函数式编程语言。
www.ibm.com
1.
You may also learn a thing or two about functional programming.
你顺带还会学到一星半点函数式编程的知识。
www.infoq.com
2.
Strictly speaking, the E programming language is a dynamically typed functional programming language, not a framework.
严格来讲,E编程语言是一种动态输入的函数性编程语言,而非一种框架。
www.ibm.com
3.
Having previous experience with functional programming has (unsurprisingly) lead us to structure the code in a very functional style.
过往函数式编程的经验使我们能够将代码组织成非常“函数”的形式。
www.infoq.com
4.
Functional programming is a wide, sprawling area of computer science that has seen a recent explosion of interest.
函数式编程是一种宽泛的、跨领域的计算机科学,并在最近受到广泛关注。
www.ibm.com
5.
LINQ technology is a form of declarative, functional programming.
LINQ技术是一种声明性函数编程形式。
technet.microsoft.com
6.
The functional programming language known as Haskell features a program for symbolic mathematics known as DoCon.
称作Haskell的函数式编程语言展示了一个用于符号数学的程序,名为DoCon。
www.ibm.com
7.
Advanced XSLT programmers write XSLT in a functional programming style that emphasizes a stateless approach.
XSLT高级程序员以函数编程方式编写XSLT,这种方式强调无状态方法。
technet.microsoft.com
8.
Many people are betting on functional programming, with its emphasis on immutable objects and their inherently thread-safe properties.
很多人现在都投身于函数式编程的世界,由于它们具有不可变的对象,以及与生俱来的线程安全属性。
www.infoq.com
9.
Functional programming tries to minimize moving parts by composing parts together rather than coupling structures together.
函数式编程设法通过组合部件而不是耦合结构来尽量减少移动部件。
www.ibm.com
10.
It supports object-oriented, structured, aspect-oriented, and functional programming, among other approaches.
它支持面向对象编程、结构化编程、面向方面编程以及函数编程等。
www.ibm.com
1.
Specifically, functional programming languages must provide high-order and first-class functions, which this article defines.
特别地,函数式编程语言必须提供高阶和一流的函数,这是本文所定义的。
www.ibm.com
2.
Scala offers quite different capabilities, the integration of Object Oriented with the Functional programming style.
Scala的能力与F#不太一样,这是种面向对象与函数式编程集成的编程风格。
www.infoq.com
3.
Well, which the advent of multicore processors, functional programming languages seems naturally suited to the new hardware architectures.
对,随着多核处理器时代的到来,函数式编程语言似乎更适合新的硬件架构。
www.infoq.com
4.
Are we entering the age of functional programming?
我们曾经经过函数式编程的年代吗?
cnbeta.com
5.
Functional programming is a style of programming that moves the focus from executing commands to the evaluation of expressions.
函数编程是一种编程风格,它将关注点从执行命令转移到表达式计算。
www.ibm.com
6.
You can probably relate to this story, but with functional programming instead of a chainsaw.
您可以参考这个故事,但是要把电锯替换为函数式编程。
www.ibm.com
7.
Functional programming is expanding that mandate, encompassing more-specific details.
函数式编程扩展了该任务、包括更具体的细节。
www.ibm.com
8.
And by learning more about functional programming, you broaden yourself as a developer.
并且通过更深入学习函数式编程,您可拓宽编程知识。
www.ibm.com
9.
In this article, I ve introduced two functional programming techniques that can be easily integrated into your Java development practices.
在本文中,我介绍了两种函数编程技术,它们可以容易地结合到Java开发实践中。
www-128.ibm.com
10.
functional programming paradigm was explicitly created to support a pure functional approach to problem solving.
为支持使用纯函数方法解决问题,特此创建了函数编程范例。
technet.microsoft.com
1.
The functional-programming paradigm uses mathematical functions to express programs.
函数性编程范式使用数学函数表达程序。
www.ibm.com
2.
Functional programming avoids state and mutable data, and instead emphasizes the application of functions.
函数编程可以避免使用状态和可变数据,并改为强调函数的应用。
technet.microsoft.com
3.
If you are familiar with functional programming, some of this will look familiar.
如果您很熟悉函数式编程,这看起来会很亲切。
www-128.ibm.com
4.
Using immutable values is a good practice because doing this allows your code to benefit from an important aspect of functional programming.
使用不可变值是一种很好的做法,因为这样做可以使代码从函数编程的一个重要方面中获益。
technet.microsoft.com
5.
The functional approach I've shown to filtering lists is common across functional programming languages and libraries.
我所展示的用于过滤列表的函数方法在函数编程语言和库中非常普遍。
www.ibm.com
6.
The concepts of closures and lambda functions are definitely not new ones; they both come from the functional programming world.
闭包函数和lambda函数绝对不是新出现的概念;它们均来自函数编程领域。
www.ibm.com
7.
Immutable data is an important element of functional programming.
不可变数据是函数编程中的一个重要元素。
technet.microsoft.com
8.
Functional programming is especially useful for concurrency, since it eliminates the need to synchronize access to mutable state.
函数式编程对于并发特别有用,因为它摒弃了对易变状态的同步访问。
www.bing.com
9.
Most notably is the inclusion of functional programming techniques to reduce the need for design patterns.
其中最明显的部分莫过于引入了函数式编程技术,从而减少了设计模式的使用。
www.infoq.com
10.
PHP's array_filter is an example of what is know in functional programming as a higher-order function.
PHP的array_filter是函数式编程语言中高阶函数的一个例子。
www.ibm.com
1.
Refactoring Into Pure Functions, using pure functions is an example of functional programming.
重构为纯函数中所述,使用纯函数是函数编程的一个示例。
technet.microsoft.com
2.
Functional programming is more a mindset than a particular set of tools or languages.
函数式编程不只是一组工具或者语言,更是一种心态。
www.ibm.com
3.
Ross: I spent four years in school learning the elegance of functional programming.
Ross:我在学校里面花了四年时间来学习函数式编程的优雅。
www.infoq.com
4.
Functional programming tries to present problems differently because you have different building blocks that foster solutions.
函数式编程尝试以不同的方式来呈现问题,因为有不同的构建模块来支持该解决方案。
www.ibm.com
5.
In the past couple of years, interest in functional programming has skyrocketed.
在过去的几年中,人们对函数式编程语言的兴趣高涨。
www.ibm.com
6.
In some ways, this is like the conceptual shift involved in using OOP, or functional programming, or multi-threading, for the first time.
在某些方面,这就象第一次卷入使用OOP(面向对象编程方法)、结构化编程或多线程时概念上的转变。
www.ibm.com
7.
This article demonstrated how useful closures are as a functional programming construct within PHP V5. 3 code.
本文演示了闭包在PHPV5.3代码中作为函数编程构造时多么有用。
www.ibm.com
8.
This article explores functional programming by giving you an introduction to Haskell.
这篇文章通过介绍Haskell来研究函数性编程。
www.ibm.com
9.
Haskell is a functional programming language.
Haskell是一门函数式编程语言。
en.wikibooks.org
10.
However, regardless of the loop's type, the order of execution matters, and this is antithetical to functional programming.
但是无论什么类型的循环,执行的顺序都至关重要,这一点与函数式编程正好相反。
www.ibm.com
1.
F# is a statically typed functional programming language that targets the . NET framework.
F#是一个针对.NET框架的静态类型化函数式编程语言。
www.infoq.com
2.
It was inspired by the functional programming aspects of Lisp and other functional languages.
它受到了Lisp的函数编程特性和其他函数式语言的启发。
www.ibm.com
3.
In functional programming, you have far fewer abstractions, but each one is generic (with specificity added via first-class functions).
在函数式编程中,您拥有更少的抽象,但是每个抽象都具有通用性(通过一等函数添加特性)。
www.ibm.com
4.
A good starting point for functional programming is the.
是了解函数编程的一个良好开始。
www-128.ibm.com
5.
Should PHP be used as a functional programming language?
是否应当将PHP作为函数式编程语言来使用?
www.ibm.com
6.
XQuery 1. 0: a newly introduced query and functional programming language designed to query collections of XML data.
XQuery1.0:新引入的查询和函数式编程语言,为查询XML数据集合而设计。
www.infoq.com
7.
Functional programming languages let you tell your program what to do.
函数性编程语言让您告诉程序去做什么。
www.ibm.com
8.
I think that is still going to be the case even as functional programming grows in usage and popularity.
即使现在函数式编程正趋于流行、使用量增加的情况下仍然会是这种情况。
cnbeta.com
9.
We will examine Scala's support for pattern matching in more detail in Chapter 8, Functional Programming in Scala.
我们会在《第8章-Scala函数式编程》了解更多Scala对于模式匹配支持的细节。
www.bing.com
10.
This is a powerful feature common in functional programming languages.
这是函数式编程语言中常见的一个强大特性。
www.ibm.com
1.
A main difference between Erlang and more popular languages is that Erlang is primarily a functional programming language.
Erlang与其他流行的语言之间的主要差异是,Erlang基本上是一种函数编程语言。
www.ibm.com
2.
For example, the LINQ system in Microsoft's . NET is a direct descendent of functional programming techniques.
比如说,微软的.NET中的LINO系统是函数编程技术的直接产物。
www.bing.com
3.
Closures, which are present in PHP 5. 3 come from the world of functional programming.
PHP5.3中闭包的概念就是来源于函数式编程的世界里。
www.infoq.com
4.
Some of the basic characteristics of functional programming include
函数编程的一些基本特点包括
www-128.ibm.com
5.
Functional programming supports functions as first-class objects, sometimes called
函数编程支持函数作为第一类对象,有时称为
www-128.ibm.com
6.
Haskell: A Modern Purely Functional Programming Language
一种现代纯函数式语言
www.ilib.cn
7.
In functional programming, lambdas are referred to as first-class functions because they can be
在函数式编程中,lambdas被称为一流的函数因为它们能够
www.ibm.com
8.
Is another option for functional programming on the Java platform, and the,
是在Java平台上进行函数编程的另一种选择,
www-128.ibm.com
9.
Functional programming in the Java language
Java语言中的函数编程
www-128.ibm.com
10.
And you can also do all sorts of esoteric experiments with lambda calculus and functional programming theory
你还可以在lambda计算和函数类型编程方面做各种新鲜的实验
wiki.perlchina.org
1.
The HaXml functional programming model for XML
用于XML的HaXml编程模型
www-128.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/1/27 19:26:42