英文字典中文字典


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







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

consultation    音标拼音: [k,ɑnsəlt'eʃən]
n. 请教,咨询,协议会

请教,咨询,协议会

consultation
n 1: a conference (usually with someone important); "he had a
consultation with the judge"; "he requested an audience
with the king" [synonym: {consultation}, {audience},
{interview}]
2: a conference between two or more people to consider a
particular question; "frequent consultations with his
lawyer"; "a consultation of several medical specialists"
3: the act of referring or consulting; "reference to an
encyclopedia produced the answer" [synonym: {reference},
{consultation}]

Consultation \Con`sul*ta"tion\, n. [L. consultatio: cf. F.
consultation.]
1. The act of consulting or conferring; deliberation of two
or more persons on some matter, with a view to a decision.
[1913 Webster]

Thus they doubtful consultations dark
Ended. --Milton.
[1913 Webster]

2. A council or conference, as of physicians, held to
consider a special case, or of lawyers restained in a
cause.
[1913 Webster]

{Writ of consultation} (Law), a writ by which a cause,
improperly removed by prohibition from one court to
another, is returned to the court from which it came; --
so called because the judges, on consultation, find the
prohibition ill-founded.
[1913 Webster]

57 Moby Thesaurus words for "consultation":
admonition, advice, advising, advocacy, audience, bargaining,
bargaining session, briefing, caution, caveat, conclave, confab,
confabulation, conference, confrontation, congress, convention,
council, council fire, council of war, counsel, direction,
discussion, exchange of views, exhortation, expostulation,
eyeball-to-eyeball encounter, guidance, high-level talk, hortation,
huddle, idea, instruction, interchange of views, interview,
meeting, monition, negotiations, news conference, opinion, palaver,
parley, pourparler, powwow, press conference, proposal,
recommendation, remonstrance, seance, session, sitting, suggestion,
summit, summit conference, summitry, thought, warning

CONSULTATION, Eng. law. The name of a writ whereby a cause, being formerly
removed by prohibition out of an inferior court into some of the king's
courts in Westminster, is returned thither again for if the judges of the
superior court, comparing the proceedings with the suggestion of the party,
find the suggestion false or not proved, and that therefore the cause was
wrongfully called from the inferior court, then, upon consultation and
deliberation, they decree it to be returned, where upon this writ issues. T.
de la Ley.


CONSULTATION, practice. A conference between the counsel or attorneys
engaged on the same side of a cause, for the purpose of examining their
case, arranging their proofs, and removing any difficulties there may be in
their way.
2. This should be had sufficiently early to enable the counsel to
obtain an amendment of the pleadings, or further evidence. At these
consultations the exact course to be taken by the plaintiff in exhibiting
his proofs should be adopted, in consultation, by the plaintiff's counsel.
In a consultation on a defendant's case, it is important to ascertain the
statement of the defence, and the evidence which may be depended upon to
support it; to arrange the exact course of defence, and to determine on the
cross-examination of the plaintiff's witnesses; and, above all, whether or
not evidence shall be given on the part of the defendant, or withheld, so as
to avoid a reply on the part of the plaintiff. The wishes of the client
should, in all cases, be consulted. 3 Chit. Pr. 864.


CONSULTATION, French law. The opinion of counsel, on a point of law
submitted to them. Dict. de Jur. h.t.


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





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


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

































































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


  • using Clang in windows 10 for C C++ - Stack Overflow
    Under "Desktop development with C++" also select "C++ clang tools for windows" Click install and clang will be usable to you through the commandline, just like the CS50 terminal You usually won't have to worry too much about playing with extra cmdline options other than the ones cs50 has taught you To create a C project in VS with clang-
  • How can I install clang-format in Ubuntu? - Stack Overflow
    How do I get the latest version? sudo apt install clang-format installs clang-format version 6, but the documentation pages I can find online are for versions 9 and 11 Why is the Ubuntu version 5 major versions out of date?
  • How to install CLang using precompiled binaries?
    How do I install CLang on Ubuntu, using precompiled binaries of CLang that I downloaded? Here's how I downloaded CLang: "LLVM Download Page" -> "Download LLVM 3 2" -> "Clang Binaries for Ubuntu-
  • Cant install right Clang Verison on Windows 11 - Stack Overflow
    compnerd org clang version 14 0 0 Target: x86_64-unknown-windows-msvc Thread model: posix InstalledDir: C:\Library\Developer\Toolchains\unknown-Asserts-development xctoolchain\usr\bin I have also installed visual studio code to download clang through there and run the code through visual studio terminal but get the same errors
  • Which Clang compiler should I download? - Stack Overflow
    I want to install Clang compliler on my system I went to this link, but so many download options out there confused me, as to which version should I download? I'm using Dell's laptop : Windows 7
  • What do you need to install to use Clang on windows to build c++14 for . . .
    Run clang exe to compile your file with all options as you would, just like on Linux Note that this install of clang will use the MSVC C and C++ static dynamic libraries (ucrt dll)
  • How run clang from command line on Windows? - Stack Overflow
    Here is what I did to use the compiler from the terminal on Windows 10: I downloaded and installed the Build Tools for Visual Studio 2022 This installs and opens the Visual Studio Installer In the Visual Studio Installer I selected three things: Desktop development with C++ from the Workload tab C++ Clang Compiler for Windows (13 0 1) from the Individual Components tab C++ Clang-cl for v143
  • Is there a pre-built clang library for Windows? [closed]
    I am developing a tool using the clang library on Linux and I would like to port this tool to Windows On Linux, I can install Clang from the LLVM repositories using apt-get clang-6 0-dev and sim
  • How to setup VS Code for C++ with clangd support?
    See the VS Code Clangd extension's Project Setup docs, which state: you must tell clangd how your project is built (compile flags) A compile_commands json file can usually be generated by your build system (e g with CMake, by setting -DCMAKE_EXPORT_COMPILE_COMMANDS=1) See Project Setup in the clangd documentation for details and alternatives In the linked clangd docs, you'll see: compile
  • llvm-toolset-7-clang rpm installation for RHEL 7 - Stack Overflow
    llvm-toolset-7-clang >= 4 0 1 is needed by postgresql12-devel-12 4-1PGDG rhel7 x86_64 Here is my application OS Red Hat Enterprise Linux Server release 7 7 (Maipo) Internet Connection NONE - not allowed as per company policy yum is not possible in machine Other links already checked but not the same scenario in with my machine All used yum





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