网站首页  词典首页

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

 

单词 local variable
释义

local variable

  • 网络局部变量;区域变数;本地变量
1.
局部变量
局部变量Local Variable)是指作用域和生命周期都局限在所在函数或过程范围内的变量,它是相对于全局变量(Global varia…
blog.csdn.net
2.
区域变数
区域变数 (Local Variable),它会维持区域变数直到 若要确定 MFC DAO 物件在呼叫 AfxDaoTerm 之前已被终结,避免全域物 …
msdn.microsoft.com
3.
本地变量
当一个本地变量( local variable)被声明时,它的值默认为未定(undetermined)。但你可能希望在声明变量的同时赋给它一个具体 …
www.xker.com
4.
局部变数
局部变数( local variable),就要视该变数是在那个区块中被宣告,如果是在main()区块中被宣告,那麽就只能使用在main()区 …
rs2.ocu.edu.tw
5.
区域性变数
区域性变数(Local Variable) Feedback Node 移位暂存器(Shift Register) 数值转换 (Numeric Conversion)
it360.tw
6.
像局部变量
表变量像局部变量(local variable)一样,有着很窄的作用域,只能应用于定义的函数、存储过程或批处理内。如,一个会话里面 …
www.jb51.net
7.
声明一个本地变量
Flash MX2004入门与进阶实例——动作脚本(5) ... 返回对象所属的类( Class) 声明一个本地变量( Local Variable) 逻辑非( NOT) ...
chinaitpower.com
8.
局域变量
englishcomputerglossary - fmcathay ... local 局域的,局部的,本地 local variable 局域变量 loop 循环 ...
sites.google.com

例句

释义:
1.
local was very easy to implement, and was added to Perl 4 as a partial solution to the local variable problem.
local非常容易执行,它作为对本地变量问题的局部解决方案而增加到perl4里。
blog.163.com
2.
In each of these cases, you are not allowed to write to the read-only local variable, or to take its address.
在每一种情况中,您都不能写入只读局部变量或者采用它的地址。
msdn2.microsoft.com
3.
A variable declared within a procedure (a local variable) can only be used within the scope of that procedure.
一个变数在一个程序(一个地方变数)里面宣布才能在那一个程序的范围里面被用。
fanyi.chaci.org
4.
This error is generated when the compiler realizes you are trying to take the address of a read-only local variable.
当编译器意识到您正在试图采用只读局部变量的地址时,将产生此错误。
msdn2.microsoft.com
5.
Is the name of a local variable used in a query, to which a value may be assigned for use with the OPTIMIZE FOR query hint.
在查询中使用的本地变量的名称,可以为其分配用于OPTIMIZEFOR查询提示的值。
msdn2.microsoft.com
6.
You can declare a local variable simply by creating an expression containing only the name of the variable, and assigning a value to it.
只需要创建一个仅包含变量名称的表达式,并为其指定一个取值,就可以声明一个局部变量。
www.ibm.com
7.
Every local variable must appear in a declaration statement before being used in any other kind of statement.
每个局部变量在用于其他任何类型的语句前必须出现在声明语句中。
msdn2.microsoft.com
8.
Value indicating whether the object referred to by the local variable is pinned in memory .
获取一个值,该值指示局部变量引用的对象是否固定于内存中。
www.bing.com
9.
When an anonymous method uses the value of a local variable, the value is obtained at the moment the anonymous method is executed.
当匿名方法使用局部变量的值时,将在执行匿名方法时获取该值。
msdn2.microsoft.com
10.
To place the data directly into a local variable of that function.
将数据直接放置到该函数的局部变量中。
msdn2.microsoft.com
1.
Like a local variable declaration in many languages, a nested method is only visible inside the enclosing method.
就像很多语言中声明局部变量一样,一个嵌套方法尽在方法内部可见。
www.bing.com
2.
The name of each local variable corresponds to the NAME attribute of the respective input field in the form.
每个局部变量的名称都对应着表单中相应输入域的NAME属性。
www.ibm.com
3.
The lifetime of the local variable must now be extended to at least the lifetime of the anonymous method delegate.
局部变量的生存期现在必须扩展为至少持续到匿名方法委托的生存期结束。
dictsearch.appspot.com
4.
Pops the current value from the top of the evaluation stack and stores it in a the local variable list at a specified index.
从计算堆栈的顶部弹出当前值并将其存储到指定索引处的局部变量列表中。
msdn2.microsoft.com
5.
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
6.
The following example prints a combination of a local variable, system functions, and a text string using concatenation.
下面的示例使用串联打印局部变量、系统函数和文本字符串的组合。
www.kuenglish.info
7.
Generated when a local variable is declared but never referred to .
当声明了局部变量但从未引用该变量时生成。
www.bing.com
8.
Note that the address of a thread local variable is valid only as long as the thread in which the address was taken still exists.
请注意:只有在其中获取地址的线程仍然存在的情况下,线程本地变量的地址才有效。
technet.microsoft.com
9.
That represents the value of an argument or local variable stored in two memory registers of a native frame.
获取一个指针,该指针指向表示两个内存寄存器中存储的参数或局部变量值的。
msdn2.microsoft.com
10.
That code block does nothing but increment the value of the local variable and return it.
代码段做的事就是增加本地变量的值并返回。
www.ibm.com
1.
In standard C, the effect of this is to forbid the use of the address of a thread local variable as an initializer for an object or pointer.
在标准C中,这种作法的效果是禁止将线程本地变量的地址用作对象或指针的初始值设定项。
technet.microsoft.com
2.
This makes it a local variable.
这使得它成为了一个局部变量。
www.ibm.com
3.
In a Java program, a root is a reference to an object held in a static variable or in a local variable on an active stack frame.
在Java程序中,根是对静态变量中或者活跃的堆栈框架上的本地变量中所包含的对象的引用。
www.ibm.com
4.
Alternately, you set the local variable and used xsl: for-each to change the point of view for an inner calculation.
或者设置局部变量然后使用xsl:for-each来为内部计算改变视点。
www.ibm.com
5.
It is an error to use the implicit parameter name, value, for a local variable declaration in a set accessor.
在set访问器中,对局部变量声明使用隐式参数名称value是错误的。
msdn2.microsoft.com
6.
The name of a local variable in a method or a constructor can be set using the.
方法可以设置方法或构造函数中的局部变量的名称。
msdn2.microsoft.com
7.
Next time you need to generate the declaration of a local variable, you can go back to this source and use it as reference.
下一次需要生成本地变量的声明时,您可以回到此源,并以此为参考。
www.ibm.com
8.
Queries also use string comparisons to compare the value in a local variable , cursor, or column with a constant .
常数是有意义的名称,替代不变的数字或字符串。
www.bing.com
9.
Getting the same effect in source code requires you to define a local variable to hold the value.
在源代码中要获得同样的效果,则需要定义一个本地变量来保存这个值。
www-128.ibm.com
10.
This property specifies the name of the local variable for the exception.
此属性指定异常的局部变量名。
msdn2.microsoft.com
1.
First, we promoted the session variable to be a member variable, rather than a local variable.
首先我们设定Session变量为成员变量,而不是本地变量。
www.cnblogs.com
2.
However, when that local variable is captured by an inner function's closure, it lives on.
但是,如果该本地变量被内部函数的闭包捕获,它就会生存下来。
msdn.microsoft.com
3.
Indicates that an array in a structure or non-local variable should be treated as a fixed-length array.
表示结构或非区域变数的阵列应视为固定长度的阵列。
technet.microsoft.com
4.
The name of the local variable declared in the catch clause for the exception.
在异常的catch子句中声明的局部变量的名称。
msdn2.microsoft.com
5.
The lifetime of a local variable is limited to the lifetime of the block in which it is declared.
局部变量的生命周期被限制到它的声明所在的代码块的生命周期。
www.ibm.com
6.
If the method return value is an OLE object, returnvalue must be a local variable of data type int.
如果方法返回值为OLE对象,则returnvalue必须是数据类型为int的局部变量。
msdn2.microsoft.com
7.
A statement can declare a local variable or constant, call a method, create an object, or assign a value to a variable, property, or field.
语句可以声明局部变量或常数,调用方法,创建对象或将值赋予变量、属性或字段。
msdn2.microsoft.com
8.
Each thread in the application will have its own local variable time, thus enabling each application thread to track its time.
应用程序中的每个线程都有自己的局部变量time,因此每个应用程序线程可以跟踪自己的时间。
www.ibm.com
9.
Note that each of the code blocks has kept track of a separate instance of very_local_variable.
请注意,每个代码段都能追踪到very_local_variable的一个单独实例。
www.ibm.com
10.
You can initialize the value of a static local variable as part of its declaration.
可以在类中(即在该类的过程内)声明静态局部变量。
technet.microsoft.com
1.
A new local variable of the same type as the method's return value is created for you.
系统将为您创建与该方法的返回值类型相同的新局部变量。
www.ibm.com
2.
This result appears to be an error in the way Hansel interprets local variable information from the class file.
这个结果看来是Hansel在解释类文件中局部变量信息时犯的一个错误。
www.ibm.com
3.
Examples are returning a pointer to a local variable via an Out or Ref parameter or as the function result.
示例包括通过Out或Ref参数向局部变量返回指针或作为函数结果向局部变量返回指针。
msdn2.microsoft.com
4.
Since both member lookups were reading the property's value, it makes sense to read the value once and store it in a local variable.
既然两次对象搜索都在读属性值,所以有理由只读一次并将值存入局部变量中。
blog.sina.com.cn
5.
Sets the name and lexical scope of this local variable.
设置该局部变量的名称和词法范围。
msdn2.microsoft.com
6.
Return a value, the constructed code saves that value in a local variable so it can be returned at the end of the interceptor method.
返回值,那么构造的代码就将这个值保存在局部变量中,这样在拦截器方法结束时就可以返回它。
www-128.ibm.com
7.
Discovers the attributes of a local variable and provides access to local variable metadata.
发现局部变量的属性并提供对局部变量元数据的访问。
msdn2.microsoft.com
8.
It specifies that the value of the field or the local variable is constant, which means it cannot be modified.
它指定字段或局部变量的值是常数,不能被修改。
msdn2.microsoft.com
9.
If specified, it must be a local variable of the appropriate data type.
如果指定此参数,则必须是相应数据类型的局部变量。
msdn2.microsoft.com
10.
You can monitor any valid expression, such as a simple local variable, to a particular index in an array.
您可以监视任意有效的表达式,例如简单的局域变量,以及一个数组中的特定索引。
www.ibm.com
1.
The local variable can then be used in place of the property to avoid the performance overhead of another property lookup.
以局部变量替代属性,避免多余的属性查找带来性能开销。
blog.sina.com.cn
2.
You can write a procedure in which you do not declare a local variable.
可以编写不声明局部变量的过程。
msdn2.microsoft.com
3.
An integer value that represents the order of declaration of the local variable within the method body.
一个整数值,表示方法体内局部变量的声明顺序。
msdn2.microsoft.com
4.
This section discusses how a given process's execution flow can be changed by overwriting a local variable.
本节将讨论如何通过重写局部变量更改给定进程的执行流程。
www.ibm.com
5.
Copy a delegate to a local variable before publishing to avoid concurrency race condition.
使用前将委托复制到局部变量,以避免并发冲突。
www.chinaitpower.com
6.
Instructs the query optimizer to use a particular value for a local variable when the query is compiled and optimized.
在编译和优化查询时提示查询优化器对本地变量使用特定值。
msdn2.microsoft.com
7.
The following example gets the HostName property (of the previously created SQLServer object) and stores it in a local variable.
下面的示例将获取HostName属性(以前创建的SQLServer对象的属性),并将其存储在局部变量中。
msdn2.microsoft.com
8.
You can select Assign statement to a new field if you want to use a field instead of a local variable.
如果需要使用字段而非局部变量,可以选择Assignstatementtoanewfield。
www.ibm.com
9.
The output of this program shows that a local variable can be modified without changing the value of the global variable.
此程序的输出显示:不更改全局变量的值就可以修改局部变量。
msdn2.microsoft.com
10.
Specify Specifies that the value of the field or the local variable cannot be modified.
指定无法修改字段或局部变量的值。
msdn2.microsoft.com
1.
In most cases, the performance difference between accessing information from a literal value versus a local variable is trivial.
大多数情况下,对一个直接量和一个局部变量数据访问的性能差异是微不足道的。
blog.sina.com.cn
2.
The local variable signature describes the layout of a method's local variables.
局部变量签名描述方法的局部变量的布局。
msdn2.microsoft.com
3.
That represents the value of a local variable stored at the specified memory address.
获取一个指针,该指针指向表示一个存储于指定内存地址的局部变量值的。
msdn2.microsoft.com
4.
The local variable temp shadows the member variable temp when accessed from within its own procedure p.
当从局部变量自身的过程p内访问时,该局部变量temp隐藏了成员变量temp。
msdn2.microsoft.com
5.
Incrementing a local variable in a method is the fastest. Nearly the same as calling a local variable in a function.
在办法外递减局部变量,速度是最速的。简直取在函数中调用局部变量的快度相称。
www.canadasagee.com
6.
Is the returned object token, and must be a local variable of data type int.
返回的对象令牌,并且必须是数据类型为int的局部变量。
technet.microsoft.com
7.
If the property returns an OLE object, propertyvalue must be a local variable of data type int.
如果属性返回OLE对象,则propertyvalue必须是数据类型为int的局部变量。
msdn2.microsoft.com
8.
List of local variable names representing the parameters of this procedure.
表示此过程的参数的局部变量名称的列表。
msdn2.microsoft.com
9.
Sets the local variable signature that describes the layout of local variables for the associated dynamic method.
设置描述关联动态方法的局部变量布局的局部变量签名。
msdn2.microsoft.com
10.
Optionally, the lexical scope of the local variable can be specified.
也可以指定局部变量的词法范围。
msdn2.microsoft.com
1.
If local variables require more local variable space than is available, try declaring some variables at the module level.
如果本地变量所需的本地变量空间多于可用空间,请尝试在模块级声明一些变量。
www.juyy.net
2.
Declaration is a local variable for that method.
是该方法的局部变量。
msdn2.microsoft.com
3.
Declare arrays whose length is a local variable, but don't try to go much further.
可以声明长度为本地变量的数组,但是就到此为止吧。
www.ibm.com
4.
If you attach a data breakpoint to a local variable, the data breakpoint remains enabled when the function ends.
如果将数据断点附加到局部变量,则在函数结束时数据断点保持为启用状态。
msdn2.microsoft.com
5.
Sets the name of this local variable.
设置该局部变量的名称。
msdn2.microsoft.com
6.
A local variable is a variable that has its scope set to be visible in "This test only. "
本地变量就是一个范围设置为“Thistestonly”可见的变量。
www.ibm.com
7.
Is the name of a local variable.
是局部变量的名称。
msdn2.microsoft.com
8.
Well, I could add a new member field to the class and use that instead of a local variable.
是的,我可以在类中添加一个新的成员字段,并使用这个字段而不是局部变量。
www.ibm.com
9.
Inside the function in which the local variable is declared, only the local version has meaning.
在声明局部变量的函数中,只有局部版本才具有意义。
technet.microsoft.com
10.
A local variable can have the same name as a global variable, but it is entirely distinct and separate.
局部变量可以与全局变量具有相同的名称,但它们是完全不同且相互分离的。
msdn2.microsoft.com
1.
The name of the local variable to reference.
要引用的局部变量的名称。
msdn2.microsoft.com
2.
After typing the expression you want assigned to a variable, press Ctrl 1 and select Assign statement to a local variable.
在键入想要将其分配给某变量的表达式后,按下Ctrl 1并选择Assignstatementtoalocalvariable。
www.ibm.com
3.
Retrieves the metadata token for the local variable signature for this method.
检索此方法的局部变量签名的元数据标记。
msdn2.microsoft.com
4.
Opcode is a single-byte instruction, and local represents a local variable with an index greater than Byte. MaxValue.
opcode是单字节指令,并且local表示索引大于Byte.MaxValue的局部变量。
msdn2.microsoft.com
5.
An object token is stored in the local variable, and this object token can be used with other OLE Automation stored procedures.
对象令牌保存在该局部变量中,并且此对象令牌可用于其他OLE自动化存储过程。
msdn2.microsoft.com
6.
Now let's talk about how a given process's execution flow can be changed by overwriting a local variable in 64-bit mode.
现在让我们讨论一下,如何通过在64位模式下重写局部变量更改给定进程的执行流程。
www.ibm.com
7.
Declare a recordset object as a local variable in a function.
在函数中将记录集对象声明为局部变量。
msdn2.microsoft.com
8.
These two lines of code increment the public variable varTotalCalculations and set the local variable varTotalAsOfNow to this value.
这两行代码递增公共变量varTotalCalculations并将局部变量varTotalAsOfNow设置为该值。
msdn2.microsoft.com
9.
Declare a local variable as close as possible to its first use.
局部变量的定义尽可能靠近它的初次使用。
tuoluo.com
10.
In this case, the root object is not also added as a member or local variable.
在这种情况下,也不会将根对象作为成员或局部变量添加。
msdn2.microsoft.com
1.
In this case, the root object is not also added as a member or local variable.
在这种情况下,也不会将根对象作为成员或局部变量添加。
msdn2.microsoft.com
2.
Loads the address of the local variable at a specific index onto the evaluation stack.
将位于特定索引处的局部变量的地址加载到计算堆栈上。
msdn2.microsoft.com
3.
The type of the value must match the type of the local variable as specified in the current method's local signature.
值的类型必须与当前方法的本地签名所指定的局部变量的类型匹配。
technet.microsoft.com
4.
Gets the zero-based index of the local variable within the method body.
在方法体中获取局部变量的从零开始的索引。
msdn2.microsoft.com
5.
Use the UDDIProxy object to send the request object to the appropriate API and store the response in a local variable.
使用UDDIProxy对象把请求对象发送给相应的API并把响应存入局部变量。
www.ibm.com
6.
The static local variable is interesting because the common language runtime (CLR) does not support static variables inside a method.
静态局部变量之所以非常令人感兴趣,是因为公共语言运行库(CLR)不支持方法内的静态变量。
blog.sina.com.cn
7.
A Transact-SQL local variable is an object that can hold a single data value of a specific type.
Transact-SQL局部变量是可以保存单个特定类型数据值的对象。
technet.microsoft.com
8.
A Static local variable has a longer lifetime than that of the procedure in which it is declared.
Static局部变量的生存期比在其中声明它的过程的生存期更长。
msdn2.microsoft.com
9.
LCL_NUM_VALUE is the offset from the end of the stack to the local variable num.
LCL_NUM_VALUE是堆栈末端到本地变量num的偏移量。
www.ibm.com
10.
Class using the specified local variable name for the exception, exception type and statement collection.
使用异常的指定局部变量名、异常类型和语句集合初始化。
msdn2.microsoft.com
1.
This can be used to start local variable searches.
这可用于启动局部变量搜索。
msdn2.microsoft.com
2.
The Extract Local Variable refactoring takes an expression that is being used directly and assigns it to a local variable first.
ExtractLocalVariable重构取出一段被直接使用的表达式,然后将这个表达式首先赋值给一个局部变量。
www.ibm.com
3.
Normally, a local variable in a procedure ceases to exist as soon as the procedure terminates.
通常,过程终止后,此过程中的局部变量将立即消失。
msdn2.microsoft.com
4.
For the types char and short, the compiler needs to reduce the size of the local variable to 8 or 16 bits after each assignment.
对于char和short类型,编译器在每次分配空间以后,都要将这种局部变量的尺寸减少到8位或16位。
blog.sina.com.cn
5.
Specifically, the moments of when the value of the local variable is passed to the anonymous method will differ.
特别需要指出的是,将局部变量的值传递给匿名方法的时间将有所不同。
msdn2.microsoft.com
6.
The operand is 16-bit integer containing the ordinal of a local variable or an argument.
该操作数为包含局部变量或参数的序号的16位整数。
msdn2.microsoft.com
7.
If you set a data breakpoint on a local variable, the data breakpoint remains enabled when the function ends.
如果在本地变量上设置数据断点,则在函数结束后,数据断点仍保持启用状态。
technet.microsoft.com
8.
Gets the index of the local variable within the method body.
获取方法体内局部变量的索引。
msdn2.microsoft.com
9.
A string that displays information about the local variable, including the type name, index, and pinned status.
一个字符串,显示有关局部变量的信息,包括类型名称、索引和固定状态。
msdn2.microsoft.com
10.
Keyword is used to modify a declaration of a field or local variable.
关键字用于修改字段或局部变量的声明。
msdn2.microsoft.com
1.
Now, we would have created a data race on the local variable sum, because multiple threads might want to update it simultaneously.
现在,我们在局部变量sum上创造了一场数据竞争,因为多个线程可能同时希望更新它。
www.ibm.com
2.
The local variable storage area is a general-purpose area for saving function-specific data.
本地变量存储区是用来保存函数专用数据的通用区域。
www.ibm.com
3.
Declare a local variable within the class to store the property value.
在类中声明一个局部变量来存储属性值。
msdn2.microsoft.com
4.
Represents a local variable within a method or constructor.
表示方法或构造函数内的局部变量。
msdn2.microsoft.com
5.
Variable behaves like a local variable.
变量的行为类似于局部变量。
msdn2.microsoft.com
6.
Reusing one local variable for several logically different values or objects is bug-prone.
为多个逻辑上不同的值或对象重用一个本地变量容易导致bug。
www.ibm.com
7.
Name can be specified as a local variable.
name可以指定为局部变量。
technet.microsoft.com
8.
To the implicit local variable with the same name as the function.
这包括忽略与函数同名的隐式局部变量的。
msdn2.microsoft.com
9.
Local variable cannot have the same name as the function containing it.
局部变量不能与包含它的函数同名。
www.dictall.com
10.
Returns a signature helper for a local variable.
返回局部变量的签名帮助器。
msdn2.microsoft.com
1.
A local variable's lifetime begins when control enters the procedure in which it is declared.
当控制进入声明局部变量的过程时,局部变量的生存期便开始了。
technet.microsoft.com
2.
If you specify an argument, the tool displays the value of only the specified local variable.
如果指定了参数,则此工具只显示指定局部变量的值。
msdn2.microsoft.com
3.
Loads the local variable at a specific index onto the evaluation stack, short form.
将特定索引处的局部变量加载到计算堆栈上(短格式)。
msdn2.microsoft.com
4.
Every local variable is initialized to the default value for its data type as soon as the procedure begins running.
过程一开始运行,每个局部变量即被初始化为其数据类型的默认值。
technet.microsoft.com
5.
A data breakpoint is set on a global or local variable, rather than a location in the code.
数据断点是设置在某个全局变量或局部变量上的断点,而不是在代码中的某一位置上。
msdn2.microsoft.com
6.
Data type of the local variable representing the parameter.
表示参数的局部变量的数据类型。
msdn2.microsoft.com
7.
In this example, a new Calculator object is created and upcast by being assigned to an IBasicCalculator local variable.
在这个例子中,生成了一个新的Calculator对象,并把它赋给一个IBasicCalculator局部变量实现了上溯。
www.bbsmvc.com
8.
In this class the keyword def is being used as a local variable modifier.
在这个类中关键字def被作为局部变量修饰符使用。
www.infoq.com
9.
it is thrown away when the method exits, just like a standard Java local variable.
当方法退出的时候,它会被抛弃,就像标准语法中的本地变量一样。
www.51testing.com
10.
Name of the local variable representing the parameter.
表示参数的局部变量的名称。
msdn2.microsoft.com
1.
All local variable that are simple types display their values in this buffer.
所有简单类型的局部变量的值都会在这个buffer中显示。
www.cnblogs.com
2.
that represents the value of an argument or a local variable stored in the specified native register.
的指标,表示存放在指定之原生暂存器中的引数值或区域变数值。
technet.microsoft.com
3.
The CAST and CONVERT functions convert a value (a local variable, a column, or another expression) from one data type to another.
CAST和CONVERT函数可将值(局部变量、列或其他表达式)从一种数据类型转换为另一种数据类型。
msdn2.microsoft.com
4.
What values does the local variable r take on during the calculation?
在计算过程中局部变量r保持的是什么值?
www.bing.com
5.
Therefore, it displays the module-level variable instead of the local variable.
因此,它显示的是模块级变量而不是局部变量。
msdn2.microsoft.com
6.
You'd need to iterate over the list, incrementing a local variable by 1 each time you encounter an uppercase character.
需要对列表进行迭代,每遇到一个大写字母,就要将一个本地变量加1。
www.ibm.com
7.
Represents a reference to a local variable.
表示局部变量的引用。
msdn2.microsoft.com
8.
The type of the value is the same as the type of the local variable, which is specified in the method header.
该值的类型与局部变量的类型相同,后者是在方法头中指定的。
msdn2.microsoft.com
9.
Declare a local variable as a new instance of the form.
将局部变量声明为窗体的新实例。
msdn2.microsoft.com
10.
Figure 5 shows the list of suggestions and the code it suggests for a local variable.
图5示了该建议列表和建议创建一个局部变量之后所生成的代码。
www.ibm.com
1.
Figure 4 shows the list of suggestions and the code it suggests for a local variable.
图4显示了该建议列表和建议创建一个局部变量之后生成的代码。
www.ibm.com
2.
Specifies a constant that indicates the source of the cursor is a local variable.
指定一个常量,该常量指示游标的源是一个本地变量。
msdn2.microsoft.com
3.
Loads the local variable at a specific index onto the evaluation stack.
将指定索引处的局部变量加载到计算堆栈上。
msdn2.microsoft.com
4.
For more information, see Promote Local Variable to Parameter.
有关更多信息,请参见将局部变量提升为参数。
msdn2.microsoft.com
5.
After the function exits, for all practical purposes that local variable is gone forever.
函数退出之后,由于各种实际原因,该本地变量将永远消失。
msdn.microsoft.com
6.
The address stored in the local variable at the specified index is pushed onto the stack.
将存储在指定索引处的局部变量中的地址推送到堆栈上。
msdn2.microsoft.com
7.
However, there is no local variable to shadow num in the useModuleLevelNum procedure.
而在useModuleLevelNum过程中,没有局部变量隐藏num。
msdn2.microsoft.com
8.
A local variable in a function is normally not accessible from outside the function.
正常情况下,无法从函数以外访问函数内的本地变量。
msdn.microsoft.com
9.
Returns a user-readable string that describes the local variable.
返回一个描述局部变量的用户可读的字符串。
msdn2.microsoft.com
10.
Object that represents the type of the local variable.
对象,表示局部变量的类型。
msdn2.microsoft.com
1.
Class using the specified local variable name for the exception and exception type.
使用异常的指定局部变量名和异常类型初始化。
msdn2.microsoft.com
2.
What is the difference between a local variable and an instance variable?
一个局部变量和全局变量有何区别?
zhidao.baidu.com
3.
The local variable value at the specified index is pushed onto the stack.
将指定索引处的局部变量推送到堆栈上。
msdn2.microsoft.com
4.
Declares a local variable of the specified type.
声明指定类型的局部变量。
msdn2.microsoft.com
5.
All references to the local variable after this refer to the field.
此后,所有对这个本地变量的引用也将指向该字段。
www.ibm.com
6.
Property procedure, where it can be validated and stored in a local variable.
属性过程,在该过程中可以验证它并将其存储在一个局部变量中。
msdn2.microsoft.com
7.
An instance method declares a parameter or a local variable whose name matches an instance field of the declaring type.
实例方法声明一个名称与声明类型的实例字段匹配的参数或局部变量。
technet.microsoft.com
8.
An exception of this type is thrown if a static local variable fails to initialize.
如果静态局部变量初始化失败,则会引发这种类型的异常。
msdn2.microsoft.com
9.
The return value is truncated to fit the local variable if necessary.
必要时将截断返回值以适合局部变量的要求。
msdn2.microsoft.com
10.
LCL_NUM_VALUE is the stack offset of the local variable num.
LCL_NUM_VALUE是本地变量num的堆栈偏移量。
www.ibm.com
1.
The function requires 40 bytes for a local variable.
对于本地变量函数要求40字节。
support.microsoft.com
2.
Otherwise, a local variable is generated.
否则,则生成局部变量。
msdn2.microsoft.com
3.
Class using the specified local variable name for the exception.
使用异常的指定局部变量名初始化。
msdn2.microsoft.com
4.
To create a thread-local variable, you instantiate an object of class ThreadLocal.
要创建一个线程局部变量,请实例化类ThreadLocal的一个对象。
www.ibm.com
5.
The following code example shows how to use a local variable to supply the message text for a RAISERROR statement.
以下代码示例显示如何使用局部变量为RAISERROR语句提供消息文本。
msdn2.microsoft.com
6.
Loads the address of the local variable at.
处的局部变量的地址加载到计算堆栈上。
msdn2.microsoft.com
7.
Without moving your insertion marker, press Ctrl 1 and select Assign statement to a new local variable (see Figure 4).
不需要移动插入标记,按Ctrl 1组合键并选择Assignstatementtoanewlocalvariable(参见图4)。
www.ibm.com
8.
Figure 10 shows an example of local variable use, where test variables are initialized by using values from a data pool (login credentials).
图10显示了本地变量使用的范例,这里测试变量会使用来自数据汇(登录权限)的值来得到初始化。
www.ibm.com
9.
Next, you copy the first parameter to a local variable with stqd $3, LCL_NUM_VALUE($sp).
接下来,通过stqd$3,LCL_NUM_VALUE($sp)将第一个参数复制到本地变量。
www.ibm.com
10.
A value is popped off of the stack and placed in the local variable indexed by 2.
将值从堆栈中弹出并放在索引2处的局部变量中。
www.kuenglish.info
1.
The following example shows how a local variable can be used with the WAITFOR DELAY option.
以下示例显示如何对WAITFORDELAY选项使用局部变量。
msdn2.microsoft.com
2.
That local variable then is much faster to access.
局部变量的访问速度要快得多。
blog.sina.com.cn
3.
Local variable hides a field with same name in the class.
在类中本地变量覆盖了一个相同名字的域。
blog.csdn.net
4.
This field will hold the value of the static local variable i in GetMessage.
此字段将在GetMessage中保留静态局部变量i的值。
blog.sina.com.cn
5.
main's stack will be the minimum of 32 bytes, while factorial's will be 48, because factorial has a local variable to store.
main的堆栈最小,为32字节,而factorial的堆栈则为48字节,原因是factorial需要存储本地变量。
www.ibm.com
6.
Gets the type of the local variable.
获取局部变量的类型。
msdn2.microsoft.com
7.
We added a new local variable phrase to our screen that holds the search phrase.
我们向屏幕中添加了新的本地变量phrase,可以在其中存放查询的短语。
www.infoq.com
8.
This local variable is optional.
此局部变量是可选的。
msdn2.microsoft.com
9.
Convert Local Variable to Field.
对局部变量可用。
www.zhuoda.org
10.
Using a local variable declared inside a sequence of instructions that is referenced only once.
在指令序列中使用仅引用一次的局部变量。
www.ibm.com
1.
You can declare a static local variable within a class, that is, inside a procedure in that class.
您可以初始化静态区域变数的值,当做宣告的一部分。
technet.microsoft.com
2.
Loads the local variable at index.
处的局部变量加载到堆栈上。
msdn2.microsoft.com
3.
Stloc. 2 Is an especially efficient encoding for storing values in local variable 2.
stloc.2是用于将值存入局部变量2的非常有效的编码。
msdn2.microsoft.com
4.
Data, or it can be specified as a local variable.
也可以将其指定为局部变量。
msdn2.microsoft.com
5.
The local variable value at the index 3 is pushed onto the stack.
将索引3处的局部变量值推送到堆栈上。
msdn2.microsoft.com
6.
Loads the local variable at index 3 onto the evaluation stack.
将索引3处的局部变量加载到计算堆栈上。
msdn2.microsoft.com
7.
Allowing access to the local variable at index 1.
非常有效的编码,它允许访问索引1处的局部变量。
msdn2.microsoft.com
8.
The second read stores the integer value in a local variable (x1 or x2).
第二次读取把整型值存储在一个本地变量中(x1或x2)。
www.ibm.com
9.
If you set a data breakpoint on a local variable, it is best to remove or disable it before the function ends.
如果在局部变量上设置数据断点,则最好在函数结束之前移除或禁用它。
msdn2.microsoft.com
10.
First of all, we are making use of the local variable storage space. We are saving the current parameter in 112(1).
首先,我们使用了本地变量存储空间,另外,我们还会将当前参数保存到112(1)中。
www.ibm.com
1.
In such a case, when the procedure returns, Visual Basic must then copy the local variable value back into the argument in the calling code.
在这种情况下,当过程返回时,VisualBasic必须随后将局部变量值复制回调用代码中的变量。
msdn2.microsoft.com
2.
In SQL Server 2005, each column, local variable, expression, and parameter has a related data type.
在SQLServer2005中,每个列、局部变量、表达式和参数都具有一个相关的数据类型。
msdn2.microsoft.com
3.
For example, Figure 3 shows a local variable called status that has a type of string, because a string is assigned as its value.
例如,图3显示了一个称为status的局部变量,其类型为string,因为指定了一个字符串作为其取值。
www.ibm.com
4.
The behavior of any local variable depends on whether it is declared in a
任何局部变量的行为都取决于此变量是否在
msdn2.microsoft.com
5.
It tries to do this by introducing the local variable inst and a second synchronized block. The theory works as follows
它试图通过引入局部变量inst和第二个synchronized块来解决这一问题。
www.ibm.com
6.
List of local variable names representing the parameters of this property, and possible additional parameters of the
局部变量名列表,它们表示此属性的参数及
msdn2.microsoft.com
7.
Therefore, if you declare a local variable without initialization like this
因此,如果像下面这样声明了一个局部变量而未将其初始化
msdn2.microsoft.com
8.
A more straightforward implementation would simply allocate the buffer as a local variable within
一种更加直观的实现简单地将缓冲区作为
www-128.ibm.com
9.
Local variable definitions used for finding the API
用来查找API的本地变量定义
www.zhuxiangjun.cn
10.
Since the code that initializes the local variable and constant is never run, their values are
由于始终不运行初始化局部变量和常数的代码,因此它们的值为
msdn2.microsoft.com
1.
Case bypasses initialization of a local variable
跳过局部变量初始化是非法的
course.cugnc.com
2.
A column or local variable of uniqueidentifier data type can be initialized to a value in the following ways
uniqueidentifier数据类型的列或局部变量可通过以下方式初始化为一个值
technet.microsoft.com
3.
You typically store this value in a private local variable and return it whenever the
通常在私有局部变量中存储此值,并在调用
msdn2.microsoft.com
4.
Includes debug information (local variable and argument names, and line numbers)
追加调试信息(变量名参数名,代码行数)
bbs.51testing.com
5.
Cannot take the address of a read-only local variable
不能采用只读局部变量的地址
msdn2.microsoft.com
6.
For loop control variable must be simple local variable FOR
循环控制变量必须为简单局部变量
infos.edulife.com.cn
7.
Information-based evaluation based on local variable weight comprehensive evaluation method for grid corporation
基于局部变权综合评价法的电网企业信息化评价研究
ilib.cn
8.
To simplify construction of the local variable signature, use the
若要简化局部变量签名的构造,请使用
msdn2.microsoft.com
9.
local-variable-declaration ;
局部变量声明;
blog.csdn.net
10.
Local 'variable' or its members cannot have their address taken and be used inside an anonymous method block
不能在匿名方法块内部获取并使用局部变量“variable”或其成员的地址
msdn2.microsoft.com
1.
Then select Refactor Convert Local Variable to Field
局部变量,然后选择
www-128.ibm.com
2.
A value is popped off of the stack and placed in local variable
从堆栈中弹出值并将其放在局部变量
www.ichacha.net
3.
Pops a value from the stack and stores it in local variable
从堆栈中弹出值并将其存储在局部变量
msdn2.microsoft.com
4.
The local variable is created in the current lexical scope;
局部变量在当前的词法范围内创建;
technet.microsoft.com
5.
It can recognize something as a local variable, instance variable, expression,
它可以识别象局部变量、实例变量、表达式以及,
www-128.ibm.com
6.
Local variable and Global variable
局部变量与全局变量
blog.sina.com.cn
7.
Store Returned Value in Local Variable
避免在本地变量里存储返回值
blog.csai.cn
8.
Axiomatic System of Local Variable Weight
局部变权的公理体系
service.ilib.cn
9.
To promote a local variable to parameter
将局部变量提升为参数
msdn2.microsoft.com
10.
Overwriting a local variable in 32-bit mode
在32位模式下重写局部变量
www.ibm.com
1.
Overwriting a local variable in 64-bit mode
在64位模式下重写局部变量
www.ibm.com
2.
pops a value from the stack into local variable 3
将值从堆栈中弹出到局部变量3中
www.ichacha.net
3.
For example, you might declare a local variable without initialization as in the following example
例如,可能声明未进行初始化的局部变量,如以下示例所示
msdn2.microsoft.com
随便看

 

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

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/2/16 6:11:44