英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

assize    
n. 立法会议,法令

立法会议,法令

assize
n 1: the regulation of weights and measures of articles offered
for sale
2: an ancient writ issued by a court of assize to the sheriff
for the recovery of property

Assize \As*size"\, n. [OE. assise, asise, OF. assise, F.
assises, assembly of judges, the decree pronounced by them,
tax, impost, fr. assis, assise, p. p. of asseoir, fr. L.
assid?re to sit by; ad sed[=e]re to sit. See {Sit}, {Size},
and cf. {Excise}, {Assess}.]
1. An assembly of knights and other substantial men, with a
bailiff or justice, in a certain place and at a certain
time, for public business. [Obs.]
[1913 Webster]

2. (Law)
(a) A special kind of jury or inquest.
(b) A kind of writ or real action.
(c) A verdict or finding of a jury upon such writ.
(d) A statute or ordinance in general. Specifically: (1) A
statute regulating the weight, measure, and
proportions of ingredients and the price of articles
sold in the market; as, the assize of bread and other
provisions; (2) A statute fixing the standard of
weights and measures.
(e) Anything fixed or reduced to a certainty in point of
time, number, quantity, quality, weight, measure,
etc.; as, rent of assize. --Glanvill. --Spelman.
--Cowell. --Blackstone. --Tomlins. --Burrill.

Note: [This term is not now used in England in the sense of a
writ or real action, and seldom of a jury of any kind,
but in Scotch practice it is still technically applied
to the jury in criminal cases. --Stephen. --Burrill.
--Erskine.]
(f) A court, the sitting or session of a court, for the
trial of processes, whether civil or criminal, by a
judge and jury. --Blackstone. --Wharton. --Encyc.
Brit.
(g) The periodical sessions of the judges of the superior
courts in every county of England for the purpose of
administering justice in the trial and determination
of civil and criminal cases; -- usually in the plural.
--Brande. --Wharton. --Craig. --Burrill.
(h) The time or place of holding the court of assize; --
generally in the plural, assizes.
[1913 Webster]

3. Measure; dimension; size. [In this sense now corrupted
into {size}.]
[1913 Webster]

An hundred cubits high by just assize. --Spenser.
[1913 Webster] [Formerly written, as in French, {assise}.]
[1913 Webster]


Assize \As*size"\, v. t. [imp. & p. p. {Assized}; p. pr. & vb.
n. {Assizing}.] [From {Assize}, n.: cf. LL. assisare to
decree in assize. Cf. {Asses}, v.]
1. To assess; to value; to rate. [Obs.] --Gower.
[1913 Webster]

2. To fix the weight, measure, or price of, by an ordinance
or regulation of authority. [Obs.]
[1913 Webster]

ASSIZE, Eng. law. This was the name of an ancient court; it derived its name
from assideo, to sit together. Litt. s. 234; Co. Litt. 153 b., 159 b. It was
a kind of jury before which no evidence was adduced, their verdict being
regarded as a statement of facts, which they knew of their own knowledge.
Bract. iv. 1, 6.
2. The name of assize was also given to a remedy for the restitution of
a freehold, of which the complainant had been disseised. Bac. Ab. h.t.
Assizes were of four kinds: Mort d'ancestor Novel Disseisin Darrien
Presentment; and Utrum. Neale's F. & F. 84. This remedy has given way to
others less perplexed and more expeditious. Bac. Ab. h.t.; Co. Litt. 153-
155.
3. The final judgment for the plaintiff in an assize of Novel
Disseisin, is, that he recover per visum recognitorum, and it is
sufficiently certain. if the recognitors can put the demandant in
possession. Dyer, 84 b; 10 Wentw. Pl. 221, note. In this action, the
plaintiff cannot be compelled to be nonsuited. Plowd. 11 b. See 17 Serg. &
R. 187; 1 Rawle, Rep. 48, 9.
4. There is, however, in this class of actions, an interlocutory
judgment, or award in the nature of a judgment, and which to divers intents
and purposes, is a judgment; 11 Co. Rep. 40 b; like the judgment of quod
computet, in account render; or quod partitio fiat, in partition; quod
mensuratio fiat; ouster of aid; award of a writ of inquiry, in waste.; of
damages in trespass; upon these and the like judgments, a writ of error does
not lie. 11 Co. Rep. 40 a; Metcalf's Case, 2 Inst. 344 a: 24 Ed. III, 29 B
19.


