• You then call the function that outputs the news feed specific items and lets you select them.

    然后调用函数输出这个新闻提要中的条目用户选择新闻条目。

    youdao

  • Next, call the function render_chart with appropriate parameters (including the XML obtained from step 3).

    下一步,使用合理的参数(包括第三得到XML)调用render_chart函数

    youdao

  • Finally, the nmap sets up CTRL-B to call the function to create a numbered backup of the current file.

    最后nmap设置CTRL - b调用函数创建当前文件有限备份

    youdao

  • The rest of the lines in the example define the stats function, call the function, and print out the results.

    示例中的其他定义stats函数调用了函数,输出结果

    youdao

  • You can either call the function directly, or create a view based on this statement and then query the view.

    可以直接调用函数可以根据这个语句创建视图然后查询视图。

    youdao

  • The returned value is displayed to the screen when you call the function with a list or tuple holding the numbers 1-5 inclusive.

    调用带有包含数字 1 到 5listtuple函数,返回显示屏幕上

    youdao

  • Different threads can successively call the function and modify the data without informing the other threads that are using the data.

    不同线程可能会先后调用那个函数并且修改那些数据时不会通知其他正在使用数据的线程。

    youdao

  • You then can call the functions using standard function call syntax, by combining this prefix with the name of the method to be invoked.

    然后通过组合前缀调用方法名称可以使用标准函数调用语法调用函数

    youdao

  • The DB2 optimizer is aware of those conditions and it could decide that it does not hurt to call the function several times instead of just once.

    DB 2优化知道那些条件可以断定多次调用那个函数不会有害

    youdao

  • Now I need to call the function, which would have specific address(NOT KNOWN) arguments(parameters) which I have collected from TLB, and name as well.

    现在需要调用函数具有特定地址NOTKNOWN参数TLB名称

    youdao

  • A default parameter provides greater flexibility to a program because you can include neither, one, or both of the input parameters when you call the function.

    默认参数使程序获得了更高灵活性因为调用函数可以包含输入参数,也可以仅包含个输入参数,甚至可以一个参数都不包含。

    youdao

  • While some browsers will call the function only when the request is complete, other browsers will call back continuously to tell the code that the request is still running.

    有些浏览器可能请求完成调用这个函数,而也有些浏览器不断函数从而告诉代码请求依然在运行。

    youdao

  • If you don't specify all of the parameters during a function invocation; you must explicitly name the parameters you're specifying so the Python interpreter can properly call the function.

    如果函数调用期间指定全部参数必须显式地写出指定参数名称,以使Python解释器能够正确地调用函数。

    youdao

  • If you want to blow the whole cache clean, you can call the function cache: : clear either in a specific cache clearing action, or you could create a controller explicitly for that purpose.

    如果需要彻底清理整个缓存可以指定缓存清理操作调用函数Cacheclear或者可以创建一个控制器实现这一目的

    youdao

  • 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

  • We, too, understand the relevance of what we call "the society function." Rather it must be elucidated in its full extent through the problem of the evolution of literature.

    你们不要以为我们幼稚,我们也明白社会功能意义是什么,但是我们必须用,文学进化角度来解释的功能。

    youdao

  • All you need to do now is make sure to call the new function before the form appears in the customer's co-browsing session.

    需要就是确保表单客户共同浏览会话中出现之前调用这个函数

    youdao

  • It ACTS like a macro in this context, where calling the method of function via the closure makes the function call in the context of where it's defined.

    上下文中用作通过闭包调用函数方法定义上下文中执行函数调用

    youdao

  • Note the call to the usage function; this lets the user know the correct way to call the utility.

    请注意usage函数调用用户知道调用实用程序正确方法

    youdao

  • When you call the odbc_exec function for a SELECT statement, the function returns a result set identifier.

    select语句调用odbc_exec函数时,函数返回一个结果标识符。

    youdao

  • server to wrap up the data in a call to the function I've specified, in this case myfunction().

    服务器数据封装指定函数调用即 myfunction()。

    youdao

  • You could then load the library into your address space and call the methods using function Pointers.

    然后可以装入地址空间使用函数指针调用方法

    youdao

  • In this case the returned function object is a closure which encapsulates some logging code and the data needed to call the original function.

    这种情况返回函数对象就是一个闭包其中封装了一些日志代码最初函数调用需要数据

    youdao

  • The activation record contains all of the call-specific data for the function, including parameters and local variables.

    活动记录包含这个函数所有调用有关的数据包括参数本地变量。

    youdao

  • Or, you call some function that was in the middle of the manipulation of the global data structure and you call the same function from the signal handler.

    或者调用正在处理全局数据结构某个函数而在信号处理器中调用了同一个函数。

    youdao

  • This code USES the concept of recursion to call the main function multiple times until the last directory has been traversed.

    代码会利用概念多次调用函数直至处理完最后一个目录为止。

    youdao

  • When we converted our loop to a recursive function, the recursive call was the last thing that the function did.

    我们循环转化函数时,递归调用函数所做最后事情。

    youdao

  • Returns the result of the above function call to the client and logs the information on the server.

    上述函数结果返回客户端,服务器记录信息

    youdao

  • Then, we could call the say function, casting our myhouse variable to the "Talk" interface.

    然后我们可以调用say函数,将myhouse变量的数据类型转换成Talk”接口。

    youdao

  • In the first example in Listing 3, I simply use the scm_call_1 function to call the Scheme function with one argument.

    清单3中的第一例子中,使用scm_call_1函数调用scheme函数,调用时带有一个参数

    youdao

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

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

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