资料来源 : pyDict
方式DOS命令:完成有关在处理器和萤幕模态,模式,样式,风气,时尚
资料来源 : Webster's Revised Unabridged Dictionary (1913)
Mode \Mode\, n. [L. modus a measure, due or proper measure,
bound, manner, form; akin to E. mete: cf. F. mode. See
{Mete}, and cf. {Commodious}, {Mood} in grammar, {Modus}.]
1. Manner of doing or being; method; form; fashion; custom;
way; style; as, the mode of speaking; the mode of
dressing.
The duty of itself being resolved on, the mode of
doing it may easily be found. --Jer. Taylor.
A table richly spread in regal mode. --Milton.
2. Prevailing popular custom; fashion, especially in the
phrase the mode.
The easy, apathetic graces of a man of the mode.
--Macaulay.
3. Variety; gradation; degree. --Pope.
4. (Metaph.) Any combination of qualities or relations,
considered apart from the substance to which they belong,
and treated as entities; more generally, condition, or
state of being; manner or form of arrangement or
manifestation; form, as opposed to {matter}.
Modes I call such complex ideas, which, however
compounded, contain not in them the supposition of
subsisting by themselves, but are considered as
dependencies on, or affections of, substances.
--Locke.
5. (Logic) The form in which the proposition connects the
predicate and subject, whether by simple, contingent, or
necessary assertion; the form of the syllogism, as
determined by the quantity and quality of the constituent
proposition; mood.
6. (Gram.) Same as {Mood}.
7. (Mus.) The scale as affected by the various positions in
it of the minor intervals; as, the Dorian mode, the Ionic
mode, etc., of ancient Greek music.
Note: In modern music, only the major and the minor mode, of
whatever key, are recognized.
8. A kind of silk. See {Alamode}, n.
Syn: Method; manner. See {Method}.
资料来源 : WordNet®
mode
n 1: how something is done or how it happens; "her dignified
manner"; "his rapid manner of talking"; "their nomadic
mode of existence"; "in the characteristic New York
style"; "a lonely way of life"; "in an abrasive fashion"
[syn: {manner}, {style}, {way}, {fashion}]
2: a particular functioning condition or arrangement; "switched
from keyboard to voice mode"
3: a classification of propositions on the basis of whether
they claim necessity or possibility or impossibility [syn:
{modality}]
4: verb inflections that express how the action or state is
conceived by the speaker [syn: {mood}, {modality}]
5: any of various fixed orders of the various diatonic notes
within an octave [syn: {musical mode}]
6: the most frequent value of a random variable [syn: {modal
value}]
资料来源 : Free On-Line Dictionary of Computing
Mode
An {object-oriented language}.
["The Programming Language Mode: Language Definition and User
Guide", J. Vihavainen, C-1987-50, U Helsinki, 1987].
[{Jargon File}]
(1994-10-21)
mode
1. A general state, usually used with an adjective describing
the state. Use of the word "mode" rather than "state" implies
that the state is extended over time, and probably also that
some activity characteristic of that state is being carried
out. "No time to hack; I'm in thesis mode."
In its jargon sense, "mode" is most often attributed to
people, though it is sometimes applied to programs and
inanimate objects. In particular, see {hack mode}, {day
mode}, {night mode}, {demo mode}, {fireworks mode}, and {yoyo
mode}; also {chat}.
2. More technically, a mode is a special state that certain
user interfaces must pass into in order to perform certain
functions. For example, in order to insert characters into a
document in the Unix editor "vi", one must type the "i" key,
which invokes the "Insert" command. The effect of this
command is to put vi into "insert mode", in which typing the
"i" key has a quite different effect (to wit, it inserts an
"i" into the document). One must then hit another special
key, "ESC", in order to leave "insert mode". Nowadays,
modeful interfaces are generally considered {losing} but
survive in quite a few widely used tools built in less
enlightened times.
[{Jargon File}]
(1994-12-22)