请选择你想看的字典辞典:
单词字典翻译
assize查看 assize 在百度字典中的解释百度英翻中〔查看〕
assize查看 assize 在Google字典中的解释Google英翻中〔查看〕
assize查看 assize 在Yahoo字典中的解释Yahoo英翻中〔查看〕





安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • String. Replace メソッド (System) | Microsoft Learn
    このメソッドは変更された文字列を返すので、メソッドの連続する呼び出しを Replace 連結して、元の文字列に対して複数の置換を実行できます。 メソッド呼び出しは、左から右に実行されます。 具体的な例を次に示します。 string s = new('a', 3); Console WriteLine($"The initial string: '{s}'"); s = s Replace('a
  • Strings. Replace(String, String, String, Int32, Int32 . . .
    例 この例では、 関数を Replace 示します。 Dim TestString As String = "Shopping List" ' Returns "Shipping List" Dim aString As String = Replace(TestString, "o", "i") 注釈 関数のReplace戻り値は、 で指定されたStart位置から始まり、文字列のExpression末尾で終了する文字列であり、 と Replace の値でFind指定された置換が行われます。
  • String. Replace 方法 (System) | Microsoft Learn
    因為這個方法會傳回修改的字串,所以您可以將方法的後續呼叫 Replace 鏈結在一起,以對原始字串執行多個取代。 方法呼叫是從左至右執行。 下列範例提供說明。 string s = new('a', 3); Console WriteLine($"The initial string: '{s}'"); s
  • replace_string () - Kusto | Microsoft Learn
    Returns Returns the text after replacing all matches of lookup with evaluations of rewrite Matches don't overlap Examples Replace words in a string The following example uses replace_string() to replace the word "cat" with the word "hamster" in the Message string
  • String. Replace 方法 (System) | Microsoft Learn
    由于此方法返回修改后的字符串,因此可以将对 方法的 Replace 连续调用链接在一起,以对原始字符串执行多次替换。 方法调用从左到右执行。 下面的示例进行了这方面的演示。 string s = new('a', 3); Console WriteLine($"The initial
  • replace_strings() - Kusto | Microsoft Learn
    Replace elements that aren't strings aren't replaced and the original string is kept The match is still considered being valid, and other possible replacements aren't performed on the matched string In the following example, 'This
  • REPLACE (Transact-SQL) - SQL Server | Microsoft Learn
    Si string_expression n’est pas de type varchar(max) ou nvarchar(max), REPLACE tronque la valeur de retour à 8 000 octets Pour retourner des valeurs supérieures à 8 000 octets, il est nécessaire d’effectuer explicitement le transtypage de string_expression vers un type de données de valeur de grande taille
  • StringBuilder. Replace メソッド (System. Text) | Microsoft Learn
    member this Replace : string * string -> System Text StringBuilder Public Function Replace (oldValue As String, newValue As String) As StringBuilder パラメーター oldValue String 置換する文字列。 newValue String oldValuenull
  • String. Replace 메서드 (System) | Microsoft Learn
    member this Replace : string * string * bool * System Globalization CultureInfo -> string Public Function Replace (oldValue As String, newValue As String, ignoreCase As Boolean, culture As CultureInfo) As String 매개 변수 String
  • replace_string () - Kusto | Microsoft Learn
    replace_string() 関数を使用して、すべての文字列の一致を別の文字列に置き換える方法について説明します。 返品 lookup のすべての一致を rewrite の評価に置き換えた後、text を返します。 一致が重複することはありません。





中文字典-英文字典  2005-2009