说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 构成要件排序
1)  sequence of constituents of crime
构成要件排序
2)  constitutive requirements
构成要件
1.
Because of many of its specific characteristics,it is necessary to review the constitutive requirements of selbstshilfe of environmental infringement by analyzing the constitutive requirements of.
但是,自力救济不等于正当防卫与紧急避险,环境侵权也不同于一般民事侵权,因其具有诸多特殊性,故有必要从分析自力救济构成要件与环境侵权特征出发,对环境侵权自力救济的构成要件进行再认识。
2.
This article is mainly discussing the liability s nature, constitutive requirements, the scope of directors who should be made liable to the third party and the scope of the third party.
本文重点探讨了董事对第三人民事责任的性质、构成要件,责任主体、第三人范围等内容,并认为我国《公司法》应借鉴国内外立法对董事向第三人承担民事责任的制度加以完善。
3.
This paper discuses on some problems related to acquisition system in good faith such as the theoretical evidence,the origin of law,the constitutive requirements,and the legal consequence.
从理论依据、法律渊源、构成要件、法律后果方面对善意取得制度的有关问题进行了探讨。
3)  component [英][kəm'pəʊnənt]  [美][kəm'ponənt]
构成要件
1.
On the base of explaining the structure of depth thinking,the authors discuss the components,guiding ideology,value-orientation and benefit distribution of this way of thinking.
在解释深度思维结构概念的基础上,探讨其构成要件、指导思想、价值取向和效益分配等问题;给出了科技期刊办刊者的深度思维在各项具体工作中的体现方式。
2.
The research worker want to discuss both the historical and present situation of the system in a substantial evidence method, and to construct the applicable condition of the denial system of the corporation personality according to the component.
研究者拟就法人人格否认制度及其历史发展,对我国法人人格否认制度进行一番实证法探讨,并根据一般民事侵权责任的构成要件,来建构法人人格否认制度的适用要件。
3.
This article analyzes the characteristics of commercial bribe in China and proposes some suggestions of governing the commercial bribe according to the concept and components of commercial bribe.
本文从商业贿赂的概念、构成要件入手,分析了我国商业贿赂的特点,进而提出治理商业贿赂的几点建议。
4)  elements [英]['elɪmənt]  [美]['ɛləmənt]
构成要件
1.
On Elements of Bona Fide Acquisition System;
论善意取得制度的构成要件
2.
It is unconvincing of the grounds for the object of crime from the criminal elements to be completely abandoned claimed by those of "negative elements of the object".
犯罪客体作为一个独立的犯罪构成要件,与犯罪概念之间并不存在冲突,也没有违反罪刑法定原则,而且具有独立的功能,应坚持其在犯罪构成中作为独立要件的地位。
3.
Meanwhile,the elements of financial regulation and its legality are constructed.
同时,笔者还对金融调制行为的构成要件及其合法性要件进行了初步的宏观建构。
5)  Constituent elements
构成要件
1.
However,the definition of employer liability takes a thorough analysis to its three constituent elements,that is,only all the three constituent elements exist in vicarious liability,can it be accurately applied to employer liability system.
雇主责任作为一种特殊侵权责任已为各国、地区立法所认同,但在认定雇主责任时需对其三个构成要件进行深入分析才能准确适用雇主责任制度。
2.
This paper discussed the conception and the constituent elements of the evasion of law and compared the theory and practice of the constitution of evasion of law in other countries.
本文主要探讨了法律规避的概念及构成要件,比较了各国关于法律规避制度的理论与实践,其中对法律规避的对象和法律规避的效力这两个各国学者争论的焦点进行了比较分析,认为法律规避的对象应包括外国法和内国法,而法律规避的效力则分三种情况,每种情况都有不同的国家立法支持。
3.
The constituent elements of liability in environmental tort are "three-factor", namely (1) an environmental pollution; (2) harmful facts; (3) a causal link between pollution of the environment and the harmful facts.
关于环境侵权民事责任的归责原则和构成要件,理论界众说纷纭,莫衷一是。
6)  Constitutive Elements
构成要件
1.
The constitutive elements of the former include: a relationship of complicity,a constitutive act and a constitutive intent.
基本行为的构成要件为:共犯关系、实行行为、实行故意;过限行为的构成要件为:行为主体的同一性、时空场域的密接性、主观犯意的超出性。
2.
On the basis of elaborating the concept of environmental crime,the author discusses the constitutive elements of envi- ronmental crime including the object of environmental crime,the objective aspect of environmental crime,the subject of environ- mental crime,and the subjective aspect of environmental crime.
在对环境犯罪的内涵加以(?)释的基础上,对环境犯罪的构成要件,即环境犯罪客体、环境犯罪客观方面、环境犯罪主体、环境犯罪主观方面四个要件进行了探讨,以求对完善环境犯罪理论有所裨益。
补充资料:冒泡排序

