expectation 音标拼音: [
, ɛkspɛkt'eʃən]
n . 期待,期望,指望,预料
期待,期望,指望,预料
expectation n 1 :
belief about (
or mental picture of )
the future [
synonym :
{
expectation }, {
outlook }, {
prospect }]
2 :
anticipating with confidence of fulfillment [
synonym :
{
anticipation }, {
expectation }]
3 :
the feeling that something is about to happen 4 :
the sum of the values of a random variable divided by the number of values [
synonym : {
arithmetic mean }, {
first moment },
{
expectation }, {
expected value }]
Expectation \
Ex `
pec *
ta "
tion \
n . [
L .
expectio .
exspectio :
cf .
F .
expectation .]
1 .
The act or state of expecting or looking forward to an event as about to happen . "
In expectation of a guest ."
--
Tennyson .
[
1913 Webster ]
My soul ,
wait thou only upon God ,
for my expectation is from him . --
Ps .
lxii .
5 .
[
1913 Webster ]
2 .
That which is expected or looked for .
[
1913 Webster ]
Why our great expectation should be called The seed of woman . --
Milton .
[
1913 Webster ]
3 .
The prospect of the future ;
grounds upon which something excellent is expected to happen ;
prospect of anything good to come ,
esp .
of property or rank .
[
1913 Webster ]
His magnificent expectations made him ,
in the opinion of the world ,
the best match in Europe .
--
Prescott .
[
1913 Webster ]
By all men '
s eyes a youth of expectation . --
Otway .
[
1913 Webster ]
4 .
The value of any chance (
as the prospect of prize or property )
which depends upon some contingent event .
Expectations are computed for or against the occurrence of the event .
[
1913 Webster ]
5 . (
Med .)
The leaving of the disease principally to the efforts of nature to effect a cure .
[
1913 Webster ]
{
Expectation of life },
the mean or average duration of the life individuals after any specified age .
Syn :
Anticipation ;
confidence ;
trust .
[
1913 Webster ]
127 Moby Thesaurus words for "
expectation ":
aftertime ,
afteryears ,
anticipation ,
apprehension ,
apprehensiveness ,
aptitude ,
aspiration ,
assumption ,
assurance ,
assured faith ,
awelessness ,
belief ,
by -
and -
by ,
calmness ,
chance ,
cheerful expectation ,
composure ,
confidence ,
conjecture ,
conviction ,
cool ,
coolness ,
course ahead ,
crystal ball ,
demand ,
dependence ,
design ,
desire ,
determinism ,
distant future ,
doomed hope ,
dueness ,
entitledness ,
entitlement ,
eventuality ,
expectancy ,
fair expectation ,
fair prospect ,
faith ,
favorable prospect ,
fervent hope ,
foresight ,
forward look ,
future ,
future tense ,
futurism ,
futurity ,
good chance ,
good cheer ,
good hope ,
great expectations ,
guess ,
hereafter ,
high hopes ,
hope ,
hopeful prognosis ,
hopefulness ,
hopes ,
hoping ,
hoping against hope ,
immediate future ,
immediate prospect ,
imminence ,
inexcitability ,
insistence ,
intention ,
justice ,
justifiable expectation ,
liability ,
likelihood ,
likeliness ,
meritedness ,
motive ,
near future ,
nodding acceptance ,
nonamazedness ,
nonamazement ,
nonastonishment ,
nonmarveling ,
nonwonder ,
nonwondering ,
notion ,
odds ,
offing ,
outlook ,
posteriority ,
prayerful hope ,
prediction ,
presumption ,
presumptive evidence ,
probabilism ,
probability ,
project ,
promise ,
prophecy ,
prospect ,
prospects ,
reasonable ground ,
reasonable hope ,
reliance ,
requirement ,
sanguine expectation ,
security ,
supposition ,
surmise ,
suspense ,
tendency ,
the future ,
the morrow ,
the sweet by -
and -
by ,
time ahead ,
time just ahead ,
time to come ,
tomorrow ,
trust ,
unamazedness ,
unamazement ,
unastonishment ,
unimpressibleness ,
unsurprise ,
unsurprisedness ,
verisimilitude ,
want ,
watchfulness ,
well -
grounded hope ,
wish ,
wonderlessness
安装中文字典英文字典查询工具!
中文字典英文字典工具:
复制到剪贴板
英文字典中文字典相关资料:
为什么是“Hello, World!” - 知乎 “Hello, World!” 作为编程领域的经典入门示例,起源于计算机科学早期的发展历史,并逐渐成为全球程序员…
Creating a Simple Hello World app in Kubernetes The first would be about the "Hello World" app in Kubernetes Even this existing (as mentioned by Limido in the comments [link]), the app itself is not a Kubernetes app, but an app created in the language of your choice, which was containerized and it is deployed in Kubernetes So I would call it (in your case) a Dockerized SpringBoot
Running java helloworld - Stack Overflow I tried to google this, went to oracle com and read all the questions on this forum related to this I wrote a simple "Helloworld" program package helloworld; public class Helloworld { public
helloworld什么意思 - 百度知道 helloworld什么意思“helloworld”的意思是“你好,世界”。具体解释如下:编程术语:在很多编程语言和开发环境中,“helloworld”是一个经典的入门示例代码。当程序运行时,它会输出“你好,世界”这一问候语。这个
asp. net (aspx) 中想打印hello world 需要哪几个文件?_百度知道 asp net (aspx) 中想打印hello world 需要哪几个文件?<%@ Page Language="C#"%><% Response Write ("hello,world"); %>把上面两句保存为1 aspx,然后放到IIS主目录下,就可以输出he
「Hello world」的标准写法是什么? - 知乎 Hello World,几乎是程序猿学习各种语言的第一个程序。 编写 Hello,World 程序已成为编程界的一种传统,然而与许多传统一样,很多人虽然这么做却没有意识到其中真正的目的或价值。 hello world的写法多达650种! 因此就有人产生了一个脑洞,能不能把 Hello World 用所有编程语言都写一遍。 开源地址:
Where does Hello world come from? - Stack Overflow ' hello, world ' is usually the first example for any programming language I've always wondered where this sentence came from and where was it first used I've once been told that it was the first sentence ever to be displayed on a computer screen, but I've not been able to find any reference to this So my question is: Where does the practice to use ' hello, world ' as the first example for
Java 编写 HelloWorld 程序不成功该怎么处理? - 知乎 手把手教大家用Java 写 HelloWorld ,并指出常见问题案例。 一、HelloWorld HelloWorld案例是指在计算机屏幕上输出“HelloWorld”这行文字。各种计算机语言都习惯使用该案例作为第一个演示案例。 Java程序开发运行流程 开发Java程序,需要三个步骤:编写程序,编译程序,运行程序。 HelloWorld案例的编写 首先
helloworld是什么意思?_百度知道 “helloworld”直译为“你好世界”,其含义根据上下文有所不同: 在编程领域: 初学者验证环境:它是编程初学者在学习新语言时,用来验证编程环境是否配置正确的一句简单代码。 象征意义:这句简短的代码象征着编程旅程的开始,代表着“我想和你开始”,是对未来编程学习和探索的期许。 在
Hello, world! - Could not find or load main class - Stack Overflow Computer OS: Windows 7 Language: Java After long time back I am using java, I am getting problem while running the hello world program: public class Hello { public static void main (String