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







請輸入英文單字,中文詞皆可:

exclude    音標拼音: [ɪkskl'ud]
vt. 拒絕,把…排除在外,排斥

拒絕,把…排除在外,排斥

exclude
排除

exclude
v 1: prevent from being included or considered or accepted; "The
bad results were excluded from the report"; "Leave off the
top piece" [synonym: {exclude}, {except}, {leave out}, {leave
off}, {omit}, {take out}] [ant: {include}]
2: prevent from entering; shut out; "The trees were shutting out
all sunlight"; "This policy excludes people who have a
criminal record from entering the country" [synonym: {exclude},
{keep out}, {shut out}, {shut}] [ant: {admit}, {include},
{let in}]
3: lack or fail to include; "The cost for the trip excludes food
and beverages" [ant: {include}]
4: prevent from entering; keep out; "He was barred from
membership in the club" [synonym: {bar}, {debar}, {exclude}]
5: put out or expel from a place; "The unruly student was
excluded from the game" [synonym: {eject}, {chuck out},
{exclude}, {turf out}, {boot out}, {turn out}]

Exclude \Ex*clude"\, v. t. [imp. & p. p. {Excluded}; p. pr. &
vb. n. {Excluding}.] [L. excludere, exclusum; ex out
claudere to shut. See {Close}.]
1. To shut out; to hinder from entrance or admission; to
debar from participation or enjoyment; to deprive of; to
except; -- the opposite to admit; as, to exclude a crowd
from a room or house; to exclude the light; to exclude one
nation from the ports of another; to exclude a taxpayer
from the privilege of voting.
[1913 Webster]

And none but such, from mercy I exclude. --Milton.
[1913 Webster]

2. To thrust out or eject; to expel; as, to exclude young
animals from the womb or from eggs.
[1913 Webster]

{Excluded middle}. (logic) The name given to the third of the
"three logical axioms," so-called, namely, to that one
which is expressed by the formula: "Everything is either A
or Not-A." no third state or condition being involved or
allowed. See {Principle of contradiction}, under
{Contradiction}.
[1913 Webster]

197 Moby Thesaurus words for "exclude":
abjure, abscind, amputate, annihilate, anticipate, avert, ban,
banish, bar, bar out, bate, blackball, blockade, bob, boot out,
bounce, brush aside, cast, cast out, categorically reject, chuck,
chuck out, clip, contemn, contradict, count out, crop, cull, cut,
cut away, cut off, cut out, debar, decline, defenestrate, deflect,
deny, deport, despise, deter, detrude, disallow, disapprove,
disapprove of, discard, discharge, disclaim, discount, discourage,
disdain, disfavor, disfellowship, dishearten, dismiss, disown,
disregard, dissent from, dock, eject, eliminate, embargo, enjoin,
enucleate, eradicate, estop, evict, except, excise, exclude from,
excommunicate, exile, expatriate, expel, extinguish, extirpate,
extradite, extrude, fend, fend off, forbid, foreclose, forestall,
forswear, freeze out, frown at, frown down, frown upon, fugitate,
get rid of, give the hook, grimace at, heave out, help, ignore,
inhibit, interdict, isolate, jettison, junk, keep away, keep from,
keep off, keep out, kick downstairs, kick out, knock off,
leave out, lock out, look askance at, look black upon, lop,
mutilate, nip, not approve, not go for, not hear of, not hold with,
object, object to, obtrude, obviate, omit, oppose, ostracize, oust,
outlaw, pare, pass by, pass over, pass up, peel, pick out,
preclude, prevent, prohibit, proscribe, protest, prune, push aside,
put out, rebuff, recant, refuse, refuse to consider, reject,
relegate, remove, renounce, repel, repress, repudiate, repulse,
root out, rule, rule out, rusticate, save, say no to, scout,
send away, send down, send to Coventry, set apart, set aside,
shave, shear, shove away, shut out, snub, spurn, stamp out,
stave off, strike off, strip, strip off, suppress, taboo,
take exception to, take off, take out, think ill of,
think little of, throw away, throw out, throw overboard,
thrust out, thumb down, toss out, transport, truncate, turn aside,
turn away, turn out, view with disfavor, waive, ward off,
wipe out

請選擇你想看的字典辭典:
單詞字典翻譯
exclude查看 exclude 在Google字典中的解釋Google英翻中〔查看〕
exclude查看 exclude 在Yahoo字典中的解釋Yahoo英翻中〔查看〕





安裝中文字典英文字典查詢工具!


中文字典英文字典工具:
選擇顏色:
輸入中英文單字

































































英文字典中文字典相關資料:
  • security - How to Exclude Specific Files (like . env) from GitHub . . .
    I'm currently using GitHub Copilot in Visual Studio Code and am trying to find a way to prevent Copilot from accessing certain file types, specifically env files, which contain sensitive informati
  • How to exclude files ending in . spec. ts in tsconfig. json
    32 I'm trying to include some files in my tsconfig json, but it's including files I don't want to be included From a repo (with uncompiled source) I'm trying to include files that end in ts, except for ones that end in spec ts The following includes the files I want, but doesn't successfully exclude the files I don't want
  • Exclude a column using SELECT * [except columnA] FROM tableA?
    SELECT * [except columnA] FROM tableA The only way that I know is to manually specify all the columns and exclude the unwanted column This is really time consuming so I'm looking for ways to save time and effort on this, as well as future maintenance should the table has more less columns
  • How can I exclude multiple folders using Get-ChildItem -exclude?
    Get-ChildItem -Exclude folder1,folder2 | Get-ChildItem -Recurse | Start excluding folders you don't want Then do the recursive search with non desired folders excluded What I like from this approach is that it is simple and easy to remember If you don't want to mix folders and files in the first search a filter would be needed
  • How can I exclude directories from grep -R? - Stack Overflow
    I probably spent way too much time on this than any sane person, but I can't for the life of me figure out how to exclude a subdirectory from the search - grep -r --exclude-dir=public keyword works, but grep -r --exclude-dir='public dist' keyword does not I tried adding regex wildcards, escaping characters etc, but nothing seems to help
  • How to use cp command to exclude a specific directory?
    I want to copy all files in a directory except some files in a specific sub-directory I have noticed that cp command didn't have the --exclude option So, how can I achieve this?
  • How can I exclude all permission denied messages from find?
    I want to grep all txt files and exclude hidden files directory, omit "Permission denied" message to be printed I am using csh shell
  • How do I exclude a directory when using `find`? [closed]
    How do I exclude a specific directory when searching for * js files using find? Quick example: exclude all directories with a given prefix This is a really useful example that doesn't answer the OP's question directly, but is even more useful in my opinion: @Kamil Dziedzic asked in a comment below my answer (corrected for grammar and punctuation):
  • how to exclude tests folder from the wheel of a pyproject. toml . . .
    how to exclude "tests" folder from the wheel of a pyproject toml managed lib? Asked 3 years, 1 month ago Modified 1 year, 11 months ago Viewed 22k times
  • How to exclude a folder in a working git repository (Visual Studio Code)
    Original question: - "Exclude folder from git in Visual Studio Code" -> where the correct answer is "git ignoredRepositories": [] However the body of the question is related to "how to use git" rather than how to filter a git repository in VS Code If approved, I would see how to post the question again and move this answer there





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

|中文姓名英譯,姓名翻譯 |简体中文英文字典