definition of a module - EAS

338,000,000 kết quả
  1. Từ điển

    Tra cứu
    Chúng tôi không tìm thấy định nghĩa. Hãy thử tìm kiếm trên web cho
    module
    [ˈmɒdjuːl]
    DANH TỪ
    module (danh từ) · modules (danh từ số nhiều)
    1. each of a set of standardized parts or independent units that can be used to construct a more complex structure, such as an item of furniture or a building.
      "ships are now built in modules rather than built in a whole from the base up"
      từ đồng nghĩa:
    2. a detachable self-contained unit of a spacecraft.
      "Spacelab, an extra module for the shuttle, will quadruple the experimental facilities on board"
      từ đồng nghĩa:
      craft · probe · detachable compartment · section
    GỐC
    late 16th century (in the senses ‘allotted scale’ and ‘plan, model’): from French, or from Latin modulus (see modulus). Current senses date from the 1950s.
    Dịch module sang
    [{"language":"en","Content":[{"word":"module","pos":"NOUN","confidence":0.8634,"InternalModelInterfaceDoNotUse":"Microsoft.Search.ModelSerialization.Models.Dictionary.Translation.IContent_1, Microsoft.Search.Frontend.SchemaInterfaces, Version=8.1.0.0, Culture=neutral, PublicKeyToken=null","ModelResolver":null,"InternalFrameworkStateDoNotUse":null,"SchemaName":"Dictionary.Translation.Content","KifMajorVersion":1,"KifMinorVersion":0,"KifMinorVersion2":0},{"word":"modular","pos":"ADJ","confidence":0.1366,"InternalModelInterfaceDoNotUse":"Microsoft.Search.ModelSerialization.Models.Dictionary.Translation.IContent_1, Microsoft.Search.Frontend.SchemaInterfaces, Version=8.1.0.0, Culture=neutral, PublicKeyToken=null","ModelResolver":null,"InternalFrameworkStateDoNotUse":null,"SchemaName":"Dictionary.Translation.Content","KifMajorVersion":1,"KifMinorVersion":0,"KifMinorVersion2":0}],"InternalModelInterfaceDoNotUse":"Microsoft.Search.ModelSerialization.Models.Dictionary.Translation.ILangContentPair_1, Microsoft.Search.Frontend.SchemaInterfaces, Version=8.1.0.0, Culture=neutral, PublicKeyToken=null","ModelResolver":{},"InternalFrameworkStateDoNotUse":null,"SchemaName":"Dictionary.Translation.LangContentPair","KifMajorVersion":1,"KifMinorVersion":0,"KifMinorVersion2":0}]
    Không tìm thấy bản dịch nào.
  2. English Language Learners Definition of module : one of a set of parts that can be connected or combined to build or complete something : a part of a computer or computer program that does a particular job
    www.merriam-webster.com/dictionary/module
    www.merriam-webster.com/dictionary/module
  3. Mọi người cũng hỏi
    What is a module definition file?
    What is a Module Definition File (.DEF file)? A module definition DEF file (*. def) is a text file containing one or more module statements describing various attributes of a DLL. The DEF file is especially useful when one needs to disable the name mangling of the exported functions and variables.
    iq.direct/blog/313-what-is-a-module-definition-file-def-file.…
    What is a module in math?
    Module (mathematics) Thus, a module, like a vector space, is an additive abelian group; a product is defined between elements of the ring and elements of the module that is distributive over the addition operation of each parameter and is compatible with the ring multiplication. Modules are very closely related to the representation theory...
    en.wikipedia.org/wiki/Module_(mathematics)
    What is a modular module?
    A module is a separate unit of software or hardware. Typical characteristics of modular components include portability, which allows them to be used in a variety of systems, and interoperability, which allows them to function with the components of other systems.
    whatis.techtarget.com/definition/module
    What is a module in Business English?
    "module" in Business English. › one of a set of separate parts which, when combined, form a complete whole: The emergency generator is transported in individual modules, which are then put together on site.
    dictionary.cambridge.org/dictionary/english/module
  4. Module Definition & Meaning - Merriam-Webster

    https://www.merriam-webster.com/dictionary/module

    Definition of module 1 : a standard or unit of measurement 2 : the size of some one part taken as a unit of measure by which the proportions of an architectural composition are regulated

  5. Module Definition & Meaning | Dictionary.com

    https://www.dictionary.com/browse/module

    Module definition, a separable component, frequently one that is interchangeable with others, for assembly into units of differing size, complexity, or function. See more.

  6. What is a Module? - Definition from Techopedia

    https://www.techopedia.com/definition/3843

    What Does Module Mean? A module is a software component or part of a program that contains one or more routines. One or more independently developed modules make up a program. An enterprise-level software application may contain several different modules, and each module serves unique and separate business operations.

    • Thời gian đọc ước tính: 2 phút
    • What is module? - Definition from WhatIs.com

      https://whatis.techtarget.com/definition/module

      25/08/2005 · module. A module is a separate unit of software or hardware. Typical characteristics of modular components include portability, which allows them to be used in a variety of systems, and interoperability, which allows them to function with the components of other systems.

      • Thời gian đọc ước tính: 1 phút
      • Module (mathematics) - Wikipedia

        https://en.wikipedia.org/wiki/Module_(mathematics)

        In a vector space, the set of scalars is a field and acts on the vectors by scalar multiplication, subject to certain axioms such as the distributive law. In a module, the scalars need only be a ring, so the module concept represents a significant generalization. In commutative algebra, both ideals and quotient ringsare modules, so that many arguments about ideals or quotient rings can be combined into a single argument about modules. In non-commutative algebra, the distinctio…

        Wikipedia · Nội dung trong CC-BY-SA giấy phép
      • MODULE | meaning in the Cambridge English Dictionary

        https://dictionary.cambridge.org/dictionary/english/module

        module definition: 1. one of a set of separate parts that, when combined, form a complete whole: 2. one of the units…. Learn more.

      • python - What exactly is the definition of a 'Module' in ...

        https://stackoverflow.com/questions/51804692

        11/08/2018 · A module is something that has a structure and runs forward trough that structure to get the output (return value). Module also knows the state, since you can ask to provide you the list of parameters: module.parameters (). Module can call module.zero_grad () to set gradients of all parameters inside to zero.

        • Đánh giá: 1
        • Python - Modules

          https://www.tutorialspoint.com/python/python_modules.htm

          A module is a Python object with arbitrarily named attributes that you can bind and reference. Simply, a module is a file consisting of Python code. A module can define functions, classes and variables. A module can also include runnable code. Example. The Python code for a module named aname normally resides in a file named aname.py. Here's an example of a simple …

        • What is a Module Definition File (.DEF file)?

          https://iq.direct/blog/313-what-is-a-module-definition-file-def-file.html

          A module definition DEF file (*. def) is a text file containing one or more module statements describing various attributes of a DLL. The DEF file is especially useful when one needs to disable the name mangling of the exported functions and variables.. At a minimum, the DEF file must contain at least LIBRARY and EXPORTS module definition operators (see below).

        • What does training module mean? - definitions

          https://www.definitions.net/definition/training+module

          12/11/2016 · A specific module created and designed to be an element of a training course, training program, online training, form of education, workplace training or workplace induction accessible for completion with a trainer, facilitator or through an online e-learning program or e-learning course.



        Results by Google, Bing, Duck, Youtube, HotaVN