段相对编址英文解释翻译、段相对编址的近义词、反义词、例句
英语翻译:
【计】 segment relative addressing
分词翻译:
段的英语翻译:
part; passage; sect; section; segment
【计】 segment
【医】 piece; sectile; segment; segmentum
相对的英语翻译:
comparatively; face to face; relatively
【医】 correspondence
【经】 contra
编址的英语翻译:
【计】 ADDR
网络扩展解释
段相对编址
段相对编址(Segmented Relative Addressing)是一种内存寻址方式,在汇编语言程序中常被使用。
中文拼音
duàn xiāng duì biān zhǐ
英语解释翻译
Segmented Relative Addressing
Segmented Relative Addressing is a memory addressing scheme commonly used in assembly language programming.
英文读音
/ˈsɛɡməntɪd ˈrɛlətɪv əˈdrɛsɪŋ/
英文用法
Segmented Relative Addressing is a way for a program to address memory in segments, where each segment has its own offset and base address. This can make it easier to manage memory in certain situations.
英文例句
- Segmented Relative Addressing is commonly used in programming for the Intel 8086 microprocessor.
- With Segmented Relative Addressing, the program can access data in separate segments without having to worry about absolute memory addresses.
- Segmented Relative Addressing allows for more flexible memory management in large programs.
英文近义词
- Segregated Relative Addressing – a similar memory addressing scheme that separates memory into different address spaces.
- Indexed Relative Addressing – a memory addressing scheme that uses an index register to access data in memory.
英文反义词
- Absolute Addressing – a memory addressing scheme that uses fixed memory addresses.
- Direct Addressing – a memory addressing scheme that uses the actual memory address to access data.
英文单词常用度
Segmented Relative Addressing is a technical term that is not commonly used outside of computer programming circles. Therefore, its frequency of use in everyday English is quite low.