执行档
VB具有编译器(Compiler)的功能,将VB程式编译(Compile)成执行档( Executable File ),事后就可以在WINDOWS系统下直接执行,因此在没有安装VB软体的电脑上也可以执行。编译的步骤如下:
可执行的
所以流程定义的形式必须是正规 (Formal) 、严谨 (Precise) 、并且是可执行的 (Executable) 。 流程执行 (Execution) :怎么让一个流程可以自动执行?
可执行文件
• Executable(可执行文件) : 这种类型的项目将创建一个可执行文件 作为输出文件,其默认名称和项目名称一样。
可实行的
... executed 已执行的;已生效的 executable 可执行的;可实行的 executory 实施中的,未生效的 ...
计 可执行文件 ; 可执行档 ; 执行文件 ; 可执行档案
图标更换器 ; 应用程序图标更换器
可执行财产
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.