1) implied addressing
隐式寻址
2) implicit
隐式
1.
Feedback control method is used to solve implicit difference equation in this paper.
提出了采用反馈控制方法求解隐式差分方程的方法。
3) implicit
隐(式)
4) static implicit scheme
静力隐式
1.
The elastic-plastic finite element method and key technologies based on static implicit scheme for the simulation of the forming process of sheet metal were introduced.
介绍了静力隐式弹塑性有限元板料成形软件的基本理论和关键技术。
2.
The process of Multi-Point Forming (MPF) should be simulated by finite element with static implicit scheme.
多点成形过程采用静力隐式格式进行数值模拟是比较合适的。
3.
In this paper, elastic plastic large deformation finite element method based on static implicit scheme for the simulation of the forming process of sheet metal is introduced.
阐述了用于板材成形过程静力隐式数值模拟的弹塑性大变形有限元方法 ,基于给出的方法编制了板材成形过程数值模拟软件 ,并对矩形板的液压胀形进行了有限元分析 ,计算结果与典型的实验结果吻合很好。
5) implicit algorithm
隐式方法
1.
The proposed implicit algorithm is based on update of interface in order to track flow front for each time step.
RTM充模分析的隐式方法需要迭代来决定树脂注满的区域。
2.
An implicit algorithm based on update of interface was proposed to monitor the flow front in the injection molding.
为了改善充模过程流动分析隐式方法的迭代过程,提出了一种基于界面更新的隐式方法。
3.
An adaptive implicit algorithm was proposed to choose time step for mold filling simulation.
提出了一个注射充模数值模拟隐式方法的时间步长选用标准,依据“一时间步,一单元层”的思想,采用最小二乘递推法估算每一步的时间步长,并依据压力估算每个控制体积的半注满时间,从而可以重构任何时间的流动前锋。
6) implicit algorithm
隐式算法
1.
A corresponding implicit algorithm is devised .
发展了基于特征线Galerkin 离散化的有限元方法和相应的隐式算法以数值求解模型控制方程的边值初值问题。
2.
The generalized predictive implicit algorithm is proposed based on the requirement of theory study and engineering application.
基于理论研究和工程应用的需要,提出了广义预测隐式算法。
3.
Present an implicit algorithm of self-correding prediction of mathematical model based on Talor s expansion in the case of single input and single output.
文中给出了单输入单输出离散系统以泰勒展开为基础的数学模型的自校正预报的隐式算法。
参考词条
补充资料:寻址方式
寻址方式
addressing mode
xunzh一fangsh-寻址方式(如dn治sing mode)生成计算机指令中实际使用的有效地址的方法。 不同的计算机有多种寻址方式,下面介绍广泛采用的几种,并以一地址指令为例加以说明。 (l)直接寻址 指令的地址码部分给出操作数在存储器中的地址,如图1所示,图中的寻址方式由操作码(〕P约定,A为地址。存储器 ┌───┐┌─┬─┬─┐│ ││OP│ │A ││ │└─┴─┴─┘│ │ ├───┤ │操作数│ └───┘图1直接寻址 (2)寄存器寻址 中央处理器中一般设置有一定数量的通用寄存器,用以存放操作数、操作数地址或运算的中间结果。指令的地址码A为通用寄存器地址,操作数在该寄存器中。这种寻址方式也可看作是一种直接寻址。(3)间接寻址 根据指令的地址码从存储器或寄存器中取出的内容不是操作数,也不是下一条要执行的指令,而是操作数的地址或指令的地址。这种寻址方式称为间接寻址,简称间址。间接寻址有一次间址和多次间址两种情况,大多数计算机只允许一次间址,图2(a)与(b)分别表示寄存器一次间址和存储器一次间址,图2(b)取操作数需访问存储器两次。指令字┌─┬─┬─────┐ │OP│ │R │┌───┐└─┴─┴─────┘│ │ ┌───────┐ │ │ │ │ ├───┤ ├───────┤ │操作数│ │宙.....,....-│ │ │ ├───────┤ └───┘ │ │ └───────┘ 存储器通用寄存器┌─┬─┬─┐ │OP│ │A │┌───────┐└─┴─┴─┘│ │ ├───────┤ │一一一丁-一一 │ ├───────┤ │-一二匕-二二 │ ├───────┤ │ │ ├───────┤ │操作数 │ └───────┘图2间接寻址(a)通用寄存器间址;(b)存储器间址 (4)基址寻址 在中央处理器中设置一个专用的基址寄存器,或由指令指定一个通用寄存器作为基址寄存器,操作数的地址由基址寄存器的内容和指令的地址码A相加得到,如图3所示。在这种情况下,地址码A实际上是一个位移量。 基址寄存器主要用于为程序或数据分配存储区,或扩大地址码长度。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。