程序计数器 meaning in English
pc
program counter/pointer register
programcounter
programmable counter
Examples
- The value of the program counter when the logging guard clause is discovered in the analyzed code
:在所分析的代码中发现日志监护子句时,程序计数器的值 - If an appropriate catch block is found , the program counter is reset to the first line of code in that block
如果找到了适当的catch块,程序计数器会重置到那一块代码的第一行。 - A register in the processor that contains the address of the next instruction to be executed . also known as a program counter
包含下一条要执行指令地址的处理器中的寄存器。也叫程序计数器。 - In a typical cpu , a register called the program counter ( pc ) is used to keep track of which instruction is to be fetched next
典型的cpu中,一种被称为程序计数器的寄存器( pc )被用于跟踪下一条被取出的指令。 - The program counter is a latch with the extra ability to increment by 1 when told to do so , and also to reset to zero when told to do so
程序计数器也是个锁存,但还能够在指示下递增1 ,还能够在指示下复位为0 。