• 具有可变参数列表函数(…)。

    Functions that have a variable argument list (...).

    youdao

  • 可变参数函数参数太多

    Go: Variadic function and too many arguments?

    youdao

  • 与其可变参数更喜欢用重载方法

    Prefer overloaded methods to methods that take variable parameters.

    youdao

  • 可以使用 typename声明可变参数模板

    You use the typename… to declare variadic templates.

    youdao

  • 文中提出一种可变参数纠错能力可调连续输入的RS编码器

    RS encoder with a varied parameter of code and rectified ability is proposed in this paper.

    youdao

  • 加速减速段高度及其管径比作为可变参数,建立结构优化数学模型

    Set the height of accelerating section and decelerating section, ratio of pipe-diameter as alterable parameter, the mathematic model of structure optimization was established.

    youdao

  • 模型中的气-固相同位素交换几率可变参数其余参数使用了文献实验值

    In the model, isotopic exchange probability is variable and other parameters come from reference or experiment.

    youdao

  • 固定参数动态灰色预测模型基础之上进行改进,提出了可变参数动态灰色预测模型。

    A variable parameter value rolling grey forecasting model (RGM) is constructed, which makes an enhancement to the fixed parameter value RGM.

    youdao

  • 而CMB研究让人惊讶结果宇宙学家创造的模型这个模型只有6可变参数,但却解释一切

    The most jaw-dropping thing about the CMB results is that the cosmologists' model, which has only a half-dozen adjustable parameters, fits the data at all.

    youdao

  • 可变参数内插法”,一种是用契比雪夫多项式卫星直角坐标进行方法

    One of them is "the interpolation of variable parameters" and the other is the higher order interpolation of rectangular coordinates of satellites by means of Chebyshev polynomial.

    youdao

  • 可以同一个函数中同时使用命名参数可变参数只需要可变参数省略号放在命名参数列表之后

    Named and variadic parameters can be used in the same function, simply by placing the variadic ellipsis after the list of named parameters.

    youdao

  • 树干形状描述出发,选择经典孔兹干曲线式推导出可变参数方程理论依据可靠

    From the study of tree trunks described in Forest mensuration, the classic curve-derived were chosen to deduct the taper equation of variable parameters, which is reliable in theoretical basis.

    youdao

  • 本文无线传感器网络节点配置问题研究方法一个对建立的目标价值函数可变参数进行优化从中求得优值的过程

    For the problem of WSN node deployment, this paper's researching approach is a process of optimizing the variable parameter set of object value function and then finding the optimal result.

    youdao

  • 实验结果论证电化学加工各种可变参数去除齿金属厚度影响程度,提高齿轮电化学加工精度提供了重要的理论依据。

    The experiments and results demonstrate that various sorts of alterable parameters of electrochemical process have some effects on removing metallic layer of semifinished product of gear, providing

    youdao

  • 基于特定语言API交互完全不同的,基于 API 的交互中,客户是通过传递特定编程语言的可变参数远程代理来调用服务器函数的。

    This is in contrast to language-bound, API-based interaction, whereby a client invokes server functions through remote proxies by passing variable arguments in a programming language.

    youdao

  • 研究了一些重要内核参数它们的作用以及如何它们进行包括如何最适当地使用可变页面大小支持

    You examined some important kernel parameters, what they do, and how to tune them, including how to make the best use of the variable page size support.

    youdao

  • 为了允许参数定义之外额外实参(要么必需,要么是可变长度的值),将令这个调用返回被处理实参的实际数量

    To allow for added arguments beyond those defined in the parameter array (either required values or variable length sets of values), I'll have the call return the actual number of arguments processed.

    youdao

  • 资产可以具有允许用户通过设置各种参数进行自定义可变

    It may have variability points that allow users to customize the asset by setting various parameters.

    youdao

  • 对于第一调用size of…(args)显示2因为可变的args列表中只有两个参数

    On the first invocation, sizeof... (args) displays 2, because there are only two arguments for the variable args list.

    youdao

  • C支持使用 va_list定义具有数量可变参数的函数,C++方面没有改进

    C has support for defining functions with a variable number of arguments using va_list, and C++ never improved on that.

    youdao

  • 这个格式表示用于定义文本格式的字符串类似于printf,它同时带有可变个数参数省略号表示[…]。

    This format indicates that a string is used to define the text and format (just like printf) and is accompanied by a variable set of arguments (identified by the ellipsis [...]).

    youdao

  • C+ +0x允许定义具有数量可变参数函数现在GCC提供相同支持

    C + + 0x allows you to define functions and classes with variable Numbers of arguments, and support is now the same in GCC.

    youdao

  • f第二调用可变列表包含 8.333,a变成第一参数

    The second call to f will have the variable list containing only 8.333, while a becomes the first argument.

    youdao

  • 规定一个通用可变函数参数(…t)及其传递(v…)。

    A general syntax for variable function arguments (... t) and their propagation (v...) is now specified.

    youdao

  • 这个调用./linux/kernel/printk.c 中的printk函数开始,使用 va_start解析可变长度参数之后调用vprintk(在同一个文件)。

    The call begins in ./linux/kernel/printk.c in the printk function, which calls vprintk (in the same source file) after resolving the variable-length arguments using va_start.

    youdao

  • 开关状态参数on声明var所以可变的。

    The on parameter is declared as a var, so it is mutable.

    youdao

  • 首先调用f模板版本第一参数类型字符串作为大小可变参数提供字符精度值。

    The first time around, the templated version of f is called, with a string as the first argument type, and the character and double are packed off as the variable size argument.

    youdao

  • 操作参数可变性——您可以接口定义级别参数操作和参数

    Operations and parameters variability-you can parameterize operations and parameters at the interface definition level.

    youdao

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

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

    youdao

  • 有效地使用能力监视系统状态、电子邮件任何其他需要参数我们需要保留这种可变同时使用提供一个简单接口

    To use the capability effectively for monitoring system status, E-mail messages, and any other desired parameter, we need to preserve this variability while providing a simple interface for its usage.

    youdao

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

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

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