system-specific(形容词):特定于某一系统/环境的;只在某个操作系统、硬件平台或软件系统上适用的(常见于计算机、工程与技术语境)。也常与 platform-specific、implementation-specific 等近义表达并用。
/ˌsɪstəm spəˈsɪfɪk/
This driver includes some system-specific settings.
这个驱动程序包含一些特定于系统的设置。
To keep the app portable, we isolated all system-specific code behind a single interface, so the core logic can run unchanged on different platforms.
为了保持应用的可移植性,我们把所有系统特定的代码隔离在一个接口之后,这样核心逻辑就能在不同平台上无需修改地运行。
由 system(系统) + specific(特定的) 组合而成的复合形容词,常用连字符 system-specific 来修饰名词(如 system-specific code/settings/behavior),强调“只对某一特定系统成立”,与“通用/可移植(portable)”形成对比。