任意法,jus dispositivum
1)jus dispositivum任意法
1.norms of jus cogens and norms of jus dispositivum in a state of continental legal system which follows the legal tradition of ancient Roman Law.承袭罗马法传统的大陆法系国家的国内法律秩序中的法律规范基本上可以划归为强行法规范与任意法规范两类。
英文短句/例句

1.As regards to jus dispositivum, the two branches of legal science differ vastly in the fact that there are much less norms of jus dispositivum in the field of international economic law than in the field of public international law.就任意法规范而言,与国际公法富含任意法规范不同,国际经济法中的任意法规范甚少。
2.arbitrary and unlawful imprisonment and detentio任意非法地监禁和拘留
3.A two-year term was co istent with the Basic Law's legislative intent.两年任期符合基本法的立法原意。
4.No haphazard hit-or-miss methods will do.任意的、随便的方法是不行的。
5.A Fast Digit-reversal Permutation Algorithm for Radix-B FFT一种实现任意基FFT的快速整序算法
6.His conversation was infree and easy defiance of Murray's Grammar.他谈话时任意糟蹋《茂莱士语法》。
7.A ARBITRARILY ADJUSTABLE LAPLACIAN MESH GENERATION METHOD可任意调节的拉普拉斯网格生成方法
8.An Arbitrary Lagrangian-Eulerian Boundary Element Method for Large-Amplitude Sloshing Problems任意的拉-欧边界元法解大晃动问题
9.Research progress in arbitrary Lagrangian Eulerian method任意拉格朗日-欧拉描述法研究进展
10.The Subdivision Research on Improved Algorithm over Arbitrary Topological Meshes;基于任意拓扑网的细分改进算法研究
11.A Set of Methods of Constructing Arbitrary 4k Orders Conserve Square Sum Semi Magic Square;任意4k阶保块和半幻方的一类造法
12.Particle tunneling in arbitrary potential barriers: a transfer matrix method;粒子在任意势垒中的隧穿:转移矩阵法
13.A New Method of Constructing the Franklin Semi Magic Square of Rbirari 8 K Orders;任意8k阶Franklin半幻方的又一造法
14.Theoretical calculation method and its application of arbitrary section springback任意截面线回弹理论计算方法及应用
15.An Improved Delaunay Triangulation Algorithm for the Arbitrary Polygon任意多边形Delaunay三角剖分改进算法
16.DEVELOPMENT OF A GENERAL MULTI-FLUX METHOD FOR SIMULATING THE RADIATIVE INTENSITY IN ARBITRARY DIRECTION求解任意方向辐射强度的广义多流法
17.Study on the Algorithm for Two-Dimensional Random Point Insertion of Delaunay TIN二维Delaunay三角网的任意点插入算法研究
18.A Conformal FDTD Grid Generation Algorithm for Arbitrary Three-Dimensional Geometric Object任意三维物体FDTD共形网格生成算法
相关短句/例句

random point method任意点法
1.The authors found out that by applying "random point method",displacement deformation parameters can be obtained, not only when a half of surveying line is available, but also when the end points and the maximum subsidence point of the surveying line is available.残缺不全观测站,用“任意点法”分析,不仅半条观测线可以求出参数,就连仅有最大下沉点及边缘点的观测线也能求得应有参数,并能进行二、三维变形计算,发掘了残缺中的精华。
3)polygon elements任意条分法
4)The Attribution of The Default law任意法属性
5)Arbitrary law arrangements任意法安排
6)arbitrary statute任意性法则
延伸阅读

ANSYS中在任意面施加任意方向任意变化的压力方法在任意面施加任意方向任意变化的压力 在某些特殊的应用场合,可能需要在结构件的某个面上施加某个坐标方向的随坐标位置变化的压力载荷,当然,这在一定程度上可以通过ANSYS表面效应单元实现。如果利用ANSYS的参数化设计语言,也可以非常完美地实现此功能,下面通过一个小例子描述此方法。 !!!在执行如下加载命令之前,请务必用选择命令asel将需要加载的几何面选择出来 !!! finish /prep7 et,500,shell63 press=100e6 amesh,all esla,s nsla,s,1 ! 如果载荷的反向是一个特殊坐标系的方向,可在此建立局部坐标系,并将 ! 所有节点坐标系旋转到局部坐标系下. *get,enmax,elem,,num,max dofsel,s,fx,fy,fz fcum,add !!!将力的施加方式设置为"累加",而不是缺省的"替代" *do,i,1,enmax *if,esel,eq,1,then *get,ae,elem,i,area !此命令用单元真实面积,如用投影面积,请用下几条命令 ! *get,ae,elem,i,aproj,x !此命令用单元X投影面积,如用真实面积,请用上一条命令 ! *get,ae,elem,i,aproj,y !此命令用单元Y投影面积 ! *get,ae,elem,i,aproj,z !此命令用单元Z投影面积 xe=centrx !单元中心X坐标(用于求解压力值) ye=centry !单元中心Y坐标(用于求解压力值) ze=centrz !单元中心Z坐标(用于求解压力值) ! 下面输入压力随坐标变化的公式,本例的压力随X和Y坐标线性变化. p_e=(xe-10)*press+(ye-5)*press f_tot=p_e*ae esel,s,elem,,i nsle,s,corner *get,nn,node,,count f_n=f_tot/nn *do,j,1,nn f,nelem(i,j),fx,f_n !压力的作用方向为X方向 ! f,nelem(i,j),fy,f_n !压力的作用方向为Y方向 ! f,nelem(i,j),fz,f_n !压力的作用方向为Z方向 *enddo *endif esla,s *enddo aclear,all fcum,repl !!!将力的施加方式还原为缺省的"替代" dofsel,all allsel