由买买提看人间百态

topics

全部话题 - 话题: numerically
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
c*******o
发帖数: 1722
1
来自主题: Science版 - numerical ODE又来啦
hmm.... i kinda see your point.
the homogeneous solution part is just an exponential increase or decay,
but you probably more interested in increase (coz your boundary conditions).
as for the special solution part, it is a convolution, which you can numeric
ally
solve, provided you have numbers for f(t). it is just a \Sigma of those nume
rial
values. if f(t) is smooth and not a weird function, you should be able to p
redict
the trend by just adding more and more f(t) at different time......
he
m********g
发帖数: 46
2
how to calculate F(z) numerically by writing our own subroutine without
using R/SAS/Matlab etc?
q**j
发帖数: 10612
3
来自主题: Statistics版 - how to convert data into numeric type in R
as.numeric()

210
w***y
发帖数: 114
4
来自主题: Statistics版 - Help: covert SAS char date into numeric date
I want to convert character sas date into numeric date
my date is dirty some miss day, some miss month, date look like:
2009-06-02
2009-06
2009
for 2009-06-02 is easy, how to convert another two? Thanks
w***y
发帖数: 114
5
来自主题: Statistics版 - help how to convert char to numeric variable?
my data:
weight height
126.1 165.5
135.3 170
162.8 145
145.3 178.5
they are char type variables with length $200. How to convert them into
numeric variable?
I use
wt=input(weight,5.1);
ht=input(height,5.1);
but it doesnot work. thanks
b*********e
发帖数: 29
6
请问SAS中的日期是如何计算成numeric型的?
t**********h
发帖数: 100
7
In SAS, 请教怎样在Character value 里面输入numerical value. 比如
do i = 1 to 5;
if 100*(i-1) =< time =< 100*i then min = ' 5*(i-1)- 5*i minutes';
end;
我需要min的名字跟着i一起变,但是它的值是character。 我记得好像要加几个符号,
但是忘了。多谢了。
g******d
发帖数: 231
8
还是不行 -
原来的 string value: 2420010501630937298237411
转变后的 numeric value: 2.42E24,于是在2.42之后的具体数值就都lost了。
l*********s
发帖数: 5409
9
why would you translates an id to numeric value?

