
包含
destructor的中国译典句库查询结果如下:
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-www-128.ibm.com-
属类:英汉句库-article.yeeyan.org-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-technet.microsoft.com-
属类:IT行业-www.ibm.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-technet.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-www.ibm.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-www.ibm.com-
属类:IT行业-msdn2.microsoft.com-
| 1 | 如果析构函数为空,则只会导致不必要的性能丢失。 | If the destructor is empty, this simply results in a needless loss of performance. | |
| 2 | 如果析构函数为空,只会导致不必要的性能损失。 | If the destructor is empty, this just causes a needless loss of performance. | |
| 3 | 如果析构函数为空,只会导致性能降低。 | If the destructor is empty, this simply results in a loss of performance. | |
| 4 | 若要解决此问题,请移除导致析构函数不能返回的函数调用。 | To resolve, remove the function call that causes the destructor to not return. | |
| 5 | 若要明白在Cardgame对象销毁时会发生什么,请查看Cardgame类的析构函数。 | To see what happens when a Cardgame object is destroyed, view the destructor for the Cardgame class. | |
| 6 | 使用析构函数语法指定销毁对象时执行的指令。 | Use destructor syntax to specify instructions to execute when your object is destroyed. | |
| 7 | 是对象析构器,但是除非您确实非常非常需要,否则不应该使用它。 | Is the object destructor , but it should not be used unless you really, really need it. | |
| 8 | 首先,调用将要被删除的对象的析构函数。 | First, the destructor of the object that's being deleted is called. | |
| 9 | 通过实现析构函数,可以在将组件从内存移除前执行清除操作。 | Object. By implementing a destructor you can perform cleanup just before your component is removed from memory. | |
| 10 | 托管扩展用户程序将直接调用此析构函数,或通过应用delete表达式进行调用。 | This destructor is what our Managed Extensions user programs invoke either directly or through an application of the delete expression. | |
| 11 | 物件在呼叫其解构函式之前,释放资源并执行其他清除作业。 | object to release resources and perform other cleanup operations before its destructor is called. | |
| 12 | 析构方法按类似的方式命名,除了它的母体名前有一个~(否定号)。 | A destructor is named in a similar manner, except that it has a ~ (tilde) followed by the parent's name. | |
| 13 | 析构函数的名称必须与类的名称匹配 | Name of destructor must match name of class | |
| 14 | 析构函数既没有修饰符,也没有参数。 | A destructor does not take modifiers or have parameters. | |
| 15 | 析构函数可能不会在对象失去范围时立即执行即可。 | Destructor may not immediately execute when an object loses scope. | |
| 16 | 析构函数是只能从其所属类或派生类调用的受保护方法。 | Destructor is a protected method that can be called only from the class it belongs to, or from derived classes. | |
| 17 | 析构函数虽然是一种方法,但它不能有参数。 | Although a destructor is a method, it cannot have parameters. | |
| 18 | 在调用其析构函数之前释放资源并执行其他清理操作。 | To release resources and perform other clean-up operations before its destructor is called. | |
| 19 | 在垃圾回收销毁组件并回收其内存之前调用析构函数。 | The destructor is called just before your component is destroyed by garbage collection and its memory is reclaimed. | |
| 20 | 在清单24中,先调用F的构造函数,然后是F2的;对于销毁函数也是这样。 | In Listing 24, the constructor of F is called before F2; likewise for the destructor . | |
| 21 | 在新语法下显式调用析构函数时,或者将 | When either a destructor is invoked explicitly under the new syntax, or when | |
| 22 | 这种解构器必须在解除父类引用之前进行调用。 | This destructor would have to be called specifically before unsetting the parent class reference. | |
| 23 | 指定类析构函数是否是虚的。 | Specifies whether the class destructor is virtual. |
查询记录