• 如何单步执行特定函数

    How to: Step Into a Specific Function.

    youdao

  • 通过字符串移入特定函数gettext参数标记字符串。

    Mark up strings by moving them into arguments to the special function gettext .

    youdao

  • 如果发现多个程序使用一个特定函数需要函数放入模块

    If you ever find more than one program using a particular functionality, it's time to put it in a module.

    youdao

  • 脚本中学习如何导入特定函数模块,如何使用文件以及如何写入日志文件

    In this script, you're going to learn how to import modules for specific functions, how to work with files, and how to write to a log file.

    youdao

  • 一个简单例子就是多个论断计算特定函数循环例如接下来Fortran程序

    A simple example is a loop that computes a particular function for multiple arguments, such as the following Fortran program.

    youdao

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

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

    youdao

  • 尽管我们可以创建进程指定环境,不过特定函数可以进程创建设置获得环境变量

    Even though we can specify the environment when we create the process, there are also specific functions to set and obtain environment variables after the process is created.

    youdao

  • 这种情况下使用包与在外部使用闭包实现目的相同包含范围内绑定特定函数

    Using closures serves the same purpose in this situation as it would outside of a class: to contain a specific function to be bound within a small scope.

    youdao

  • 新的挂钩地址注册特定函数地址这样那个函数调用时,挂钩程序就代替它运行

    A new hook registers its address as the location for a specific function, so that when that function is called, the hook is run instead.

    youdao

  • 如果运气好的话,函数手册会列出可能返回所有以及它们特定函数的上下文中所指的含义

    If you're lucky, the function's man page lists all of its possible return values and what they mean in the context of this particular function.

    youdao

  • PHPTemplate 允许特定文件称为模板文件)映射到Drupal中的特定函数模块

    PHPTemplate allows you to map specific files, called template files, to specific functions and modules within Drupal.

    youdao

  • 此外清单13显示抽象方法用法演示如何基本功能放入以及如何阻止实现使用特定函数

    Additionally, Listing 13 shows the use of an abstract method to demonstrate how basic functionality can be put into a base class and specific functionality can be deterred to an implementation class.

    youdao

  • 另外函数指针包含特定函数引用而委托对象引用以及对该对象多个方法引用组成。

    In addition, where a function pointer contains only a reference to a particular function, a delegate consists of a reference to an object, and references to one or more methods within the object.

    youdao

  • “单执行特定函数命令可以执行属性运算符,即使关闭自动单步执行属性运算符的功能也是如此。

    Step Into Specific command allows you to step into a property or operator, even when automatic stepping into properties and operators is turned off.

    youdao

  • 处理特定函数调用服务(例如特定函数请求的处理),并FunctionCallManager对象来表示。

    It handles services specific to function calls, such as handling requests for a particular function, and is represented by a FunctionCallManager object.

    youdao

  • 动作部件实现必须包含一些特定事件函数以便使用容器工具栏小部件。

    The implementation of the action widget must include some specific events and functions for it to work with the container toolbar widget.

    youdao

  • 然而这种方法保护那些特定函数,而不是总体上防止堆栈溢出缺陷并且仅保护堆栈,而保护堆栈中的局部变量

    However, this approach only protects those specific functions, not stack overflow vulnerabilities in general, and it only protects the stack, not local values in the stack.

    youdao

  • 但是若是应用程序跟踪其他数据(比如某些变量)或者甚至试图通过记录特定函数调用过程来剖析代码,那么情况又是如何呢?

    However, what if the application wanted to track other data such as the value of certain variables or even attempt to profile the code by recording the duration of a particular function invocation?

    youdao

  • 这些属性将影响特定环境odbc函数行为方式

    These attributes affect the way ODBC functions behave under a specific environment.

    youdao

  • 调用远程节点使用提供的参数执行特定模块函数,并将结果返回调用方。

    This calls the remote node and executes the specific module and function with the supplied arguments, returning the result to the caller.

    youdao

  • 不幸的是,一旦开始编写通用断言来描述自己希望某个特定函数处理值时容易创建一些模糊条件

    Unfortunately, once you start writing general predicates describing the values you would like to handle within a particular function body, it becomes easy to create ambiguous conditions.

    youdao

  • 一个特定函数可以TMP36得的毫伏数转变为摄氏度范围也将从0-1023 转改为从1-5找到零点后即可将结果缩放 100。

    There is a specific function for converting the measured millivolts from the TMP36 to degrees Celsius, changing from a range of 0-1023 to 1 to 5, finding the zero point and scaling the result by 100.

    youdao

  • 再次选择运行相同过程函数时,系统将使用上一次运行特定过程或函数得到预填充参数值。

    When you choose to run the same procedure or function again, the parameter values are pre-filled with values from the previous run of that particular procedure or function.

    youdao

  • 没有特定标准函数许多现代编程语言内置函数,可以满足各种编程需求

    Has no particular set of standard functions, whereas many modern programming languages have intrinsic or built-in functions for various programmatic needs.

    youdao

  • 函数定义针对特定领域

    The function definitions are targeted to a specific domain.

    youdao

  • 它们提供超出api函数之外的特定于令牌的函数

    They provide token-specific functions beyond the main API functions.

    youdao

  • 现在熟悉所有部件通用函数将介绍小部件示例特定函数

    Now that you are familiar with the functions common to all widgets, the next section takes you through the functions that are specific to the sample widget.

    youdao

  • 表明 Twitter如何一个特定类别指定REST函数的。

    This is how Twitter specifies the REST function within a particular category.

    youdao

  • 装载scheme脚本获得特定scheme函数引用然后带参数调用

    I load the Scheme script, get a reference to the particular Scheme function, and call it with no arguments.

    youdao

  • 通过使用SAPAdapter应用程序可以SAP服务器发送请求调用特定函数(出站),或者SAP服务器接收事件(入站)。

    By using SAP Adapter, applications can send requests to the SAP server to invoke specific functions (outbound), or receive events from the SAP server (inbound).

    youdao

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

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

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