• Based on the polynomial blending function, a kind of blending function-blending function class and a new type blending function-rational one are deduced.

    多项式混合函数出发,通过数学变换,构造了一类混合函数—混合函数

    youdao

  • A member function with public visibility can be invoked by any other member function in any other object or class.

    任何其它对象中的任何其它成员函数可以调用具有公有可视性的成员函数。

    youdao

  • One of the biggest problems when integrating this code is that it may not mix very well with existing code; function or class names may clash with what we are using already in our application.

    集成这些代码时,最主要问题之一就是这些代码可能无法恰当地融合已有代码中;函数可能与应用程序中已经使用内容冲

    youdao

  • If a given bug is applicable to more than one member function within a class, then it should be documented for the class instead of solely for the function.

    如果特定错误适用于一中的多个成员函数那么应该针对该类而不是单独函数编制文档

    youdao

  • You can use static assertions in global scope and inside namespaces, function bodies, or class declarations.

    可以全局范围以及名称空间函数声明内使用静态断言

    youdao

  • If an iterator class or a function with static (or global) variables depends on multiple data states, two problems come up.

    如果静态(全局)变量迭代函数取决于多个数据状态,则出现两个问题

    youdao

  • In each case, we avoid doing ugly hacks, such as prefixing the name of the function or class to make the name unique.

    任何情况下我们应避免执行不恰当修改,比如函数名作为前缀生成独特的名称

    youdao

  • With such plumbs, you can target the statement, loop, function, class, or library that is most sluggish.

    有了这种垂直度,可以语句循环函数或者运行缓慢作为分析目标

    youdao

  • How do you define a templated class or a function with a variable number of arguments, each with a potentially different type?

    如何定义具有数量可变参数(每个参数的类型可能不同)的模板函数

    youdao

  • No decisions are made by the class, as its sole function is to create a report.

    这个没有制定任何决策,惟一功能就是创建一个报告。

    youdao

  • A member function with protected visibility can be invoked by any member function in the class in which it is defined or any subclasses of that class.

    具有受保护可视性成员函数可以与该成员函数同一个定义任何子类中定义的其它任何成员函数调用

    youdao

  • The static keyword will simply try to resolve the call in the current class instead of the class the function was defined in.

    静态关键字仅仅尝试当前解析调用而不是定义函数类中执行。

    youdao

  • Tests can be categorized according to the amount of code they exercise: a unit test verifies the functionality of a single software component, such as a function or a class.

    可以测试按照测试代码多少分类:“单元测试检验单一组件功能比如函数或者一个类。

    youdao

  • One class is called the function selector, and the other one is called data binding.

    称为函数选择器一个类称为数据绑定

    youdao

  • Create a new helper function in your utility class that takes care of the necessary parsing (see Listing 14).

    有效创建一个有利于必要解析工作新的助手功能。(请看列表14)。

    youdao

  • The export will use the default JMS function selector class.

    导出使用缺省JMS函数选择器

    youdao

  • Note that when you try to access an argument of a class member function the actual argument count starts from 2 instead of 1.

    注意,在访问成员函数参数实际的参数编号2而不是1 开始。

    youdao

  • This example shows the C++ source code that contains a non-class function, a Private member function of a class, and a Public member function of a class.

    这个示例使用 C++源代码包含个非函数、类的一个私有成员函数一个公共成员函数。

    youdao

  • Allowing a template class or function to be instantiated with only certain data types.

    允许模板函数使用某些数据类型进行实例化。

    youdao

  • You can use Boost static assertions in a class, function, or namespace scope; you can also use them with templates.

    可以函数命名空间范围中使用Boost静态断言可以模板一起使用它们

    youdao

  • Almost all of the modules in Python 2.0's standard library are covered, but the coverage is not aimed at documenting every constant, function, and class inside each module.

    本书几乎涵盖所有Python 2.0标准模块这种涵盖目的不是记录每个模块中的每个常数函数

    youdao

  • For example, a utility class function called NVL would return NVL if the database connection is with Oracle, and COALESCE if the DB connection is with DB2.

    例如如果连接Oracle数据库,那么名为NVL实用程序函数返回nvl;如果连接的是DB2,那么返回COALESCE

    youdao

  • Message type indicator (MTI) — Four numeric digits that specify the version of the ISO8583 standard, message class, message function, and message origin.

    消息类型指示符(MTI)——4个数字指定ISO 8583标准版本、消息类型、消息功能消息发起位置。

    youdao

  • Such illustrations can also occur right inside of source code, in the docstring of a module, class, or function

    这种说明可以出现源代码模块函数docstring

    youdao

  • Then it calls a static function in the xml2json class to get the JSON-formatted result.

    然后调用xml2json中的静态函数得到json格式的结果

    youdao

  • Also, sometimes we need to copy information between the buffer, and this is done by the AddAndFlush (..) function in the IOCPS class.

    我们有时需要两个内存复制信息CIOCPS中的AddAndFlush函数可以实现。

    youdao

  • CwMtx has no built-in random number generator, and there is no class function that fills a matrix with random elements.

    CwMtx没有内置的随机数生成器没有用随机元素填充矩阵函数

    youdao

  • To implement this RESTful service, a function selector class will be implemented for selecting a correct service function according to the type of HTTP method and returning the function name.

    为了实现这个RESTful服务实现一个函数选择器,它根据HTTP方法类型选择正确的服务函数返回函数

    youdao

  • Then select RESTFunctionSelector for the function selector class as shown in Figure 26.

    然后,选择RESTFunctionSelector 作为函数选择26

    youdao

  • If the previous function was a class member function, then you would have used an __arg2 variable.

    如果前面函数成员函数,那么应该使用__arg2变量

    youdao

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

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

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