• 构造函数析构函数类的指针

    Classes. Constructors and Destructors. Pointers to classes.

    youdao

  • 派生构造函数指针怎么指向类的指针

    For a derived class with a constructor that takes a base class pointer, how do I refer to the base class pointer?

    youdao

  • 通过指针调用虚函数,技术也是一样的。

    When you invoke calls through a pointer to the base class, the technique is the same.

    youdao

  • 这种情况下不要指针存储变量p整个本身

    In such case you don't store a pointer to the Parent class in variable p, but the whole class itself.

    youdao

  • 正常情况下会传递一个指向结构类的指针结构或包含一些客户端的指定对象

    Normally, a pointer to a structure or a class that can contain some client specific objects is passed with this parameter.

    youdao

  • 通过运行时识别RTTI),程序能够使用指针引用检索这些指针或引用所指对象实际派生

    Run-time Type Identification (RTTI) allows programs that use pointers or references to base classes to retrieve the actual derived types of the objects to which these pointers or references refer.

    youdao

  • 两个域中都放置指针表示而不是链表定义一个单独

    Instead of defining a separate class for empty lists, it represents empty lists by putting a null pointer in both fields.

    youdao

  • 例如不像转型异常指针异常不给出它需要内容的任何信息,只有一个空指针

    Unlike, for example, a class-cast exception, a null-pointer exception says nothing about what was expected instead of the null pointer.

    youdao

  • DataObjectPtr实际上包含指向数据对象指针包装

    A DataObjectPtr is really a wrapper class holding a pointer to the DataObject.

    youdao

  • 通过调用 DL_Dxf对象in函数并将指针传递给一个继承 DL_CreationAdapter抽象打开文件

    You open the file by calling the in function of the DL_Dxf object and passing a pointer to a class that inherits from the DL_CreationAdapter abstract class.

    youdao

  • 可怕指针异常(异常除了报告空指针之外,对于将要发生的事情什么也不说)不同,强制转换异常相对来说容易调试

    Unlike the dreaded null-pointer exception (which says nothing about what was expected to occur instead of the null pointer), a class-cast exception is relatively easy to debug.

    youdao

  • 相反运行发出错误将会一个指针异常不是强制转换异常。

    Instead, the error signaled at run time would be a null-pointer exception instead of a class-cast exception.

    youdao

  • 即便我们可以采用不同测量方式,例如代码行数、数量、函数指针的数量、系统漏洞的数量,等等软件还是缺乏一种定义良好原子结构

    Software also lacks a well defined atomic unit of work — even though we can apply various measures, such as lines-of-code, number of classes, number of function points, number of bugs, etc.

    youdao

  • 无论使用那种技术定制方案主要分为:基于指针的定制化基于符号的定制化。

    Irrespective of the precise technology involved, customization approaches break down into two main families: Pointer-based and token-based customization.

    youdao

  • 我见过许多基于CSS导航标签大都具有一类的特征矩形色块也许仅仅是一个轮廓对于当前选中的标签则没有边框,标签在鼠标指针游至其改变颜色

    Many of the CSS-based tabs I've seen suffer from the same generic features: blocky rectangles of color, maybe an outline, a border disappears for the current TAB, a color changes for the hover state.

    youdao

  • 意味着它们可以作为这两个函数指针的行为,同一时间

    This means that they can act as both classes and function Pointers at the same time.

    youdao

  • 未检查异常作为运行时exception理想异常侯选处理不可恢复性出错,资源不可用或者指针

    Unchecked exceptions which are descendents of RuntimeException class are the ideal candidate exceptions handle non-recoverable errors such as resource non-availability or some null Pointers.

    youdao

  • 种快速不正确解决这个问题方法除去Leaf通过简单地指针放在Branchleftright字段来表示leaf节点

    The quick but incorrect way to remedy the problem would be to eliminate the Leaf class and represent Leaf nodes simply by putting null Pointers in the left and right fields of a Branch.

    youdao

  • 本身支持64系统通常采用一种称为LP64”的模型,其中long指针大小都是64位的。

    Systems with native 64-bit types often went to a model called "LP64," where the long and pointer sizes were both 64 bit.

    youdao

  • 现在可以通过建的函数new来分配将返回一个指针,指向一块内存单元,其所占内存初始化为

    Values of this type can now be allocated using the built-in function new, which returns a pointer to the value in memory with all slots initialized to the zero value.

    youdao

  • 这个方案中,对象指针代表GtkWidgetGTK +层次结构中的基本——叫做其他派生而来

    In this scheme, objects are represented by Pointers, and GtkWidget is the basic typecalled a class — in the GTK + hierarchy from which all other classes are derived.

    youdao

  • 这个提供了删除指针容器所有权属性一种方法

    This class provides a way to remove ownership properties of the pointer containers.

    youdao

  • 对于对象包含指针情况下,我们编写自己拷贝构造函数这样可以防止上述情况的发生。

    For a situation where an object contain Pointers we have to write our own copy constructor that will prevent situations like those mentioned above.

    youdao

  • 具有引用指针需要执行不是组成部分派生操作时候,需要动态强制型转换

    Dynamic casts are needed when we have a reference or pointer to a base class but need to perform operations from the derived class that are not part of the base class.

    youdao

  • 如果成员派生成员接受实参不同没有办法通过基引用指针调用派生函数

    If the base member took different arguments than the derived-class member, there would be no way to call the derived function from a reference or pointer to the base type.

    youdao

  • 一个每个其中包含每个成员功能实现指针列表

    There's a virtual table for each class, which contains a list of Pointers to the implementation of each member function.

    youdao

  • 所以两个构造器函数指针一个没有

    So, your class has two constructors, one with a function pointer and the other without it.

    youdao

  • 具有指针成员使用默认合成复制构造函数具有普通指针所有缺陷

    Classes that have pointer members and use default synthesized copy control have all the pitfalls of ordinary Pointers.

    youdao

  • 具有指针成员使用默认合成复制构造函数具有普通指针所有缺陷

    Classes that have pointer members and use default synthesized copy control have all the pitfalls of ordinary Pointers.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定