identify 一个observation。请问有什么高招?
g******d
发帖数: 231
10
想把一个string variable A 变成一个numeric variable B, 有这么两种情况 -
1、如果A的value是四位的string,转换后应 X 100。比如,A='9506', then B=950600
; or A='0007', then B=700。
2、如果A的value是六位的string, 转换后应保持不变。比如,A='100591', then B=
100591; or A='000802', then B=802。
只要处理这两种情况就好了。请问有什么简便的方法没有?多谢!!
B********9
发帖数: 44
11
Hey, please help! Thanks in advance!
I have a character date eg: 30SEP2011:10:12:31:705. I need read this char.
date to numeric, format as datetime22.3. What function I can use it?
I know there is a function called DHMS, but only read till HH:DD:SS level,
not to HH:DD:SS:SSS.
I'm waiting on-line to see if anyone know the answer.Thanks for your kindly
helps.
B********9
发帖数: 44
12
Okay, let be clear on this.
I have a character date 30SEP2011:10:12:31:705 format as $30. I need to read
this date first as character. And then reformat this date to numeric and
format as datetime22.3.
What SAS function can do such converting and reformatting? Thanks
y***n
发帖数: 51
13
我觉得Genetic algorithm 是算numerical optimization的。很多书本都只介绍比较传
统的方法,就想你前面列出的newton raphson.
s*******2
发帖数: 499
14
我常用的方法是,建一个array,包括所有char variable,然后一步就可以全改成
numeric了。
k*******a
发帖数: 772
15
如果变量很多,名字不规则,那么array出来的numeric变量名很难和原先的对应起来
p***r
发帖数: 920
16
i like more brutal one
transpose wide -> long
all variable char -> numeric
transpose long -> wide
t****e
发帖数: 23
17
求问高手,有一长串变量,其中一个作为char读入,处理完成后需要变为numeric格式
。希望替换后用原名字、在原位置。不知道如何用简洁的statement实现? Many thanks
!
m**********r
发帖数: 122
18
我现在有一个15个variable的回归模型。 有什么系统性的方法去检测他们中间有哪些
是interaction的。这些variable中有numerical的, 也有categorical或者binary的。
c****t
发帖数: 19049
19
numerical recipe是个软件包?哈哈我孤陋寡闻了。试试IMSL吧或者matlab也行
w*******y
发帖数: 60932
20
Officedepot has
LenovoG560 $389.99 AC,
Intel P6100, 4GB, 320GB, WebCamera, 15.6", DVDRW, WiFi-N, Win7 64, Numeric
keybooad, eSATA
$399.99 - $10 coupon = $389.99
Please search in for $10 OD coupon
Link:
http://www.officedepot.com/a/products/289194/Lenovo-G560-0679-99U-Laptop-Computer/
f**d
发帖数: 768
21
来自主题: Neuroscience版 - eBook: From computer to brain
这是一本计算神经科学的优秀著作,全文拷贝这里(图和公式缺),有兴趣的同学可以
阅读
如需要,我可以分享PDF文件(--仅供个人学习,无商业用途)
From Computer to Brain
William W. Lytton
From Computer to Brain
Foundations of Computational Neuroscience
Springer
William W. Lytton, M.D.
Associate Professor, State University of New York, Downstato, Brooklyn, NY
Visiting Associate Professor, University of Wisconsin, Madison
Visiting Associate Professor, Polytechnic University, Brooklyn, NY
Staff Neurologist., Kings County Hospital, Brooklyn, NY
In From Computer to Brain: ... 阅读全帖
w********9
发帖数: 8613
22
来自主题: Military版 - 惊讶于德国人的英语能力
这是Shorter Oxford American English Dictionary第五版列出的与德语或者日耳曼语
相关的英语词根或词汇。
-at, suffix2. + -dom, suffix. + -ed, suffix1. + -ed, suffix2. + -en, suffix1
+ -en, suffix2 + -en, suffix5 + -en, suffix6 + -er, suffix1. + -er, suffix3
. + -er, suffix5. + -est, suffix1. + -est, suffix2. + -et, suffix2. + -eth,
suffix1. + -hood, suffix. + -ing, suffix1. + -ing, suffix3. + -ish, suffix1.
+ -kin, suffix. + -le, suffix1 + -le, suffix3 + -less, suffix. + -ling,
suffix1. + -ling, suffix2 + -ly, suffix1. + -ly, s... 阅读全帖
f*******8
发帖数: 1430
23
The pdf file is found here: http://www.cis.org/articles/2011/north-skilled-workers.pdf
From Center for Immigration Studies
David North is a CIS fellow who has studied the interaction of immigration
and U.S. labor markets for more than 30 years.
----------------------------------------------------------------------------
----
There have been numerous recent proposals to increase the admission of
skilled workers from abroad. This paper examines some of the issues
surrounding the question of skille... 阅读全帖
D*********n
发帖数: 279
24
来自主题: Military版 - Native Americans in the United States
http://en.wikipedia.org/wiki/Native_Americans_in_the_United_Sta
Native Americans in the United States
From Wikipedia, the free encyclopedia
Jump to: navigation, search
"American Indian" redirects here. For other indigenous peoples, see
Indigenous peoples of the Americas and other geographic regions. For
Americans from South Asia, see Indian American.
This article may be too long to read and navigate comfortably. Please
consider splitting content into sub-articles and/or condensing it. (January
2... 阅读全帖
r*c
发帖数: 167
25
来自主题: JobHunting版 - L家电面
二爷,坑爹算法来也。用状态机搞砸一切面面!哈哈
#include
#include
#include
using namespace std;
class Numericality;
void TestNumericality();
void TestNumericalityHelper(const string& str, const bool expected,
Numericality& nc);
class Numericality
{
public:
struct State
{
const string _str;
int _index;
State() {}
State(string s, int i) : _str(s), _index(i){}
virtual State* MoveNext(){
if(_str.empty() || _index < 0 || _index >= _str... 阅读全帖
w*******l
发帖数: 2
26
来自主题: JobMarket版 - 贴几个关于quant的职位
这些职位都在nyc地区的major financial institutes
细节请联系f*****************[email protected]
=====
Quantitative Analyst
Main Duties :
• As a quantitative analyst you will be responsible for
independent verification and validation of the models and pricing
functions
• Supporting business growth by independently verifying
implementation of new products within the front-office and risk systems,
and the risk analysis necessary for one-off approvals;
• Independently validating new pricing mod... 阅读全帖
d******8
发帖数: 1972
27
Understanding Visa Bulletin Cut-Off Date Determination
http://us-non-immigrants.blogspot.com/2011/05/understanding-visa-bulletin-cut-off.html
The State Department (DOS) is responsible for the allocation of numerically
limited immigrant visa numbers under the authority granted by section 203 of
the Immigration and Nationality Act (INA). These visa numbers are allocated
based on congressionally mandated preferences that assign an overall total,
limits for each category and per country limits withi... 阅读全帖
p***8
发帖数: 36
28
来自主题: Aviation版 - “Position
PhD positions in Mechanical Engineering are immediately available in the
research group of Dr. Yi Wang at the University of South Carolina-USC (
Columbia/Main campus, https://www.sc.edu/study/colleges_schools/engineering_
and_computing/faculty-staff/yi_wang.php). USC is the flagship university in
the State of South Carolina, and the Ph.D. program at the department of
Mechanical Engineering is ranked No. 31 nationally by the National Research
Council (NRC) [1], and the College of Engineering and ... 阅读全帖
p***8
发帖数: 36
29
来自主题: ChemEng版 - “Position
PhD positions in Mechanical Engineering are immediately available in the
research group of Dr. Yi Wang at the University of South Carolina-USC (
Columbia/Main campus, https://www.sc.edu/study/colleges_schools/engineering_
and_computing/faculty-staff/yi_wang.php). USC is the flagship university in
the State of South Carolina, and the Ph.D. program at the department of
Mechanical Engineering is ranked No. 31 nationally by the National Research
Council (NRC) [1], and the College of Engineering and ... 阅读全帖
p***8
发帖数: 36
30
来自主题: CivilEngineering版 - “Position
PhD positions in Mechanical Engineering are immediately available in the
research group of Dr. Yi Wang at the University of South Carolina-USC (
Columbia/Main campus, https://www.sc.edu/study/colleges_schools/engineering_
and_computing/faculty-staff/yi_wang.php). USC is the flagship university in
the State of South Carolina, and the Ph.D. program at the department of
Mechanical Engineering is ranked No. 31 nationally by the National Research
Council (NRC) [1], and the College of Engineering and ... 阅读全帖
p***8
发帖数: 36
31
来自主题: Computation版 - “Position
PhD positions in Mechanical Engineering are immediately available in the
research group of Dr. Yi Wang at the University of South Carolina-USC (
Columbia/Main campus, https://www.sc.edu/study/colleges_schools/engineering_
and_computing/faculty-staff/yi_wang.php). USC is the flagship university in
the State of South Carolina, and the Ph.D. program at the department of
Mechanical Engineering is ranked No. 31 nationally by the National Research
Council (NRC) [1], and the College of Engineering and ... 阅读全帖
p***8
发帖数: 36
32
来自主题: Engineering版 - “Position
PhD positions in Mechanical Engineering are immediately available in the
research group of Dr. Yi Wang at the University of South Carolina-USC (
Columbia/Main campus, https://www.sc.edu/study/colleges_schools/engineering_
and_computing/faculty-staff/yi_wang.php). USC is the flagship university in
the State of South Carolina, and the Ph.D. program at the department of
Mechanical Engineering is ranked No. 31 nationally by the National Research
Council (NRC) [1], and the College of Engineering and ... 阅读全帖
T*****w
发帖数: 802
33
【 以下文字转载自 JobMarket 讨论区 】
发信人: watercool (yy), 信区: JobMarket
标 题: 贴几个关于quant的职位
发信站: BBS 未名空间站 (Mon Oct 25 21:37:29 2010, 美东)
这些职位都在nyc地区的major financial institutes
细节请联系f*****************[email protected]
=====
Quantitative Analyst
Main Duties :
• As a quantitative analyst you will be responsible for
independent verification and validation of the models and pricing
functions
• Supporting business growth by independently verifying
implementation of new products within the front-offi... 阅读全帖

发帖数: 1
34
来自主题: CellularPlan版 - FreedomPop手机计划【攻略】
A. FreedomPop简介:
FreedomPop(FP)有两类主要产品,一类使用Sprint的网络数据,
另一类是GSM SIM(包括全球卡和ATT LTE卡)。它的语音都是VOIP。
个人认为语音质量稍次于传统的无线电话语音。
这一点当然是各人有自己的看法,如果你认为VOIP语音质量没问题,
你可以用FP做你的主力电话服务。
个人认为FP的全球SIM一定不能用作主力电话服务。
其他的device,如果用它的premium voice和premium income voice,
使用的是sprint的CMDA语音,但不是免费的。
FP最好作为数据补充,配合其他语音服务。
FP有完全免费,或低价的计划。
FP的客服还行,有问题可以发ticket,也可以在论坛问。
FP详细情况请看:
http://www.freedompop.com/
这里有个英文的攻略:
http://www.cranialborborygmus.com/FreedomPop-LTE-gsm-sim-review.htm
B. FP计划比较:
FP有2类计划。
1. 使用sprint网络计划:
这类计划要使用sp... 阅读全帖
l*******s
发帖数: 7316
35
来自主题: CellularPlan版 - 终于解决了FP的Sprint LTE问题
BYOD入FP后,很多人都碰到一个问题,不能用LTE。
有的有3G, 有的连3G都没有。有能多方法,大家逐个试试,能解决问题就好。
1. update prl
2. update device config (profile)
3. network settings reset
4. dial ##72786#
5. dial *#*#72786#*#*
6. apn change app + reset to default
7. 发ticket,或到forum要求加入iccid信息,然后重复以上各方法
这些对我的手机都不管用,最后一招,修改成如下apns-conf.xml搞定。
这个方法要求root手机。
把下面的内容,保存为apns-conf.xml,拷贝到手机的/system/etc
重启手机,搞定。


阅读全帖
l*******s
发帖数: 7316
36
看宝典:
BYOD入FP后,很多人都碰到一个问题,不能用LTE。
有的有3G, 有的连3G都没有。有能多方法,大家逐个试试,能解决问题就好。
1. update prl
2. update device config (profile)
3. network settings reset
4. dial ##72786#
5. dial *#*#72786#*#*
6. apn change app + reset to default
7. 发ticket,或到forum要求加入iccid信息,然后重复以上各方法
这些对我的手机都不管用,最后一招,修改成如下apns-conf.xml搞定。
这个方法要求root手机。
把下面的内容,保存为apns-conf.xml,拷贝到手机的/system/etc
重启手机,搞定。


阅读全帖
l*******s
发帖数: 7316
37
来自主题: CellularPlan版 - FreedomPop手机计划【攻略】
这个帖子由freepie (自由派)首发,但有些内容已经过期了,
我修改后重发一遍,也便于以后根据变化修改
发信人: freepie (自由派), 信区: CellularPlan
标 题: FreedomPop手机计划【攻略】
发信站: BBS 未名空间站 (Mon Sep 5 09:36:29 2016, 美东)
A. FreedomPop简介:
FreedomPop(FP)有两类主要产品,一类使用Sprint的网络数据,
另一类是GSM SIM(包括ATT LTE卡和全球卡(正退出服务))。它的语音都是VOIP。
个人认为语音质量稍次于传统的无线电话语音。
这一点当然是各人有自己的看法,如果你认为VOIP语音质量没问题,
你可以用FP做你的主力电话服务。
个人认为FP的GSM SIM一定不能用作主力电话服务。
其他的device,如果用它的premium voice和premium income voice,
使用的是sprint的CMDA语音,但不是免费的。
FP最好作为数据补充,配合其他语音服务。
FP有完全免费,或低价的计划。
FP的客服还行,有问题可以发ticket,... 阅读全帖
l*******s
发帖数: 7316
38
来自主题: CellularPlan版 - FreedomPop手机计划【攻略】
这个帖子由freepie (自由派)首发,但有些内容已经过期了,
我修改后重发一遍,也便于以后根据变化修改
发信人: freepie (自由派), 信区: CellularPlan
标 题: FreedomPop手机计划【攻略】
发信站: BBS 未名空间站 (Mon Sep 5 09:36:29 2016, 美东)
A. FreedomPop简介:
FreedomPop(FP)有两类主要产品,一类使用Sprint的网络数据,
另一类是GSM SIM(包括ATT LTE卡和全球卡(正退出服务))。它的语音都是VOIP。
个人认为语音质量稍次于传统的无线电话语音。
这一点当然是各人有自己的看法,如果你认为VOIP语音质量没问题,
你可以用FP做你的主力电话服务。
个人认为FP的GSM SIM一定不能用作主力电话服务。
其他的device,如果用它的premium voice和premium income voice,
使用的是sprint的CMDA语音,但不是免费的。
FP最好作为数据补充,配合其他语音服务。
FP有完全免费,或低价的计划。
FP的客服还行,有问题可以发ticket,... 阅读全帖
p*******l
发帖数: 2495
39
来自主题: Immigration版 - 跪求一份DIY的NIW的PETITION,
http://www.mitbbs.com/pc/pccon_3687_152251.html
绿卡申请信模板七: EB2 NIW I-140 petition letter sample
http://www.mitbbs.com/pc/pccon_3687_152251.html
作者:qiaka
发表时间:2011-01-12
更新时间:2011-01-12
浏览:1721次
评论:0篇
地址:128.206.
::: 栏目 :::

下面是一封申请EB2 NIW I-140的petition letter的范例。这是多年前公开发表在
MITBBS“落地生根”版上的一个帖子。现在重贴于此,供大家参考。
个人点评:EB2 NIW的申请是技术活,满足NIW的三个方面都必须论证到位,否则就通过
不了;而且论证过程中,有些关键词必须出现在移民官的视野里。这封petition
letter基本上达到了这几方面的要求。更难能可贵的是,这封petition letter的后面
,还列出了所有的exhibit,值得参考。
----------------------------------... 阅读全帖
f*******8
发帖数: 1430
40
这个法案是CT的参议员Lieberman提出的,这个法案总共三个部分:第一和第三部分都
不是关于绿卡,而是关于工作签证的,第二部分是关于EB类的绿卡,不过这个法案并没
有增加EB类的绿卡名额,而只是允许提前交I-485(交500美元处理费)和签发有效期为三
年的EAD和AP. 这实际上是个很moderate的改革,可惜当时没有通过。现在把法案贴出
来, 我觉着今年有可能会有议员提相类似的法案:
S.1397 -- Skilled Worker Immigration and Fairness Act (Introduced in Senate
- IS)
S 1397 IS
110th CONGRESS
1st Session
S. 1397
To increase the allocation of visas for certain highly skilled workers and
to reduce fraud and abuse in certain visa programs for aliens working
temporarily in the United Sta... 阅读全帖
s*****y
发帖数: 80
41
来自主题: EB23版 - 请问关于NIW 的petition letter
由于本人的case比较弱,所以现在是EB1A 跟NIW 一起准备着。已经差不多写好了EB1A
的petition letter,开始准备NIW。看了几篇模板,发现有些疑问。
1. NIW 不需要列表格,油灯图等吗?为什么我看到的模板都没有这些,只有Exhibit?
2. EB1A的petition条理比较清楚,比方说我要claim三项,就从1,2,3几方面阐述。
但是NIW怎么感觉条理比较混乱呀?
请有经验的前辈指点迷津,小女子不胜感激!
同时附上我参考的NIW的petition:
U.S. Department of Homeland Security
Citizenship and Immigration Services
RE: EB-2 Petition for Permanent Residency with request for a National
Interest Waiver
Petitioner/Beneficiary: Dr. Xx Xx
Classification Sought: 203(b)(2) NIW
... 阅读全帖
p***n
发帖数: 488
42
二进宫了,终于……接下来还要diy 485,继续求bless。东西都是从版上学来的
,petition letter完全照版上的一个大牛抄的,就是连续发了好多个图片文件的那个
,不记得id了,反正非常感谢!所以请不要找我要petition letter了,自己考古吧。
版上很少有人claim 媒体报道,我claim了,也通过了。其实真正的报道没几个,
转来转去就显得多了,而且标题不一样看起来像很多。主要就是列表,媒体的名字,介
绍(多少万读者),国家什么的,这样看起来就很打眼。有几个采访邀请的email,也
做了张表格,这样显得明确,别人是对你感兴趣。有两个视频的采访,其实是很小的拿
不出手的,但把截屏的大头放上,图说叫“关于我的某某采访”,到底是哪采访的没好
意思提。
感谢的话就不多说了,一穷二懒就不发包子了,整点实际的,发一下我的
response吧。大家准备140的时候也可以参考,避免被RFE。千万不要犯的愚蠢错误:1
)忘记付上offer letter 和研究计划;2)独立推荐人忘记强调他们的独立身分。如果
不是这两点的话,也许不会招来这个RFE。... 阅读全帖
l******t
发帖数: 2243
43
big cong!

发信人: pidan (派大星), 信区: Immigration
标 题: DIY EB1A 140 approved after RFE (附RFE Response)
发信站: BBS 未名空间站 (Fri Apr 29 00:54:06 2011, 美东)
二进宫了,终于……接下来还要diy 485,继续求bless。东西都是从版上学来的
,petition letter完全照版上的一个大牛抄的,就是连续发了好多个图片文件的那个
,不记得id了,反正非常感谢!所以请不要找我要petition letter了,自己考古吧。
版上很少有人claim 媒体报道,我claim了,也通过了。其实真正的报道没几个,
转来转去就显得多了,而且标题不一样看起来像很多。主要就是列表,媒体的名字,介
绍(多少万读者),国家什么的,这样看起来就很打眼。有几个采访邀请的email,也
做了张表格,这样显得明确,别人是对你感兴趣。有两个视频的采访,其实是很小的拿
不出手的,但把截屏的大头放上,图说叫“关于我的某某采访”,到底是哪采访的没好
意思提。
... 阅读全帖
p***n
发帖数: 488
44
二进宫了,终于……接下来还要diy 485,继续求bless。东西都是从版上学来的
,petition letter完全照版上的一个大牛抄的,就是连续发了好多个图片文件的那个
,不记得id了,反正非常感谢!所以请不要找我要petition letter了,自己考古吧。
版上很少有人claim 媒体报道,我claim了,也通过了。其实真正的报道没几个,
转来转去就显得多了,而且标题不一样看起来像很多。主要就是列表,媒体的名字,介
绍(多少万读者),国家什么的,这样看起来就很打眼。有几个采访邀请的email,也
做了张表格,这样显得明确,别人是对你感兴趣。有两个视频的采访,其实是很小的拿
不出手的,但把截屏的大头放上,图说叫“关于我的某某采访”,到底是哪采访的没好
意思提。
感谢的话就不多说了,一穷二懒就不发包子了,整点实际的,发一下我的
response吧。大家准备140的时候也可以参考,避免被RFE。千万不要犯的愚蠢错误:1
)忘记付上offer letter 和研究计划;2)独立推荐人忘记强调他们的独立身分。如果
不是这两点的话,也许不会招来这个RFE。... 阅读全帖
d**d
发帖数: 389
45
www.immigration-law.com
05/27/2011: House Bill Exempting Certain Schedule A Foreign Nurses From
Numerical Limitation for Employment-Based Immigration Visas Upto 20,000 Per
Year
We reported earlier that there was a bill introduced in the House a few
days back entitled "Emergency Nursing Supply Relief Act" to relieve this
country from nursing shortage. This bill provides that if Schedule A I-140
petition is "filed" before 09/30/2014, such professional nurses are exempted
from employment-based ... 阅读全帖
R*******n
发帖数: 428
46
来自主题: Badminton版 - 伪币
> it looks linear in terms of Dan, but it says nothing of the actual
> level of play, since there is no numeric measurement.
I proposed a numeric measurement, the number of points lost in a game, but
you choose to ignore it, and claim there is no numeric measurement.:)
Actually, many Korean weiqi players use this system when they gamble. 1
point equal to $10. I watched one guy lose $300 in one night (3 games).
For badminton, if I play with Lin Dan, I will probably get 1 point in a game
by hittin... 阅读全帖
l*********2
发帖数: 95
47
各位板上的学长学姐,小弟是3+2项目的,现在是大四学生,但已经在普渡大学读机械
系的研究生课程.
我下周就要开始选下学期的课了,但是由于我还不是正是的研究生,没有导师指导选
课,现在比较迷茫.
本人想读固体力学方向,昨天问了一位教我ME4800 finite element analysis的教
授,他向我推荐先修一门弹性力学(CE 59500 - Finite Elements In Elasticity 或者
AAE 55300 - Elasticity In Aerospace Engineering) 然后修读 ME 55900 -
Micromechanics Of Materials 和 ME 61200 - Continuum Mechanics.
大家觉得如何?本人打算硕士毕业出来找工作,想多读些实用的课程。
普渡non-theis硕士的修读计划是读10门硕士课程即可,数学课(MA)至少读一门
,但是我也完全没思路,不知道选那些有用.一直想找本院的师兄师姐问问,无奈没有找
到读固体陆雪的,所以向板上求助.
今早用googl... 阅读全帖
l*********2
发帖数: 95
48
各位板上的学长学姐,小弟是3+2项目的,现在是大四学生,但已经在普渡大学读机械
系的研究生课程.
我下周就要开始选下学期的课了,但是由于我还不是正是的研究生,没有导师指导选
课,现在比较迷茫.
本人想读固体力学方向,昨天问了一位教我ME4800 finite element analysis的教
授,他向我推荐先修一门弹性力学(CE 59500 - Finite Elements In Elasticity 或者
AAE 55300 - Elasticity In Aerospace Engineering) 然后修读 ME 55900 -
Micromechanics Of Materials 和 ME 61200 - Continuum Mechanics.
大家觉得如何?本人打算硕士毕业出来找工作,想多读些实用的课程。
普渡non-theis硕士的修读计划是读10门硕士课程即可,数学课(MA)至少读一门
,但是我也完全没思路,不知道选那些有用.一直想找本院的师兄师姐问问,无奈没有找
到读固体陆雪的,所以向板上求助.
今早用googl... 阅读全帖
d***y
发帖数: 634
49
【 以下文字转载自 EB23 讨论区 】
发信人: dxxd (东邪西毒), 信区: EB23
标 题: 最新的那个护士法案对EB有影响吗?
发信站: BBS 未名空间站 (Tue May 31 19:49:40 2011, 美东)
www.immigration-law.com
05/27/2011: House Bill Exempting Certain Schedule A Foreign Nurses From
Numerical Limitation for Employment-Based Immigration Visas Upto 20,000 Per
Year
We reported earlier that there was a bill introduced in the House a few
days back entitled "Emergency Nursing Supply Relief Act" to relieve this
country from nursing shortage. This bill provides that i... 阅读全帖
j****c
发帖数: 19908
50
【 以下文字转载自 Quant 讨论区 】
发信人: jjjstc (买买提就是一个垃圾处理站), 信区: Quant
标 题: 猎头公司发给我的关于高盛五个quant职位的email
发信站: BBS 未名空间站 (Tue Feb 15 14:09:32 2011, 美东)
两星期前发的,估计这人喜欢没事在各大学校物理系网站瞎逛,看到要毕业的就发
email,我第一次直接拖到垃圾箱里了,过了五天又发了一次。我对这个行业没兴趣,
今天刚知道这个版,转贴到这里,不知道这些信息是否有用
From: Clint Tankersley [mailto:c***[email protected]]
Sent: Monday, January 31, 2011 9:16 AM
To: 'j****[email protected]'
Subject: Clint / Ignited
jjjstc:
We’ve not spoken, so my name won’t be familiar. I visited your mitbbs Web
page, however, so I know you’re... 阅读全帖
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)