Simulation test illustrates that the presented algorithm is efficient for both one-variable functions and multi-variable functions.
实验测试结果表明,该算法对一元函数和多元函数都有很好的效果。
When using MSI to implement logical functions, we can use Reduced-dimension Karnaugh Map (RDM) to simplify multi-variable functions.
在用中规模集成逻辑电路实现函数时,使用降维卡诺图可化简多变量函数。
In this paper, the Rolle's theorem of a variadle function is extended to multiple-variable functions. The paper, then, gives a new and simple proof.
本文将一元函数的罗尔定理推广到多元函数中,并给出了一个简洁、颖的证明。
Stress intensity factors at the craek tips are computed by complex variable functions and perturbation method and formulas are given in power series forms.
采用复变函数及摄动方法,最后以幂级数形式给出应力强度因子的计算公式。
Then series expansions of multi-variable functions are applied to the derived approximations in terms of phase angles to generate the approximations in terms of group angles.
然后连续利用多元函数级数展开,导出群角表示的相速度和群速度近似公式。
Based on Biot's dynamic theory, the method of complex variable functions is used to solve the problem of scattering of elastic waves by circular cavity with lining in saturated soil.
运用复变函数法,在Biot波动理论的基础上,对饱和土中的圆形衬砌结构进行分析。
I add a string name and port class variable and then two functions: a constructor and the server.
我添加了一个字符串名称、一个端口类变量,还有两个函数:构造器和服务器。
And, of course, as with functions of one variable, we don't need things to be defined everywhere.
当然,就像单变量的函数一样,我们不需要函数在任意处都有定义。
The difference is that with recursive functions, you rarely have to modify any variable — you just pass the new values as parameters to the next function call.
区别在于,使用递归函数极少被迫修改任何一个变量——只需要将新值作为参数传递给下一次函数调用。
When this is not assigned to a variable or no further functions are performed, it will by default print a sample result set to the screen.
如果没有分配一个变量或没有执行其他函数,它将在屏幕上默认打印一个样例结果集。
This is to ensure that all programs, utilities, functions, scripts, and more called by the script are accessible using a listed directory in the variable.
这确保可以通过此变量中列出的目录访问脚本调用的所有程序、实用程序、函数、脚本等等。
Tying a variable is basically the binding of functions to the internal triggers for reading and writing that variable.
绑定变量基本上就是将函数绑定到内部触发器上以读写该变量。
Part 2 enhanced the solution from Part 1 to include create, update, and delete functions, plus customizations to the generated SDOs with local variable addition and basic transformations.
第 2部分中,我们增强了在 第 1 部分 中开发的解决方案,使之包括创建、更新和删除功能,包括用本地附加的变量及基本的转换来自定义生成SDO。
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.
这是与基于特定语言API 的交互完全不同的,在基于 API 的交互中,客户端是通过传递特定编程语言的可变参数到远程代理来调用服务器函数的。
The functions themselves only exist in the scope of the variable of which they are defined, so when that variable goes out of scope, so does the function.
函数本身仅存在于定义函数的变量范围内,因此当该变量超出范围时,函数也超出范围。
However, it is the interaction of these two functions and using a global pointer variable called namestr that causes both the leak and the dangling pointer.
然而,它是这两个函数的相互作用,利用一个全球性的指针变量叫做namestr,它会导致渗漏和不断摆动的指针。
The opendir() and readdir() functions both return NULL if a problem occurs and the errno global variable is set to indicate what went wrong.
在出现问题时,opendir()和readdir()函数都会返回NULL,并且将设置全局变量 errno 的值,以指出所出现的错误。
If you select the Console TAB, code is executed within the context of the function where execution stopped — this allows you to modify variable content or call functions on the fly.
如果选择Console选项卡,代码会在执行停止了的函数的上下文内执行——这就让您得以动态修改变量内容或调用函数。
C + + 0x allows you to define functions and classes with variable Numbers of arguments, and support is now the same in GCC.
C+ +0x允许定义具有数量可变的参数的函数或类,现在GCC提供相同的支持。
This encloses the self variable with the function definitions, so it is still available when the browser calls the functions, as shown in Listing 6.
这将self变量封闭在函数定义中,所以当浏览器调用函数时它仍然可用,见清单 6。
Now a column name is used as the variable name in the Xquery used in these functions.
现在,将一个列名称用作这些函数的Xquery中的一个变量名。
The above functions behave correctly if the variable $dev is set correctly at the beginning of the code, as follows
上述函数要正常工作,必须在代码开头按如下方式正确设置变量 $dev
But the real advantage to lambdas is when you create functions on the fly and no variable reference is required. For example.
但是lambdas的真正优势是,在您忙着创建函数时,不需要变量引用。
fullprof A complex variable has real and imaginary parts written in the form b(x) = n(x) + iv(x) for two real-valued functions n(x) and v(x)
单复变量包含实数和虚数两部分,针对两个实值函数n(x) 和v(x)的表达式为:b(x) = n(x) +iv(x)。
The perror and strerror functions that pull standard error descriptions come from the global variable, sys_errlist.
引出标准错误描述的perror和strerror函数来自sys_errlist全局变量。
Lambda functions (or "anonymous functions," as they are often referred to) are simply throwaway functions that can be defined at any time and are typically bound to a variable.
lambda函数(或者通常所谓的“匿名函数”)是可以随时定义的简单抛弃型函数,并且通常都与变量绑定。
This is basic bookkeeping; it states that we require Perl 5.006, that we like to use strict variable checking and warnings, and that we will export the invlist() and data_from_invlist() functions.
这是基本的部分;它声明了程序需要Perl 5.006 来解释执行,要求进行严格的变量检查和警告,还有我们将要导出 invlist() 和 data_from_invlist()函数。
If you work with large arrays or hashes and use them as arguments to functions, use a reference instead of the variable directly.
如果使用大型数组或hash表,并使用它们作为函数的参数,那么应该使用它们的一个引用,而不应该直接使用它们。
If you work with large arrays or hashes and use them as arguments to functions, use a reference instead of the variable directly.
如果使用大型数组或hash表,并使用它们作为函数的参数,那么应该使用它们的一个引用,而不应该直接使用它们。
应用推荐