Redian新闻
>
南开校友会Great Boston Area (转载)
avatar
南开校友会Great Boston Area (转载)# Business - 商学院
a*1
1
能不能给介绍个便宜的医疗保险代理公司呢?
被layoff了,需要自己买保险了。
我听别人说,个人买保险挺贵的。只要买大病保险就好了。
能否给个这方面的建议。
多谢了。
也可以回复到我的邮箱j**********[email protected]
avatar
y*k
2
看了2集,还能看下去啊。似乎还行。
avatar
b*w
3
I have the following quesitons on divide by zeros, could somebody explain to
me
why it is so?
Question 1:
int a = 1, b = 0;
int c = a/b;
printf("%f", c);
I will get float point exception at the line c = a/b, but here all a, b, c
are integers? why a float point exception is invoked?
Qustion 2:
float a = 1.0, b = 0.0;
float c = a/b;
printf("%f", c);
the output is: inf
could somebody explain the two results to me?
Thanks!
avatar
C*N
4
给朋友一个brand new netbook作为圣诞礼物,但是他打开后不work。请教高手,是什
么原因,怎么处理?
下面是故障描述:
WHEN YOU TURN ON THE COMPUTER THE START UP SCREEN IS FROZEN AND YOU CANNOT
DO ANYTHING. IT'S LIKE ALL THE ENTIRE SYSYEM IS FROZEN WE HAVE TRIED TURNING
ON AND OFF SEVERAL TIMES ITS LIKE IT WONT BOOT, IT WON'T TO ANYTHING BUT A
SCREEN THAT WON'T DO ANYTHING
avatar
j*i
5
现在改得面目全非,都不知道怎么用了。微软是不是要把老的程序员都淘汰掉?
avatar
e*e
6
【 以下文字转载自 Boston 讨论区 】
发信人: nkmm (natural killer), 信区: Boston
标 题: 南开校友会Great Boston Area (转载)
发信站: BBS 未名空间站 (Wed Jan 28 12:15:58 2009)
发信人: nkmm (natural killer), 信区: NKU
标 题: 南开校友会Great Boston Area
发信站: BBS 未名空间站 (Wed Jan 28 12:15:36 2009)
大家好,我现在打算在Boston组织一下南开校友会。
下面是联系方法的表格
现在经济情况不好,大家能互相帮一下就是多一条路。
最起码,多认识几个朋友,一起玩玩也是好的啊,呵呵。
我现在先吆喝一声啦,谢了先。
http://spreadsheets.google.com/viewform?key=pWw4fjvTQDCWnbrcrWHy7WQ
avatar
r*y
7
有次偶然在哪里看到什么“你看不懂的丑女无敌”的文章
受不了做作的gay

【在 y********k 的大作中提到】
: 看了2集,还能看下去啊。似乎还行。
avatar
S*I
8
这个取决于你用的编译器

to

【在 b******w 的大作中提到】
: I have the following quesitons on divide by zeros, could somebody explain to
: me
: why it is so?
: Question 1:
: int a = 1, b = 0;
: int c = a/b;
: printf("%f", c);
: I will get float point exception at the line c = a/b, but here all a, b, c
: are integers? why a float point exception is invoked?
: Qustion 2:

avatar
a*n
9
有可能内存松了

TURNING

【在 C***N 的大作中提到】
: 给朋友一个brand new netbook作为圣诞礼物,但是他打开后不work。请教高手,是什
: 么原因,怎么处理?
: 下面是故障描述:
: WHEN YOU TURN ON THE COMPUTER THE START UP SCREEN IS FROZEN AND YOU CANNOT
: DO ANYTHING. IT'S LIKE ALL THE ENTIRE SYSYEM IS FROZEN WE HAVE TRIED TURNING
: ON AND OFF SEVERAL TIMES ITS LIKE IT WONT BOOT, IT WON'T TO ANYTHING BUT A
: SCREEN THAT WON'T DO ANYTHING

avatar
y*k
10
感觉很好笑啊,笑死了。
avatar
m*s
11
我随便说说。
1,很简单,你的compilier把int转换成float然后做除法运算的。
2,你assign b的值是0.0,但compilier把float的0.0转化成无穷小,然后无穷小被除
自然是INF咯。

to

【在 b******w 的大作中提到】
: I have the following quesitons on divide by zeros, could somebody explain to
: me
: why it is so?
: Question 1:
: int a = 1, b = 0;
: int c = a/b;
: printf("%f", c);
: I will get float point exception at the line c = a/b, but here all a, b, c
: are integers? why a float point exception is invoked?
: Qustion 2:

avatar
p*w
12
start up screen 是哪一个的?是 bios 的还是 windows 的?
(其实不管哪一个,都不太可能内存松了)
如果是 windows start up,可能是系统某个文件坏了
这种没法查,只能重装系统最省事

