avatar
n*n
2
【 以下文字转载自 bluechips 俱乐部 】
发信人: newgumin (新股民), 信区: bluechips
标 题: 从联储买MBS到现在退出
发信站: BBS 未名空间站 (Wed Mar 31 17:19:49 2010, 美东)
期间有总量多少的房贷做了再融资?
联储买了2T的MBS,平均利率按5%算,基本是历史最低点。如果现在是买房子或再融资
的最好时机,那对放贷方来说就是最坏的时机。
将来这部分债券岂不是都要亏本。联储拿什么来补亏空呢?
另外再融资的单向特性(只会在利率低的时候再融资)岂不是决定了这个市场是偏好借
贷方,不利于放贷方的?
avatar
E*u
3
We are looking for a part-time and home-based graphic designer for a large-
format printing company located in NYC . This position is time-flexible and
location flexible basically. if interested, feel free to contact me
avatar
k*3
4
PD is 03/01/2006, NSC center.
Submitted in Jul/2007, one fingerprint in Oct/2007.
Sorry, I can not type in Chinese. I went to restroom and came back to find two USCIS emails waiting for me in my compay mailbox. I am so excited and decided to take off this afternoon and celebrate it with my wife. Now, I am free to move on. Good luck to all you guys.
One month ago, an immigration officer visited me at my company and asked me several questions.
avatar
z*e
5
野人怎么完全不会用火挡住wights?既然有修墙,那必然是遇到过wights/w-walkers
avatar
t*y
7
#include
#include
int change (int x)
{
x += 5;
return x;
}
int main (){
int y =5;
change (y);
printf ("%d",y);
return 0;
}
------------------
第一次写C, 这个小程序, 我期望输出为10,但结果是5, 为什么? 多谢解释:)
avatar
s*m
8
需要的话告诉我你的email地址
我把最新版2008年的sci的影响因子数据发给你
是个excel文件

【在 z*s 的大作中提到】
: 谢谢
avatar
f*r
9
可以印钱的机构怕什么亏空,fed就是通过refinance这个管道把印的钱发到大家手里

【在 n******n 的大作中提到】
: 【 以下文字转载自 bluechips 俱乐部 】
: 发信人: newgumin (新股民), 信区: bluechips
: 标 题: 从联储买MBS到现在退出
: 发信站: BBS 未名空间站 (Wed Mar 31 17:19:49 2010, 美东)
: 期间有总量多少的房贷做了再融资?
: 联储买了2T的MBS,平均利率按5%算,基本是历史最低点。如果现在是买房子或再融资
: 的最好时机,那对放贷方来说就是最坏的时机。
: 将来这部分债券岂不是都要亏本。联储拿什么来补亏空呢?
: 另外再融资的单向特性(只会在利率低的时候再融资)岂不是决定了这个市场是偏好借
: 贷方,不利于放贷方的?

avatar
e*3
10
congrat!

【在 k******3 的大作中提到】
: PD is 03/01/2006, NSC center.
: Submitted in Jul/2007, one fingerprint in Oct/2007.
: Sorry, I can not type in Chinese. I went to restroom and came back to find two USCIS emails waiting for me in my compay mailbox. I am so excited and decided to take off this afternoon and celebrate it with my wife. Now, I am free to move on. Good luck to all you guys.
: One month ago, an immigration officer visited me at my company and asked me several questions.

avatar
y*5
11
这剧到现在的情况,就是你认真你就输了。

【在 z*********e 的大作中提到】
: 野人怎么完全不会用火挡住wights?既然有修墙,那必然是遇到过wights/w-walkers
avatar
l*e
12
欧洲的地图啊!
不知道这版北美的地图还会不会有错
avatar
C*y
13
你修改的并不是y
需要传y的地址过去