冒泡排序法

冒泡排序的基本思想是:依次比较相邻的两个数,将大数放在前面,小数放在后面。即首先比较第1个和第2个数,将大数放前,小数放后。然后比较第2个数和第3个数,将大数放前,小数放后,如此继续,直至比较最后两个数,将大数放前,小数放后,此时第一趟结束,在最后的数必是所有数中的最小数。重复以上过程,仍从第一对数开始比较(因为可能由于第2个数和第3个数的交换,使得第1个数不再大于第2个数),将大数放前,小数放后,一直比较到最小数前的一对相邻数,将大数放前,小数放后,第二趟结束,在倒数第二个数中得到一个新的最小数。如此下去,直至最终完成排序。

由于在排序过程中总是大数往前放,小数往后放,相当于气泡往上升,所以中冒泡排序。

用二重循环实现,外循环变量设为i,内循环变量设为j。外循环重复9次,内循环依次重复9,8,...,1次。每次进行比较的两个元素都是与内循环j有关的,它们可以分别用a[j]和a[j+1]标识,i的值依次为1,2,...,9,对于每一个i, j的值依次为1,2,...10-i。

算法:

1、输入10个数到数组a中

2、从大到小排序数组a

for i:=1 to 9 do

for j:=1 to 10-i do

if a[j]<a[j+1]

then 交换a[j]与a[j+1]

3、输出排序后的数组a。

程序:

program sort21(input,output);

var

a:array[1..10] of real;

temp:real;

i,j:integer;

begin

for i:=1 to 10 do

begin

read(a);

write(a<i>);

if i mod 5=0 then writeln;

end;

for i:=1 to 9 do

for j:=1 to 10-i do

if a[j]<a[j+1] then

begin

temp:=a[j];

a[j]:=a[j+1];

a[j+1]:=temp;

end;

for i:=1 to 10 do

begin

write(a<i>);

if i mod 5 =0 then writeln;

end;

end.

    • 冒泡排序法的改进 **

比如用冒泡排序将4、5、7、1、2、3这6个数排序。在该列中,第二趟排序结束后,数组已排好序,但计算机此时并不知道已经反排好序,计算机还需要进行一趟比较,如果这一趟比较,未发生任何数据交换,则知道已排序好,可以不再进行比较了。因而第三趟比较还需要进行,但第四、五趟比较则是不必要的。为此,我们可以考虑程序的优化。

为了标志在比较中是否进行了,设一个布尔量flag。在进行每趟比较前将flag置成true。如果在比较中发生了数据交换,则将flag置为false,在一趟比较结束后,再判断flag,如果它仍为true(表明在该趟比较中未发生一次数据交换)则结束排序,否则进行下一趟比较。

算法:

1、输入10个数到数组中

2、从大到小排序数组a

i:=1

repeat

flag:=true;

for j:=1 to 10-i do

if a[j]<a[j+1] then

begin

交换a[k]与a[j]

flag:=false;

end;

i:=i+1;

until flag;

3、输出排序后的数组a

程序:

program sort22(input,output);

var

a:array[1..10] of real;

temp:real;

i,j:integer;

flag:boolean;

begin

for i:=1 to 10 do read(a<i>);

i:=1;

repeat

flag:=true;

for j:=1 to 10-i do

if a[j]<a[j+1] then

begin

temp:=a[j];

a[j]:=a[j+1];

a[j+1]:=temp;

flag:=false;

end;

i:=i+1;

until flag;

for i:=1 to 10 do write(a<i>,' ');

end.

void bubblesort(type* arr,long len)/*bubble sort algorithm*/

{

long i=0,j=0;/*iterator value*/

assertf(arr!=null,"in bubble sort,arr is null\n");

for (i=len;i>1;i--)

for(j=0;j<i-1;j++)

if(arr[j]>arr[j+1])swaparrdata(arr,j,j+1);

}

从数组的后面位置开始,如果发现有比前面一个位置处的数更小的元素,则把交换这两个数的位置,形成一个类似轻的气泡在水中上升的排序过程.

说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条