lambdas
美 [?læmd?z]
英 [?læmd?z] 
- n.希臘語第十一個字母;微升;λ粒子
- 網絡匿名函數;新網絡利用動態光徑技術
詞形變化
復數:lambdas
英漢解釋
英英解釋
例句
If lambdas are nothing more than nameless functions, then closures are little more than lambdas with a context.
如果lambdas是沒有名字的函數,那么closures僅比lambdas多一個上下文。
And there's another language that most PHP developers already use that has an excellent implementation of lambdas and closures: JavaScript.
還有大多數PHP開發人員已經采用的其他語言、具有lambdas和closures的完美實現:JavaScript。
Two of the more exciting features of these languages are now available with PHP 5. 3: lambdas and closures.
這些語言的兩個最精彩的特性已在PHP5.3中提供:lambdas和closures。
Creating lambdas on the fly as parameters to functions and methods is lambda's primary use case.
在運行中,作為函數和方法的參數來創建lambdas,這是lambda的主要使用示例。
You can store any Ruby object, even procs, lambdas, threads, continuations.
你可以保存任何Ruby對象,即使是proc、lambda、線程或者continuation。
Oddly, our final version doesn't use lambdas at all!
奇怪的是,我們最終版本根本沒有使用lambdas!
Your applications can benefit from the use of lambdas and closures.
可通過采用lambdas和closures來使您的應用程序獲益。
Perhaps the most common usage of lambdas is with STL sort.
lambda函數最常用的地方可能是STLsort。
I also plan to add support for database-backed sessions, which is currently missing, and make some enhancements to the request lambdas.
我還計劃添加目前缺乏的對數據庫后端會話的支持,還有增強RequestLambdas等等。
In functional programming, lambdas are referred to as first-class functions because they can be
在函數式編程中,lambdas被稱為一流的函數因為它們能夠
But the real advantage to lambdas is when you create functions on the fly and no variable reference is required. For example
但是lambdas的真正優勢是,在您忙著創建函數時,不需要變量引用。