• Ordinary function and method calls are not affected.

    普通的函数和方法调用是不受影响的。

    youdao

  • Development of BBS System mainly narrates basic function and method for System Design.

    BBS系统开发主要讲述了系统设计的基本功能和方法。

    youdao

  • The invention discloses a waterproof paint filler powder with absorption function and method for preparing same.

    本发明公开了一种具有吸附功能的耐水性腻子粉及其制备方法。

    youdao

  • This paper summarized the type and function and method of research and the relation with disease of cyclic nucleotide-gated ion channels.

    文章综述了环核苷酸门控离子通道的类型、功能、研究方法及其与疾病的关系。

    youdao

  • The pilot's optimal control model is investigated. The optimal design destination function and method of flight controlling system have been proposed.

    建立了驾驶员最优控制模型,提出了飞行控制系统优化设计目标函数和设计方法。

    youdao

  • Using the boundary-value problem of holomorphic function and method of mathematical physics, we obtained the expression of solution for above mentioned problem.

    利用全纯函数的边值问题与数学物理方法,得到了此类边值问题的解的表示式。

    youdao

  • The concept of fusing energy cost function and method based on the function are proposed, the method was used for the recognition of underwater acoustic signal.

    提出了融合能量代价函数的概念及基于代价函数的小波包能量法,并将其应用于水声信号的识别。

    youdao

  • This paper sets forth the function and method of the computer based management information system of operation and power distribution for power supply companies.

    本文阐述了供电企业用配营计算机管理信息系统的功能和方法;

    youdao

  • With the analysis of the furniture dividing, limiting, using and enriching interior space, this article talks more about the function and method of furniture to space.

    本文通过用家具划分、限定、利用、丰富室内空间的分析,进一步阐述了家具是室内环境功能的主要构成因素和体现者,起着对空间尺度的调节作用。

    youdao

  • The author states that understanding construction site supervision correctly is effective way to improve work quality, puts forward its function and method in construction.

    本文作者对正确理解旁站监理是提高工作质量的有效途径进行了全面论述,并提出其在施工过程中所起的作用及方法。

    youdao

  • In this paper, a special support vector regression machine algorithm is proposed, within which smoothing function and method to solve LC1 type functions are combined to solve Newton-type algorithm.

    分别采用光滑化函数法和求解lc1函数类型方法对牛顿型算法进行研究求解。

    youdao

  • With this method, you parse your arguments to your function and do your calculation.

    使用此方法,您可以解析函数的参数并执行计算。

    youdao

  • The AST is a tree representation of the source code that contains everything from variable declarations to function definitions and method invocations.

    AST是源代码的树形表示,它包含了从变量声明到功能定义和方法调用的全部内容。

    youdao

  • If you invoke a preexisting function that can throw a checked exception, you should write a wrapper function that catches and handles that exception; then, invoke the wrapper method from XSLT instead.

    如果您调用一个可能抛出检查异常的已有函数,您应编写一个包装器函数,捕获并处理此类异常,然后在XSLT中调用包装器方法。

    youdao

  • One of them is to find the minimum of a maximum of a function when the variables are not independent, and that is the method of Lagrange multipliers.

    其中一个是找出一个函数的极小值,极大值,这个函数的变量是相关的,这种方法称为拉格朗日乘数法。

    youdao

  • To invoke, or call the method and have it do its work -- you enter the name of the function, followed by parentheses.

    为了调用方法,并使其发挥作用,只需输入函数名后接圆括号即可。

    youdao

  • This method contains your custom function and is also described in further detail later.

    该方法包含定制函数,稍后将进一步对它进行详述。

    youdao

  • This is a timer method in which you specify both the interval of the callback and the function to call back.

    这是一个定时器方法,同时指定了回调时间间隔和回调函数。

    youdao

  • This method contains your custom function and is described in further detail later in this article.

    该方法包含定制函数,本文稍后将进一步进行详述。

    youdao

  • You should make each different arithmetic function its own action/method/whatevertheframeworkcallsit and you should use the frameworks input validation for the form values (if it has one).

    你需要为每一种运算设置单独的动作,或者说方法(每个框架的叫法不一样),而且还要用到框架中的表单验证功能(如果框架提供了这一功能的话)。

    youdao

  • Once you have such a Python file there, you can go to any folder, choose "Add External Method", and add a variable that invokes the function in question.

    一旦那里有了这样一个Python文件,您就可以转到任意文件夹,选择“添加外部方法”,并添加调用要使用的函数的变量。

    youdao

  • The foomain.c file (you can call it anything you want, of course) contains three things: a method table, an initialization function, and the rest of the code.

    c (当然,您可以随意命名它)文件包含三项内容:一个方法表,一个初始化函数和其余的代码。

    youdao

  • This method also USES the built-in concatenate function to combine two strings and return them as a single string.

    此方法还使用内置的concatenate函数把两个字符串组合在一起,并将其作为单个字符串返回。

    youdao

  • You can select the portion of code to move to its own function and choose Refactor - Extract Method.

    可以选择要移至其自己的函数的代码部分,然后选择Refactor-Extract Method。

    youdao

  • We now know that this represents a function pointer type that can refer to any method taking a single int argument and returning a string.

    我们现在知道了这是一个函数指针类型,它可以引用任何有一个int类型参数并且返回一个string类型的方法。

    youdao

  • And the update function calls the update method on the given feed if that feed hasn't been updated in the last ten minutes.

    如果给定提要在之前的十分钟内没有更新,则update函数在该提要上调用update方法。

    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

  • The XSLT/XQuery processor uses the information in the function call, including the function name and the number of arguments, to select the method.

    XSLT/XQuery处理器使用函数调用中的信息(包括函数名称和参数个数)来选择方法。

    youdao

  • When an error occurs or when you want to return a fault to the user, set the WS_FAULT object and exit the method with an Exit function or Exit sub statement.

    当错误发生时,或者在您希望向用户返回一个故障时,设置 WS_FAULT对象,并使用一个Exit函数或 Exit子语句退出方法。

    youdao

  • 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.

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

    youdao

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

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

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