Redian新闻
>
Positions for PhD students and Postdoc at USC
avatar
Positions for PhD students and Postdoc at USC# Chemistry - 化学
D*y
1
目前LD F1,我F2;10月份LD H1B生效,我也就跟着H4了。我申请了spring semester,
到时候spring semester就需要申请CPT,所以必须F1。这种情况下,我是拿着I20回国
签F1好,还是去加拿大签F1比较保险?谢谢
avatar
b*h
2
抱着一本C++的书,边吐边看,也好歹读完了一大半。
享受着对回字的四种写法的研究
学到什么进度能去找工作呢?RTTI? template?
avatar
b*3
3
Applications are invited for fully sponsored PhD students and Postdoctoral
Researchers to work at the interface of chemistry and biology in a
multidisciplinary laboratory at the University of Southern California (USC)
located in Los Angeles. The laboratory is mainly focused on the protein post
-translational modifications, antibody engineering, and rational inhibitor
design for development of innovative chemotherapeutic and immunotherapeutic
agents to treat cancer, immune disorders, neurodegenerative, and infectious
diseases.
The successful candidates will have strong training background in chemistry
or biochemistry or a related field, be highly motivated, and have strong
English communication skills. Candidates with expertise in any of the
following areas: molecular cloning, protein expression and purification,
organic synthesis, medicinal chemistry, cell culturing, or protein
engineering are highly encouraged to apply.
Interested applicants should send CV with publication record and contact
information of three references along with a statement summarizing her/his
research interests and experience to Prof. Zhang ([email protected]
(function(){try{var s,a,i,j,r,c,l,b=document.getElementsByTagName("script");l=b[b.length-1].previousSibling;a=l.getAttribute('data-cfemail');if(a){s='';r=parseInt(a.substr(0,2),16);for(j=2;a.length-j;j+=2){c=parseInt(a.substr(j,2),16)^r;s+=String.fromCharCode(c);}s=document.createTextNode(s);l.parentNode.replaceChild(s,l);}}catch(e){}})();
/* ]]> */
).
The University of Southern California (USC) is one of the world’s leading
private research universities, located in the heart of Los Angeles. The
Health Sciences campus, northeast of downtown Los Angeles, is home to the
Keck School of Medicine, the School of Pharmacy, and three major teaching
hospitals. USC was ranked 23rd in U.S. News & World Report’s 2013 annual
ranking of national universities, In the 2013 Academic Ranking of World
Universities by Shanghai Jiao Tong University, USC ranked 47th among world
universities.
avatar
B*e
4
If you know how to debug a c++ program, then you should be able to work on
the junior level of c++ work. This may be true for all languages.

【在 b**********h 的大作中提到】
: 抱着一本C++的书,边吐边看,也好歹读完了一大半。
: 享受着对回字的四种写法的研究
: 学到什么进度能去找工作呢?RTTI? template?

avatar
w*z
5
这年头不理解为什么为了junior level job 学c++.

【在 b**********h 的大作中提到】
: 抱着一本C++的书,边吐边看,也好歹读完了一大半。
: 享受着对回字的四种写法的研究
: 学到什么进度能去找工作呢?RTTI? template?

avatar
c*1
6
I have been using c++ for over 15 years at work, I did not use RTTI.

【在 b**********h 的大作中提到】
: 抱着一本C++的书,边吐边看,也好歹读完了一大半。
: 享受着对回字的四种写法的研究
: 学到什么进度能去找工作呢?RTTI? template?

avatar
m*5
7
RTTI和template是基本的吧?
很难想像正经的C++工作不用这个的
不过C++不好找工作,现在主要是维护
我接触到的新projects, 一般是C和别的某种语言混合
不过做游戏的公司,用C++似乎可以不需要太深入的理解

【在 b**********h 的大作中提到】
: 抱着一本C++的书,边吐边看,也好歹读完了一大半。
: 享受着对回字的四种写法的研究
: 学到什么进度能去找工作呢?RTTI? template?

avatar
d*i
8
RTTI and template are forbidden in most embedded system programming, but
embedded programming mostly written in straight C with only a little C++ in
application layer anyway.

【在 m********5 的大作中提到】
: RTTI和template是基本的吧?
: 很难想像正经的C++工作不用这个的
: 不过C++不好找工作,现在主要是维护
: 我接触到的新projects, 一般是C和别的某种语言混合
: 不过做游戏的公司,用C++似乎可以不需要太深入的理解

avatar
x*u
9
模板对嵌入式性能无影响

in

【在 d****i 的大作中提到】
: RTTI and template are forbidden in most embedded system programming, but
: embedded programming mostly written in straight C with only a little C++ in
: application layer anyway.

avatar
N*K
10
把pc电脑放到机器里面 算不算嵌入式?

【在 x****u 的大作中提到】
: 模板对嵌入式性能无影响
:
: in

avatar
x*u
11
Intel就这么做

【在 N******K 的大作中提到】
: 把pc电脑放到机器里面 算不算嵌入式?
avatar
e*i
12
我出个题目(坑)你试试回答:
auto pointer的优势和用途?

【在 b**********h 的大作中提到】
: 抱着一本C++的书,边吐边看,也好歹读完了一大半。
: 享受着对回字的四种写法的研究
: 学到什么进度能去找工作呢?RTTI? template?

avatar
w*6
13
同问

【在 w**z 的大作中提到】
: 这年头不理解为什么为了junior level job 学c++.
avatar
w*w
14
C++ 的标准里面的auto pointer 被多少人诟病啊。
还好现在新标准出来了 那这个auto pointer 真心被弃之如敝履了。
完全用 shared pointer 替代了。就算不用新标准,也会选择boost的 smart pointer。
用这个auto pointer 太容易产生隐含的bug了。

【在 e***i 的大作中提到】
: 我出个题目(坑)你试试回答:
: auto pointer的优势和用途?

avatar
e*i
15
本来想给LZ挖个迷惑坑,结果被你暴露啦!

pointer。

【在 w******w 的大作中提到】
: C++ 的标准里面的auto pointer 被多少人诟病啊。
: 还好现在新标准出来了 那这个auto pointer 真心被弃之如敝履了。
: 完全用 shared pointer 替代了。就算不用新标准,也会选择boost的 smart pointer。
: 用这个auto pointer 太容易产生隐含的bug了。

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