英文字典中文字典


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







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

elite    音标拼音: [ɪl'it] [el'it]
n. 精华,精锐,中坚分子

精华,精锐,中坚分子

elite
一种打字机字母尺寸

elite
adj 1: selected as the best; "an elect circle of artists";
"elite colleges" [synonym: {elect}, {elite}]
n 1: a group or class of persons enjoying superior intellectual
or social or economic status [synonym: {elite}, {elite group}]

'Elite \['E]`lite"\ ([=a]`l[=e]t"), n. [F., fr. ['e]lire to
choose, L. eligere. See {Elect}.]
1. A choice or select body; the flower; as, the ['e]lite of
society.
[1913 Webster]

2. See {Army organization}, Switzerland.
[Webster 1913 Suppl.]

133 Moby Thesaurus words for "elite":
FFVs, Vanity Fair, ancienne noblesse, aristocracy, baronage,
baronetage, barons, beau monde, beautiful people, best,
best people, bunch, cabal, cadre, cafe society, cafe-society,
camarilla, carriage trade, cell, champion, charmed circle,
chivalry, choice, chosen, chosen people, circle, clan, clique,
closed circle, coterie, cream, cream of society, crew, crowd,
drawing room, elect, elite group, establishment,
fashionable society, fat, flower, for the best, good society,
greatest, group, handpicked, haut monde, high life, high society,
high-society, hoi polloi, in society, in-crowd, ingroup,
inner circle, jet set, jet-set, jeunesse doree, junta, junto,
knightage, lace-curtain, lords of creation, matchless, mob, monde,
nobility, noblesse, noblesse de robe, nonesuch, nonpareil,
old nobility, optimal, optimum, outfit, overlapping, paragon,
paramount, peerage, peerless, people of fashion, pick, picked,
pink, polite society, power elite, power structure, pride, prime,
prize, queen, quintessence, quintessential, right people, ring,
royalty, ruling circles, ruling class, salon, select, set,
silk-stocking, smart set, social register, socially prominent,
societe, society, superlative, supreme, surpassing,
the Four Hundred, the best, the best ever, the best people,
the brass, the classes, the tops, the very best, top, top people,
unmatchable, unmatched, unparalleled, unsurpassed, upper class,
upper classes, upper crust, upper ten, upper ten thousand,
uppercut, very best, we-group, world of fashion

1. A term used to describe skilled {crackers} or
{hackers}, or their deeds. In the last sense, compare to
{elegant}.

The term is also used to describe exclusive forums ({ftp}
sites, {BBSs}) used for trading pirated software, {crack}ing
tools, or {phreaking} codes.

(1997-01-31)

elite: adj. Clueful. Plugged-in. One of the cognoscenti. Also used as a
general positive adjective. This term is not actually native hacker slang;
it is used primarily by crackers and warez d00dz,
for which reason hackers use it only with heavy irony. The term used to
refer to the folks allowed in to thehiddenor
privilegedsections of BBSes in the early 1980s (which,
typically, contained pirated software). Frequently, early boards would only
let you post, or even see, a certain subset of the sections (or
boards’) on a BBS. Those who got to the frequently legendary
triple super secretboards were elite. Misspellings of this
term in warez d00dz style abound; the forms l337 eleet, and 31337 (among others) have been sighted.A true hacker would be more likely to use
wizardly’. Oppose lamer.


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





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


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

































































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


  • VBA to Turn OFF AutoSave - MrExcel
    I have a pretty hefty file with a macro that does a couple of "Save As" (for backup, mobile-friendly, etc ) The final step of the macro is to open up the original file, which is stored in OneDrive In the last few weeks, when it opens the original file, it flips the AutoSave option to ON
  • How to disable all forms of autosave for a certain workbook.
    Can someone explain to me what autosave processes run during excel, and how to disable them Note that other documents should autosave properly, even if they are opened at the same time as my workbook
  • Disable AutoSave after Enable Content but Before WorkbookOpen - MrExcel
    This macro contains first off all the code to disable the AutoSave After this, in the same macro, an InputBox will pop-up where the user needs to fill in some info My file also contains a macro 'Workbook_BeforeSave' This to avoid users to save the file without using a 'Save-button' I made
  • Cant Disable AutoSave | MrExcel Message Board
    I have a Macro Enabled Excel Workbook I'm running Excel 2013 I've disabled AutoRecovery for the workbook (see instructions below), however Excel still AutoSaves my workbook Is there a fix for this? Thank you! STEPS (not working): Open the Excel workbook Click on the Office button > Excel Options Go to the "Save" section
  • Turn off Auto Save in VBA | MrExcel Message Board
    I can turn off auto save on my Excel, but I have a rather large Excel file with a lot of users, and when auto recovery starts saving it typically crashes on them In lieu of turning off everyone's auto save on their actual machines, is there a way to utilize VBA to disable it just in this exact
  • How to disable auto publishing excel 2007 | MrExcel Message Board
    The save then saves to a excel html file in another file so it can be viewed on our company intranet I need to be able to archive these files at the end of every month This would mean disabling the auto save feature so if changes need are made for a previous month it does not overwrite the current information in the html files (which
  • Form: Disable Auto Save and Enable at Save Record (slight issue) - MrExcel
    Hello there, so in access I have borrowed this code that I found to disable auto save in access form and enable at the end It works, except, it doesn't allow my form to update the lookup fields attached: Private mIsUserUpdate As Boolean 'Flag 'Cancel Auto Save Private Sub Form_BeforeUpdate(Cancel As Integer) If Not mIsUserUpdate Then Cancel = True
  • Disable Enable Save and Save As | MrExcel Message Board
    I am using a macro which saves a file automatically to the Desktop What I would like to do is disable Save Save As using VBA code immediately after the file is automatically saved to prevent it from being saved again I would also like to disable the 'Save Save As' window from opening when the file is closed
  • VBA to turn off AutoSave but not Save as it is actioned
    It seems that ThisWorkbook Saved = True won't prevent a save when turning off autosave All I can think of is that you create a public variable and if autosave is on, set its value to False (or whatever you want) Then use the workbook beforesave event to check the variable and Cancel save in that event Someone else might have a better idea
  • how to turn off autosave in vba? | MrExcel Message Board
    there is no autorecover in excel 2000 thanks for the reply I'm wondering how this done in Excel 2000 I couldn't find the command





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