• 端口和(或)中断设置中的值匹配

    The interrupt setting does not match those on the card.

    youdao

  • 中断设置中的设置匹配请检查硬件设置然后一次

    The interrupt setting does not match those on the card. Check your hardware Settings, and then try again.

    youdao

  • 整个空间采用光滑混凝土地板创建连续的表面只有中断设置对齐主要空间一条直线上留有10毫米缝隙

    A smooth concrete floor employed throughout the Spaces creates a consistent surface interrupted only by 10-millimetre seams that are positioned in alignment with the main spatial features.

    youdao

  • 中断生成之后,就重新设置中断模拟状态标志返回成功

    Once the interrupts are generated, reset the interrupt simulation status flag and return success.

    youdao

  • 由于已经正确设置(模拟)寄存器IS r正常进行处理,就仿佛一个真正的中断

    Since you have already set the (simulated) register values appropriately, the ISR will process normally as if it was a real interrupt.

    youdao

  • 如果设置中断模拟状态标志,它就会返回EBUSY

    If the interrupt simulation status flag is set, return EBUSY.

    youdao

  • 指定表达式改变监视点中断程序执行必须表达式中使用变量作用域中时设置监视点。

    A watchpoint will break program execution when the specified expression changes value, but it must be set when the variables used in the expression are in scope.

    youdao

  • 单独或者混合模式下的视图设置中断可以创建一个中断类型

    This breakpoint type is also created when you set a breakpoint from the source view in disassembly or mixed modes.

    youdao

  • 分区设置期间固件会将各个CPU中断队列关联起来。

    The firmware associates CPUs with interrupt queues during partition setup.

    youdao

  • 如果中断码中设置第一相同那么中断这一位指定CPU处理

    If two interrupts' bitmasks had the same first bit set, then both interrupts were processed on the same CPU indicated by the first set bit.

    youdao

  • 新建JSP文件编译,应用程序会重新部署服务器上,调试器会停设置中断的位置。

    Your newly created JSP is compiled, the application is redeployed to the server, and the debugger stops at the line you put the breakpoint on.

    youdao

  • 在触发中断之前,该中断所有其他前提条件(设置地址数据)都应该内核线程进行处理

    Before the interrupt is raised, all other pre-requisites (setting up any address, data, etc.) for that interrupt should be handled in the kernel thread.

    youdao

  • 可以自动下载设置相应的配额提供cookies继续进行以前中断下载任务。

    You can also set a quota for automatic downloads, provide cookies, and continue a previous download that was interrupted.

    youdao

  • 为了查看main()发生什么情况,可以程序代码中的一特定函数设置断点这样gdb在遇到断点中断执行

    To see what's going on in main() we can set a breakpoint at a particular line or on a function in the program code so gdb will interrupt execution when it is reached.

    youdao

  • 极少数情况下这种设置中断Web应用程序

    In rare cases, this setting can break Web applications.

    youdao

  • 通过调用start_kernel,会调用一系列初始函数设置中断执行进一步内存配置加载初始ram磁盘

    With the call to start_kernel, a long list of initialization functions are called to set up interrupts, perform further memory configuration, and load the initial RAM disk.

    youdao

  • 使用调试器,可Python编辑器中断代码行的左侧点击设置断点

    To use it, set a breakpoint by clicking to the left of the line of code you'd like to break on within the Python editor.

    youdao

  • 第3种方法检查日志以了解您的网络连接重新连接的次数尤其是网络设置线路中断自动重新连接

    A third way is to check your log for how many times your network has been connected and reconnected especially if you set it for automatic reconnections when the lines are dropped.

    youdao

  • 兴趣的点上简单地设置一个中断,您只须点击Restartprogram按钮运行程序直到达到中断点为止。

    Simply set a breakpoint on your point of interest, hit the Restart program button, and run the program until your breakpoint is hit.

    youdao

  • 需要设置适当然后将其传递给这个特殊ioctl触发中断或者内核线程发送信号来触发中断

    You have to set the appropriate fields and then pass the same to the special ioctl that would in turn either raise the interrupts or signal the kernel thread to raise the interrupts.

    youdao

  • 可以编辑器直接运行调试之前设置中断

    You can also set breakpoints before running the debugger directly in the source editor.

    youdao

  • 例如可以运行程序设置界限监视服务进入中断通过程序指示步骤检查变量检查访问

    For example, you can run programs, set line, watch and service entry breakpoints, step through program instructions, examine variables, and examine the call stack.

    youdao

  • 这些设置确保每个以太网适配器中断这个适配器所在的节点CPU处理

    Those Settings ensure that each Ethernet adapter has its interrupts processed on a CPU on the node on which the adapter resides.

    youdao

  • 参见下载文件中的样例应用程序,学习如何设置中断格式应用程序指定错误代码

    See the sample application in the download file to see how to set the abort format and application-specific error codes.

    youdao

  • 可以设置一些寄存器发出一个系统调用指令(中断),并陷阱处理程序直接调用内核代码

    You set some registers and issue a system call instruction (or an interrupt) and have the kernel code called directly from the trap handler.

    youdao

  • 如果第3漏掉了一些设置中断不会影响其他得到正确更改

    If you missed something in step 3, it will break but it will not affect the other correctly changed occurrences.

    youdao

  • 设置中断模拟状态标志,通知中断模拟正在运行

    Set the interrupt simulation status flag to indicate that interrupt simulation is in progress.

    youdao

  • 如果错误设置这个参数(例如,将一个数据初始加载设置DELTA),则可能会导致一些错误,从而导致执行中断

    An incorrect setting for this parameter (for example, setting the initial loading of an empty database to DELTA), can result in a number of errors that can cause execution to abort.

    youdao

  • 视图中的函数元素设置中断

    Set entry breakpoints by right clicking on the function elements in the view.

    youdao

  • 这样处理方式下,write系统调用返回信号中断字节errno全局变量设置成功

    By doing this the write system call returns with the number of bytes it wrote before it got interrupted and the errno set to success.

    youdao

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

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

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