网站首页  词典首页

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

 

单词 anonymous function
释义

anonymous function

  • 网络匿名函数;匿名函式;无名函数
1.
匿名函数
匿名函数 (Anonymous Function) 功能,支持在命令行或者脚本文件中创建单行函数 (Single Line Function) ; 支持条件分支断 …
myxxtao.bokee.com
2.
匿名函式
在此,一个匿名函式anonymous function)描述了所要的运算,而arrayfun套用此函式到每个阵列里的结构。不预先配置也不 …
ncforest.blog.163.com
3.
无名函数
PHP 快速导览 - 无名函数 - 无名函数 (anonymous function) 是在 PHP 5.3 及 5.4 加入的新功能,用以设置无须指定名称的函数 (…
11967046.blogspot.com
4.
匿名函数法
4. 匿名函数法Anonymous function)适用于MATLAB7以及以后的版本function withaddtionparas4options = optimset('Display'…
www.ilovematlab.cn
5.
允许匿名函式
2. 允许匿名函式 (Anonymous Function) function MakeMulFunction(amout) {   return function (number)   {     return number*amo...
sean1223.blogspot.com
6.
写匿名函数
写匿名函数(anonymous function)>> f=@(cd) sqrt(g*m/cd)*tanh(sqrt(g*cd/m)*t)-v; 若要很多位小数的解 改变格式 >> format lon…
tw.knowledge.yahoo.com
7.
个匿名函式
基本上就像是个匿名函式anonymous function)LambdaExpression 使得函式可以在使用的地方定义,并且可以在Lambda 函 …
www.slideshare.net

例句

释义:
1.
Then you could replace each call to where with an anonymous function that does only the computation necessary.
之后您在这些地方使用匿名函数来替换。
blog.163.com
2.
In this case, when any client sends data to server, this anonymous function is called and the data is passed into the function.
在这种情况下,当任意客户端发送数据给服务器时,就会调用这个匿名函数并将数据传入函数中。
www.ibm.com
3.
An anonymous function is defined within the context of another function, usually by assigning it to a delegate variable.
匿名函数通常通过分配到一个代理变量,来在其他函数的上下文中定义。
www.infoq.com
4.
This expression is actually the body of an "anonymous function" , called a function literal in Scala.
这个表达式实际上是一个“匿名函数”的函数体,在Scala中称为字面函数。
www.bing.com
5.
The workaround is to encapsulate your variables in an anonymous function and call that function immediately after you define it.
解决办法是,把你的变量放在一个匿名函数内部,定义完之后立即调用它。
www.nowamagic.net
6.
The anonymous function is now named, providing most profilers with something meaningful to display along with the profile results.
此匿名函数现在被命名了,使大多数分析器的分析结果显示出有意义的内容。
blog.sina.com.cn
7.
In Listing 4 an anonymous function has been used to pass to send.
在清单4中,将传递给send一个匿名函数。
www.ibm.com
8.
Each chunk is executed as the body of an anonymous function.
每个块都是作为一个匿名函数体来执行的。
www.ibm.com
9.
Fortunately, the anonymous function definitions are within the lexical scope of the htmlElement argument of the object constructor.
幸运的是,匿名函数定义位于对象构造方法的htmlElement参数的词法范围内。
www.ibm.com
10.
The anonymous function takes two market data as arguments: a ticker symbol and a price.
匿名函数的参数是两项市场数据:股票代码和价格。
www.infoq.com
1.
In this example, you use simple HTML tags to pull in icon images and jQuery to attach an anonymous function to that image.
在本例中,使用简单的HTML标记来拉入图标图像,使用jQuery将一个匿名的函数追加到该图像。
www.ibm.com
2.
It is important to notice that you cannot easily unsubscribe from an event if you used an anonymous function to subscribe to it.
请注意,如果使用了匿名函式来订阅事件,则无法轻易取消订阅该事件,这一点非常重要。
technet.microsoft.com
3.
The second command given to the emulator spawns an anonymous function as an Erlang process and returns the process id.
给仿真器的第二行命令是产生一个匿名函数的Erlang进程,并且返回进程ID。
www.infoq.com
4.
It builds an Erlang expression in abstract form and returns an anonymous function which can dynamically evaluate it later.
它构造一种抽象形式的Erlang表达式,并返回一个匿名函数,让它以后再动态地求解。
www.infoq.com
5.
Unlike XAML, you have the option of either passing in a function or defining the converter inline as an anonymous function.
和XAML不同的是,既可以把一个函数作为参数传入,也可以通过一个内联的匿名函数来定义转换器。
www.infoq.com
6.
You then pass in an anonymous function (closure) to the onEvent property.
然后将一个匿名函数(closure)传入到onEvent属性。
www.ibm.com
7.
You can use the function function anywhere in JavaScript code to define an anonymous function on-the-fly.
可以在JavaScript代码中的任何地方使用function关键字动态地定义匿名函数。
www.ibm.com
8.
Curious readers will be wondering what makes a functor different from an anonymous function or closure.
好奇的读者会想是什么使仿函数不同于匿名函数或闭包呢?
www.ibm.com
9.
This version of to_function does one thing - it returns an anonymous function.
这个to_function实现做了一件事——返回一个匿名函数。
www.infoq.com
10.
Anonymous function, what's your function?
匿名函数,您的函数是什么?
www.ibm.com
1.
This creates an anonymous function and returns it.
这会创建一个匿名函数并返回此函数。
www.ibm.com
2.
So for the onInput parameter, you create an anonymous function.
因此对于onInput参数,将创建一个匿名函数。
www.ibm.com
3.
Simply by using the htmlElement variable in the anonymous function definitions you can enclose it with those functions.
只需在匿名函数定义中使用htmlElement变量,就可以用这些函数封闭它。
www.ibm.com
4.
The value of afterFinish is an anonymous function that is invoked when the effect is done.
afterFinish的值是一个匿名函数,在效果完成时被调用。
www.ibm.com
5.
But you can also define the same function as follows, where you create an anonymous function object, and assign it to variable func
但是,还可以按以下方法定义该函数,您在此创建匿名函数对象,并将它赋给变量func
msdn.microsoft.com
随便看

 

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

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/8/8 22:29:25