网站首页  词典首页

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

 

单词 member functions
释义

member functions

  • 网络成员函数;成员函式;函式成员
1.
成员函数
成员函数(Member functions)迭代器(Iterator) 容量(Capacity) 访问元素(Eelment access) 修改(Modifiers) 字符串操 …
baike.baidu.com
2.
成员函式
...式与非成员函式 ? 运算子函式有兩种实作方式 – 成员函式(Member functions) ? 会呼叫运算式最左边运算元的成员函式 – 例如…
www.docin.com
3.
函式成员
以C 的术语来说,Python所有的类别成员(包含其资料成员)都是 public 的,而且所有的函式成员(member functions)都是 virtu…
www.chinesepython.org
4.
使用成员函式
使用成员函式(Member functions) ? 运算子 (), [], -> 或任何指派运算子必须使用这种方式 ? 尽可能使用成员函式实作运算子 – …
www.scribd.com
5.
段成员函数
编辑本段成员函数(Member functions)参考资料 1. string 线程安全 .C 编程网[引用日期2012-11-14]. 成员函数(Member fu…
baike.baidu.com

例句

释义:
1.
Since slots are normal member functions with just a little extra spice, they have access rights like ordinary member functions.
因为插槽是略为扩展的普通成员函数,他们拥有普通成员函数的访问权限。
blog.sina.com.cn
2.
In this paper, an integral part of bitmap file to start using VC Internal member functions to understand bitmap design and display.
本文从位图文件组成部分入手,利用VC 内部成员函数了解位图的设计及其显示。
www.hxzi.com
3.
You can call constant member functions only for a constant object. This ensures that the object is never modified.
你只能传递常量参数调用常量函数,保证了参数不被修改。
blog.163.com
4.
Create record sets in the member functions of your application or frame- window objects .
在应用程序或框架窗口对象的成员函数中创建记录集。
www.bing.com
5.
such tasks include creating new classes , adding new member functions and variables , and adding automation methods and properties.
这类任务包括创建新类,添加新成员函数和变量,以及添加自动化方法和属性。
www.ichacha.net
6.
Because accessors are simply Java member functions, it is therefore important that you choose the visibility of your accessors wisely.
因为读写方法是简单的Java成员函数,所以明智地选择读写方法的可视性是很重要的。
www.ibm.com
7.
Access modifiers are keywords that specify the access other classes have to the class member functions.
访问修饰符是指定其他类对类成员函数的访问的关键字。
msdn2.microsoft.com
8.
To implement a wrapper, you need to define a class with a number of member functions, as defined below.
要实现一个封装协议,需要按照如下定义声明一个包含有一些函数的类。
de.php.net
9.
Next, add synchronization calls to all member functions that modify the data in the class or access a controlled resource.
下一步,将同步调用添加到修改类中的数据或访问受控资源的所有成员函数中。
msdn2.microsoft.com
10.
The member functions associated with the passed object exist in the module where the object was created.
与已传递的对象关联的成员函数存在于创建对象所在的模块中。
msdn2.microsoft.com
1.
Parsers extract data from the scanner and position the iterator appropriately through its member functions.
分析器从扫描器获得数据,并通过扫描器的成员函数对迭代器重定位。
dictsearch.appspot.com
2.
Namespace, with links to their member functions, methods, properties, constants, and enumerations.
命名空间的类和模块,并提供指向其成员函数、方法、属性、常量和枚举的链接。
msdn2.microsoft.com
3.
Protected and private members may be accessed only from other member functions.
仅可从其他成员函数访问受保护的和私有的成员。
msdn.microsoft.com
4.
use the member functions and data members of the object to work with the records.
后,使用该对象的成员函数和数据成员来处理记录。
technet.microsoft.com
5.
And it's especially ugly if you want to use member functions as the event handlers, as opposed to static extern functions.
相对于静态外部函数来说,用成员函数作为事件处理器是最丑陋的做法。
www.cnblogs.com
6.
Define non-member functions inside templates when type conversions are desired.
需要类型转换时请为模板定义非成员函数。
211.100.16.144
7.
Why does the hidden this parameter count for the function parity of member functions?
为什么隐藏的this参数要计入成员函数的参数数量中?
boost-doc-zh.googlecode.com
8.
You can call member functions to scroll through the selected records.
可以调用成员函数在选定的记录中Scroll。
msdn2.microsoft.com
9.
Some irrelevant member functions have been omitted from this example.
一些不相关的成员函数从例子中被省略了。
941xz.com
10.
You can access data members in C without regard to access restrictions . However, you cannot call member functions.
你可以访问C 中的数据成员,而不用考虑访问限制。但是你不能访问成员函数。
dictsearch.appspot.com
1.
The QPen class, which uses implicit sharing, detaches from the shared data in all member functions that change the internal data.
一个隐式共享类有他内部数据的总控制。在任何成员函数中修改它的数据,它将在数据修改之前,自动脱离共享数据块。
apps.hi.baidu.com
2.
Accessors (member functions that directly manipulate the value of fields) were introduced in "Accessors increase robustness of Java code. "
“AccessorsincreaserobustnessofJavacode”中引入了访问(读写)方法(直接操纵字段值的成员函数)。
www.ibm.com
3.
Public member functions for setting data.
设置数据的公共成员函数。
www.ccboy.com.cn
4.
By default, member functions are nonvirtual. Calls to nonvirtual functions are resolved at compile time.
缺省情况下,函数都是非虚函数。非虚函数的调用是在编译时确定的。
www.blogjava.net
5.
Try these suggestions for what to include when documenting Java member functions.
请尝试这些针对编制Java成员函数文档时要包括的内容的建议。
www-128.ibm.com
6.
These unions may not have member functions and may not have private or protected members.
这些联合不能具有成员函数,也不能具有私有或受保护成员。
dictsearch.appspot.com
7.
Static member functions, because they exist at the class level and not as part of an object, do not have a this pointer.
由于静态成员函数存在于类一级,并且不是对象的一部分,因此没有this指针。
msdn2.microsoft.com
8.
The topics in this section contain tables of the Visual Basic run-time member functions.
本节中的主题包含VisualBasic运行时成员函数的表。
msdn2.microsoft.com
9.
The following table contains a listing of the Visual Basic run-time member functions.
下表包含VisualBasic运行时成员函数的列表。
msdn2.microsoft.com
10.
Then, write the relevant member functions, including the connection string, copy, search, exchange, Praying string comparison;
然后,编写相关的成员函数,其中包括对字符串的连接、复制、查找、交换、求子串、比较;
zhidao.baidu.com
1.
Which member functions must be passed as parameters
哪些成员函数必须作为参数传递
www.ibm.com
2.
Interface. This interface includes four member functions
此接口包括四个成员函数
msdn2.microsoft.com
3.
In addition, C member functions defined in the class declaration are automatically packaged;
另外,在类声明内部定义的C 成员函数会自动打包;
technet.microsoft.com
4.
To demonstrate how to use public member functions to enter and display employee info
演示如何用公有成员函数来进入和显示雇员信息
www.vchome.net
5.
Here's the array of pointers to member functions
这是指向成员函数的指针数组
blog.csdn.net
随便看

 

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

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/2/28 19:45:36