网站首页  词典首页

请输入您要查询的英文单词:

 

单词 local variables
释义

local variables

  • 网络局部变量;本地变量;区域变数
1.
局部变量
局部变量Local Variables):它只能在所属的程序或函数中声明和引用,其他任何地方不能访问。 8.窗口有几种类型?
limindo.blog.163.com
2.
本地变量
因此,本地变量 (local variables)的范围是局限于声明它的嵌套范围之内的。尽管如此,你还可以定义全局变量(global variables)…
liuyongxing2006.blog.163.com
3.
区域变数
区域变数(Local variables)的修饰词(modifier) 只允许使用 final.C/C 的区域变数修饰词是可以使用,这点希望能分清楚. http://ww…
www.javaworld.com.tw
4.
局部变数
在变数上支援局部变数local variables)与整体变数(global variables)两种。整体变数必须以export glo_var_name 的方式 …
www.netlab.cse.yzu.edu.tw
5.
局域变量
1.对局域变量(local variables)、参数(method arguments)、字段(fields)这三种变量的命名没有区分: 对看编码的人来说,首先要 …
www.qqread.com
6.
局部变量区
每个帧都含有一个变量数组,我们称之为“局部变量区”(Local variables)。其长度在编译时已经确定了。
www.myexception.cn
7.
局部变量表
每个栈帧内部都包含一组称为局部变量表Local Variables)的变量列表。栈帧中局部变量表的长度由编译期决定,并且存储于 …
www.iprotoss.com

例句

