英文字典中文字典


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







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

ideal    音标拼音: [ɑɪd'il]
n. 理想,观念,思想,最后目标
a. 理想的,完美的,空想的,观念的,唯心论的

理想,观念,思想,最後目标理想的,完美的,空想的,观念的,唯心论的

ideal
理想

ideal
adj 1: conforming to an ultimate standard of perfection or
excellence; embodying an ideal
2: constituting or existing only in the form of an idea or
mental image or conception; "a poem or essay may be typical
of its period in idea or ideal content"
3: of or relating to the philosophical doctrine of the reality
of ideas [synonym: {ideal}, {idealistic}]
n 1: the idea of something that is perfect; something that one
hopes to attain
2: model of excellence or perfection of a kind; one having no
equal [synonym: {ideal}, {paragon}, {nonpareil}, {saint},
{apotheosis}, {nonesuch}, {nonsuch}]

Ideal \I*de"al\, n.
A mental conception regarded as a standard of perfection; a
model of excellence, beauty, etc.
[1913 Webster]

The ideal is to be attained by selecting and assembling
in one whole the beauties and perfections which are
usually seen in different individuals, excluding
everything defective or unseemly, so as to form a type
or model of the species. Thus, the Apollo Belvedere is
the ideal of the beauty and proportion of the human
frame. --Fleming.
[1913 Webster]

{Beau ideal}. See {Beau ideal}.
[1913 Webster]


Ideal \I*de"al\, a. [L. idealis: cf. F. id['e]al.]
1. Existing in idea or thought; conceptional; intellectual;
mental; as, ideal knowledge.
[1913 Webster]

2. Reaching an imaginary standard of excellence; fit for a
model; faultless; as, ideal beauty. --Byron.
[1913 Webster]

There will always be a wide interval between
practical and ideal excellence. --Rambler.
[1913 Webster]

3. Existing in fancy or imagination only; visionary; unreal.
"Planning ideal common wealth." --Southey.
[1913 Webster]

4. Teaching the doctrine of idealism; as, the ideal theory or
philosophy.
[1913 Webster]

5. (Math.) Imaginary.

Syn: Intellectual; mental; visionary; fanciful; imaginary;
unreal; impracticable; utopian.
[1913 Webster]

241 Moby Thesaurus words for "ideal":
Arcadian, Edenic, Geistesgeschichte, Hegelian idea, Kantian idea,
Platonic form, Platonic idea, Utopian, absolute, abstract,
academic, acme, ambition, apotheosis, apprehension, archetypal,
archetype, archetypical, armchair, aspiration, assumption, autism,
autistic thinking, basis, beau ideal, belief, best type,
beyond all praise, brainstorm, calling, caprice, cause, celestial,
chaste, chimerical, classic, classical, complete, complex idea,
conceit, concept, conception, conceptual, conclusion, conjectural,
conjecture, consideration, consummate, conviction, criterion,
cynosure, defectless, dereism, dereistic thinking, dream, dreamery,
ego ideal, epitome, estimation, eternal object, eternal universal,
example, excellent, exemplar, exemplary, fancied, fanciful, fancy,
fantasy, faultless, feeling, fictitious, flawless, flight of fancy,
formal cause, goal, good example, ground, guess, guiding light,
guiding star, heavenly, hero, high goal, highest category,
history of ideas, hypothesis, hypothetic, hypothetical, idealism,
idealistic, ideality, idealization, idealized, ideals, ideate,
ideational, ideatum, idee-force, ideological, idyllic, illusory,
image, imaginary, imaginative exercise, imagined, immaculate,
impeccable, impractical, impracticality, impression, inclination,
indefectible, indefective, infallible, innate idea, inspiration,
intellection, intention, irreproachable, jewel, judgment,
just right, lodestar, mainspring, man of men, masterpiece,
masterwork, matter, millennial, mirror, model, moot, morals,
motive, mythic, mythical, nonesuch, nonpareil, noosphere, notion,
notional, noumenon, opinion, paradigm, paradigmatic, paradisal,
paragon, pattern, pattern of perfection, peerless, percept,
perception, perfect, persuasion, phoenix, play of fancy,
postulatory, precedential, presumption, principle, principles,
prototypal, prototype, pure, quintessence, quintessential,
quixotism, quixotry, reaching high, reaction, reason, reflection,
regulative first principle, representative, romance, romantic,
romanticism, sake, score, sentiment, shining example, simple idea,
sinless, source, speculation, speculative, spotless, spring,
stainless, standard, standards, subsistent form, supposition,
supreme, surmise, suspicion, taintless, the Absolute,
the Absolute Idea, the Self-determined, the realized ideal,
theoretical, theory, thought, transcendent, transcendent idea,
transcendent nonempirical concept, transcendent universal,
transcendental, typical, ulterior motive, unadulterated,
unblemished, uncontaminated, unfaultable, universal,
universal concept, universal essence, unmixed, unpracticalness,
unreal, unrealism, unreality, unspotted, untainted, upward looking,
utopian, utopianism, vagary, very, very model, view, visionariness,
visionary, vocation, whim, whimsy, wish fulfillment,
wish-fulfillment fantasy, wishful thinking

In {domain theory}, a non-empty, {downward closed}
subset which is also closed under binary {least upper bounds}.
I.e. anything less than an element is also an element and the
least upper bound of any two elements is also an element.

(1997-09-26)



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


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

































































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


  • What is the purpose of the `sh` command? - Super User
    What is the purpose of the sh command when used interactively and when used inside of a bash script? Other than on the hash bang line (the first line) should sh ever be replaced with bash on a b
  • shell - Difference between sh and Bash - Stack Overflow
    When writing shell programs, we often use bin sh and bin bash I usually use bash, but I don't know what's the difference between them What's the main difference between Bash and sh? What do we
  • linux - Whats a . sh file? - Stack Overflow
    Typically a sh file is a shell script which you can execute in a terminal Specifically, the script you mentioned is a bash script, which you can see if you open the file and look in the first line of the file, which is called the shebang or magic line
  • bash和sh有什么区别? - 知乎
    sh (或 Shell 命令语言)是 POSIX 标准 描述的编程语言。它有许多实现(ksh88 、 Dash 等)。Bash 也可以被视为 sh (见下文)的一种实现。 因为 sh 它是一种规范,而不是一种实现,所以 bin sh 是大多数 POSIX 系统上实际实现的符号链接(或硬链接)。 参考: sh 和 Bash 的区别
  • sh - How to use source command in shell script? - Super User
    Quick answer: source is BASH SHELL BUILTIN command See man bash (search for " source filename [arguments] " to find it) It doesn't work in question probably because you are using the SH shell (something besides BASH anyway) as your login shell, or inside your script Use BASH if you want the source command
  • Linux跑脚本用sh和. 有什么区别? - 知乎
    我的测试环境是cantos 6 4 可以看到 sh其实就是bash,那么在这个发行版中,你如果你写的是一个shell脚本,而且脚本第一行没申明shell解释器,那么使用 a sh和sh a sh并没有什么区别 阅读全文 云叔 程序不能有BUG 但生活可以 #不再一丝不苟地活着#
  • Difference between . and sh in UNIX - Stack Overflow
    In simple words, sh file1 executing sh command executable with file1 as a parameter In this case file1 doesn't require execute privilege as sh executable read and intercept the commands in the file
  • How to execute . sh files on Windows? - Super User
    83 When I am trying to execute a sh file with the command line name sh, I am getting this error: " " is not recognized as an internal or external command, operable or batch file How can I execute sh files on Windows?
  • WIN10下如何在powershell或者cmd中运行. sh文件?
    参考文章 zhouzhou:【git】Windows下运行 sh文件 安装git,在系统环境中增加git的bin路径。 然后你会发现 在 cmd 中,sh还是执行不了,但 bash 可以(win10 用bash代替sh)。 linux 中 sh script sh win10中 bash script sh
  • linux - What exactly is the sh command? - Super User
    sh is the bourne shell There are several shells, of which bourne is the old standard, installed on all unix systems, and generally the one you can guarantee will exist The shell is the command interpreter that takes your input, provides output back to the screen, to the correct files, etc, and provides all the basic built-in commands you need to manage jobs, kill, test expressions, etc Your





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