是什
CANNOT
A

【在 a***n 的大作中提到】
: 有可能内存松了
:
: TURNING

avatar
a*h
13
听说丑女无敌为湖南卫视再次拿下全国收视冠军,不服不行
avatar
t*t
14
In C/C++, divide by 0 is undefined. The programmer need to take the
responsibility to make it never happen.
5 If during the evaluation of an expression, the result is not mathemat-
ically defined or not in the range of representable values for its
type, the behavior is undefined, unless such an expression is a con-
stant expression (_expr.const_), in which case the program is ill-
formed. [Note: most existing implementations of C++ ignore integer
overflows. Treatment of

【在 b******w 的大作中提到】
: I have the following quesitons on divide by zeros, could somebody explain to
: me
: why it is so?
: Question 1:
: int a = 1, b = 0;
: int c = a/b;
: printf("%f", c);
: I will get float point exception at the line c = a/b, but here all a, b, c
: are integers? why a float point exception is invoked?
: Qustion 2:

avatar
C*N
15
windows xp.

【在 p*********w 的大作中提到】
: start up screen 是哪一个的?是 bios 的还是 windows 的?
: (其实不管哪一个,都不太可能内存松了)
: 如果是 windows start up,可能是系统某个文件坏了
: 这种没法查,只能重装系统最省事
:
: 是什
: CANNOT
: A

avatar
EA
16
where did you watch it?
avatar
b*w
17
Thanks, I have just checked the iso/iec 14882 standard and the following:
avatar
p*w
18
这种情况是内存问题的可能性比较小
诊断很麻烦,不值得。
就是找个 XP 光盘重新安装算了

【在 C***N 的大作中提到】
: windows xp.
avatar
y*k
19
PPS

【在 EA 的大作中提到】
: where did you watch it?
avatar
a*l
20
出面试题的人不懂什么是compiler/machine specific behavior.

to

【在 b******w 的大作中提到】
: I have the following quesitons on divide by zeros, could somebody explain to
: me
: why it is so?
: Question 1:
: int a = 1, b = 0;
: int c = a/b;
: printf("%f", c);
: I will get float point exception at the line c = a/b, but here all a, b, c
: are integers? why a float point exception is invoked?
: Qustion 2:

avatar
z*y
21
看了第二集,实在没办法坚持下去
很难想象这种人还什么亚行助理,没看出能力强,光看当弱智了

【在 y********k 的大作中提到】
: 看了2集,还能看下去啊。似乎还行。
avatar
y*k
22
555, 看到第3集后,就看不下去了,不知所云,真失望。这年头找个好看的真难。

【在 z*****y 的大作中提到】
: 看了第二集,实在没办法坚持下去
: 很难想象这种人还什么亚行助理,没看出能力强,光看当弱智了

avatar
l*a
23
主角一般,配角更出彩,譬如那个gay导演,还有那个老是勾引人的什么秘书。

【在 z*****y 的大作中提到】
: 看了第二集,实在没办法坚持下去
: 很难想象这种人还什么亚行助理,没看出能力强,光看当弱智了

avatar
d*d
24
看了! 喜欢!!! 前面两集不太好看, 憋着劲坚持了下去, 结果到后面越来越好看越来越
好看, 现在好期待第二季...
avatar
z*y
25
有朋友推荐,我和lp看了第一集,都嘲笑那推荐人的欣赏品位,这什么烂片还看
结果实在没什么好看的片子供吃饭的时候看,只好一下子跳到第六集开始看,嗯,发现
后面有意思

【在 d*********d 的大作中提到】
: 看了! 喜欢!!! 前面两集不太好看, 憋着劲坚持了下去, 结果到后面越来越好看越来越
: 好看, 现在好期待第二季...

avatar
t*i
26
无聊至极的时候看的,一般的很,不过到激起了我看原版丑贝蒂的兴趣
avatar
x*i
27
我以前中途只看了一点,觉得太E没有看下去,新年开始,长城平台的湖南卫视开始重
播,我跟着看了第1-2集,觉得还不错,适合新年看看,以前有人推荐的时候说过,这
个戏的编剧还是《走向共和》的编剧,当然他们也不是原创,但是山寨的还可以

【在 z*****y 的大作中提到】
: 有朋友推荐,我和lp看了第一集,都嘲笑那推荐人的欣赏品位,这什么烂片还看
: 结果实在没什么好看的片子供吃饭的时候看,只好一下子跳到第六集开始看,嗯,发现
: 后面有意思

avatar
a*e
28
看了一些,觉得打发时间挺好的,随便什么时候看都行,也不用像潜伏一样一定要一口
气看到底。
说是第二季也快开始了。
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。