cabinet 音标拼音: [k'æbənət] [k'æbnət]
n . 柜子,橱子,箱子;内阁,内阁会议
a . 内阁的;秘密的
柜子,橱子,箱子;内阁,内阁会议内阁的;秘密的
cabinet 柜
cabinet n 1 :
a piece of furniture resembling a cupboard with doors and shelves and drawers ;
for storage or display 2 :
persons appointed by a head of state to head executive departments of government and act as official advisers 3 :
a storage compartment for clothes and valuables ;
usually it has a lock [
synonym : {
cabinet }, {
locker }, {
storage locker }]
4 :
housing for electronic instruments ,
as radio or television [
synonym : {
cabinet }, {
console }]
Cabinet \
Cab "
i *
net \ (
k [
a ^]
b "[
i ^]*
n [
e ^]
t ),
n . [
F .,
dim .
of cabine or cabane .
See {
Cabin },
n .]
1 .
A hut ;
a cottage ;
a small house . [
Obs .]
[
1913 Webster ]
Hearken a while from thy green cabinet ,
The rural song of careful Colinet . --
Spenser .
[
1913 Webster ]
2 .
A small room ,
or retired apartment ;
a closet .
[
1913 Webster ]
3 .
A private room in which consultations are held .
[
1913 Webster ]
Philip passed some hours every day in his father '
s cabinet . --
Prescott .
[
1913 Webster ]
4 .
The advisory council of the chief executive officer of a nation ;
a cabinet council .
[
1913 Webster ]
Note :
In England ,
the cabinet or cabinet council consists of those privy councilors who actually transact the immediate business of the government . --
Mozley &
W . --
In the United States ,
the cabinet is composed of the heads of the executive departments of the government ,
namely ,
the Secretary of State ,
of the Treasury ,
of War ,
of the Navy ,
of the Interior ,
and of Agiculture ,
the Postmaster -
general ,
and the Attorney -
general .
[
1913 Webster ]
5 .
(
a )
A set of drawers or a cupboard intended to contain articles of value .
Hence :
(
b )
A decorative piece of furniture ,
whether open like an ['
e ]
tag [`
e ]
re or closed with doors .
See {['
e ]
tag [`
e ]
re }.
[
1913 Webster ]
6 .
Any building or room set apart for the safe keeping and exhibition of works of art ,
etc .;
also ,
the collection itself .
[
1913 Webster ]
{
Cabinet council }.
(
a )
Same as {
Cabinet },
n .,
4 (
of which body it was formerly the full title ).
(
b )
A meeting of the cabinet .
{
Cabinet councilor },
a member of a cabinet council .
{
Cabinet photograph },
a photograph of a size smaller than an imperial ,
though larger than a {
carte de visite }.
{
Cabinet picture },
a small and generally highly finished picture ,
suitable for a small room and for close inspection .
[
1913 Webster ]
Cabinet \
Cab "
i *
net \,
a .
Suitable for a cabinet ;
small .
[
1913 Webster ]
He [
Varnhagen von Ense ]
is a walking cabinet edition of Goethe . --
For .
Quar .
Rev .
[
1913 Webster ]
Cabinet \
Cab "
i *
net \,
v .
i . [
imp . &
p .
p . {
Cabineted };
p .
pr . &
vb .
n . {
Cabineting }.]
To inclose [
R .] --
Hewyt .
[
1913 Webster ]
131 Moby Thesaurus words for "
cabinet ":
British Cabinet ,
Canterbury ,
Sanhedrin ,
US Cabinet ,
advisors ,
advisory body ,
advisory council ,
adytum ,
armoire ,
assembly ,
association ,
bench ,
board ,
board of directors ,
board of regents ,
board of trustees ,
body of advisers ,
booking office ,
borough council ,
box office ,
brain trust ,
branch ,
branch office ,
buffet ,
bunker ,
bureau ,
cadre ,
camarilla ,
cellaret ,
chamber ,
chambers ,
chancellery ,
chancery ,
chassis ,
chest ,
chest of drawers ,
chiffonier ,
city council ,
closet ,
clothespress ,
committee ,
commode ,
common council ,
conference ,
congress ,
console ,
consulate ,
consultative assembly ,
corporate headquarters ,
council ,
council fire ,
council of ministers ,
council of state ,
council of war ,
county council ,
court ,
credenza ,
cupboard ,
davenport ,
deliberative assembly ,
den ,
desk ,
diet ,
directorate ,
directory ,
divan ,
drawer ,
dresser ,
embassy ,
escritoire ,
executive arm ,
executive committee ,
executive hierarchy ,
executive office ,
governing board ,
governing body ,
headquarters ,
holy of holies ,
home office ,
housing ,
infrastructure ,
interlocking directorate ,
junta ,
kitchen cabinet ,
legation ,
legislature ,
locker ,
lowboy ,
main office ,
management ,
ministry ,
office ,
parish council ,
press ,
privy council ,
radio ,
radio receiver ,
radio set ,
radio telescope ,
receiver ,
receiving set ,
retreat ,
sanctum ,
sanctum sanctorum ,
secretaire ,
secretary ,
set ,
shadow cabinet ,
shelf ,
shop ,
sideboard ,
soviet ,
staff ,
steering committee ,
study ,
syndicate ,
synod ,
tallboy ,
the administration ,
the brass ,
the executive ,
the people upstairs ,
ticket office ,
top brass ,
tribunal ,
vargueno ,
vitrine ,
wardrobe ,
whatnot ,
wireless ,
wireless set
安装中文字典英文字典查询工具!
中文字典英文字典工具:
复制到剪贴板
英文字典中文字典相关资料:
How do I use %s in C correctly? - Stack Overflow I know that %s is a string of characters, but I don't know how to use it Can anyone provide me a very basic example of how its used and how it's different from char? All the examples given below
c - What does the %*s format specifier mean? - Stack Overflow It's used to specify, in a dynamic way, what the width of the field is: The width is not specified in the format string, but as an additional integer value argument preceding the argument that has to be formatted so "indent" specifies how much space to allocate for the string that follows it in the parameter list So,
What does s mean? : r OutOfTheLoop - Reddit The s tag is just an abbreviation of the qualifier-descriptor sarcasm; by convention, most people understand the whole expression without the need to spell it all out, just like a TL;DR or a PS etc
正規表現 - 正規表現の [\s\S]、. *? について - スタック・オーバーフロー 以下理由を示します。 おそらく [\s\S] はスペースの事を指していると思われる。 classの中身が追加されて、先ほどと同様にスペースが入ってdata-index属性に入る文字列が検索対象となる。 同様にスペースでhref属性に入る文字列が何でも検索対象となる。
What is the meaning of s? : r NoStupidQuestions - Reddit Its nonsense is what it is, lemmetelyoo Us sarcastics have been being misunderstood just fine on our own, and we was happy to take it, that's what made it funny
c - What does %. *s mean in printf? - Stack Overflow This question is similar to: What does this statement mean ? printf (" [% *s] ", (int) lengths [i], If you believe it’s different, please edit the question, make it clear how it’s different and or how the answers on that question are not helpful for your problem
What is the meaning of %-*. *s in a printf format string? It's interesting Let's start with a simple printf("%s", "abc") It will print the string abc printf("%8s", "abc") will print abc, including 5 leading spaces: 8 is the "field width" Think of a table of data with column widths so that data in the same column is vertically aligned The data is by default right-aligned, suitable for numbers
What does regular expression \\s*,\\s* do? - Stack Overflow What does regular expression \\s*,\\s* do? Asked 13 years, 3 months ago Modified 6 months ago Viewed 229k times
知乎 - 有问题,就会有答案 知乎,中文互联网高质量的问答社区和创作者聚集的原创内容平台,于 2011 年 1 月正式上线,以「让人们更好的分享知识、经验和见解,找到自己的解答」为品牌使命。知乎凭借认真、专业、友善的社区氛围、独特的产品机制以及结构化和易获得的优质内容,聚集了中文互联网科技、商业、影视