程序计数器英文解释翻译、程序计数器的近义词、反义词、例句
英语翻译:
【计】 program counter
分词翻译:
程序的英语翻译:
formality; ground rule; procedure; proceeding; process; program
【计】 P; problem determination aid; PROC; program; related channel program
【化】 sequence
【经】 program; sequence
计数器的英语翻译:
tally
【计】 C; counter; counting device; CT
【化】 counter; telltale
【医】 counter; counting-meter
【经】 tally register
网络扩展解释
程序计数器
程序计数器是指令流中的计数器,用于存储下一条指令的地址。
Program Counter
The program counter is a register in a computer processor that contains the address, i.e., location, of the currently executing instruction.
英文读音
/ˈprəʊ.ɡræm ˈkaʊn.tər/
英文用法
Program counter是计算机中常用的术语之一,用于存储下一条指令的地址。
英文例句
- The program counter always contains the address of the next instruction to be executed.
- The value of the program counter is automatically incremented after the fetch of each instruction.
- When an interrupt occurs, the current value of the program counter is saved in memory.
程序计数器总是包含下一条要执行的指令的地址。每次fetch指令后,程序计数器的值会自动增加。当发生中断时,程序计数器的值会被保存在内存中。
英文近义词
- Instruction pointer
- Program pointer
- Instruction address register
Instruction pointer、Program pointer、Instruction address register是程序计数器的近义词。
英文反义词
- Data pointer
- Address pointer
Data pointer、Address pointer是程序计数器的反义词。
英文单词常用度
根据英文语料库的统计数据,program counter是一个较为常见的词汇,常用于计算机科学、信息技术、软件工程等领域。