Accueil > Term: lambda 函数
lambda 函数
A block of programming language code that operates as a function but is not named and cannot be called or referenced except through normal flow of operation. For example, the instruction within the braces in the following code is a lambda function: for (int x=0; x<10; x++) ( int y = 2*x; ).
- Partie du discours : noun
- Secteur d’activité/Domaine : Logiciels
- Catégorie : Systèmes d'exploitation
- Company: Microsoft
0
Créateur
- Maxiao
- 100% positive feedback