目的讨论用中规模器件实现组合逻辑函数时,函数变量数小于数据选择器的地址变量数的情况。
Aim When using moderate dimension of apparatus to realize combined logic function, the instance which function variable Numbers is less than the address of data selector is discussed.
当用外部的x对closuredemoparentfunction进行调用时,外部函数变量a就会被赋值为外部的x。
When a call is made to closureDemoParentFunction with a parameter of outer x, the outer function variable a is assigned the value outer x.
保存引用一个全局变量在函数里面是一个问题,因为一个函数变量在函数看不见但是一个局域变量包含一个引用全局。
Storing references to global variables inside a function is a problem, as a global var inside a function seems to be nothing but a local var containing a reference to the global.
大多数变量和函数应以小写字母开头。
Most variables and functions should start with a lower case letter.
在这个函数的第一部分中,您设置了创建报告需要的对象,比如画布的宽度和高度以及填充变量。
In the first section of this function, you set up objects needed to create the report, like the width and height of the canvas, as well as padding variables.
这个简单的函数接受任何变量,并将它显示在屏幕上。
This simple function takes in any variable and displays it to the screen.
它包含全局变量和函数的定义。
This includes the definition of global variables and functions.
在理想情况下,头文件应该包含所有类定义、成员函数和变量。
This header file should ideally contain all the class definitions, member functions, and variables.
这些节点代表了具体的标识符,如函数名称、变量及枚举类型。
These represent specific identifiers, such as the names of functions, variables, and enumerated types.
该链接程序尝试通过在不同的库中搜索该代码来解析函数和变量。
The linker tries to resolve functions and variables by searching in the various libraries for the code.
清单9给出了基本的模块函数和变量。
Listing 9 presents the basic module functions and variables.
不要将常数定义成变量或函数。
那如果我们需要使用定义在嵌套函数外面的变量呢?
What if we need to use a variable that is defined outside a nested function.
那如果我们需要使用定义在嵌套函数外面的变量呢?考虑下面的例子。
What if we need to use a variable that is defined outside a nested function. Consider this contrived example.
但是对含任意多个变量的函数也是适用的。
记住,变量可以保存函数!
但是理解任何内核的最关键要素是内核的映射,它提供符号信息(比如函数、变量以及它们的地址)。
But an important element of understanding any kernel is the map of the kernel, which provides symbol information (such as functions and variables as well as their addresses).
如果你发现自己总是过分注释,请先把函数命名和变量命名处理好。
If you are over-commenting, you're probably naming your functions and variables poorly.
因此,一个多变量的函数没有通常的导数。
So, a function of several variables doesn't have the usual derivative.
作为PHP程序员,您肯定知道变量和函数。
As a PHP programmer, you know variables and functions inside-out.
它还有一个新的代码浏览器插件,用这个插件可以浏览一个文件里的函数、类、变量、属性。
It contains a new CodeBrowser plugin for browsing functions, classes, variables and other attributes of a document.
您可以使用此函数创建变量绑定标记,方法是更改函数的参数。
With this function you can create variable bind tags by changing the parameters to the function.
TBSCAN(10)初始化函数中的本地变量。
TBSCAN (10) initializes the local variables in the function.
类可以直接用作组织数据和功能的简单方法,就像一组函数和变量一样。
A class can be used directly as a neat way of organizing data and functionality, very much like a bunch of functions and variables.
闭包功能非常强大,原因是它们使内部函数在外部函数返回时也仍然可以保留对此外部函数的变量的访问。
Closures are powerful because they enable inner functions to retain access to an outer function's variables even after the outer function has returned.
例如,是否是变量名、函数名,等等。
For instance, whether it's the name of a variable, function, etc.
函数本身仅存在于定义函数的变量范围内,因此当该变量超出范围时,函数也超出范围。
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.
当内部函数获得和使用其外部函数的变量时,就称其为一个闭包。
When an inner function gains and USES access to its outer function's variables it is known as a closure.
需要向函数传递变量的地址而不是变量的值。
You would have to pass the variables' addresses to the function rather than the variables' values.
取代单个值,随机变量拥有描述估计值可能性的函数,该函数称为变量的概率分布。
Instead of this single value, a random variable has a function that describes the likelihood of values for the estimate and is called the variable's probability distribution.
应用推荐