释义 |
object code
object coden. The code produced by a compiler from the source code, usually in the form of machine language that a computer can execute directly, or sometimes in assembly language.ThesaurusNoun | 1. | object code - the machine-language output of a compiler that is ready for execution on a particular computercomputer code, code - (computer science) the symbolic arrangement of data or instructions in a computer program or the set of such instructions |
object code
object code[′äb‚jekt ‚kōd] (computer science) The statements generated from source code by a compiler, constituting an intermediate step in the translation of source code into executable machine language. object codeThe machine code generated by a source code languageprocessor such as an assembler or compiler. A file ofobject code may be immediately executable or it may requirelinking with other object code files, e.g. libraries, toproduce a complete executable program.object codeThe machine language representation of programming source code. A compiler (software) converts the source code into object code and links it to other object code modules (libraries) to become an executable program. Object code is an old term that has no relationship to object technology which came after it. See executable code, linker, machine language and object-oriented programming.MedicalSeelinkerobject code
Words related to object codenoun the machine-language output of a compiler that is ready for execution on a particular computerRelated Words |