Đặt câu với từ "relocation interrupt"

1. Program Interrupt Control Program (PIP).

PIP (프로그램 인터럽트 제어 프로그램, Program Interrupt Control Program).

2. For the "interrupt acknowledge" method, the external device gives the CPU an interrupt handler number.

"인터럽트 알리기 (interrupt acknowledge)" 방식은 외부 장치가 CPU에게 인터럽트 핸들러 번호의 주소를 알리는 방식이다.

3. Sorry, didn't mean to interrupt.

죄송해요 방해 할 생각은 아니였어요

4. The Interrupt Descriptor Table (IDT) is a data structure used by the x86 architecture to implement an interrupt vector table.

인터럽트 디스크립터 테이블 (Interrupt Descriptor Table (IDT))은 인터럽트 벡터 테이블을 구현하기 위해 X86 아키텍처에서 사용되는 데이터 구조체이다.

5. When an interrupt occurs, the processor multiplies the interrupt vector by 8 and adds the result to the IDT base address.

인터럽트가 발생하면, 프로세서는 인터럽트 벡터에 8을 곱해서 IDT 베이스 어드레스에 그 결과 값을 더한다.

6. Sir, sorry to interrupt, but it's very important.

죄송한데 매우 중요한 거라서요

7. 3 Often people will interrupt our introduction, saying, “I’m busy.”

3 흔히 많은 사람들은 “바쁩니다” 하는 말로 우리의 이야기를 막아버린다.

8. What effect does it have if you interrupt when householder is speaking?

「가정」 책의 어떠한 점을 이야기함으로 효과적일 수 있었는가?

9. When it is your turn to listen, resist the urge to interrupt or disagree.

당신이 들을 차례가 되었다면 배우자의 말을 가로막거나 부인하려는 충동을 억누르십시오.

10. The more interruptions we get externally, it's conditioning and training us to interrupt ourselves.

우리가 외적으로 방해를 더 받을수록 자신을 방해하게끔 조건을 만들고 훈련을 시키죠.

11. Piloting won't interrupt anyone's mail service, and all your users can continue to use their current email address.

일부만 시험적으로 Gmail로 변경해도 사용자의 메일 서비스가 중단되지 않으며 모든 사용자는 현재 이메일 주소를 계속 사용할 수 있습니다.

12. You've got to be very careful not to be pestering, not to interrupt their flow when asking questions.

질문할 때도 그들의 흐름이 깨지지 않도록 해야합니다. 물론, 질문을 하는 것은 좋은 것이며,

13. The DPDK implements a low overhead run-to-completion model for fast data plane performance and accesses devices via polling to eliminate the performance overhead of interrupt processing.

DPDK는 빠른 데이터 플레인 성능을 위한 low overhead run-to-completion 모델을 구현했고, 폴링을 통해 장치에 접근하여 인터럽트 처리의 성능 오버 헤드를 제거하였다.

14. The only difference between these two is that an interrupt gate will disable further processor handling of hardware interrupts, making it especially suitable to service hardware interrupts, while a trap gate will leave hardware interrupts enabled and is thus mainly used for handling software interrupts and exceptions.

이 둘 사이의 단 하나의 차이점은 인터럽트 게이트는 (하드웨어 인터럽트를 다루는) 프로세서를 서비스 하드웨어 인터럽트에 맞추어서 그 이상의 것이 금지될 것이고, 트랩 게이트는 하드웨어 인터럽트를 사용 가능케하고 소프트웨어 인터럽트와 예외를 다루는데 쓰이게 된다.