【在 t**********y 的大作中提到】
: #include
: #include
: int change (int x)
: {
: x += 5;
: return x;
: }
: int main (){
: int y =5;
: change (y);

avatar
j*l
14
JCR web site.
avatar
H*B
15
cong

【在 k******3 的大作中提到】
: PD is 03/01/2006, NSC center.
: Submitted in Jul/2007, one fingerprint in Oct/2007.
: Sorry, I can not type in Chinese. I went to restroom and came back to find two USCIS emails waiting for me in my compay mailbox. I am so excited and decided to take off this afternoon and celebrate it with my wife. Now, I am free to move on. Good luck to all you guys.
: One month ago, an immigration officer visited me at my company and asked me several questions.

avatar
p*o
16

void change (int * x)
(* x) += 5;
//return x;
change (& y);

【在 t**********y 的大作中提到】
: #include
: #include
: int change (int x)
: {
: x += 5;
: return x;
: }
: int main (){
: int y =5;
: change (y);

avatar
c*n
18
gxgx
avatar
b*i
19
int change (int& x)

【在 t**********y 的大作中提到】
: #include
: #include
: int change (int x)
: {
: x += 5;
: return x;
: }
: int main (){
: int y =5;
: change (y);

avatar
s*r
20
congratulations... and wait in line....

【在 k******3 的大作中提到】
: PD is 03/01/2006, NSC center.
: Submitted in Jul/2007, one fingerprint in Oct/2007.
: Sorry, I can not type in Chinese. I went to restroom and came back to find two USCIS emails waiting for me in my compay mailbox. I am so excited and decided to take off this afternoon and celebrate it with my wife. Now, I am free to move on. Good luck to all you guys.
: One month ago, an immigration officer visited me at my company and asked me several questions.

avatar
g*l
21
C 没有 reference。

【在 b***i 的大作中提到】
: int change (int& x)
avatar
s*1
22
cong! baozi, please!
avatar
l*a
23
第一次写c,大家就给推荐指针,
你那函数也没问题,返回+5后的数值也对,就是调用的时候没有把返回值赋值给y
最简单就是把main函数里面的change (y);改成 y = change (y);就行了
avatar
o*7
24
gxgx.

【在 k******3 的大作中提到】
: PD is 03/01/2006, NSC center.
: Submitted in Jul/2007, one fingerprint in Oct/2007.
: Sorry, I can not type in Chinese. I went to restroom and came back to find two USCIS emails waiting for me in my compay mailbox. I am so excited and decided to take off this afternoon and celebrate it with my wife. Now, I am free to move on. Good luck to all you guys.
: One month ago, an immigration officer visited me at my company and asked me several questions.

avatar
t*y
25
多谢指教.
看来指针是c 的必要部分, 得去好好看看; 有好的网络教程/书籍推荐吗?

【在 l********a 的大作中提到】
: 第一次写c,大家就给推荐指针,
: 你那函数也没问题,返回+5后的数值也对,就是调用的时候没有把返回值赋值给y
: 最简单就是把main函数里面的change (y);改成 y = change (y);就行了

avatar
u*a
26
gxgx
avatar
a*w
27
pass by value

printf("%d", change(y));

【在 t**********y 的大作中提到】
: #include
: #include
: int change (int x)
: {
: x += 5;
: return x;
: }
: int main (){
: int y =5;
: change (y);

avatar
c*r
28
恭喜恭喜!希望NSC 能继续努力干活。
avatar
s*X
29
正解

【在 l********a 的大作中提到】
: 第一次写c,大家就给推荐指针,
: 你那函数也没问题,返回+5后的数值也对,就是调用的时候没有把返回值赋值给y
: 最简单就是把main函数里面的change (y);改成 y = change (y);就行了

avatar
b*t
30
gxgx
avatar
q*a
32
Congrats!
avatar
y*e
33
这是正解,以LZ的水平,pass by reference 或pass by pointer 直接修改参数不妥。

【在 l********a 的大作中提到】
: 第一次写c,大家就给推荐指针,
: 你那函数也没问题,返回+5后的数值也对,就是调用的时候没有把返回值赋值给y
: 最简单就是把main函数里面的change (y);改成 y = change (y);就行了

avatar
n*e
34
GXGX BAOZI PLEASE
avatar
t*y
35
以大家的经验,什么时候开始学习pointer比较合适???

【在 y****e 的大作中提到】
: 这是正解,以LZ的水平,pass by reference 或pass by pointer 直接修改参数不妥。
avatar
G*x
36
GXGX BAOZI PLEASE
avatar
b*n
37
pointer没他们说的那么难,随便试俩例子就能搞定
avatar
f*l
38
congrats!!!
avatar
R*a
39
y=change(y); //if your intention is to get a new "y"
//then print y

【在 t**********y 的大作中提到】
: #include
: #include
: int change (int x)
: {
: x += 5;
: return x;
: }
: int main (){
: int y =5;
: change (y);

avatar
k*3
40
How to send BAOZHI? I usually don't login my account and don't know how may
BAOZHI I have. Please let me know how to check and send BAOZHI.
avatar
O*d
41
y = change (y);
avatar
B*t
42
cong! re
avatar
L*n
43
cong

two USCIS emails waiting for me in my compay mailbox. I am so excited and
decided to take off this afternoon and celebrate it with my wife. BTW, my PD
is 03/01/2006, NSC center. Now, I am free to move on. Good luck to all you
guys.

【在 k******3 的大作中提到】
: How to send BAOZHI? I usually don't login my account and don't know how may
: BAOZHI I have. Please let me know how to check and send BAOZHI.

avatar
k*i
44
gxgx
avatar
m*7
45
cong!

two USCIS emails waiting for me in my compay mailbox. I am so excited and
decided to take off this afternoon and celebrate it with my wife. BTW, my PD
is 03/01/2006, NSC center. Now, I am free to move on. Good luck to all you
guys.

【在 k******3 的大作中提到】
: How to send BAOZHI? I usually don't login my account and don't know how may
: BAOZHI I have. Please let me know how to check and send BAOZHI.

avatar
y*n
46
GX
avatar
z*g
47
GongXI!!!
avatar
d*1
48
GX
avatar
l*n
49
Cong!

two USCIS emails waiting for me in my compay mailbox. I am so excited and
decided to take off this afternoon and celebrate it with my wife. Now, I am
free to move on. Good luck to all you guys.
me several questions.

【在 k******3 的大作中提到】
: PD is 03/01/2006, NSC center.
: Submitted in Jul/2007, one fingerprint in Oct/2007.
: Sorry, I can not type in Chinese. I went to restroom and came back to find two USCIS emails waiting for me in my compay mailbox. I am so excited and decided to take off this afternoon and celebrate it with my wife. Now, I am free to move on. Good luck to all you guys.
: One month ago, an immigration officer visited me at my company and asked me several questions.

avatar
s*2
50
gxgx
avatar
d*y
51
Gx
avatar
d*y
52
Gx
avatar
z*o
53
GXGX!!!
baozi pls
avatar
D*9
54
cong
avatar
m*g
55
cong!
avatar
a*s
56
Congratulations!!!

two USCIS emails waiting for me in my compay mailbox. I am so excited and
decided to take off this afternoon and celebrate it with my wife. Now, I am
free to move on. Good luck to all you guys.
me several questions.

【在 k******3 的大作中提到】
: PD is 03/01/2006, NSC center.
: Submitted in Jul/2007, one fingerprint in Oct/2007.
: Sorry, I can not type in Chinese. I went to restroom and came back to find two USCIS emails waiting for me in my compay mailbox. I am so excited and decided to take off this afternoon and celebrate it with my wife. Now, I am free to move on. Good luck to all you guys.
: One month ago, an immigration officer visited me at my company and asked me several questions.

avatar
c*p
57
cong,baozi
avatar
f*e
58
gxgx
avatar
s*n
59
GXGX!
avatar
H*s
60
cong, baozi
avatar
W*r
61
CONG!

two USCIS emails waiting for me in
my compay mailbox. I am so excited and decided to take off this afternoon
and celebrate it with my wife.
Now, I am free to move on. Good luck to all you guys.
me several questions.

【在 k******3 的大作中提到】
: PD is 03/01/2006, NSC center.
: Submitted in Jul/2007, one fingerprint in Oct/2007.
: Sorry, I can not type in Chinese. I went to restroom and came back to find two USCIS emails waiting for me in my compay mailbox. I am so excited and decided to take off this afternoon and celebrate it with my wife. Now, I am free to move on. Good luck to all you guys.
: One month ago, an immigration officer visited me at my company and asked me several questions.

avatar
I*y
62
Cong!! baozi!
avatar
l*8
63
gx
avatar
d*n
64
gxgx
avatar
r*e
65
GX!

two USCIS emails waiting for me in my compay mailbox. I am so excited and
decided to take off this afternoon and celebrate it with my wife. Now, I am
free to move on. Good luck to all you guys.
me several questions.

【在 k******3 的大作中提到】
: PD is 03/01/2006, NSC center.
: Submitted in Jul/2007, one fingerprint in Oct/2007.
: Sorry, I can not type in Chinese. I went to restroom and came back to find two USCIS emails waiting for me in my compay mailbox. I am so excited and decided to take off this afternoon and celebrate it with my wife. Now, I am free to move on. Good luck to all you guys.
: One month ago, an immigration officer visited me at my company and asked me several questions.

avatar
y*g
66
cong!
avatar
N*w
67
cong!包子

two USCIS emails waiting for me in my compay mailbox. I am so excited and
decided to take off this afternoon and celebrate it with my wife. Now, I am
free to move on. Good lu
me several questions.

【在 k******3 的大作中提到】
: PD is 03/01/2006, NSC center.
: Submitted in Jul/2007, one fingerprint in Oct/2007.
: Sorry, I can not type in Chinese. I went to restroom and came back to find two USCIS emails waiting for me in my compay mailbox. I am so excited and decided to take off this afternoon and celebrate it with my wife. Now, I am free to move on. Good luck to all you guys.
: One month ago, an immigration officer visited me at my company and asked me several questions.

avatar
d*o
68
cong!
avatar
s*r
69
gxgx
avatar
a*a
70
GXGX!
avatar
b*n
71
恭喜
avatar
l*a
72
羡慕
avatar
C*e
73
Congrats!

two USCIS emails waiting for me in my compay mailbox. I am so excited and
decided to take off this afternoon and celebrate it with my wife. Now, I am
free to move on. Good luck to all you guys.
me several questions.

【在 k******3 的大作中提到】
: PD is 03/01/2006, NSC center.
: Submitted in Jul/2007, one fingerprint in Oct/2007.
: Sorry, I can not type in Chinese. I went to restroom and came back to find two USCIS emails waiting for me in my compay mailbox. I am so excited and decided to take off this afternoon and celebrate it with my wife. Now, I am free to move on. Good luck to all you guys.
: One month ago, an immigration officer visited me at my company and asked me several questions.

avatar
n*2
74
gxgx
baozi
avatar
a*s
75
恭喜
avatar
B*h
76
GXGX
avatar
h*l
77
gx a!
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。