单词 | member variable | ||||||||||
释义 | member variable
更多释义 收起释义 例句释义: 成员变量,成员变数,静态成员变量 1. Code outside a class, structure, or module must qualify a member variable's name with the name of that class, structure, or module. 类、结构或模块之外的代码必须使用该类、结构或模块的名称来限定某个成员变量的名称。 msdn2.microsoft.com 2. Just as in the Java programming language, you can drill into objects to see their underlying member variable values. 与Java语言中一样,可以深入到对象中,查看它们的底层成员变量值。 www.ibm.com 3. The declaration of a field (member variable) can be prefixed with keywords indicating the visibility, just as in languages like Java and C#. 字段(成员变量)的声明可以用可见程度关键字来做前缀,就像Java和C#这样的语言一样。 www.bing.com 4. As you might expect, this must be the same type that you declared for the member variable. 正如您所料,默认值的类型必须与成员变量声明的类型完全相同。 www.ibm.com 5. Double-click the dialog box to which you want to add the member variable to open it in the Dialog editor. 按两下您想加入成员变数的对话方块,以便在对话方块编辑器中开启。 technet.microsoft.com 6. Also, notice that, in the thread, you do not modify the stocks member variable, as you did previously. 也要注意,在线程中您不能修改stocks成员变量,正如您之前所做的。 www.ibm.com 7. Note that this annotation type doesn't have a single-member variable, so you gain nothing by naming one of the variables value. 因为该注释类型的成员变量不是一个,所以将一个变量命名为value没有任何意义。 www.ibm.com 8. In the dialog box displayed in the Dialog editor, right-click the control to which you want to add the member variable. 在对话方块编辑器内显示的对话方块中,以滑鼠右键按一下您要加入成员变数的控制项。 technet.microsoft.com 9. By creating a new enumeration (grade) of the previously defined type, you can then use it like any other member variable. 用以前定义过的类型建立一个新的枚举(grade)之后,您就可以像使用其他成员变量一样使用它了。 www.ibm.com 10. When it has the tags as an array, the class loads the _commands member variable with the titles and AppleScript commands. 在获得标记数组时,这个类将标题和AppleScript命令装载到_commands成员变量中。 www.ibm.com 1. In that case, doing the getService invocation once in a constructor and storing the result as a member variable would be smart. 如果出现这种情况,那么聪明的做法是只在构造函数中调用一次getService,然后将结果储存为成员变量。 www.infoq.com 2. First, we promoted the session variable to be a member variable, rather than a local variable. 首先我们设定Session变量为成员变量,而不是本地变量。 www.cnblogs.com 3. If you are adding a member variable for a dialog box control, this box is filled with the type of object returned for a control or value. 如果正在添加对话框控件的成员变量,则此框中充满为控件或值返回的对象类型。 msdn2.microsoft.com 4. For any other value, a member variable named scalar will contain the value. 对于任何其它的值,名为scalar的成员变量将包含该值。 www.phpx.com 5. It then appends all of that data as a hash table to the episodes array, which is a member variable. 然后将所有数据作为一个哈希表附加到剧集数组,该数组是一个成员变量。 www.ibm.com 6. Indicates that the member variable manages a control within a dialog box with data exchange and data validation support. 指示成员变量在具有数据交换和数据验证支持的对话框内管理控件。 msdn2.microsoft.com 7. As you can tell from Listing 12, you can use the shorthand form here, because Retention has a single-member variable. 如清单12所示,这里可以使用简写形式,因为Retention只有一个成员变量。 www.ibm.com 8. Property will then be updated to match the name given to the member variable. 属性,以匹配分配给成员变量的名称。 msdn2.microsoft.com 9. Properties, which are relevant when the Windows Forms Designer generates a member variable for a component. 属性的说明,当Windows窗体设计器为组件生成成员变量时会涉及这些属性。 msdn2.microsoft.com 10. A lot of processing is involved to take the data in an XML document and convert it into member variable data in multiple objects. 获取XML文档中的数据并将其转换为多个对象中的成员变量数据涉及大量的处理工作。 www.ibm.com 1. The local variable temp shadows the member variable temp when accessed from within its own procedure p. 当从局部变量自身的过程p内访问时,该局部变量temp隐藏了成员变量temp。 msdn2.microsoft.com 2. If you would like to print out the member variable values of an object for debugging reasons, read the paragraphs below. 如果因为调试需要,需要将对象的成员变量打印出来,请阅读下文。 in.php.net 3. Access modifiers are keywords that specify the access other classes have to the member variable. 访问修饰符是指定其他类对成员变量的访问的关键字。 msdn2.microsoft.com 4. You can use the Add Member Variable Wizard to add a member variable to a dialog box control created using MFC. 您可使用加入成员变数精灵,在使用MFC建立的对话方块控制项中加入成员变数。 technet.microsoft.com 5. In this new thread, you then access stocks, a member variable of the enclosing Activity (the class that creates the UI). 在这个新线程中,您可以访问stocks,一个封装Activity(此类创建了UI)的成员变量。 www.ibm.com 6. Notice that because both of the extracted methods use the number member variable, it is dragged into the superclass. 注意,因为两个提取方法都使用number成员变量,所以要涉及到超类。 www.ibm.com 7. This public constructor takes a parameter and sets its value equal to a member variable. 该公共构造函数采用一个参数,并将其值设置为与成员变量相等。 msdn2.microsoft.com 8. At design time, this will be used to generate a unique name for the corresponding member variable. 在设计阶段,这可以用于为对应的成员变量生成唯一的名称。 msdn2.microsoft.com 9. Create a Contact. java class that will have one member variable each for every column in the Contact table. 创建Contact.java类,并且为Contact中的每一列创建一个成员变量。 www.ibm.com 10. The nested class acts as a member variable of the class that contains it. 嵌套类作为包含它的类的一个成员变量。 www-128.ibm.com 1. Response, the text you pass in is added to an internal member variable that's ready for return to the caller. 您通过的文本增加了一个内部变量准备返还给访问者的内部成员变量。 www.bylw99.cn 2. Take note, though -- the shorthand version is available only if the annotation type has a single-member variable named value. 不过要注意,只有当注释类型只有一个成员变量,而且变量名为value时,才能使用简写形式。 www.ibm.com 3. Sets the name of the member variable you are adding. 设置正在添加的成员变量的名称。 msdn2.microsoft.com 4. Into the annotation without specifying the member-variable name. 直接提供给注释,没有指定成员变量名。 www-128.ibm.com 5. It holds a reference to the Java object it represents in a member variable. COM代理以成员变量的形式持有一个引用,指向其所代表的Java对象。 www.ibm.com 6. The type of control for which you add the member variable determines the options that appear in the dialog box. 为其添加成员变量的控件类型决定出现在对话框中的选项。 technet.microsoft.com 7. This scene node is a member variable of the scene manager. 这个场景结点是场景管理器的一个成员变量。 ogre3d.cn 8. On the shortcut menu, click Add, and then click Add Variable to display the Add Member Variable Wizard. 在快捷菜单上,单击“添加”,然后单击“添加变量”显示“添加成员变量向导”。 msdn2.microsoft.com 9. Observe that the implementation emits trace events using the m_logger member variable from the base class. 观察该实现使用基础类中m_logger成员变量发出的跟踪事件。 www.ibm.com 10. On the shortcut menu, click Add Variable to display the Add Member Variable Wizard. 在快捷菜单上,单击“添加变量”显示“添加成员变量向导”。 msdn2.microsoft.com 1. ATL, in fact, simply stores the IUnknown pointer to a member variable called m_spUnkSite . ATL实际上仅仅把一个IUnknown接口指针存储在成员变量m_spUnkSite中。 www.cnblogs.com 2. To get the title of the book, simply get the title member variable. 要得到图书的书名,只需得到title成员变量。 www.ibm.com 3. Type the appropriate information in the Add Member Variable wizard. 在[加入成员变数精灵]中输入适当的资讯。 technet.microsoft.com 4. Select from the list the ID for the type of control for which you are adding the member variable. 从列表中选择正在为其添加成员变量的控件类型的ID。 msdn2.microsoft.com 5. The provider receives the file name and stores it in the member variable m_szCommandText. 提供程序接收文件名并将其存储在成员变量m_szCommandText中。 msdn2.microsoft.com 6. However, the MyClass keyword bypasses the shadowing and accesses the member variable. 不过,MyClass关键字会绕开该隐藏并访问该成员变量。 msdn2.microsoft.com 7. You can add a member variable to a class using Class View. 可以使用“类视图”将成员变量添加到类。 msdn2.microsoft.com 8. Record it as a member variable for later use. 将其作为成员变量记录下来以备后用。 www-128.ibm.com 9. You don't define a member variable and then provide accessor and mutator methods. 定义数据成员后不需要分别定义访问和修改的方法。 www.ibm.com 10. You can add a member variable from the Dialog editor in Resource View, or from Class View. 可以从资源视图中的对话框编辑器或从“类视图”中添加成员变量。 msdn2.microsoft.com 1. The first is a default constructor that sets a timestamp member variable. 第一部分是一个默认的构造函数,用来设置timestamp变量的值。 www.cnblogs.com 2. Add a member variable to the class implementing the Web service. 将成员变量添加到实现Web服务的类中。 msdn2.microsoft.com 3. By simply having a member variable following the xyzService convention, Grails knows to inject the xyzService singleton. 只要拥有遵循xyzService约定的成员变量,Grails就知道需要注入xyzService单体。 www.ibm.com 4. Provides a comment in the header file for the member variable. 提供成员变量头文件中的注释。 msdn2.microsoft.com 5. The file path or stream is stored in a member variable so it can be accessed later. 文件路径或流存储在成员变量中,以便稍后可以访问它。 msdn.microsoft.com 6. For example, the linked list has a member variable called m_Head of type Node, used for referencing the first item in the list. 例如,该链表具有一个名为m_Head的Node类型的成员变量,用于引用该列表中的第一个项。 msdn2.microsoft.com 7. The member variable access level is set to public by default. 默认情况下,成员变量的访问级别设置为public。 msdn2.microsoft.com 8. is one such static member variable. Person_.age是静态成员变量之一。 www.ibm.com 9. Sets the return type for the member variable you are adding. 设置正在添加的成员变量的返回类型。 msdn2.microsoft.com 10. However, the MyClass class object has a static reference to the member variable called myContainer. 不过,MyClass类对象具有对称为myContainer的成员变量的静态引用。 www.ibm.com 1. See Add Member Variable Wizard for details. 有关详细信息,请参见添加成员变量向导。 msdn2.microsoft.com 2. If you are adding a member variable that is not a dialog box control, select from the list of available types. 如果正在添加的成员变量不是对话框控件,从可用类型列表中选择。 msdn2.microsoft.com 3. The code tries to modify a member variable, which is not possible. 代码尝试修改成员变量,而这是不可能的。 msdn2.microsoft.com 4. Sets the access to the member variable. 设置对成员变量的访问。 msdn2.microsoft.com 5. And this is the property name, not the member variable name. 这是属性(property)名,而不是成员变量名。 www.ibm.com 6. The example also assumes that you have a member variable at the class level declared as a 32-bit signed integer named myCounter. 示例还假定已将类级别上的一个成员变量声明为名为myCounter的32位有符号整数。 msdn2.microsoft.com 7. Any time you have more than one member variable, you should name them as precisely as possible. 只要成员变量多于一个,就应该尽可能准确地为其命名。 www-128.ibm.com 8. For example, when deriving a class using DECLARE_DYNAMIC, the macro expands to add a CRuntimeClass member variable to your class. 例如,当使用DECLARE_DYNAMIC派生类时,该宏扩展以将CRuntimeClass成员变量添加到类。 msdn2.microsoft.com 9. Note that a field is also called a member variable. 注意,字段也称为“成员变量”。 msdn2.microsoft.com 10. An instance member variable, for example, can have different values in different instances. 例如,一个实例成员变量在不同的实例中可以有不同的值。 msdn2.microsoft.com 1. Change it to a constructor argument at the same time, and make the caller have a member variable for that same dependency. 同时给构造函数加上相应的参数,给构造函数的调用者加上一个成员变量来体现依赖关系。 www.infoq.com 2. Once you have added the member variable using the wizard, you can edit the code in the development environment. 使用该向导添加了成员变量后,可以在开发环境中编辑代码。 msdn2.microsoft.com 3. A shared member variable, for example, has only one value, which is available to all code that can access the class. 例如,一个共享成员变量只有一个值,这个值对可以访问该类的所有代码均可用。 msdn2.microsoft.com 4. The proxy class also holds a reference to the actual native COM object it represents, in a member variable called 代理类还有一个引用,指向它所代表的实际的本机COM对象,引用由叫作 www-128.ibm.com 5. To add a member variable for a dialog control in Resource View using the Add Member Variable Wizard 使用“添加成员变量向导”在“资源视图”中添加对话框控件的成员变量 msdn2.microsoft.com 6. The two snippets differ in where the member variable 这两个代码片段的成员变量 www-128.ibm.com 7. Is not valid on a member variable declaration 在成员变量声明中无效 msdn2.microsoft.com 8. To implement a global state, an additional member variable is required 实现全局状态,需要增加一个成员变量 blog.csdn.net 9. To add a member variable from Class View using the Add Member Variable Wizard 使用“添加成员变量向导”从“类视图”中添加成员变量 msdn2.microsoft.com 10. The first step here is to add a new member variable, a 这里的第一步是添加一个新的成员变量,即一个名为 www-128.ibm.com |
||||||||||
随便看 |
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。