释义:
1.
with a bit of work, you can often determine the values of local variables and function parameters from the stack listing.
稍加分析,你就能从中辨别出局部变量以及函数参数。
hi.baidu.com
2.
Consider the transient context to be a bit like a set of local variables in a programming language.
这个transient上下文多少有点像某种编程语言中的一组本地变量。
www.ibm.com
3.
Variables declared within a method are said to be local variables. What is the significance of the word local in this context?
方法内部声明的变量叫做局部变量。这儿局部的意思是什么?
www.bing.com
4.
If two or more threads are simultaneously inside a method, each thread has its own copy of local variables.
两个或多个线程同时调用同一对象的相同方法,则每一个线程拥有局部变量的拷贝。
blog.csdn.net
5.
PRINT also accepts complex strings built by concatenating two or more constants , local variables , or functions .
PRINT还接受由两个或多个常量、局部变量或函数串联生成的复杂字符串。
www.bing.com
6.
Implicitly typed local variables, which permit the type of local variables to be inferred from the expressions used to initialize them.
隐型局部变量,允许局部变量的类型从初始化它们的表达式推导而来。
blog.csdn.net
7.
Each time a procedure calls itself, it uses more of that space for additional copies of its local variables.
过程在每次调用它自身时,都会占用更多的内存空间以保存其局部变量的附加副本。
technet.microsoft.com
8.
This field appears to be used as a local variable, not as a state variable. Consider defining and using appropriate local variables.
这个域看起来被做为一个本地变量使用,而不是作为全局变量。考虑定义和使用适当的本地变量。
blog.csdn.net
9.
You can inspect the values of local variables in a method as you step through the code, to better understand what is happening.
在单步执行代码时,可以检查方法中局部变量的值,以更好的了解执行情况。
www.ianywhere.com
10.
The object literal stub applied to the constructor records it's interaction with the system under test via local variables url and callback.
通过本地变量url和callback,应用于构造函数的objectliteralstub能够记录它与被测系统的交互行为。
www.infoq.com
1.
Essentially, local variables (though not always the objects they point to) are free from both memory and time concerns.
实际上,本地变量(并非始终是它们指向的对象)并不影响内存和时间问题。
www.ibm.com
2.
After the function in tail position is called which of our local variables will be in use?
函数在尾部被调用之后,还需要使用哪个本地变量?
www.ibm.com
3.
This means that local variables actually move to an identifier depth of two during execution of the with, imposing a performance penalty.
这就意味着在执行with的过程中,实际上的局部变量都被移到作用域链上的第二个位置,这会带来性能上的损失。
www.bing.com
4.
The local variables occupy words of the stack frame, just like the method parameters.
同方法变量一样,本地变量占用堆栈结构中的字。
www-128.ibm.com
5.
Variables that are not used outside the scope of a single method should be declared as local variables within the method body itself.
不在单个方法范围外部使用的变量应在方法体自身范围内声明为局部变量。
technet.microsoft.com
6.
Static local variables are not the only compiler trick around.
静态局部变量不是仅有的编译器技巧。
www.cnblogs.com
7.
Code outside a procedure or block cannot refer to any local variables within that procedure or block.
过程或块之外的代码不能引用该过程或块之内的任何局部变量。
msdn2.microsoft.com
8.
Local variables can also be declared with the new CURSOR data type to hold a reference to a local cursor.
也可以通过新的CURSOR数据类型声明局部变量,以包含对局部游标的引用。
msdn2.microsoft.com
9.
Displays the current local variables and their values as well as a tab with all breakpoints.
显示当前的本地变量及其值,以及带有所有断点的选项卡。
www.ibm.com
10.
Local variables which do not need to be saved between map changes.
在地图改变后不需要存储的本地变量。
tbsgame.net
1.
First, you're going to start off with the class declaration and local variables, as shown in Listing 1.
首先,从类声明和局部变量定义开始,如清单1所示。
www.ibm.com
2.
Other refactoring options include encapsulating fields, promoting local variables to method parameters, and managing method parameters.
其他重构选项包括封装字段、将局部变量提升为方法参数以及管理方法参数。
msdn2.microsoft.com
3.
Regular local variables in source code are defined within a block, which may be the entire method body or some nested block.
源代码中一般的本地变量都定义在一个块中,这个块可能是一个完整的方法体或者是一个嵌套块。
www-128.ibm.com
4.
Allows data from the columns of a fetch to be placed into local variables.
允许将提取操作的列数据放到局部变量中。
technet.microsoft.com
5.
This allows you to use loops, switches, and local variables within an expression.
在这个括号里,你可以使用循环语句,开关语句,或是一个局部变量。
www.bing.com
6.
The information it captures is quite extensive, even catching all of the local variables on the stack when an event is triggered.
它能捕获到相当广泛的信息,甚至在事件触发时还能捕获到栈上的所有局部变量信息。
www.infoq.com
7.
This allows the control condition to be comprised solely of local variables and therefore run much faster.
这使得控制条件只有局部变量参与运算,所以速度更快。
blog.sina.com.cn
8.
Local variables in procedures and triggers are declared within a compound statement (see Using compound statements).
过程和触发器中的局部变量在复合语句中声明(请参见使用复合语句)。
www.ianywhere.com
9.
Compiler option has been enhanced to help protect local variables from direct buffer overruns.
编译器选项已被增强,帮助保护局部变量以免产生直接缓冲区溢出。
msdn2.microsoft.com
10.
DBG supports back-tracking, shows local variables and parameters being passed to all nested function calls at any point of execution.
DBG支持后台跟踪,显示本地变量和在任意的执行点为所有嵌套的函数调用传递参数。
osl.bsw.net.cn
1.
Literal values and local variables can be accessed very quickly, whereas array items and object members take longer.
直接量和局部变量访问速度非常快,数组项和对象成员需要更长时间。
blog.sina.com.cn
2.
In this lesson you inspect the values of both local variables (declared in a method) and class static variables in the debugger.
在本课中,您可以在调试程序中既可以修改局部变量(在方法中声明的变量)的值,也可以修改类静态变量的值。
www.ianywhere.com
3.
The maximum number of local variables in a stored procedure is limited only by available memory.
存储过程中的局部变量的最大数目仅受可用内存的限制。
msdn2.microsoft.com
4.
Don't be afraid to use as many different local variables as you need.
所以不必为此担忧,可以根据您的需要使用多个不同的本地变量。
www.ibm.com
5.
The biggest problem with ExtractMethod is dealing with local variables, and temps are one of the main sourcesof this issue.
最大的困难就是处理局部变量,而临时变量则是其中一个主要的困难的源头。
blog.cnbie.com
6.
You retrieve and set their values with assignment statements the same way you retrieve and set local variables in a procedure.
可用像检索和设置过程中的局部变量那样,用赋值语句来检索和设置字段和属性的值。
msdn2.microsoft.com
7.
We mentioned in the scope activity section that you can declare local variables within a scope.
我们在范围活动部分中已提到,您可以在范围中声明本地变量。
www.ibm.com
8.
The activation record contains all of the call-specific data for the function, including parameters and local variables.
活动记录包含了这个函数的所有与调用有关的数据,包括参数和本地变量。
www.ibm.com
9.
To work around this situation, make the local variables that are used in the anonymous method, fields of the class.
若要解决此问题,请使匿名方法中使用的局部变量成为类的字段。
msdn2.microsoft.com
10.
Similarly, a shared procedure or property holds only one set of local variables.
同样,共享过程或属性仅存储一组局部变量。
msdn2.microsoft.com
1.
Gets or sets whether the local variables in this constructor should be zero-initialized.
获取或设置此构造函数中的局部变量是否应初始化为零。
msdn2.microsoft.com
2.
The Locals and Temporaries area represents the stack space allocated for local variables and compiler-generated temporaries.
部分变量及暂时变质区代表为部分变质及编译器发生的暂时变量分配的栈空间
blog.sina.com.cn
3.
The local variable signature describes the layout of a method's local variables.
局部变量签名描述方法的局部变量的布局。
msdn2.microsoft.com
4.
Empty names should be interpreted as temporary local variables during serialization.
在序列化过程中,应将空名称解释为临时局部变量。
msdn2.microsoft.com
5.
Sets the local variable signature that describes the layout of local variables for the associated dynamic method.
设置描述关联动态方法的局部变量布局的局部变量签名。
msdn2.microsoft.com
6.
You can use this with as many local variables as you need.
你可以用这种方式来处理所有需处理的此类局部变量。
club.tech.sina.com.cn
7.
Gets or sets a Boolean value that specifies whether the local variables in this method are zero initialized.
获取或设置一个布尔值,该值指定此方法中的局部变量是否初始化为零。
msdn2.microsoft.com
8.
If local variables require more local variable space than is available, try declaring some variables at the module level.
如果本地变量所需的本地变量空间多于可用空间,请尝试在模块级声明一些变量。
www.juyy.net
9.
Local variables in procedures which have not been initialized , as in the example above.
本地变量在执行过程中未初始化,如上例。
dictsearch.appspot.com
10.
Is a built-in value type that can be used for parameters and local variables.
是可用于参数和局部变量的内置值类型。
msdn2.microsoft.com
1.
Object that provides access to the MSIL stream, local variables, and exceptions for the current method.
对象,该对象提供对MSIL流、局部变量和当前方法的异常的访问。
msdn2.microsoft.com
2.
If the procedure is Shared, all its local variables are automatically shared, including the Static variables.
如果过程为Shared,该过程的所有局部变量都自动共享,包括Static变量。
msdn2.microsoft.com
3.
The code that accesses the actual card registers should now be changed to access the local variables that mimic the device's registers.
访问实际硬件(卡)寄存器的代码现在应该进行一些修改,访问模拟设备寄存器的本地变量。
www.ibm.com
4.
When local variables are defined, they have no value and are not initialized.
定义局部变量时,它们没有值,也没有初始化。
www.ibm.com
5.
A stack frame is set up for the local variables of the function.
为函数的局部变量设置一个栈桢。
docs.google.com
6.
List of local variables representing the parameters of this event.
局部变量列表,这些变量表示此事件的参数。
msdn2.microsoft.com
7.
Temporary grammar-local variables can be defined and set in grammar actions.
在语法片断中可以定义并设置临时的局部语法(grammar-local)变量。
www.ibm.com
8.
Local variables should be named with lowercased words separated by underscore.
本地变量必须以由下划线隔离开的小写字命名。
blog.csdn.net
9.
Gets or sets a value indicating whether the local variables in the method are zero-initialized.
获取或设置一个值,该值指示方法中的局部变量是否初始化为零。
msdn2.microsoft.com
10.
The remaining space is used for saving registers and storing local variables.
剩余的空间用来保存寄存器和存储本地变量。
www.ibm.com
1.
As each callback must be finished as soon as possible, it is not possible to keep persistent state in function-local variables.
因为每次回调都必须尽快的结束,这使得它不可能在一个函数级别(function-local)的变量中保存持久的状态。
wiki.woodpecker.org.cn
2.
SELECT statements that contain select lists with expressions that assign values to local variables.
SELECT语句,其中的选择列表包含为局部变量分配值的表达式。
msdn2.microsoft.com
3.
Describes optional procedure arguments and static local variables.
描述可选的过程参数和静态局部变量。
msdn2.microsoft.com
4.
Automatic variables are local variables declared inside functions.
自动变量就是定义在函数内部的局部变量。
www.smth.edu.cn
5.
Gets a count of the number of local variables defined within this scope.
获取此范围内定义的局部变量的数目。
msdn2.microsoft.com
6.
C# does not support static local variables (variables that are declared in method scope).
C#不支持静态局部变量(在方法范围内声明的变量)。
technet.microsoft.com
7.
All member variables and local variables from init methods are stored in a table.
init方法中的所有成员变量和局部变量均存储在一个表中。
msdn2.microsoft.com
8.
A scope activity lets you define local variables, local correlation sets, and various handlers.
范围活动允许您定义本地变量,本地相关集和各种处理程序。
www.ibm.com
9.
Stack-allocated data usually include non-static local variables and any parameters passed by value.
而指派到堆叠的资料一般包括非静态的局部变数和所有按值传递的参数。
www.ibm.com
10.
Initialization of local variables to a nonzero value.
将局部变量初始化为非零值。
technet.microsoft.com
1.
Local variables can be primitive or business object types.
局部变量可以是基元类型或业务对象类型。
www.ibm.com
2.
The SetupLocalVariables Java snippet prepares the local variables that are needed inside the event handler.
SetupLocalVariablesJava代码片段准备事件处理程序内所需的局部变量。
www.ibm.com
3.
Now RubyMine's editor knows and understands the new lambda syntax, local variables semantics, etc.
现在RubyMine的编辑器知道并且理解了新的lambda语法、局部变量语义等。
www.infoq.com
4.
The CLR debugging API enables inspection of stack frames and local variables with JIT-compiled code that has been optimized.
CLR调试API使用经过优化的JIT编译代码来启用堆栈帧和局部变量检查。
technet.microsoft.com
5.
Bytecode also treats method parameters similarly to local variables.
字节码对于方法参数的处理与本地变量相似。
www-128.ibm.com
6.
Enregistration is the process of selecting which local variables can be stored in registers rather than on the stack.
可注册是一个选择过程:将哪些局部变量存储到寄存器中,这比存储到堆栈中要好。
dictsearch.appspot.com
7.
Specifies address types for local variables, parameters, and fields in the methods.
方法中的局部变量、参数和字段的地址类型。
msdn2.microsoft.com
8.
Local variables of the same name in different functions are unrelated.
不同函数中声明的具有相同名字的各个局部变量之间没有任何关系。
czk.8866.org
9.
The local variables within the current lexical scope.
当前词法范围内的局部变量。
msdn2.microsoft.com
10.
Local variables inside a procedure default to public access, and you cannot use any access modifiers on them.
过程内的局部变量默认为公共访问,您不能对它们使用任何访问修饰符。
msdn2.microsoft.com
1.
Local variables are faster to access than out-of-scope variables because they exist in the first variable object of the scope chain.
局部变量比域外变量快,因为它位于作用域链的第一个对象中。
blog.sina.com.cn
2.
Often, you have many local variables that are short-lived within a method, but the method itself is invoked repeatedly and frequently.
在方法中常常有许多短期存在的本地变量,但是方法本身会被频繁地反复调用。
www.ibm.com
3.
True, the emitted MSIL includes initialization of local variables.
则发出的MSIL将包括对局部变量的初始化。
msdn2.microsoft.com
4.
It includes stack frames and local variables, but unlike a true thread it is not executable.
它包含了栈帧和局部变量,但与真正的线程不同的是它无法执行。
www.infoq.com
5.
These shifts can be avoided by using int and unsigned int for local variables.
这些移位操作可以通过使用int和unsignedint的局部变量来避免。
blog.sina.com.cn
6.
Use the Variables tab in the Debug window to examine environment, global, and local variables.
使用Debug窗口中的Variables选项卡查看环境、全局和局部变量。
www.ibm.com
7.
Wildcards also have the advantage that they can be used outside of method signatures, as the types of fields, local variables and arrays.
通配符也具有优点,他们能够在方法署名之外使用,作为域、本地变量和数组的类型。
www.diybl.com
8.
Accessing object fields is much slower than accessing local variables.
访问对象的属性比访问本地变量花费时间多。
blog.sina.com.cn
9.
You can apply attributes only to member variables, not to local variables.
您可以将属性仅应用于成员变量,而不应用于局部变量。
msdn2.microsoft.com
10.
This scope is required to define local variables so that each event handler instance uses its own data.
定义局部变量要求使用此范围,以便每个事件处理程序实例都使用其自身的数据。
www.ibm.com
1.
This factory method is nice since each generated function has it's own space for local variables.
这样很好,因为每个生成的函数有他们自己的本地变量空间。
wiki.grati.org
2.
However, even if the frame is in a valid state, there still may be problems such as uninitialized local variables.
不过,即使框架处于有效状态,仍可能有未初始化区域变数之类的问题。
technet.microsoft.com
3.
It reorders where local variables are stored, and copies pointers in function arguments, so that they're also before any arrays.
它对存储局部变量的位置进行重新排序,并复制函数参数中的指针,以便它们也在任何数组之前。
www.ibm.com
4.
Data elements at procedure level are limited to local variables and constants.
过程级的数据元素仅限局部变量和常数。
msdn2.microsoft.com
5.
However, if that procedure calls other procedures, the local variables retain their values while the called procedures are running.
但是,如果该过程调用其他过程,则局部变量在被调用过程运行期间保留它们的值。
technet.microsoft.com
6.
This syntax implies that all local variables will be passed by reference to the lambda function.
这种语法表示把所有局部变量通过引用传递给lambda函数。
www.ibm.com
7.
Reentrant functions either use local variables or protect their data when global variables are used.
可重入函数要么使用本地变量,要么在使用全局变量时保护自己的数据。
www-128.ibm.com
8.
Local variables are not initialized and the generated code is unverifiable.
则不初始化局部变量,并且生成的代码将无法验证。
msdn2.microsoft.com
9.
The stack, where parameters and local variables are allocated from.
存储参数和局部变量。
zhidao.baidu.com
10.
A Byte array containing the layout of local variables for the associated DynamicMethod.
一个Byte数组,其中包含关联DynamicMethod的局部变量布局。
msdn2.microsoft.com
1.
Two local variables ThisName and ThisValue are declared to hold the results from each row of the query.
声明两个局部变量ThisName和ThisValue,以保存来自该查询的每一行的结果。
www.ianywhere.com
2.
Dependencies on uninitialized local variables.
未初始化的局部变量上的依赖项。
msdn2.microsoft.com
3.
Local variables are initialized to 0 before entering the method only if the initialize flag on the method is true.
只有在方法上的初始化标志为真时,才在输入方法前将局部变量初始化为0。
msdn2.microsoft.com
4.
Your application has a limited amount of space for local variables.
应用程序的局部变量所使用的空间有限。
technet.microsoft.com
5.
False hits on data breakpoints on local variables can be caused by reuse of registers .
寄存器的再使用可使设置数据断点的局部变量产生错误的结果。
dictsearch.appspot.com
6.
Creates an object for creating references to local variables.
创建一个对象,用于创建对局部变量的引用。
www.dictall.com
7.
Gets a value indicating whether local variables in the method body are initialized to the default values for their types.
取得值,指出方法主体中的区域变数是否初始化为其型别的预设值。
msdn.microsoft.com
8.
Index numbers are assigned to local variables in the order in which they are declared or emitted, beginning with zero.
从零开始,按局部变量的声明或发出顺序向局部变量分配索引号。
msdn2.microsoft.com
9.
Gets a count of the local variables defined within this scope.
取得在这个范围内定义的区域变数计数。
technet.microsoft.com
10.
Local variables are initialized to 0 before entering the method if the initialize flag on the method is true.
如果方法上的初始化标志为真,则在输入方法前将局部变量初始化为0。
msdn2.microsoft.com
1.
Wherever possible, use local variables instead of class members. Access is quicker.
尽可能使用本地变量代替类成员,这样访问速度快。
www.matrix.org.cn
2.
Are simple names identifying local variables.
都是用于标识局部变量的简单名称。
msdn2.microsoft.com
3.
Use local variables to store DOM references you'll access repeatedly.
在反复访问的地方使用局部变量存放DOM引用。
blog.sina.com.cn
4.
Local variables are in scope only within their procedure or block.
局部变量仅在它们的过程或块的范围之内。
msdn2.microsoft.com
5.
Bytes of stack space for local variables, its stack probe is activated.
字节,则激活它的堆栈探测。
msdn2.microsoft.com
6.
The callback handler class has two thread local variables that can store the user ID and password from the client instance.
这个回调处理器类拥有两个线程本地变量,用于存储来自客户端实例的用户ID和密码。
www.ibm.com
7.
Only FETCH statements that assign values to local variables using the INTO clause are allowed .
仅允许使用FETCH语句通过INTO子句给局部变量赋值。
www.bing.com
8.
A vulnerable parameter is allocated before the cookie and local variables.
易受攻击的参数在Cookie和局部变量之前分配。
msdn2.microsoft.com
9.
Gets an enumerator for the local variables in this frame.
获取此帧中参数的枚举数。
technet.microsoft.com
10.
You can specify WithEvents only on member variables, not on local variables inside a procedure.
只能在成员变量上指定WithEvents,而不能在过程中的局部变量上指定。
msdn2.microsoft.com
1.
You defined some local variables in the previous section.
您在前一部分中定义了一些局部变量。
www.ibm.com
2.
The local variables are returned in no particular order.
不按特定顺序返回局部变量。
msdn2.microsoft.com
3.
Gets the local variables defined within this scope.
获取此范围中定义的局部变量。
msdn2.microsoft.com
4.
Gets the number of local variables.
获取局部变量的数量。
msdn2.microsoft.com
5.
Almost everyone already knows that there's a local function that has something to do with local variables.
几乎每个人都知道,有个local函数,它对本地变量有些影响。
blog.163.com
6.
Uninitialized local variables of built-in type have undefined values.
对于未初始化的内置类型局部变量,其初值不确定。
dictsearch.appspot.com
7.
Gets the list of local variables declared in the method body.
取得方法主体中所宣告之区域变数的清单。
msdn.microsoft.com
8.
You can define local variables in a rule set.
您可以在规则集中定义局部变量。
www.ibm.com
9.
The local variables are then printed to the screen.
然后将本地变量打印到屏幕上。
www.ibm.com
10.
This column contains the names of all local variables in the current scope.
此列包含当前范围中的所有局部变量的名称。
msdn2.microsoft.com
1.
That is, the variables aren't passed in as arguments or defined as local variables within the function.
这些变量不作为传入参数或者函数内的局部变量。
www.bing.com
2.
Adding local variables is allowed.
允许添加局部变量。
msdn2.microsoft.com
3.
An attribute contributes information to the assembly's metadata, which is not meaningful for temporary storage such as local variables.
属性向程序集的元数据提供信息,这对于临时存储(如局部变量)来说并没有意义。
msdn2.microsoft.com
4.
It allows ustoinject stack based local variables anywhere in our parse descent hierarchy.
它使得我们可以在下降分析的任意层次注入基于栈的变量。
www.bing.com
5.
Because local does not actually create local variables, it is not very much use.
因为local实际不创建本地变量,它并非很有用。
blog.163.com
6.
Happily gdb will show the value of all local variables and save a lot of typing with the info locals command.
幸好,gdb将显示所有局部变量的值,并使用infolocals命令保存大量输入信息。
www-128.ibm.com
7.
For instance, pre-1. 9, Ruby's had a problem with local variables in blocks.
例如,在1.9之前,Ruby块中的本地变量存在着问题:a=1
www.infoq.com
8.
These local variables give us something to perform assertions on at the end of the test.
这些本地变量使我们能够在测试的最后执行断言。
www.infoq.com
9.
You can use Static only on local variables.
只能对局部变量使用Static。
msdn2.microsoft.com
10.
Sometimes the code is very obviously unreachable (uncalled private methods, unread local variables, and so forth).
有时候,这些代码是明显不可达的(未调用的私有方法以及未读入的本地变量,等等)。
www.ibm.com
1.
First, although it doesn't look that way initially, this is a major change to the semantics of local variables.
首先,尽管最初看起来不是这一回事,但这确实是对局部变量语义的一个重大改变。
www.bing.com
2.
Creating fewer local variables gives the JIT compiler a better chance to find the best candidates for enregistration .
创建更少的局部变量给JIT提供了更好的机会寻找最合适寄存器候选对象。
dictsearch.appspot.com
3.
What happens in these cases is that a generic "catch-all" handler is defined, which saves all error information in local variables.
这些情况下要做的事情就是定义一个通用的“万能(catch-all)”处理程序,用于在局部变量中保存所有错误信息。
www.ibm.com
4.
TBSCAN(10) initializes the local variables in the function.
TBSCAN(10)初始化函数中的本地变量。
www.ibm.com
5.
Technically speaking, you can also use [ = ] and pass all local variables by value to the function: This is the fourth way to do things.
从技术上说,还可以使用[=]把所有局部变量通过值传递给函数,这是第四种方法。
www.ibm.com
6.
In this step, you will create three local variables: rate1, rate2 and increment.
在此步骤中,您将创建三个局部变量:rate1、rate2和increment。
www.ibm.com
7.
You can also allocate space for local variables as is done in the program (line 63).
和程序中的处理一样,还可以为局部变量分配空间(第63行)。
www.ibm.com
8.
Detection of overruns and underruns of local variables such as arrays.
检测局部变量(如数组)的溢出和不足。
technet.microsoft.com
9.
For example, many local variables will not be visible, and source lines will be inaccurate.
例如,许多局部变量将不可见,并且源代码行也会不准确。
msdn2.microsoft.com
10.
Of course, it can assume that it is past its local variables.
当然,可以假定它超出了其本地变量的范围。
www.ibm.com
1.
Displays one or more local variables along with their values.
显示一个或多个局部变量及其值。
msdn2.microsoft.com
2.
Private members that don't get initialized in the constructor can be local variables of the constructor function, like this
未在构造函数中初始化的私有成员可以成为构造函数的本地变量,如下所示
msdn.microsoft.com
3.
Also, as with other local variables, Java programmers tend to initialize the array at the point at which it is declared
同样,与其他本地变量一样,Java程序员习惯在声明时初始化这些变量
www.ibm.com
4.
Thread local variables cannot be local to a function or procedure
线程局部变量对函数不能是局部的
blog.sina.com.cn
5.
Between the local variables in a method and its first statement
一个方法内声明的两个本地变量间
www.cublog.cn
6.
Communicate information between functions ? Local variables
局部变量局部变量?
wenku.baidu.com
7.
A less compact version with the same architecture can easily be written to use named local variables and functions for enhanced clarity
为了增加清晰性,一个不太紧凑的具有相同结构的版本能很容易的使用命名的本地变量和函数被写
wiki.woodpecker.org.cn
8.
Note that the query is executed in a separate session, so local variables in the script calling
请注意,查询在单独的会话中执行,所以调用
msdn2.microsoft.com
9.
Finally, the following anonymous method captures this as well as two local variables with different lifetimes
最后,下面的匿名方法捕获了this和两个具有不同生存期的局部变量
asp.dejiaocheng.com
10.
True if the local variables in this method should be zero initialized; otherwise
如果应将此方法中的局部变量初始化为零,则为
msdn2.microsoft.com
1.
local variables in programs can be accessed by other programs
程序中的本地变量能被其他程序处理
wenku.baidu.com
2.
An OLE DB consumer binds columns in the database tables with local variables; to do this, it uses an
OLEDB使用者将数据库表中的列与局部变量绑定在一起;为此,它使用
msdn2.microsoft.com
3.
Now shred individual elements of the product into local variables
现在将产品的单个元素分割到本地变量中
www.ibm.com
4.
Shared, all its local variables are automatically shared, including the
该过程的所有局部变量都自动共享,包括
msdn2.microsoft.com
5.
The types of most of the local variables are automatically set to the
方法被覆盖。大多数本地变量类型被自动设置成
www-128.ibm.com
6.
Unsupported Changes to Static Local Variables
不受支持的静态局部变量的更改
msdn2.microsoft.com
7.
Local variables used in methods
方法中使用的本地变量
www-128.ibm.com
8.
local variables and instance variables
局部变量和实例变量
blog.hjenglish.com
9.
The GLOBAL variables are storable, the LOCAL variables not
全局变量可存储的不是局部变量
blog.sina.com.cn
10.
Declaration part of local variables
本地变量声明部分
web.down3000.com
1.
Complete type inference : you don't need to type your local variables
完整的类型引用:无需输入本地变量
www.infoq.com
2.
Minimize the scope of local variables
最小化局部变量的作用域
blog.sina.com.cn
3.
FETCH(13) and UPDATE(15) actually read and assign values to the outer of NLJOIN(9) overriding the defaults for the local variables
FETCH(13)和UPDATE(15)实际上是读取NLJOIN(9)的外表的值,并赋上新值,覆盖本地变量的默认值。
www.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/1/30 14:49:44