查询
1 词典释义:
reinitialize
时间: 2025-07-18 02:00:42

重新初始化

双语例句
  • Reinitialize and reuse objects to avoid new object construction.

    重复初始化和重复使用对象以避免创建新的对象。

  • To reinitialize this subscription, you must drop and recreate it.

    若要重新初始化该订阅内容,必须放弃它,然后重新创建。

  • Use accessor methods instead of constructors to reinitialize the object.

    使用访问函数方法代替构造函数来重新初始化对象。

  • WARNING: If you go about doing this, you better make sure you reinitialize that block of memory before going to let a different subroutine use it.

    警告:如果你去做这件事,你最好确定你的内存块初始化,会让不同的子程序使用它之前。

  • The next step would be to attempt reinitialize the drive using SYS command that hopefully is on your boot diskette by entering SYS C: from your A: drive.

    接着就要试着用SYS命令来重新对驱动器进行初始化,但愿该命令是在你的启动盘里,在A:驱动器下键入SYS C:。

  • Initialization. A very common bug is to initialize a variable. Go through a loop, and then forget to reinitialize it when it needs to be reinitialized again.

    忘记初始化,忘记初始化变量是一个很常见的错误,运行完一个循环之后,当需要再次初始化时。