英文字典中文字典


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







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

Source    音标拼音: [s'ɔrs]
n. 来源;引起…的东西,提供消息的人,源头

来源;引起…的东西,提供消息的人,源头

source
根源常式


source
原始

source
源 原始

source
n 1: the place where something begins, where it springs into
being; "the Italian beginning of the Renaissance"; "Jupiter
was the origin of the radiation"; "Pittsburgh is the source
of the Ohio River"; "communism's Russian root" [synonym:
{beginning}, {origin}, {root}, {rootage}, {source}]
2: a document (or organization) from which information is
obtained; "the reporter had two sources for the story"
3: anything that provides inspiration for later work [synonym:
{source}, {seed}, {germ}]
4: a facility where something is available
5: a person who supplies information [synonym: {informant},
{source}]
6: someone who originates or causes or initiates something; "he
was the generator of several complaints" [synonym: {generator},
{source}, {author}]
7: (technology) a process by which energy or a substance enters
a system; "a heat source"; "a source of carbon dioxide" [ant:
{sink}]
8: anything (a person or animal or plant or substance) in which
an infectious agent normally lives and multiplies; "an
infectious agent depends on a reservoir for its survival"
[synonym: {reservoir}, {source}]
9: a publication (or a passage from a publication) that is
referred to; "he carried an armful of references back to his
desk"; "he spent hours looking for the source of that
quotation" [synonym: {reference}, {source}]
v 1: get (a product) from another country or business; "She
sourced a supply of carpet"; "They are sourcing from
smaller companies"
2: specify the origin of; "The writer carefully sourced her
report"

Source \Source\, n. [OE. sours, OF. sourse, surse, sorse, F.
source, fr. OF. sors, p. p. of OF. sordre, surdre, sourdre,
to spring forth or up, F. sourdre, fr. L. surgere to lift or
raise up, to spring up. See {Surge}, and cf. {Souse} to
plunge or swoop as a bird upon its prey.]
1. The act of rising; a rise; an ascent. [Obs.]
[1913 Webster]

Therefore right as an hawk upon a sours
Up springeth into the air, right so prayers . . .
Maken their sours to Goddes ears two. --Chaucer.
[1913 Webster]

2. The rising from the ground, or beginning, of a stream of
water or the like; a spring; a fountain.
[1913 Webster]

Where as the Poo out of a welle small
Taketh his firste springing and his sours.
--Chaucer.
[1913 Webster]

Kings that rule
Behind the hidden sources of the Nile. --Addison.
[1913 Webster]

3. That from which anything comes forth, regarded as its
cause or origin; the person from whom anything originates;
first cause.
[1913 Webster]

This source of ideas every man has wholly in
himself. --Locke.
[1913 Webster]

The source of Newton's light, of Bacon's sense.
--Pope.
[1913 Webster]

Syn: See {Origin}.
[1913 Webster]

119 Moby Thesaurus words for "source":
adviser, ambition, announcer, annunciator, antecedent, aspiration,
author, authority, authorship, basis, begetter, beginning,
birthplace, bonanza, calling, cause, channel, commencement,
communicant, communicator, conception, consideration, cornucopia,
creator, dawn, dawning, derivation, determinant, documentation,
enlightener, expert witness, font, fount, fountain, fountainhead,
genesis, goal, gold mine, gossipmonger, grapevine, grass roots,
ground, guiding light, guiding star, head, headstream, headwater,
headwaters, ideal, inception, informant, information center,
information medium, informer, inspiration, intention, interviewee,
lode, lodestar, mainspring, matter, mine, monitor, mother, motive,
mouthpiece, newsmonger, notifier, onset, opening, origin, original,
origination, originator, outset, parent, paternity, press,
principle, provenance, provenience, public relations officer,
publisher, quarry, radical, radio, radix, reason, reporter,
resource, rise, rising, riverhead, root, roots, rootstock, sake,
score, source of supply, spokesman, spring, staple, start,
starting, stem, stock, taproot, television, teller, tipster, tout,
ulterior motive, vein, vocation, well, wellhead, wellspring,
whence, witness



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


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

































































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


  • sudo as another user with their environment
    Stack Exchange Network Stack Exchange network consists of 183 Q A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers
  • How can I update to a newer version of Git using apt-get?
    Here are the commands you need to run, if you just want to get it done: sudo add-apt-repository ppa:git-core ppa -y sudo apt-key adv --recv-keys --keyserver keyserver ubuntu com A1715D88E1DF1F24 40976EAF437D05B5 3B4FE6ACC0B21F32 A6616109451BBBF2 sudo apt-get update sudo apt-get install git -y git --version
  • How to cause kernel panic with a single command?
    The easiest thing is to hold down alt + print screen (sysrq) and press c while still holding them It does the same as echo c > proc sysrq-trigger A little explanation: the sysrq key is used to send low-level commands to the kernel itself, as a last resort to try to save the system
  • How to force ssh client to use only password auth?
    No documentation yet Actually, I've skimmed through the OpenSSH source code to no avail (its parsing stage is rather cryptic and it's morning here :)) My initial motivation: many clients prompt for a password if you give an empty password, e g mysql -u user -p –
  • How to make netcat use an existing HTTP proxy
    Netcat is not a specialized HTTP client Connecting through a proxy server for Netcat thus means creating a TCP connection through the server, which is why it expects a SOCKS or HTTPS proxy with the -x argument, specified by -X:
  • dns - dig vs nslookup - Unix Linux Stack Exchange
    Stack Exchange Network Stack Exchange network consists of 183 Q A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers
  • How to set and understand fs. notify. max_user_watches
    I don't understand the best way to set fs inotify max_user_watches with sysctl In fact, I don't understand much of what is happening here other than the fact that I need to set the number of files that can be watched by a particular process
  • Colorizing your terminal and shell environment?
    $(vcprompt) is calling a python script in my ~ sbin which prints version control information about the current path It includes support for Mercurial, Git, Svn, Cvs, etc The author of the script has the source here This is the full source of my prompt configuration:
  • Merging folders with mv? - Unix Linux Stack Exchange
    rsync can merge the contents of one directory into another (ideally with the --remove-source-files 1 option to safely delete only those source files that were transferred successfully, and with the usual permission ownership time preservation option -a if you wish) … but this is a full copy operation, and can therefore be very disk-intensive
  • command line - how to download a file using just bash and nothing else . . .
    Source: Moreaki's answer upgrading and installing packages through the cygwin command line? Update: as mentioned in the comment, the approach outlined above is simplistic: the read will trashes backslashes and leading whitespace





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