默认参数

  • 网络Default;default parameter;default argument
默认参数默认参数
  1. 保持其他默认参数的设置不变,并点击Finish。

    Leave all settings of the new project on the default parameters , and click Finish .

  2. 默认参数可以让报表自动运行;否则,用户必须输入参数值,报表才能运行。

    Default parameters allow the report to run automatically ; otherwise , a user must enter parameter values for the report to run .

  3. 单击New插入Description作为第一个默认参数。

    Click New to insert Description as the first parameter by default .

  4. 要更改默认参数值,并将参数设置为FALSE,请执行以下步骤。

    To change the default parameter value , and set the parameter to FALSE , perform the following steps .

  5. 推荐配置为您的PHP环境提供了一套相对安全的默认参数。

    The recommended configuration provides a relatively safe set of defaults for your PHP environment .

  6. 函数可以有默认参数,如compute函数的值参数所示。

    Functions can have default arguments , as shown for the value argument of the compute function .

  7. 对于SQLPL存储过程和UDF,可以指定默认参数值并按名称分配参数值。

    For SQL PL stored procedures and UDFs , you can specify default parameter values and assign them by name .

  8. 在HVAC控制系统中,普遍使用比例积分控制器(PI),比例积分控制器有两个影响控制器性能的参数,并且控制器使用自带的默认参数。

    In the HVAC industry , it is common to use proportional-integral ( PI ) feedback control algorithm . PI control algorithm have two parameters that affect controller performance : proportional gain and integral time and some PI algorithms use the default control parameters shipped with the controller .

  9. 6节描述怎样进行默认参数查找。

    6 describes how default argument names are looked up .

  10. 总之,你应该尽量使用默认参数,而不是构造器重载。

    In general , you should prefer default values to overloaded constructors .

  11. 默认参数集评估。4、可行性测试。

    Default parameter set assessment . 4 .

  12. 默认参数值也是没有损失的。

    Default parameter values are also penalty-free .

  13. 函数和方法的默认参数极大地减少了需要创建的重载方法数量。

    Default arguments on functions and methods greatly reduce the number of overloaded methods you need to create .

  14. 无效的间接寻址数字。对于默认参数处理,替换方法要求有一个间接寻址。

    Invalid number of indirections . For default parameter handling , one indirection is required for the replacement method .

  15. 在运行时,仅仅看到有默认参数值的存储过程结果是无法令人满意的。

    At runtime , we 're not happy with just seeing the result of the stored procedure with the default parameter value .

  16. 校正循环体包括了校正目标的确定、默认参数值评价、参数敏感性分析、参数校正等步骤。

    Calibration loop consists of calibration target establishment , evaluation of the default parameter values , sensitivity analysis and calibration of model parameters .

  17. 注意,不能以这种方式提供请求参数&页面可以在没有参数的情况下调用(或使用默认参数)。

    Note that you cannot supply request parameters in that fashion & pages will be invoked without ( or with default ) arguments .

  18. 具名与默认参数经常搭配使用,我们可以根据参数名称为参数赋值,同时对其他参数使用默认值,如下代码片段所示

    Named and default arguments work hand in hand ; one can pick a certain parameter by its name and use defaults for the others

  19. 如果希望以快照形式运行参数化报表,则必须在创建快照时指定要使用的默认参数。

    If you want to run a parameterized report as a snapshot , you must specify a default parameter to use when creating the snapshot .

  20. 讨论所涉及的产品的默认参数设置是为每一个新的包创建并且设置为默认图的一个自由格式的图。

    The default settings in Preferences for the products under discussion are that a free-form diagram is created and set as the default diagram of each new Package .

  21. 默认参数使程序获得了更高的灵活性,因为在您调用函数时,可以包含两个输入参数,也可以仅包含一个输入参数,甚至可以一个参数都不包含。

    A default parameter provides greater flexibility to a program because you can include neither , one , or both of the input parameters when you call the function .

  22. 报表使用查询参数,而您为了满足以快照形式运行报表的要求,选择特定的值作为默认参数。

    The report uses query parameters , and you select a specific value as the default parameter in order to meet the requirements for running the report as a snapshot .

  23. 当您第一次启动此对话框时,将为您设置服务器类型的默认参数,但是您可以随时更改该参数。

    When you launch this dialog for the first time , the default parameter for the server type is set for you , though you can change that at any time .

  24. 启动参数提供产品启动时的默认程序参数和VM参数。

    Launching arguments provides the product with the default program arguments and VM arguments .

  25. 这是所有Struts行为默认的参数名称,不能更改。

    This is a default parameter name for all Struts action and cannot be changed .

  26. 默认的参数或者其它的配置参数都是由这些所得到的。

    The default values for many other configuration parameters are derived from just these .

  27. 很明显,这要比简单地用参数标注指定一个默认的参数值做更多的工作。

    Obviously , this is a lot more work than simply specifying a default value as part of the Parameter annotation .

  28. 作为一个网页设计师来说,你应该注意到访问者能够改变默认颜色参数的情况。

    As a web designer , you should be aware of the fact that your visitors are able to change their default color preferences .

  29. 每个设备都有一套配置参数。这些参数可以通过电脑工具或者一个外部微控制器来设置。在代码中有一些默认的参数值。

    Each " network-specific " configuration parameter should be set to the same value in all devices that will be part of the network .

  30. 辅助类代理也包含一个默认的无参数构造器,用来建立它所代表的COM对象的实例。

    The coclass proxy also contains a default parameterless constructor for creating an instance of the COM object it represents .