The Finite-Layer Method is presented in this paper.
本文提出了计算角交铺设层板的有限层法。
The client-layer method that starts the transaction is considered the transaction owner.
开始事务的客户端层方法被称作事务所有者。
A perfect matched layer method is used to resolve the numerical simulation in free space.
通过完全匹配层方法对截断边界的吸收处理,解决了无限自由空间的计算问题。
In chapter3, the advancing-by-layer method and the backward principle are proposed to improve and control AFT.
第3章提出按层推进方法和背后原理对aft方法进行改进和控制。
In chapter 3, the advancing - by - layer method and the backward principle are proposed to improve and control AFT.
第3章提出按层推进方法和背后原理对aft方法进行改进和控制。
The thin layer method(TLM) is a semi-analytical and semi-numerical approach for the analysis of elastic wave propagation in stratified media.
利用结构力学与最优控制的模拟理论,研究弹性波在层状介质中传播的数值计算方法。
The thin layer method (TLM) is a semi-analytical and semi-numerical approach for the analysis of elastic wave propagation in stratified media.
薄层法是分析和模拟弹性波在层状介质中传播的一种半解析半数值方法。
The problems of the analysis of the rigid pavement on the multiple layered elastic foundation are studied by semi-analytical infinite layer method.
本文采用半解析无限层方法,研究了弹性层状地基上刚性路面的计算问题。
Making the stable dispersed nano-sheets suspensions as the raw material, we prepared the PEI/niobium oxide thin films through layer by layer method.
以该稳定分散的纳米片溶胶为原料,通过层层自组装法制备PEI/氧化铌复合薄膜。
The analysis method of single pile-soil-raft nonlinear interaction considering soil consolidation based on the finite layer method is built in the study.
提出了基于有限层理论的考虑土体固结的单桩-土-承台非线性共同作用分析方法。
Remember the golden rules: the client method invoking the API layer method is the transaction owner, and only the transaction owner should be responsible for rollback.
记住刚才的两条黄金法则:调用api层方法的客户机方法是事务所有者,只有事务所有者才负责执行回滚。
This paper puts forward a new building model method-the inter-outer layer method according to the theory of system and the basic principle of regional programming.
本文根据系统理论和区域规划的原理,提出了适合于区域性煤炭运输系统的建模方法—内外双层模型法。
FCHT compute the self-adapt trigger value using the information. We join the handovers in application layer and in network layer closely by cross-layer method also.
FCHT利用这些信息计算出触发切换的自适应阀值,通过跨层设计方法使网络层和应用层的切换相衔接。
If a service layer method deals with only read-only data, you can mark its transaction as read-only, which is a hint to optimize Hibernate and the underlying JDBC driver.
如果一个服务层方法只处理只读数据,可以将它的事务标为只读,这是优化Hibernate和底层JDBC驱动的一个方法。
In this paper, the stresses in a composite concrete pavement are analysed by means of finite layer method. Through calculation and analysis, a practical design method is presented.
本文采用有限层法对复合式水泥混凝土路面结构进行应力分析,通过计算与分析,提出了能满足精度要求的实用设计方法。
By two double-mediate layer method, using developed welding materials and technology of forced arc molding, butt joining tests of high manganese steel with rail steel are completed.
采用两种过渡层方法,使用研制的过渡层焊接材料,结合强制成形电弧焊工艺进行了高锰钢辙叉与钢轨双过渡层对接焊试验。
The rupture Angle in the equivalent thickness of soil layer method is the Angle with no arrangement for the load. But the rupture Angle must change when the vehicle load is arranged.
等代土层厚度法中破裂角为没有施加荷载时的角度,而施加上车辆荷载后破裂角必然发生变化。
According to Belotserkovskii's method, using a series expansion and boundary layer method, an analytical solution for axisymmetric 'hypersonic flow over a flat-headed body has been obtained.
根据方法,使用级数展开和附面层方法,得到了轴对称高超音速绕流平头物体的一个解析解。
This factory method instantiates the collection of course objects by delegating the work to the service layer.
该工厂方法通过将这项工作委托给服务层来实例化课程对象集合。
For this reason, they must use a transaction attribute of MANDATORY, indicating that a transaction is needed by the method but it should have been started elsewhere (such as in the client layer).
基于此原因,它们必须使用MANDATORY事务属性,这表示方法需要事务,但不应该在别处开始它(比如说在客户端层中)。
As with the other transaction strategies, regardless of the component or layer you choose to start the transaction, the method that starts the transaction is considered the transaction owner.
与其他事务策略一样,无论您选择开始事务的组件或层是什么,启动事务的方法都被认为是事务拥有者。
Last but not least is the RPC layer, which specifies how to encode method calls in XML.
最后面的但同样重要的是rpc层,规定了如何在xml中调编码方法。
You add the roads layer to the map using the same method as in Listing 4, substituting the layers and map options with appropriate values.
您还可以使用与清单4内相同的方法向地图添加道路层,只不过需要用适当的值代替layers和map选项。
The service layer does have one method involving data changes on both databases. Here is the pseudo-code.
服务层上有一个方法设计在两个数据库上执行数据变更。
In Listing 2, the code first includes the necessary class file for the MDB2_Schema package, and then initializes the MDB2 abstraction layer by calling its static factory method.
在清单2中,代码首先包含了MDB2_Schema包所需的类文件,然后通过调用其静态方法factory以初始化mdb2抽象层。
To begin, the script includes the XML_Query2XML and MDB2 class files, and then initializes an instance of the MDB2 abstraction layer through its factory() method.
首先,脚本包含了 XML_Query2XML和MDB2类文件,然后通过它的factory() 方法初始化了一个 MDB2抽象层实例。
Notice that the client method is now making a single call to a new aggregate method in the API layer called placeTrade().
注意,客户机方法现在对名为placeTrade()的API层中的新聚合方法发出了一个调用。
Listing 11 shows the key method of interest in the AuthorizationManagerImpl, from the point of view of service layer protection.
清单11显示了从服务层保护的角度来看,AuthorizationManagerImpl中令人感兴趣的关键方法。
The third layer is <wsdl:binding> elements, which associate a particular message protocol (such as SOAP) and access method with a
第 3层是 <wsdl:binding>元素,使用
Because of interservice communication, one public API-layer update method can invoke another public API-layer update method.
由于执行服务之间的通信,一个公共api层更新方法可以调用另一个公共api层更新方法。
应用推荐