• When you call a function, what actually happens is that function gets its own chunk of memory that's identical in size to the data type that it expects.

    调用一个函数实际上发生函数得到自己内存大小与它期望数据类型相同

    youdao

  • You may find you need to call a function in your Dojo widget from your Flex code.

    将会发现需要Flex代码中的Dojo小部件内调用函数

    youdao

  • Listing 4 demonstrates the different ways to call a function bar in namespace Foo.

    清单4演示了名称空间foo内调用函数bar不同方法

    youdao

  • When you want to change one of these attributes, you call a function that does so.

    改变这些属性之一时,你调用这样函数

    youdao

  • Which is how you call a function in Vimscript when you intend to ignore the return value.

    就是希望忽略返回时,Vimscript调用函数的方式。

    youdao

  • In the interactive interpreter, whenever you evaluate an expression or call a function.

    交互式命令行中,无论是执行条语句还是调用一个函数

    youdao

  • You want to call a function that takes no arguments, but don't want to use parentheses.

    调用一个参数函数但是你不想使用括号

    youdao

  • To call a function, you push first the function, then the arguments it will take (in order).

    调用一个函数首先push函数,然后push该函数?参数(顺序)。

    youdao

  • The only thing you need to do to call a function is specify a value (somehow) for each required argument;

    调用函数的时候,唯一需要的就是以某种方式确定必须参数。

    youdao

  • This side file is really a file that holds binder instructions telling it the module it needs to call a function.

    这个文件实际上包含绑定指令告诉绑定器需要使用哪个模块调用函数

    youdao

  • More concretely, you can think of a message as a request to call a function that belongs to a particular object.

    具体地说,可以消息当作一个特殊的对象发送一个执行特定函数请求

    youdao

  • Another advantage is that if you reuse the code, it is more concise to call a function twice than to copy and paste the body!

    另外一个好处下次重复使用段代码的时候,再次调用函数就可以了,这复制粘贴函数体可方便

    youdao

  • The best way to know when a tag is loaded is to have the script that the tag returns call a function instead of simply loading data.

    获悉标记何时加载最好方法标记返回脚本调用函数而不是简单地加载数据

    youdao

  • To call a function and use its return value as part of a larger expression, simply name it and append a parenthesized argument list.

    调用函数使用返回作为语言表达式一部分,只需要命名附加一个使用圆括号括起参数列表

    youdao

  • It is also a reminder about how arguments and parameters work: when you call a function, the arguments are assigned to the parameters.

    提醒实际参数形式参数使用过程:调用一个函数时候,把实际参数的赋给了形式参数。

    youdao

  • For instance, if two threads both call a function, such as asctime (which USES a single static data area), they can produce surprising results.

    例如如果两个线程同时调用函数asctime(使用一个静态数据),会产生不可思议的结果

    youdao

  • From inside my callback handler, I need to call a function I've defined in my script, but I need the function to execute in the main thread.

    回调函数里面需要调用一个函数我的脚本定义的,我需要功能主线程上执行

    youdao

  • Each time a timetick event occurs in FadeIn state, the handleEvent method will call a function that increases the opacity of the tooltip slightly.

    每当FadeIn状态发生timetick事件时,handleEvent方法调用一个函数,它略微增加工具提示不透明度

    youdao

  • It's only when you call a function contained within the module that the AutoLoader steps in and then loads and compiles the code only for that function.

    只有调用autoloader加载模块中包含函数然后函数加载编译代码会执行这项操作。

    youdao

  • It's always better to call a function once with all the data it needs to process rather than to call it multiple times and to feed it data incrementally.

    函数需要处理所有数据一次性调用函数,始终优于多次调用函数,增量的方式为其提供数据。

    youdao

  • When we start talking to the library about something, we call a function called newsession that returns a void pointer (not an unusual way to organize things).

    我们开始交流时,我们调用名为 newsession 的函数,它会返回一个指针(这是组织事情的惯用方法)。

    youdao

  • However, to call a named template requires more XSLT instructions, while to call a function is more compact and can easily be embedded in an XPath expression.

    但是调用命名模板需要更多XSLT指令,调用函数则更紧凑而且容易嵌入XPath表达式中。

    youdao

  • Well, if you want to call a function, it's like putting another tray on that stack of trays and that tray represents a chunk of memory that, that function can use.

    如果调用函数一个托盘放到一个托盘,托盘代表一块,函数可以使用内存

    youdao

  • When a mouseout event occurs, your code will call a function that cancels the timer started earlier in this section, and then transitions back to Inactive state.

    发生mouseout事件时,代码调用一个函数它会取消前面启动计时器然后转换Inactive状态。

    youdao

  • When a program needs a service performed, it can call a function to perform the service and then pick up where it left off when the function is finished running.

    程序执行一项服务可以调用一个函数执行这个服务,当函数完成后返回调用处。

    youdao

  • In other words, if you call a function that changes the value of an atom, then when that function returns, you are guaranteed that all threads will see the new value.

    话说,如果调用改变atom函数那么函数结果返回时可以确保所有线程都能看到新值。

    youdao

  • We execute a member function in much the same way as we do any function: To call a function, we follow the function name by the call operator (the "()" operator).

    执行成员函数执行其他函数相似调用函数,调用操作(())放在函数之后。

    youdao

  • After we determine that a document is either being edited, or published, we call a function to verify the document is configured for Domino document Manager integration.

    确定文件正在编辑正在发布以后我们调用一个函数验证文档是否配置为进行DominoDocumentManager集成的。

    youdao

  • Every time you call a function that can return an error, you need to be careful to check that your request produced the result you expected (or handle the error if it didn't).

    每次调用一个可以返回错误值的函数时,必须小心检查请求所生成结果正是您希望的(如果不是,就需要错误进行处理)。

    youdao

  • Every time you call a function that can return an error, you need to be careful to check that your request produced the result you expected (or handle the error if it didn't).

    每次调用一个可以返回错误值的函数时,必须小心检查请求所生成结果正是您希望的(如果不是,就需要错误进行处理)。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定