您要查找的是不是:
- Executable module that is used by the subsystem. 子系统所用的可执行模块。
- Edits the selected rule for the executable module. 编辑所选的可执行模块规则。
- Displays and edits rules for the selected executable module. 为所选的可执行模块显示和编辑规则。
- Selects an executable module and creates a rule for it. 选择可执行模块并创建规则。
- The directory where the executable module for the current process is located. 当前进程的可执行模块所在的目录。
- Then the loader maps the executable module into the process's address space. 然后,加载程序将可执行模块映射到进程的地址空间中。
- It then saves this virtual address in the executable module import section. 然后它将该虚拟地址保存在可执行模块的输入节中。
- This file is required in order to execute the executable module. 为了执行这个可执行模块,该文件是必不可少的。
- This practice should help ensure that the executable module is compatible with the architecture of the target system. 这条经验能够保证可执行模块与目标系统的架构兼容。
- Deletes the selected executable module from the list, along with all its associated rules. 从列表中删除所选可执行模块,伴随所有与之相关联的规则。
- When you create a DLL, you create a set of functions that an executable module (or other DLLs) can call. 当创建DLL时,要创建一组可执行模块(或其他DLL)可以调用的函数。
- Adds an executable module for creating rules. By default, a permission rule is created for the selected executable module. 为创建规则添加可执行模块。默认,权限规则被创建用来选择可执行模块。
- When the linker resolves the imported symbols, it embeds a special section called the imports section in the resulting executable module. 当链接程序进行输入符号的转换时,它就将一个称为输入节的特殊的节嵌入产生的可执行模块。
- To build an executable module that imports functions and variables from a DLL module, you must first build the DLL module. Then you can build the executable module. 若要创建一个从某个DLL模块中输入了函数和变量的可执行模块,必须首先创建那个DLL模块,然后才可以创建可执行模块。
- For this reason, you should also avoid exporting C++ classes unless you know that the executable module developers use the same tools as the DLL module developers. 由于这个原因,也应该避免输出C++类,除非知道可执行模块的开发人员使用的工具与DLL模块开发人员使用的工具相同。
- Since these source code modules are not required to build an executable module, the DLL company's source code can remain a company secret. 由于这些源代码模块在创建可执行模块时是不必要的,因此创建DLL的公司能够保护公司的秘密。
- As you'll see later, this same header file is required when you build an executable module (or modules) that uses the functions and variables contained in your DLL. 后面将会看到,当创建需要使用DLL中所包含的函数和变量的可执行模块(或多个模块)时,也需要这个头文件。
- DLLs are executable modules that contain functions and data. DLLs proide a way to modularize applications so they can be loaded, updated, and reused more easily. 动态链接库是一个包含代码与数据的可执行的模块。DLL提供了一种模块化应用程序的方法,这样程序能够加载,更新与复用代码更加简单。
- The hardware of the voltage relay are divided into five parts, which are central processing unit, A/D conversion, keyboard display, communication module and execution module. 文中在硬件设计部分将该继电器分为中央处理单元、模数转换模块、键盘显示模块、通信模块和执行模块等几部分进行了详细的论述。
- To simplify the discussion, I'll refer to "executable modules" as importing functions and variables from a DLL and "DLL modules" as exporting functions and variables for an executable module. 为了简单起见,我将“可执行模块”称为来自DLL的输入函数和变量,将“DLL模块”称为用于可执行模块的输出函数和变量。