Collection
zero Useful+1
zero

Program module

Terminology in the field of science
The program module can be defined by assembler Compiler Loader or Translator A level of independent and identifiable program instructions that are processed as a whole. It is an integral part of large program instructions. In Windows, the term "module" generally refers to any Executable code And data. More specifically, a module is a EXE files (also called application modules), or a Dynamic link library (DLL Dynamic Linking Library, also known as dynamic link library module or DLL module), or a device Driver , or a data resource contained in one program that can be accessed by another program. The term module is also used to refer specifically to a self-contained program.
Chinese name
Program module
Interpretation
Executable code Set of and data
operating system
Windows
Type
Computer terminology

catalog

brief introduction

Announce
edit
In Windows, the term "module" generally refers to any Executable code And data. For example, a single source file , or the source file is compiler Generated after processing Target program When making a program, the term module is used to refer to one of the many modules connected together.

form

Announce
edit
Windows itself is composed of several related modules. Windows API functions are just a few that are loaded into memory when Windows starts Dynamic link library Module. The three main modules are USER EXE (for window management, etc.), KERNEL. EXE (for multi task scheduling of memory management) and GDI EXE( Graphics Device Interface , for Graphic output Etc.).