Module 音标拼音: [m'ɑdʒul]
n . 模块
n . 组件,模
模块组件,模
module 模组; 组件 ;储存体( 磁心储存器用 ); 部件; 程序块
MOD module 模组
module n 1 :
one of the inherent cognitive or perceptual powers of the mind [
synonym : {
faculty }, {
mental faculty }, {
module }]
2 :
detachable compartment of a spacecraft 3 :
computer circuit consisting of an assembly of electronic components (
as of computer hardware )
4 :
a self -
contained component (
unit or item )
that is used in combination with other components Module \
Mod "
ule \,
n . [
F .,
fr .
L .
modulus a small measure ,
dim .
of modus .
See {
Mode },
and cf . {
Model }, {
Modulus }, {
Mold }
a matrix .]
1 .
A model or measure .
[
1913 Webster ]
2 . (
Arch .)
The size of some one part ,
as the diameter of semi -
diameter of the base of a shaft ,
taken as a unit of measure by which the proportions of the other parts of the composition are regulated .
Generally ,
for columns ,
the semi -
diameter is taken ,
and divided into a certain number of parts ,
called minutes (
see {
Minute }),
though often the diameter is taken ,
and any dimension is said to be so many modules and minutes in height ,
breadth ,
or projection .
[
1913 Webster ]
Module \
Mod "
ule \,
v .
t . [
See {
module },
n ., {
Modulate }.]
To model ;
also ,
to modulate . [
Obs .] --
Sandys . --
Drayton .
[
1913 Webster ]
44 Moby Thesaurus words for "
module ":
Earth insertion ,
LEM ,
LM ,
apogee ,
article ,
attitude -
control rocket ,
ballistic capsule ,
burn ,
capsule ,
deep -
space ship ,
docking ,
docking maneuver ,
entity ,
ferry rocket ,
fuel ship ,
individual ,
injection ,
insertion ,
integer ,
item ,
lunar excursion module ,
lunar module ,
manned rocket ,
moon ship ,
multistage rocket ,
orbit ,
parking orbit ,
perigee ,
person ,
persona ,
point ,
reentry ,
rocket ,
shuttle rocket ,
single ,
singleton ,
soft landing ,
soul ,
space capsule ,
space docking ,
space rocket ,
spacecraft ,
spaceship ,
unit
安装中文字典英文字典查询工具!
中文字典英文字典工具:
复制到剪贴板
英文字典中文字典相关资料:
MODULE中文 (简体)翻译:剑桥词典 - Cambridge Dictionary MODULE翻译:组件;模块, (尤指大学课程的)单元, (航天器独立的)舱。 了解更多。
module是什么意思_module的翻译_音标_读音_用法_例句_爱词霸在线词典 爱词霸权威在线词典,为您提供module的中文意思,module的用法讲解,module的读音,module的同义词,module的反义词,module的例句等英语服务。
module_百度百科 1 In software engineering, an individual unit or module that is utilized by higher-level programs or modules 在 软件工程 中,指较高一级程序或模块使用的一个单元或模块。 2 Object repository support for creating shared, reusable form and data module
linux中module工具的使用介绍 - CSDN博客 本文详细介绍了模块管理工具Module的用途、安装步骤、初始化配置、使用方法及modulefiles的编写,还涵盖了如何设置默认版本、全局控制以及解决找不到module命令的问题。 Module工具主要用于管理不同版本的软件环境变量,简化环境切换。
Module (mathematics) - Wikipedia 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 rings are modules, so that many arguments about ideals or quotient rings can be combined into a single argument about modules
Python 模块 - 菜鸟教程 Python 模块 (Module),是一个 Python 文件,以 py 结尾,包含了 Python 对象定义和Python语句。 模块让你能够有逻辑地组织你的 Python 代码段。 把相关的代码分配到一个模块里能让你的代码更好用,更易懂。 模块能定义函数,类和变量,模块里也能包含可执行的代码
详解Python模块化--模块 (Modules)和包 (Packages) - 知乎 这篇文章主要介绍了使用Python的模块(Modules)和包(Packages),文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友们下面随着小编来一起学习学习吧 引言 在刚入门python时…
MODULE 释义 | 柯林斯英语词典 - Collins Online Dictionary A module is one of a set of parts from which some buildings are made Each module is made separately, and the completed modules are then joined together to form the building
JavaScript Module 模块详解与使用示例 | JavaScript 教程 本教程是JavaScript Module 模块基础知识,您将学习如何使用JavaScript Module 模块附完整代码示例与在线练习,适合初学者入门。
Model模型和Module模块的区别 - 姜瑞涛 - 博客园 Module是指模块,这个概念最早是从结构化编程里来的。 简单说就是一个独立的python程序文件。 可以被其它的程序import方式来使用。 这个东西大多数情形下都会用的。 只要程序超过50行左右通常会独立建立一个Module,这是一个好的编程习惯。