网站首页  词典首页

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

 

单词 global variables
释义

global variables

  • 网络全局变量;全域变数;整体变数
1.
全局变量
全局变量Global Variables)在函数外声明的变量,整个JS程序的函数和程序代码都能访问此变量。1.Js函数可以传入不同的 …
www.cnblogs.com
2.
全域变数
全域变数 (global variables) 都可以藉由 window 来存取,再加上 foo.bar 跟 foo['bar'] 意思是一样的,所以可以改成 window["i…
forum.moztw.org
3.
整体变数
通常用来作为整体变数global variables),以及静态C 的类别成员。作业系统会将这个记忆体区的副本分配给每个程式的实 …
blog.xuite.net
4.
整体变量
vocabulary English Learning English... ... global variable 全域变数 global variables 整体变量 Globalization 全球化 ...
rwhdavid1979.bokee.com
5.
提供全局变量
Houdini 节点解释 - cui8ying的日志 - 网易博客 ... Glass 玻璃 Global Variables 提供全局变量 Glow 发光 ...
cui8ying.blog.163.com
6.
声明全局变量
关于PB中... ... Local External Functions: 声明本地外部函数 Global Variables: 声明全局变量 Shared Variables: 声明共享变量 ...
iask.sina.com.cn

例句

释义:
1.
Among other things, this means that it has no global variables, shares no state between function invocations, and causes no side effects.
这有着多方面的含义,其中之一就是它没有全局变量,不会在函数调用间共享状态,也不会导致任何副作用。
www.ibm.com
2.
Another important aspect of global variables is that where security of the information is an issue, controlling access is possible.
全局变量的另一重要方面是,在考虑到信息安全性时,可以对访问进行控制。
www.ibm.com
3.
Another important aspect of global variables is that when security of the information is an issue, controlling access is possible.
全局变量的另一重要方面是,当考虑到信息安全问题时,可以控制对信息的访问。
www.ibm.com
4.
The default estimates chosen by the compiler are used for the special registers, global variables, or parameter markers.
编译器选择的默认评估值是用在特殊注册、全局变量或参数标记的。
www.ibm.com
5.
Instead of IO, where you could read a file and write a file, ABC's designers decided to just have global variables in the program.
ABC的设计者放弃了用来读写文件的IO的方法,他们转而在程序里使用一些全局变量。
www.bing.com
6.
This is possible only if those global variables are not used by any of the functions which are called.
条件是本函数调用的任何子函数不使用这些全局变量。
blog.sina.com.cn
7.
Then all updates to local and global variables of the assign did not happen.
那么对该分配的本地和全局变量的所有更新都不会发生。
www.ibm.com
8.
Maps a name to a member of a type, or binds global variables and functions contained in a type library.
将名称映射到类型的成员,或者绑定类型库中包含的全局变量和函数。
msdn2.microsoft.com
9.
Application domains provide isolation between applications for global variables and allow each application to be unloaded separately.
应用程序域为全局变量提供应用程序隔离,并允许单独卸载每个应用程序。
msdn2.microsoft.com
10.
The declaration clause contains declarative statements that declare local and global variables to be used in subsequent clauses.
声明部分包含声明语句,它们声明后续子句中使用的局部和全局变量。
www.ibm.com
1.
Upon a restart of a session, these variables will be restored to corresponding global variables.
在会话重新启动时,这些变量会被恢复到相应的全局变量中去。
in.php.net
2.
The next two lines populate the object with item values based on the global variables bound to the edit box controls.
下两行用项目值填充该对象,项目值是基于绑定到编辑框控件的全局变量的。
www.ibm.com
3.
After including the required modules, global variables are set up to process the motion and maintain the input mode.
包含了必需的模块后,将设置全局变量来处理移动并保持输入模式。
www.ibm.com
4.
The anonymous hashes grab the current section and compound class from the global variables set in other parts of the grammar.
匿名散列从文法其它部分的全局变量集获取当前的节和复合类。
www-128.ibm.com
5.
Covers the classes, global functions, global variables, and macros that make up the Microsoft Foundation Class Library.
描述组成Microsoft基础类库的类、全局函数、全局变量和宏。
msdn2.microsoft.com
6.
If you quit your session, all your global variables were saved by the system to a disk file.
如果你退出一次编程会话,你所有的全局变量就被系统存到磁盘上的一个文件里。
www.bing.com
7.
In assembly language, the static data and global variables are separated out in memory from the code.
在汇编语言中,静态数据和全局变量与代码在内存中是分开的。
www.ibm.com
8.
Their users already understood the concept of global variables.
他们的用户对全局变量的概念应该了然于胸。
www.bing.com
9.
Global variables of the package will have to be handled using GTTs.
必须使用GTT处理包的全局变量。
www.ibm.com
10.
Heavily using global variables or template parameters as communication vehicles within the stylesheet.
在样式表中大量使用全局变量或模板参数作为通信工具。
www.ibm.com
1.
Only global variables can be referenced in a statement executed by EXECUTE IMMEDIATE.
EXECUTEIMMEDIATE执行的语句只能引用全局变量。
www.ianywhere.com
2.
Object must be dynamically extensible to support the addition of new global variables.
对象必须能动态扩展以支持添加新的全局变量。
msdn2.microsoft.com
3.
Conservative binding semantics exist for global variables as they do for functions and data types whenever necessary.
在对函数和数据类型使用全局变量时,必要时可以使用保守的绑定语义。
www.ibm.com
4.
Stable and global variables entered the equations of depression, anxiety, obsession and compulsion in multiple linear regression analysis.
多元逐步回归分析发现,稳定一不稳定、整体一局部维度分别进入抑郁、焦虑和强迫回归方程。
d.wanfangdata.com.cn
5.
Encapsulation. Global variables are no longer required since they can be private to a module unless explicitly exported.
不再需要全局变量,因为除了显示地导出之外,对于某个模块来说它们可以被视为私有的;
www.infoq.com
6.
Functions can be defined within another function and assigned to global variables or returned as results.
函数可在另一个函数内定义,还可赋给全局变量或作为结果返回。
www.ibm.com
7.
Global variables are available to any function in the script.
全局变量可用于脚本中的所有函数。
msdn2.microsoft.com
8.
The key to making code reentrant is to ensure mutual exclusion whenever accessing global variables or shared registers.
使代码可再入的关键在于确保在访问全局变数或共用寄存器时互斥现象发生。
dictsearch.appspot.com
9.
IMySnapshotService This defines the global variables used by the rest of the Java classes.
IMySnapshotService它定义了剩余Java类使用的全局变量。
www.ibm.com
10.
After including the requisite modules and specifying usage requirements, global variables are defined.
在包括必备模块并指定使用要求之后,定义全局变量。
www.ibm.com
1.
To calculate status of a work item, we need to use global variables to store the data and the work item in the same level.
为了估计工作项的状态,我们需要使用全局变量,来将数据与工作项目存储在同一层次。
www.ibm.com
2.
Per ANSI C , during construction and destruction of global (static global) variables, catching exceptions is not possible.
在全局(静态全局)变量的构造和析构期间,每个ANSIC 都捕获到异常是不可能的。
www.ibm.com
3.
The variables declared in the package specification are called global variables or public variables.
包规范说明中声明的变量称作全局变量,或公共变量。
www.ibm.com
4.
However, that flexibility comes at a cost, as the heavy use of global variables is a common problem seen in untestable code.
然而,这种灵活性是有代价的,过度使用全局变量是不可测试代码的一个通病。
www.ibm.com
5.
It exports all user input as global variables. Check this setting and disable it -- no buts , no exceptions. Just do it!
这个选项可以把用户所有的输入作为全局变量,你所要做的就是检查这这项设置并且关掉它——没有但是,也没有例外,一定要这样做!
dictsearch.appspot.com
6.
The list of variables in the business state machine or process editor contains global variables.
业务状态机或流程编辑器中的清单列表包含全局变量。
www.ibm.com
7.
This code sets global variables to the value of the universal ID of the document plus the values of the two items.
此代码将全局变量设置为文档通用ID的值加上两项的值。
www.ibm.com
8.
If an iterator class or a function with static (or global) variables depends on multiple data states, two problems come up.
如果带静态(或全局)变量的迭代器类或函数取决于多个数据状态,则出现两个问题。
www.ibm.com
9.
Static data members are implemented as the equivalent of global variables.
静态数据成员以全局变量的等效形式实现。
msdn2.microsoft.com
10.
In my own software projects, I avoid global variables as much as possible.
在我的软件开发项目中,我总是尽可能避免使用全局变量和静态变量。
objectarx2008.spaces.live.com
1.
This information must be saved in variables defined as static in the window procedure, or saved in global variables.
这个信息必须保存在窗口处理程序中定义的静态变量,或者保存在全局变量中。
dictsearch.appspot.com
2.
Let's take a look at some additional error-related global variables and the standard defined by POSIX-1003. 1 errno values.
让我们了解一些与错误相关的其他全局变量,以及由POSIX-1003.1errno值定义的标准。
www.ibm.com
3.
These handler functions are defined elsewhere. Operates on global variables.
这些句柄函数是在别的地方定义的。
www-128.ibm.com
4.
For static DML statements in packages, the global variables are resolved during a bind operation.
对于包中的静态DML语句,将在进行绑定时解析全局变量。
www.ibm.com
5.
The indexed addressing mode makes the most sense as a way to access array elements for global variables.
索引寻址模式对于全局变量访问数组元素来说是最为有效的一种方式。
www.ibm.com
6.
Since this activity modifies global variables, its transactional behavior attribute is set to the value RequiresOwn.
由于此活动将修改全局变量,因此其transactionalbehavior属性设置为值RequiresOwn。
www.ibm.com
7.
Once global variables are created, their definition is stored in the catalogs and any session can use them.
创建全局变量之后,将其定义保存在编目中,并且任何会话都可以使用它们。
www.ibm.com
8.
The Globals collection contains the global variables for the report.
Globals集合包含报表的全局变量。
technet.microsoft.com
9.
Global variables used within your PHP code retain their values after your script executes.
你的PHP程序代码里的全域变量,会在你执行程序后维持他们的数值。
www.bp-one.com
10.
Defines global variables and functions for script extensions.
为脚本扩展定义全局变量和函数。
msdn2.microsoft.com
1.
Global variables are created with the names given and set to the values supplied.
全局变量以给定的名称命名,并设置为提供的值。
msdn2.microsoft.com
2.
This includes the definition of global variables and functions.
它包含全局变量和函数的定义。
www.ibm.com
3.
Reentrant functions either use local variables or protect their data when global variables are used.
可重入函数要么使用本地变量,要么在使用全局变量时保护自己的数据。
www-128.ibm.com
4.
This is especially useful for observing global variables as they change throughout your debug session.
对于查看一些全局性变量来时十分有用,因为它们会在调试过程中发生变更。
www.ibm.com
5.
PHPUnit has facilities that can backup global variables and restore them after your test is run, which can help alleviate the issue.
PHPUnit有一些工具可以帮您备份全局变量并在测试运行后恢复它们的值,这些工具能够帮助解决这个问题。
www.ibm.com
6.
Rather than using the full path name of the various files, I find it easier and more readable to create global variables.
我并没有使用各个文件的完整路径,因为我发现创建全局变量更简单且更具可读性。
www.ibm.com
7.
DTS packages also provide services, such as logging package execution details, controlling transactions, and handling global variables.
DTS包还提供了一些服务,例如记录包执行详细信息、控制事务和处理全局变量。
msdn2.microsoft.com
8.
Are all local and global variables initialized before use?
全局和局部变量在使用前被初始化?
blog.sina.com.cn
9.
Data is stored in global variables called data fields, which the activities can access.
数据存储在各种活动可以访问的名为数据字段的全局变量中。
www.ibm.com
10.
Two different issues arise because of these global variables.
这些全局变量带来了两个不同的问题。
www.ibm.com
1.
Package variables are global variables.
包变量是全局变量。
blog.sina.com.cn
2.
So ABC's designers made those global variables persistent.
所以ABC的设计者让那些全局变量能持久化。
www.bing.com
3.
Also, you can use global variables as input parameters for queries.
另外,还可以使用全局变量作为查询的输入参数。
msdn2.microsoft.com
4.
Global variables should be in all caps.
全局变量应该全部大写。
www.bing.com
5.
First, learn what global variables are and the basic operations that can be performed with them.
首先,了解什么是全局变量以及它涉及的基本操作。
www.ibm.com
6.
Add global variables to the form declaration.
向窗体声明中添加全局变量。
www.ianywhere.com
7.
Method can still modify local and global variables.
方法运行的代码仍可以修改局部变量和全局变量。
msdn2.microsoft.com
8.
DTSRunUI is a graphical interface to DTSRun, which also allows the passing of global variables and the generation of command lines.
DTSRunUI是DTSRun的图形界面,也可以用于传递全局变量和生成命令行。
msdn2.microsoft.com
9.
Global variables in DB2 LUW are qualified with two part names: the schema name and variable name.
DB2LUW中的全局变量的限定名称包括两个部分:模式名和变量名。
www.ibm.com
10.
We will use these global variables in conditional scripting statements.
我们将会在脚本的条件语句中使用这些全局变量。
edu.gamfe.com
1.
These are coded as RPG global variables to allow subsequent reuse of the generic template names and minimize code modification.
这些模板被编码为RPG全局变量,以便允许将来重用通用模板名称并最小化代码修改。
www.ibm.com
2.
Another issue I see raised quite often is how to deal with global variables and configuration information.
另一个经常被提的问题是如何处理全局变量和配置信息。
archive.cnblogs.com
3.
The article concludes with more in-depth topics related to global variables.
最后,本文将更加深入地阐述一些与全局变量有关的主题。
www.ibm.com
4.
Early versions of Perl only had global variables.
早期的perl版本仅有全局变量。
blog.163.com
5.
You can map global variables to input parameters.
可以将全局变量映射到输入参数。
dictsearch.appspot.com
6.
These are sometimes called stdin, stdout, and stderr after the global variables that represent them in every C program.
有时将它们称为stdin、stdout和stderr,这是在所有C程序中用来表示它们的全局变量。
www.ibm.com
7.
One interesting thing I found in my research is that Chrome has a performance penalty for accessing global variables.
在测试的过程中,我发现一个有趣的现象,就是Chrome在访问全局变量的时候会有额外的性能损失。
www.bing.com
8.
Listing 11 shows two more global variables you can use to generate the HTML table.
清单11给出了另外两个您可以用来生成HTML表的全局变量。
www.ibm.com
9.
Represents global variables useful for reports, such as the report name or page number.
表示对报表有用的全集变量,如报表名称或页码。
technet.microsoft.com
10.
Gets all global variables in the module.
获取模块中的所有全局变量。
msdn2.microsoft.com
1.
Use of global variables should be minimized.
尽量减少全局变量的使用。
www.bing.com
2.
The support for global variables was introduced in DB2 9. 5 LUW through the use of the CREATE VARIABLE syntax.
对全局变量的支持是在DB29.5LUW中通过使用CREATEVARIABLE语法而引入的。
www.ibm.com
3.
We should therefore not use global variables inside critical loops.
所以在比较关键的循环中,我们要不使用全局变量。
blog.sina.com.cn
4.
Global variables are always the slowest to access because they are always last in the scope chain.
全局变量总是最慢的,因为它们总是位于作用域链的最后一环。
blog.sina.com.cn
5.
Remember in college when the teacher said you can't use global variables in your homework?
是否还记得在大学里老师告诉你不要在家庭作业里使用全局变量?
blog.sina.com.cn
6.
They are loaded following a sequential order, so we can reuse the global variables on the same level.
它们是按照序列性的顺序来载入的,这样我们就可以在同一层次上重复使用全局变量了。
www.ibm.com
7.
Doing this not only has made the code more testable, but also made it not depend on the global variables in the method.
这样做不仅使代码变得更具可测试性,而且也使它不依赖于方法的全局变量。
www.ibm.com
8.
Listing 10 shows you how to access the global variables whenever and wherever you need to.
清单10向您展示了在需要时如何访问全局变量。
www.ibm.com
9.
This is true of all initialized global variables.
对于所有已初始化的全局变量都是如此。
msdn2.microsoft.com
10.
Eliminate unnecessary global variables, for example, by allocating memory dynamically instead of declaring a large array.
排除不必要的全域变数,例如动态地配置记忆体,而不宣告大型阵列。
msdn.microsoft.com
1.
This is true of all initialized global variables.
对于所有已初始化的全局变量都是如此。
msdn2.microsoft.com
2.
Eliminate unnecessary global variables, for example, by allocating memory dynamically instead of declaring a large array.
排除不必要的全域变数,例如动态地配置记忆体,而不宣告大型阵列。
msdn.microsoft.com
3.
The reason for this is that global variables have a session (connection) scope.
这样做是因为全局变量具有一个会话(连接)范围。
www.ibm.com
4.
Before we get to that though, we need some global variables to use throughout the process. Let's create them in the next steps
在实现之前,我们需要在整个流程中使用一些全局变量。
www.ibm.com
5.
Specifying the SRAM Storage Address for Global Variables -
指定全局变量在SRAM的地址
wenku.baidu.com
6.
The singleton should not be seen as way to implement global variables in Java;
单例对象不能被简单地当着是java中的全局变量;
www.bing.com
7.
SECMAINT audit records are generated when a privilege is GRANTed or REVOKEed on global variables
当对全局变量授予或撤销权限时生成SECMAINT审计记录
www.ibm.com
8.
The GLOBAL variables are storable, the LOCAL variables not
全局变量可存储的不是局部变量
blog.sina.com.cn
9.
First we define two global variables used as constants in this program
首先我们定义了两个全局变量
www-128.ibm.com
10.
To write bug-free code, practice care in handling process-wide global variables like errno and h_errno. Consider the following code
为了编写没有bug的代码,要特别小心处理进程范围内的全局变量,如errno和h_errno。
www.ibm.com
1.
To write bug-free code, practice care in handling process-wide global variables like errno and h_errno. Consider the following code
为了编写没有bug的代码,要特别小心处理进程范围内的全局变量,如errno和h_errno。
www.ibm.com
2.
But using global variables in Cleo scripts can cause heavy bugs or crashs
但是,使用克里奥脚本全局变量可以造成严重错误或
blog.sina.com.cn
3.
Examples of global variables are as follows
全局变量的示例如下
msdn2.microsoft.com
4.
But dont using global variables in Cleo scripts because they can cause heavy bugs or crashs
但是dont脚本中使用克里奥全局变量,因为它们可以造成严重错误或
blog.sina.com.cn
随便看

 

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

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/12/25 15:31:20