中英
executable
/ ˌeksɪˈkjuːtəbl /
/ ˌeksɪˈkjuːtəbl /
  • 简明
  • 柯林斯
  • adj.可执行的;可实行的
  • 网络释义
  • 专业释义
  • 英英释义
  • 1

     执行档

    VB具有编译器(Compiler)的功能,将VB程式编译(Compile)成执行档( Executable File ),事后就可以在WINDOWS系统下直接执行,因此在没有安装VB软体的电脑上也可以执行。编译的步骤如下:

  • 2

     可执行的

    所以流程定义的形式必须是正规 (Formal) 、严谨 (Precise) 、并且是可执行的 (Executable) 。 流程执行 (Execution) :怎么让一个流程可以自动执行?

  • 3

     可执行文件

    • Executable(可执行文件) : 这种类型的项目将创建一个可执行文件 作为输出文件,其默认名称和项目名称一样。

  • 4

     可实行的

    ... executed 已执行的;已生效的 executable 可执行的;可实行的 executory 实施中的,未生效的 ...

短语
查看更多
  • 双语例句
  • 原声例句
  • 权威例句
  • 1
    It is possible to attach executable program files to e-mail.
    可以在电子邮件上附上可执行程序文件。
    《柯林斯英汉双解大词典》
  • 2
    A CU typically represents the text and data contributed to an executable by a single relocatable object file.
    CU 通常表示由单个可重新定位的对象文件带来可执行文件的文本和数据。
  • 3
    The executable system is available.
    可执行系统是可用的。
查看更多
  • 词典短语
  • 同近义词
  • 同根词
  • 百科
  • Executable

    In computing, an executable file or executable program, or sometimes simply an executable, causes a computer "to perform indicated tasks according to encoded instructions," as opposed to a data file that must be parsed by a program to be meaningful. These instructions are traditionally machine code instructions for a physical CPU. However, in a more general sense, a file containing instructions (such as bytecode) for a software interpreter may also be considered executable; even a scripting language source file may therefore be considered executable in this sense. The exact interpretation depends upon the use; while the term often refers only to machine code files, in the context of protection against computer viruses all files which cause potentially hazardous instruction execution, including scripts, are lumped together for convenience.Executable code is used to describe sequences of executable instructions that do not necessarily constitute an executable file; for example, sections within a program.

查看更多