• Select the appropriate function.

    选择适当的测量档位。

    youdao

  • Whenever the compiler sees such an operator, it simply replaces it with the appropriate function call.

    无论何时编 译器见到这样一个操作符,它只是用合适的函数调用来替换它。

    youdao

  • Semi-supervised learning - Combines both labeled and unlabeled examples to generate an appropriate function or classifier.

    半分类学习-将标签与非标签用例劫后生成一个合适的函数或分类器。

    youdao

  • For example, if you have a transaction, you can make sure that your code always brackets transactional code with the appropriate function calls.

    例如,若要处理一项事务,采用闭包后,您就能确保事务代码总能由适当的函数调用界定。

    youdao

  • Adding these features is primarily a function of adding the appropriate code lines into our existing framework, so most of this article will be showing you what code to add and where.

    添加这些特性主要涉及一个将一些适当的代码行添加到我们的现有框架的函数,因此,本文主要展示添加什么代码和在哪里添加代码。

    youdao

  • You may as well just map the opcode "DELETE" to whatever function is appropriate for deletion in your environment and language, to take that example.

    为实现示例,您同样可以将操作代码“DELETE”映射到您的环境和语言中任何适当的用于删除的函数。

    youdao

  • The JDIC component code itself figures out which OS the application is being run on and calls the appropriate JNI function.

    JDIC组件代码本身指出正在哪个操作系统上运行应用程序,并调用适当的jni函数。

    youdao

  • I would enjoy working with you in developing the appropriate systems and procedures to make our two departments function efficiently together.

    在开发适宜的系统和程序来让我们两个部门取得功能上高效率的过程中,我会很享受与你合作的机会。

    youdao

  • Depending on your applications and the data integrity characteristics associated with the business function, this may or may not be appropriate.

    取决于您的应用程序以及和业务函数相关的数据完整性的特征,这样可能合适,也可能不合适。

    youdao

  • Until a system is properly configured with appropriate service policy definitions, consider disabling the traffic queuing function of ARFM.

    如果还没有为系统配置适当的服务策略定义,应该考虑禁用ARFM的请求排队功能。

    youdao

  • The cast function is called twice to cast the values of the input parameters (for city and state) to appropriate data types.

    CAST函数被调用两次,以将输入参数的值(针对城市和州)强制转换适当的数据类型。

    youdao

  • QA can implement a valuable and appropriate audit function by applying a "trust, but verify" model to development standards.

    通过应用根据开发标准的“可信的,却又验证”模型,QA能够实现有价值和适当审计的功能。

    youdao

  • A cast function can be used to cast the value to an appropriate type.

    可以使用类型转换函数将值转换为一个合适的类型。

    youdao

  • The goal of this tool, built on the power of instant messaging, is to watch for performance and function failures and report them to the appropriate support team.

    该工具构建在即时消息之上,它的目的是监控性能和功能故障,并将它们报告给相应的支持团队。

    youdao

  • This ensures that callers are properly validating the function result so that they can handle the appropriate errors.

    这确保调用者适当地检验函数结果,从而能够适当地处理错误。

    youdao

  • Once the list of completion-specifications has been set up, all that remains is to implement a function to select the appropriate completion from the table, and then bind that function to the TAB key.

    一旦设立了补全规范之后,剩下的任务就是实现一个功能来从表选择适当的补全机制,然后将该函数绑定到tab键。

    youdao

  • This function is activated by selecting the appropriate check box, as shown in Figure 5.

    通过选中相应的复选框来启用该功能,如图5所示。

    youdao

  • This function accepts the POSTed data and returns the appropriate response to the client.

    这个函数接受以POST方式提交的数据,然后返回正确的响应给客户端。

    youdao

  • Examples of how to invoke the member function when appropriate.

    如何在适当时调用成员函数的示例?

    youdao

  • In this case, we partially apply editor so that edit receives a new function with the appropriate signature.

    在本例中,我们局部应用了editor,使得edit能够获得具有恰当签名的一个新函数。

    youdao

  • Each ODBC function call the application makes to the ODBC DriverManager is forwarded to the appropriate data source driver for processing.

    应用程序对odbcDriverManager进行的每个odbc函数调用都被转到适当的数据源驱动程序进行处理。

    youdao

  • By adding a simple function to display a message and exit with the appropriate return code as well as moving everything into a for loop, the script looks cleaner and is easier to understand.

    这个脚本增加了一个简单的函数来显示一个消息并带适当的返回码退出,还把所有操作转移到一个for循环中,这使这个脚本看起来更干净、更容易理解了。

    youdao

  • Create an input object of type Record and set the input parameters to the EIS function using the appropriate setter methods.

    创建record类型的输入对象并通过使用适宜的赋值方法设置EIS功能的输入参数。

    youdao

  • Retrieve the result of the EIS function call by calling the appropriate getter methods on the output record.

    通过调用输出记录中适宜的获取(getter)方法来检索e IS功能调用的结果。

    youdao

  • You also have to use the memalign function and strcpy to copy the data into an area of appropriate alignment.

    另外,还需要使用memalign函数和strcpy 将数据复制到合适对齐的区域。

    youdao

  • Render the chart by calling render_chart function with appropriate parameters.

    使用合适的参数调用render_chart函数渲染图表。

    youdao

  • The correct solution is to explicitly test strings for emptiness using the appropriate built-in function.

    正确的做法是显式地测试字符串是否为空,使用相应的内置函数。

    youdao

  • It first finds a reference to the function and then executes it with the appropriate argument. This is demonstrated with the following code.

    它首先发现对这个函数的一个引用,然后使用适当的参数执行它。

    youdao

  • Pick_next_task: This function chooses the most appropriate process eligible to run next.

    pick_next _ task:该函数选择接下来要运行的最合适的进程。

    youdao

  • For example, suppose you wanted to create a CommentBlock function that was passed a string and formatted it into an appropriate comment block for various programming languages.

    例如,假设您希望创建一个CommentBlock函数,它将接收一个字符串并针对不同的编程语言将其格式化为相应的注释块。

    youdao

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

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

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