好词典

executable

UK //ɪɡˈzek.jə.tə.bəl//US //ɪɡˈzek.jə.t̬ə.bəl//

词源

源自拉丁语 'exsequi'(执行)+ 英语后缀 '-able'(可…的),首次记录于19世纪中期计算机领域。

noun

❶ 指计算机中可以被系统直接运行的程序文件,通常包含编译后的机器代码,用户双击或通过命令即可启动。

“The software package includes an executable file named 'setup.exe'.”

(软件包中包含一个名为'setup.exe'的可执行文件。)

“Never open executables from unknown email attachments.”

(切勿打开来自未知邮件的可执行文件附件。)

同义词:program, binary, app

adjective

❶ 描述某事物(通常是计算机程序或指令)能够被直接执行或运行的状态。

“The script is now in an executable format.”

(该脚本现在已转为可执行格式。)

“Make sure the file has executable permissions.”

(确保该文件具有可执行权限。)

同义词:runnable, launchable, operable

常见短语

executable file — 特指计算机中可直接运行的程序文件,通常带有.exe、.app等扩展名,包含处理器能理解的指令集。

“Double-click the executable file to install the software.”

(双击可执行文件以安装软件。)

executable code — 指已完成编译或解释,能够被计算机处理器直接执行的程序代码形式。

“The vulnerability allows injection of malicious executable code.”

(该漏洞允许注入恶意可执行代码。)