lambdas 双语例句
全部
1·Oddly, our final version doesn't use lambdas at all!
奇怪的是,我们最终版本根本没有使用lambdas !
2·Your applications can benefit from the use of lambdas and closures.
可通过采用 lambdas 和 closures 来使您的应用程序获益。
3·You can store any Ruby object, even procs, lambdas, threads, continuations.
你可以保存任何Ruby对象,即使是proc、lambda、线程或者continuation。
4·The current plans and proposals for lambdas favor single abstract method interfaces.
目前的计划和目标是lambdas有助于单一抽象方法接口。
5·Now I have lambdas associated with transitions between energy levels in atomic hydrogen.
现在我把波长和,氢原子中的,能级跃迁联系起来。
6·In functional programming, lambdas are referred to as first-class functions because they can be.
在函数式编程中,lambdas被称为一流的函数因为它们能够。
7·In truth, lambdas have been available to PHP developers since V4.0 with the use of create_function.
事实上,自v 4.0起,lambdas以通过create_function来向PHP开发人员提供。
8·Two of the more exciting features of these languages are now available with PHP 5.3: lambdas and closures.
这些语言的两个最精彩的特性已在PHP 5.3中提供:lambdas和closures。
9·If lambdas are nothing more than nameless functions, then closures are little more than lambdas with a context.
如果lambdas是没有名字的函数,那么closures仅比lambdas多一个上下文。
10·With the addition of lambdas and closures, PHP complies with the requirements of a functional programming language.
通过增加 lambdas 和 closures,PHP 满足了编程语言的功能需求。