• 清单2给出了注册信号处理程序的方法。

    Listing 2 shows one way to register a signal handler.

    youdao

  • 导致第三问题信号处理程序接收信号程序调用已包装调用

    This led to a third problem: Programs that take signals for which the signal handlers invoke wrapped calls.

    youdao

  • 清单8中的代码实现了一个处理传入SIGCHLD信号信号处理程序

    The code in Listing 8 implements a signal handler to deal with the incoming SIGCHLD signal.

    youdao

  • 视图中,需要使用define_signal方法定义信号处理程序

    In the view, you need to define signal handlers using the define_signal method. It takes a hash defining a signal name and a view method to handle that signal.

    youdao

  • 为了获得理想核心文件可能需要通过设置环境变量禁用MQ那些信号处理程序

    To get a good core file, MQ might need to disable those signal handlers by setting the environment variables.

    youdao

  • 软件设计部分,设计包括陀螺稳定程序传感器信号处理程序串口通信程序

    In the software design part, the design includes a gyro stabilization program, the sensor signal processing program, and serial communication program.

    youdao

  • 程序中的信号处理程序捕获函数的执行某个信号中断,信号处理程序然后按正常方式返回

    EINTR — the function was interrupted by a signal, which was caught by a signal handler in the program, and the signal handler returned normally.

    youdao

  • 由于使用sigset函数(它信号处理程序分配个函数指针),清单8一个示例稍微复杂一点,。

    Listing 8 is slightly more complex than the previous example because of the sigset function, which assigns a function pointer to a signal handler.

    youdao

  • 第一种方式SIGBUS信号设置信号处理程序处理程序简单执行return语句。

    The first way is to install a signal handler for the SIGBUS signal, and then simply call return in the handler.

    youdao

  • 可以通过信号处理程序代码设置一个全局标志完成关键部分代码之后检查这个标志来实现

    This can be achieved by setting a global flag in the handler code and checking for the flag after completion of the critical part.

    youdao

  • 禁用信号处理程序进程当前状态可能表现正在进行信号处理从而可能隐藏真正问题

    When the signal handler doesn't disable, the process might show up in the "current" status as signal handling, which might hide the real problem.

    youdao

  • 通常信号处理程序将会返回进入上次离开ioctl位置处,这样SPU程序可以继续执行了。

    Normally, the signal handler will return and cause the ioctl to be entered at exactly the point where it was left so the SPU program can continue.

    youdao

  • 基于重点工程项目介绍了一种高速数据并行处理系统,并详细说明了DS P信号处理程序操作流程

    Based on one key project, a high-speed digital parallel analyzing system is introduced. The flow of operation of the signal processing program in DSP is defined in detail.

    youdao

  • 然后使用18 (SIGCHLD)来调用信号处理程序确认进程退出并且进程返回sleep (60)。

    The signal handler is called with a value of 18 (SIGCHLD), the child's exit is acknowledged, and the parent goes back to its sleep (60).

    youdao

  • 如果过去曾经编写事件驱动程序,那么认为发现,对于设置式事件处理循环常见做法,使用信号一个令人耳目一新的变化

    If you've ever done any event-driven programming in the past, I think you'll find signals to be a refreshing change from the common practice of setting up an explicit event processing loop.

    youdao

  • 用户进程允许所有信号安装处理程序例如,不允许为SIGKILLSIGSTOP 安装处理程序

    The user process is not allowed to install handlers for all signals; for instance, installing handlers for SIGKILL and SIGSTOP are not permitted.

    youdao

  • 不同信号区分优先级随着程序大小增长根据活动进行特殊处理(例如,fifo次序,使用多个进程)。

    Have different kinds of semaphore classes: prioritization, specialization based on activity (for example, FIFO ordering, taking advantage of multiple readers) as the program increases in size.

    youdao

  • procsig输出进程信号操作处理程序

    Procsig prints signal actions and handlers for the process.

    youdao

  • 另一个名为Streamit项目数码信号处理中的平行程序进行了开发

    Another project, called StreamIt, exploits the parallelism inherent in much digital signal processing.

    youdao

  • 信号处理应用程序中,如果恢复信号需要一个”的矩阵,那么带状矩阵提供所有速度优势不复存在。

    In a signal-processing application, all the speed advantages offered by banded matrices would be lost if restoring the signal required multiplying it by a full matrix.

    youdao

  • 不过如果知道信号可能到达时,程序可能使用处理那个时刻使用那么就是安全的。

    However, if you know that the program cannot possibly use the stream that the handler USES at a time when signals can arrive, you are safe.

    youdao

  • 程序可以注册处理各种类型信号但是信号可能合适的时候出现包括正在处理另一个信号的时候。

    Programs can register to handle various kinds of signals, but signals can happen at the most inopportune times, including while you're already handling another signal.

    youdao

  • 这个想象期间大脑之门把那一百个神经细胞活动传送一个处理信号程序这个软件将探测信号规律

    During this imaginative period the BrainGate fed the electrical activity of its century of nerve cells to a piece of signal-processing software that looked for patterns.

    youdao

  • 务必要知道自己应用程序是否信号处理以及如何禁用它们生成核心文件

    It is important that you know if your application has signal handling, and how to disable them to generate a core file.

    youdao

  • 两个信号处理连接起来——个用来用户关闭窗口退出应用程序另一个用来在用户点击按钮时,修改显示欢迎信息。

    Two signal handlers are connectedone to quit the application when the user closes the window and another to change the greeting that is displayed when the user clicks the button.

    youdao

  • 信号处理消息程序数据都会破坏,因为两个调用操作同一数据结构:流本身

    Both the signal handler's message and the program's data could be corrupted, because both calls operate on the same data structure: the stream itself.

    youdao

  • 然后循环查询自己的信号处理程序之间的内部映射叫做回调调用注册到指定对象指定信号处理程序

    The main loop then looks through its internal mapping table between its signals and handlers, also called callbacks, and calls the handlers registered for the given signal on the given object.

    youdao

  • RTSJ包含异步事件处理支持触发异步事件的事件包括大量包含计时器源代码操作系统信号、超过时限其他应用程序定义的事件。

    The RTSJ includes support for handling asynchronous events triggered by a number of sources including timers, operating-system signals, missed deadlines, and other application-defined events.

    youdao

  • 设置 override_signal_handling 可以确保程序终止并进行核心转储,即使应用程序已经这些信号进行了处理

    Setting override_signal_handling ensures that the program terminates and core, even if these signals have been handled by the application.

    youdao

  • 假定信号处理使用fprintf打印条消息,而信号发出时程序正在使用同一个进行fprintf调用

    Suppose the signal handler prints a message with fprintf and the program was in the middle of an fprintf call using the same stream when the signal was delivered.

    youdao

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

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

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