英文字典中文字典


英文字典中文字典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       







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

ruling    音标拼音: [r'ulɪŋ]
n. 判决,裁定,统治
a. 统治的,支配的,流行的

判决,裁定,统治统治的,支配的,流行的

ruling
adj 1: exercising power or authority [synonym: {regnant},
{reigning}, {ruling}]
n 1: the reason for a court's judgment (as opposed to the
decision itself) [synonym: {opinion}, {ruling}]

Ruling \Rul"ing\, a.
1. Predominant; chief; reigning; controlling; as, a ruling
passion; a ruling sovereign.
[1913 Webster]

2. Used in marking or engraving lines; as, a ruling machine
or pen.
[1913 Webster]

Syn: Predominant; chief; controlling; directing; guiding;
governing; prevailing; prevalent.
[1913 Webster]


Ruling \Rul"ing\, n.
1. The act of one who rules; ruled lines.
[1913 Webster]

2. (Law) A decision or rule of a judge or a court, especially
an oral decision, as in excluding evidence.
[1913 Webster]


Rule \Rule\, n.
[Webster 1913 Suppl.]

Syn: regulation; law; precept; maxim; guide; canon; order;
method; direction; control; government; sway; empire.
[1913 Webster] Rule \Rule\, v. t. [imp. & p. p. {Ruled};
p. pr. & vb. n. {Ruling}.] [Cf. OF. riuler, ruiler, L.
regulare. See {Rule}, n., and cf. {Regulate}.]
1. To control the will and actions of; to exercise authority
or dominion over; to govern; to manage. --Chaucer.
[1913 Webster]

A bishop then must be blameless; . . . one that
ruleth well his own house, having his children in
subjection. --1 Tim. iii.
2, 4.
[1913 Webster]

2. To control or direct by influence, counsel, or persuasion;
to guide; -- used chiefly in the passive.
[1913 Webster]

I think she will be ruled
In all respects by me. --Shak.
[1913 Webster]

3. To establish or settle by, or as by, a rule; to fix by
universal or general consent, or by common practice.
[1913 Webster]

That's are ruled case with the schoolmen.
--Atterbury.
[1913 Webster]

4. (Law) To require or command by rule; to give as a
direction or order of court.
[1913 Webster]

5. To mark with lines made with a pen, pencil, etc., guided
by a rule or ruler; to print or mark with lines by means
of a rule or other contrivance effecting a similar result;
as, to rule a sheet of paper of a blank book.
[1913 Webster]

{Ruled surface} (Geom.), any surface that may be described by
a straight line moving according to a given law; -- called
also a {scroll}.
[1913 Webster]

198 Moby Thesaurus words for "ruling":
absolute, act, action, appointment, arch, armipotent, ascendant,
at the head, authoritarian, authoritative, authorized, autocratic,
average, award, banner, besetting, bill, boss, brevet, bull, bylaw,
canon, capital, cardinal, central, champion, chief,
clothed with authority, cogent, commanding, common, competent,
condemnation, consequential, considerable, consideration,
controlling, crowning, current, decision, declaration, decree,
decree-law, decreement, decretal, decretum, deliverance,
determination, diagnosis, dictate, dictation, dictum, diktat,
directive, dominant, doom, duly constituted, dynamic, edict,
edictum, effective, eminent, empowered, enactment, energetic,
epidemic, ex officio, fiat, finding, first, focal, forceful,
forcible, foremost, form, formality, formula, formulary, general,
governing, great, head, headmost, hegemonic, hegemonistic,
high-potency, high-powered, high-pressure, high-tension,
imperative, important, in ascendancy, in charge, in chief,
in force, in power, in the ascendant, influential, institution,
ipse dixit, irresistible, jus, law, leading, legislation, lex,
magisterial, main, master, measure, mighty, mighty in battle,
momentous, monocratic, normal, official, on the throne, operative,
order, ordinance, ordinary, ordonnance, overriding, overruling,
pandemic, paramount, pivotal, popular, potent, powerful, precedent,
predominant, predominate, predominating, preeminent, prepollent,
preponderant, preponderate, prepotent, prescript, prescription,
prestigious, prevailing, prevalent, primal, primary, prime,
principal, proclamation, prognosis, prominent, pronouncement,
pronunciamento, puissant, rampant, ranking, regnant, regulating,
regulation, regulative, regulatory, reigning, rescript, resolution,
rife, routine, rubric, rule, running, senatus consult,
senatus consultum, senior, sentence, sovereign, standard,
standing order, star, statute, stellar, stereotyped, striking,
strong, substantial, supereminent, superior, supreme, swaying,
telling, topflight, totalitarian, ukase, usual, valid, verdict,
vigorous, vital, weighty, widespread


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





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


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

































































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


  • Hello, World! program - Wikipedia
    program is usually a simple computer program that emits (or displays) to the screen (often the console) a message similar to "Hello, World!" A small piece of code in most general-purpose programming languages, this program is used to illustrate a language's basic syntax
  • Hello World! Program - W3Schools
    In this tutorial, we'll explore the origins and importance of this tradition in the context of programming languages and how it serves as a foundation for learning What is the "Hello World" Program? Python Program to Print Hello world! Java Hello World! Program C++ Hello World! Program JavaScript Program To Print Hello World!
  • Programming Fundamentals Hello World - Wikibooks
    A “Hello, world!” program is a computer program that outputs or displays “Hello, world!” to a user Being a very simple program in most programming languages, it is often used to illustrate the basic syntax of a programming language for a working program, and as such is often the very first program people write [1]
  • Hello, world! - Wikiversity
    As described in more detail in the related Wikipedia article, Hello, world! is a classic "first program" one creates when learning a new programming language The objective of the application is the same: to print the text "Hello, world!" to the screen in some form, be it console output or a dialog
  • 1. 1 Your First Java Program: Hello World - Princeton University
    HelloWorld java is an example program Type these character into your text editor and save it into a file named HelloWorld java public class HelloWorld { public static void main(String[] args) { Prints "Hello, World" in the terminal window
  • What is a Hello World program? - IONOS
    What is a Hello World program used for? The text “Hello, World!” was one of the first codes written by programmers This cryptic phrase has actually achieved cult status since the US series “Mr Robot” was released However, it’s been a cultural asset in the programming community for some time
  • Java Hello World - Your First Java Program
    In the program, HelloWorld is the name of the class, and the class definition is: class HelloWorld { For now, just remember that every Java application has a class definition, and the name of the class should match the filename in Java
  • Hello world - Learn web development | MDN
    As customary when learning a new language, the first program a programmer writes is called "Hello, world!" It's a very simple program that outputs the text string "Hello, world!" to the console But, as we'll see, there's a lot of stuff going on even in a program that's so simple
  • Hello World in Java – Example Program - freeCodeCamp. org
    In our Hello World program, we have a class called HelloWorld As a convention, always start the name of your classes with an uppercase letter To create a class, you use the class keyword, followed by the name of the class Here's an example using our Hello World program: class HelloWorld { } The main Method in Java
  • Where does Hello world come from? - Stack Overflow
    While small test programs existed since the development of programmable computers, the tradition of using the phrase "Hello world!" as a test message was influenced by an example program in the seminal book The C Programming Language





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