英文字典中文字典


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







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

virtual    音标拼音: [v'ɚtʃuəl]
n. 虚拟
a. 虚的,实质的,有效的,事实上的

虚拟虚的,实质的,有效的,事实上的

virtual
虚拟

virtual
adj 1: being actually such in almost every respect; "a practical
failure"; "the once elegant temple lay in virtual ruin"
[synonym: {virtual(a)}, {practical(a)}]
2: existing in essence or effect though not in actual fact; "a
virtual dependence on charity"; "a virtual revolution";
"virtual reality"

Virtual \Vir"tu*al\ (?; 135), a. [Cf. F. virtuel. See {Virtue}.]
1. Having the power of acting or of invisible efficacy
without the agency of the material or sensible part;
potential; energizing.
[1913 Webster]

Heat and cold have a virtual transition, without
communication of substance. --Bacon.
[1913 Webster]

Every kind that lives,
Fomented by his virtual power, and warmed. --Milton.
[1913 Webster]

2. Being in essence or effect, not in fact; as, the virtual
presence of a man in his agent or substitute.
[1913 Webster]

A thing has a virtual existence when it has all the
conditions necessary to its actual existence.
--Fleming.
[1913 Webster]

To mask by slight differences in the manners a
virtual identity in the substance. --De Quincey.
[1913 Webster]

{Principle of virtual velocities} (Mech.), the law that when
several forces are in equilibrium, the algebraic sum of
their virtual moments is equal to zero.

{Virtual focus} (Opt.), the point from which rays, having
been rendered divergent by reflection of refraction,
appear to issue; the point at which converging rays would
meet if not reflected or refracted before they reach it.

{Virtual image}. (Optics) See under {Image}.

{Virtual moment} (of a force) (Mech.), the product of the
intensity of the force multiplied by the virtual velocity
of its point of application; -- sometimes called {virtual
work}.

{Virtual velocity} (Mech.), a minute hypothetical
displacement, assumed in analysis to facilitate the
investigation of statical problems. With respect to any
given force of a number of forces holding a material
system in equilibrium, it is the projection, upon the
direction of the force, of a line joining its point of
application with a new position of that point indefinitely
near to the first, to which the point is conceived to have
been moved, without disturbing the equilibrium of the
system, or the connections of its parts with each other.
Strictly speaking, it is not a velocity but a length.

{Virtual work}. (Mech.) See {Virtual moment}, above.
[1913 Webster]

31 Moby Thesaurus words for "virtual":
accepted, basic, between the lines, constructive, covert, cryptic,
delitescent, dormant, effective, esoteric, essential, fundamental,
hibernating, hidden, latent, lurking, muffled, mystic, obfuscated,
obscured, occult, possible, potential, practical, sleeping,
submerged, under the surface, underlying, understood, unmanifested,
veiled

(Via the technical term {virtual
memory}, probably from the term "virtual image" in optics)
1. Common alternative to {logical}; often used to refer to the
artificial objects (like addressable {virtual memory} larger
than physical memory) created by a computer system to help the
system control access to shared resources.

2. Simulated; performing the functions of something that isn't
really there. An imaginative child's doll may be a virtual
playmate.

Opposite of {real} or physical.

[{Jargon File}]

(1994-11-30)


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





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


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

































































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


  • ’ showing on page instead of - Stack Overflow
    So what's the problem, It's a ’ (RIGHT SINGLE QUOTATION MARK - U+2019) character which is being decoded as CP-1252 instead of UTF-8 If you check the Encodings table of this character at FileFormat Info, then you see that this character is in UTF-8 composed of bytes 0xE2, 0x80 and 0x99 And if you check the CP-1252 code page layout at Wikipedia, then you'll see that the hex bytes E2, 80 and
  • HTML encoding issues - Â character showing up instead of
    Somewhere in that mess, the non-breaking spaces from the HTML template (the s) are encoding as ISO-8859-1 so that they show up incorrectly as an "Â" character That'd be encoding to UTF-8 then, not ISO-8859-1 The non-breaking space character is byte 0xA0 in ISO-8859-1; when encoded to UTF-8 it'd be 0xC2, 0xA0, which, if you (incorrectly) view it as ISO-8859-1 comes out as  That includes a
  • How to convert these strange characters? (ë, Ã, ì, ù, Ã)
    My page often shows things like ë, Ã, ì, ù, à in place of normal characters I use utf8 for header page and MySQL encode How does this happen?
  • What does the a in the html lt;a gt; tag stand for? - Stack Overflow
    As most of you know, the <a> tag is (mostly) used in html to make a hyperlink like
  • Why does this symbol ’ show up in my email messages almost always?
    why do these odd symbols appear in my emails _ you’ve Why are my emails corrupted with weird letters and symbols? Instructions for obtaining a personal S MIME certificate by creating a CSR Prerequisite for sending an encrypted email message
  • What is the difference between a += b and a =+ b , also a++ and ++a?
    a += b is equivalent to a = a + b a = +b is equivalent to a = b a++ and ++a both increment a by 1 The difference is that a++ returns the value of a before the increment whereas ++a returns the value after the increment That is:
  • How to fix a No process is on the other end of the pipe error in SQL . . .
    The server was set to Windows Authentication only by default There isn't any notification, that the origin of the errors is that, so it's hard to figure it out The SQL Management studio does not warn you, even if you create a user with SQL Authentication only So the answer is: Switch from Windows to SQL Authentication: Right click on the server name and select properties; Select security
  • git - How do I modify a specific commit? - Stack Overflow
    I have the following commit history: HEAD HEAD~ HEAD~2 HEAD~3 git commit --amend modifies the current HEAD commit But how do I modify HEAD~3?
  • How do I change the URI (URL) for a remote Git repository?
    I had to do this on an old version of git (1 5 6 5) and the set-url option did not exist Simply deleting the unwanted remote and adding a new one with the same name worked without problem and maintained history just fine
  • How can I remove a Git branch locally? - Stack Overflow
    The GitHub application for Windows shows all remote branches of a repository If you have deleted the branch locally with git branch -d [branch_name], the remote branch still exists in your GitHub repository and will appear regardless in the Windows GitHub application If you want to delete the branch completely (remotely as well), use the above command in combination with git push origin





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