• 清单8提供了实现函数用法函数骨架示例

    Listing 8 provides an example of the function use and skeleton functions for implementation.

    youdao

  • 对于任何给定程序应该通读它所提供文档了解原型标准函数用法是否有所变化

    You'll need to go through the documentation provided with any given library to know if there is any change in the prototypes and therefore in the usage of the standard library functions.

    youdao

  • 简单组件中,还用不到这些函数因为简单组件代码包含了这些步骤或者可以找到其他方式实现这些API通用用法

    These functions are not required as simple components can encompass these steps in their actual code, or you may find other ways of establishing common usage of the APIs.

    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

  • 异常处理常见用法中断函数异常提交给调用程序(可能调用程序,或者堆栈上级调用程序)。

    The most common use of exception handling is breaking out of a function to raise an exception to a caller (which may be the caller or a caller higher up the stack).

    youdao

  • 当然除了这里讨论用法外,SQL SQL/XML函数可以更多的事。

    There's certainly more you can do with SQL and SQL/XML functions than we've discussed here.

    youdao

  • 注意argv列表长度通过len函数不是作为方法获得的,Jython的一种用法许多语言中常见

    Notice that the length of the argv list is obtained through the len function and not as a method; this is a Jython idiom and is common in many languages.

    youdao

  • 例如如果希望了解某个特定的maxima函数是如何工作的,那么就可以简单输入example (desolve),然后会提供很多样用法

    For example, if you want to know how a particular Maxima function works, you can simply type example (desolve) and it provides a number of example usages.

    youdao

  • 高阶函数常见用法或许lambda表达式闭包lisp

    Perhaps the most common use of higher-order functions is the lambda expression, which is Lisp's version of a closure.

    youdao

  • 中,看到new -concatnew - compare - criteria等函数用法它们我们在清单5调用defnode创建的。

    In this example, you see the use of functions like new-concat and new-compare-criteria, which were created by the defnode macro we called back in Listing 5.

    youdao

  • 下面是 mkewuidKornShell脚本函数产生的用法信息

    The following usage message information is from the mkewuid Korn Shell script function

    youdao

  • args函数负责确保我们接收正确数量命令行自变量,它负责打印有帮助用法信息。”

    The "args" function takes care of making sure that we receive the correct number of command-line arguments, and also handles printing helpful usage information.

    youdao

  • 本期文章重点放在基本语法SPE汇编语言ABI (applicationbinary interface平台函数调用约定)的用法上。

    This article focuses on the basic syntax and usage of SPE assembly language, and the ABI (the application binary interface, or the function calling conventions of the platform).

    youdao

  • 大部分Ajax编程的真实情况中,这种就绪状态唯一用法就是使用相同XMLHttpRequest对象多个函数之间生成多个请求

    The only use for this ready state in almost-real-world Ajax programming is if you make multiple requests using the same XMLHttpRequest object across multiple functions.

    youdao

  • 在lambda函数示例所示,明显用法之一少数php函数接受回调函数作为参数

    As we saw in the examples for lambda functions, one of the most obvious USES for closures is in the few PHP functions that accept a callback function as a parameter.

    youdao

  • API基本用法简单:把进行基准测试的代码提供一个Benchmark构造函数

    The API for most uses is simple: you supply the code to be benchmarked to a Benchmark constructor.

    youdao

  • 如果使用这些适配器,它们的用法标准函数指针适配器一样的。例如。

    If you need to use these adapters, usage is identical to the standard function pointer adapters. For example.

    youdao

  • 31个STAGE函数进行了讨论介绍了函数主机用法参考函数返回表示的意义等,给出部分函数应用实例

    The discussion on the 31 STAGE functions was made, the host usage, reference function, return value of the functions and their significance were introduced, and the applied examples of some functions.

    youdao

  • NIOS内部函数进行详细注释函数参数及其用法进行了解释说明

    The internal functions of the NIOS detailed notes on the function parameters and their usage is explained instructions.

    youdao

  • 此外文章还给出了二维三维形状量词使用函数公式,并从绝对量轨迹方面讨论了形状量词的一些特殊用法

    Also, this paper has given the function formulas, absolute value and locus governing the USES of shape based classifiers.

    youdao

  • 中的常数字段类似全局函数常数,不同的只是的作用范围该类而且它可以用多个修饰符来指定可见性用法

    A constant field in a class is similar to a global or function constant, except that it is scoped to the class and it can have various modifiers governing its visibility and usage.

    youdao

  • 应用沃尔函数载波适应多复已经提出多年,至今仍一些人所关心。

    The adaptive majority multiplexing method of using truncated Walsh functions as carrier code has been suggested for several years.

    youdao

  • 本文首先介绍C语言函数指针种简单用法,其次讨论了C语言中的多维浮点数组、含有浮点成员结构数组访问发现问题,同时给出了解决办法。

    Secondly it pointed out the problem that the C programming language occurs while C access muti-dimensional arrays of float or array of structure whose one or more members type is float.

    youdao

  • 首先介绍箭头函数直观用法,即用作匿名函数

    The first and most intuitive use for an arrow function would be as an anonymous callback.

    youdao

  • 函数典型地用法用于调试所以这个串表述成详尽歧义是十分重要

    This is typically used for debugging, so it is important that the representation is information-rich and unambiguous.

    youdao

  • 这种用法支持时,编译器被允许(制强)跳过复制构造函数直接创建对象

    When it can do so, the compiler is permitted (but not obligated) to skip the copy constructor and create the object directly.

    youdao

  • 这种用法支持时,编译器被允许(制强)跳过复制构造函数直接创建对象

    When it can do so, the compiler is permitted (but not obligated) to skip the copy constructor and create the object directly.

    youdao

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

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

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