• The technology is so fine-tuned then that even a non-sound, when carefully placed in a particular position, has been invested with a specific function.

    这项技术如此精细以至于即使是一个无声的举动,小心翼翼地放置特定位置时,它就已经赋予了特定功能。

    youdao

  • If a measure has more than one aggregation function in its list of aggregations, then the measure is an asymmetric measure.

    如果一个度量聚合列表中多个聚合函数那么这个度量就是非对称的度量。

    youdao

  • The module then calls register_key_type(), in its init function, to register the new key, which is named mykey.

    然后模块init函数中调用 register_key_type()注册这个密钥类型(名为 mykey)。

    youdao

  • then the function would be called once for each line in the range (in this case, for every line in the file).

    那么针对范围内调用一次函数例中,指的是文件中的一行)。

    youdao

  • This example creates two lists, populates them in the init_module function, and then manipulates the lists in the cleanup_module function.

    这个示例创建了列表,使用init _ module函数填充它们然后使用cleanup _ module函数来操纵两个列表。

    youdao

  • "In bold and then invokes the aforementioned libxml_display_errors function which displays all of the errors encountered before clearing out the error array."

    然后调用之前提到libxml_display_errors函数,该函数显示遇到所有错误,之后清除这个错误数组

    youdao

  • The odbc_prepare function prepares an SQL statement with the database management system, then odbc_execute sends in the variables.

    odbc _ prepare函数数据库管理系统准备了一个sql语句然后odbc_execute函数会变量发送该语句。

    youdao

  • The function in Listing 3 frees any memory blocks in the linked list, then frees the Buffer allocated by newBuffer().

    清单3 中的函数释放链表中的所有内存然后释放 newBuffer()分配Buffer

    youdao

  • It then creates a DbWrapper as the page loads in the ready function.

    然后,当页面载入ready函数时,它创建一个DbWrapper

    youdao

  • It then executes the addStudent function, passing in the post array created on the student_add.php page.

    然后,它会执行addstudent函数传递student_add . php页面创建post数组

    youdao

  • The role of the main function (see Listing 7) then becomes solely instantiating the proper input and output formats, culminating in the readFeaturesInto function call.

    函数作用参见清单7就继而变成单纯地实例恰当的输入输出格式,并最后readFeaturesInto 函数调用告终。

    youdao

  • This library function uses the get_services function we saw in Listing 10 to retrieve the aggregate services. It then iterates over the services.

    library函数使用清单10看到的 get_services 函数检索聚合服务然后历服务。

    youdao

  • Then it applies the function to the previous result and the next element in the sequence.

    然后再将函数应用之前结果以及序列中的一个元素

    youdao

  • In effect, the script obtains the value from the SNMP agent, calls the callback function, which then queues up another retrieval in the future.

    实际上脚本SNMP代理获得调用函数然后回调函数将来的另一次检索排入队列

    youdao

  • Then the server must check if the input variables are qualified, then invoke the corresponding service and function, get the result and put the result in a cache or queue.

    服务器必须随后检查输入变量是否符合要求然后调用对应服务函数获取结果将结果放入缓存或队列中。

    youdao

  • Therefore, before using a non-volatile register in a function, its value must be saved in the function's stack frame, and then restored before the function returns.

    因此,在函数使用易失性寄存器之前必须保存函数堆栈帧中然后函数返回之前恢复

    youdao

  • The rest of the code found in the function prints the files, then the directories, then recurses.

    函数其余部分代码输出文件接着输出目录然后是递归

    youdao

  • If you don't find what you need, then learn to write your own function in the stylesheet.

    如果没有找到需要函数可以尝试样式表中编写自己的函数。

    youdao

  • If there is a need to send multiple output messages of the same input message then Use PROPAGATE function in the ESQL.

    如果需要发送相同输入消息多个输出消息,请ESQL中使用propagate函数

    youdao

  • If the current line matches the resulting regex, then the function has found the correct completion (the text of which is already in completion) and can return it immediately.

    如果当前匹配生成的正则表达式那么函数找到正确全(文本已经补全中)并且能够立即返回

    youdao

  • Teachers hated them, but they were pedagogic wonders compared with today's method of Googling the passage in question, then using the computer's “find” function to get to the exact snippet.

    老师们讨厌这种行为。但是现在年轻人电脑搜索功能,Google出问题正确答案相比,原来的方法已经成为教育者美好想法了。

    youdao

  • First calls the built-in input function to request the user to type in their calculation, which input then returns as a string.

    首先调用内置的input函数请求用户输入他们的计算随后input作为一个字符串返回

    youdao

  • In Lisp, a map takes as input a function and a sequence of values. It then applies the function to each value in the sequence.

    Lisp里面map接收函数一个序列作为输入然后把这个输入函数应用这个序列里的每个元素。

    youdao

  • From your perspective, execution begins at a function called main ; some library startup code obtains the arguments passed in from the PPE and then calls your main function with those arguments.

    角度来看程序执行是从一个名为main函数开始的;有些启动代码会获得PPE传递过来参数然后使用这些参数来调用main函数。

    youdao

  • It then USES the built-in isdirectory function to check whether the requested directory exists.

    然后使用内置isdirectory函数检查请求路径是否存在

    youdao

  • The Tax Web service is then incorporated into the composite billing function in the first SOA.

    然后税务Web服务被并入第一SOA复合帐单功能

    youdao

  • This function is then specified in the getIconClass attribute of the tree widget tag, as shown in Listing 18.

    函数之后这个tree小部件标记geticonclass属性内指定如清单18所

    youdao

  • This function creates an empty document instance and then reads in Listing 1 (labels.xml) using the load function.

    函数创建一个文档实例然后使用load函数读入清单1 (labels . xml)。

    youdao

  • Then use the addEmployee function that you saw in Listing 2 to add the new employee to both the list and record views.

    然后使用清单2看到addEmployee函数员工信息添加列表记录视图中。

    youdao

  • Without a reference, you copy the entire array or hash onto the function call stack, and then copy it again in the function.

    如果不使用引用,就需要整个数组hash 表复制函数调用栈中然后函数中再次对其进行复制。

    youdao

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

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

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