• 通过实验分析内存拷贝函数拷贝速度拷贝内存量之间对应关系

    An experiment is conducted to analyze the relations between the velocity of every memory copy function and the size of memory to be copied.

    youdao

  • 这些拷贝传递这个函数的行参数中。

    Copy the values to the formal parameters passed to this function.

    youdao

  • 如果一个函数频繁使用全局变量我们可以使用局部变量,作为全局变量的拷贝这样可以使用寄存器了

    If a function USES global variables heavily, it is beneficial to copy those global variables into local variables so that they can be assigned to registers.

    youdao

  • 尽管此处没有列出拷贝初始RAM磁盘涉及所有函数但是足以我们提供一个整体流程粗略框架。

    Not all functions that are involved in copying and mounting the initial RAM disk are shown here, but this gives you a rough overview of the overall flow.

    youdao

  • 通常意味着SPE本地存储中拷贝参数用户线程运行各自函数通过再次调用ioctl继续执行。

    This usually means copying the arguments over from the spe local store, running the respective library function in the user thread, and continuing by calling the ioctl again.

    youdao

  • 清单2显示产生编译时错误代码部分因为拷贝构造函数私有的。

    Listing 2 shows a piece of code that results in a compile-time error because the copy constructor is private.

    youdao

  • 这些属性不在现在设定函数只是简单的拷贝对象

    These properties will not be set now; the function is simply being copied to the object.

    youdao

  • 知道Set一个拷贝构造函数

    You know that Set has a copy constructor.

    youdao

  • 如果没有拷贝构造函数正确代码有可能造成list对象某些数据成员没有初始化。

    If you do not write a correct code for the copy constructor, object within a list will have some data members uninitialized.

    youdao

  • 拷贝构造函数特别构造函数,用于复制已经存在对象生成的对象,高效的方式。

    The copy constructor is a special kind of constructor which creates a new object which is a copy of an existing one, and does it efficiently.

    youdao

  • 每个(其实例容器内使用)必须至少实现拷贝构造函数(实现运算符也是习惯)。

    Each class whose instance will go into the container must implement at least the copy constructor it is good to implement also the assignment operator.

    youdao

  • 建模构造函数、分析构造函数以及拷贝构造函数

    Modeling constructor, destructor, and copy constructor.

    youdao

  • 应该创建一个拷贝构造函数每个对象自己

    You should create a copy constructor for each object yourself.

    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

  • 第一情况下基本上声明一个私有拷贝构造函数然后没有提供任何实现通过声明他们私人非成员国不能复制

    In the first case, you are essentially declaring a private copy constructor and then not providing any implementation. By declaring them private, non-members cannot copy it.

    youdao

  • 第一个解决方案读者传达拷贝构造函数私有的,不能使用

    Your first solution conveys to the reader that the copy-constructor is private and is not to be used.

    youdao

  • 这个函数创建了一个现有结点拷贝因此添加其它地方

    This function makes a copy of an existing node so that you can add it somewhere else.

    youdao

  • 传统方式解决这个声明拷贝构造函数私有未实现的。

    The traditional way to solve this is to declare the copy-constructor private and to leave it unimplemented.

    youdao

  • 如果程序员没有提供拷贝构造函数,那么编译器自动生成默认拷贝构造函数。默认的拷贝构造函数会执行简单操作拷贝对象

    Default copy constructor does a very simple operation, they will do a bit-wise (member-wise) copy of an object, which means that the object will be copied bit by bit.

    youdao

  • 拷贝构造函数需要情况下动态内存分配吗?

    Copy constructor is needed only in the case of dynamic memory allocation?

    youdao

  • 一个有效拷贝构造函数吗?

    Is this a valid copy constructor?

    youdao

  • 由于模板构造函数终究不是拷贝构造函数,因此这种模板出现并不隐藏原来隐含拷贝构造函数之声明

    Because a template constructor is never a copy constructor, the presence of such a template does not suppress the implicit declaration of a copy constructor.

    youdao

  • 经常渴望拷贝构造函数初始化成员变量作为一个副本,不是默认构造然后分配。

    Often I desire a copy constructor which initializes each member variable as a copy, rather than default constructing and then assigning. e. g.

    youdao

  • 放在单独功能调用析构函数拷贝构造函数运算符需要的功能。

    Put the functionality you need in separate functions called by the destructor and the copy constructor and the assignment operator.

    youdao

  • 问题手动编写一个拷贝构造函数初始化每个成员变量作为副本乏味近乎荒谬成员变量数量增加

    Question: Manually writing a copy constructor which initializes each member variable as a copy is very tedious, and verges on ridiculous as the number of member variables grows.

    youdao

  • 什么方法可以利用隐式拷贝构造函数初始列表吗?有没有其他方式手动编写初始化列表吗?

    Is there any way to make the implicit copy constructor use initialization lists? Is there any other way around manually writing the initialization list?

    youdao

  • 现在拷贝构造函数一个方法

    Now for copy constructor which is a good way.

    youdao

  • 保护想法创建一个拷贝构造函数除了默认构造函数

    The idea is to create a protected copy constructor aside from the default constructor.

    youdao

  • 调用拷贝构造函数存在

    The copy constructor is called when a not yet existing!

    youdao

  • 运算符应用一个初始化对象不是拷贝构造函数情况下

    The assignment operator is applied on a initialized object, but this is not the case in the copy constructor.

    youdao

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

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

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