Ordinary function and method calls are not affected.
普通的函数和方法调用是不受影响的。
Development of BBS System mainly narrates basic function and method for System Design.
BBS系统开发主要讲述了系统设计的基本功能和方法。
Meanwhile, principle, function and method of range finder are introduced detailed in this paper.
文章重点介绍了其测距装置的工作原理和作用及测距方法。
The invention discloses a waterproof paint filler powder with absorption function and method for preparing same.
本发明公开了一种具有吸附功能的耐水性腻子粉及其制备方法。
This paper summarized the type and function and method of research and the relation with disease of cyclic nucleotide-gated ion channels.
文章综述了环核苷酸门控离子通道的类型、功能、研究方法及其与疾病的关系。
The pilot's optimal control model is investigated. The optimal design destination function and method of flight controlling system have been proposed.
建立了驾驶员最优控制模型,提出了飞行控制系统优化设计目标函数和设计方法。
Using the boundary-value problem of holomorphic function and method of mathematical physics, we obtained the expression of solution for above mentioned problem.
利用全纯函数的边值问题与数学物理方法,得到了此类边值问题的解的表示式。
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.
提出了融合能量代价函数的概念及基于代价函数的小波包能量法,并将其应用于水声信号的识别。
This paper sets forth the function and method of the computer based management information system of operation and power distribution for power supply companies.
本文阐述了供电企业用配营计算机管理信息系统的功能和方法;
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.
本文通过用家具划分、限定、利用、丰富室内空间的分析,进一步阐述了家具是室内环境功能的主要构成因素和体现者,起着对空间尺度的调节作用。
The author states that understanding construction site supervision correctly is effective way to improve work quality, puts forward its function and method in construction.
本文作者对正确理解旁站监理是提高工作质量的有效途径进行了全面论述,并提出其在施工过程中所起的作用及方法。
The essay mainly introduced the safety problem of safety technology, the function and method of attacking test technology in computer network, analyzed the application of several typical product.
总结了计算机网络安全问题中的安全技术,攻击检测技术的作用、方法。分析了几种典型产品的应用。
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函数类型方法对牛顿型算法进行研究求解。
With this method, you parse your arguments to your function and do your calculation.
使用此方法,您可以解析函数的参数并执行计算。
The AST is a tree representation of the source code that contains everything from variable declarations to function definitions and method invocations.
AST是源代码的树形表示,它包含了从变量声明到功能定义和方法调用的全部内容。
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中调用包装器方法。
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.
其中一个是找出一个函数的极小值,极大值,这个函数的变量是相关的,这种方法称为拉格朗日乘数法。
To invoke, or call the method and have it do its work -- you enter the name of the function, followed by parentheses.
为了调用方法,并使其发挥作用,只需输入函数名后接圆括号即可。
This method contains your custom function and is also described in further detail later.
该方法包含定制函数,稍后将进一步对它进行详述。
This is a timer method in which you specify both the interval of the callback and the function to call back.
这是一个定时器方法,同时指定了回调时间间隔和回调函数。
This method contains your custom function and is described in further detail later in this article.
该方法包含定制函数,本文稍后将进一步进行详述。
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).
你需要为每一种运算设置单独的动作,或者说方法(每个框架的叫法不一样),而且还要用到框架中的表单验证功能(如果框架提供了这一功能的话)。
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 (当然,您可以随意命名它)文件包含三项内容:一个方法表,一个初始化函数和其余的代码。
You can select the portion of code to move to its own function and choose Refactor - Extract Method.
可以选择要移至其自己的函数的代码部分,然后选择Refactor-Extract Method。
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方法。
In this section, we create a Action web service web service, and access the web service using the web_client_api function and the direct instance method invocation.
在本节中,我们将创建ActionwebService web服务,并访问使用web_client_api函数的web服务和直接实例方法调用。
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方法的类型选择正确的服务函数并返回函数名。
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处理器使用函数调用中的信息(包括函数名称和参数个数)来选择方法。
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子语句退出方法。
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的一种用法,在许多语言中也常见。
应用推荐