剧情介绍
The warmhearted story of Polish immigrant and mathematician Stan Ulam, who moved to the U.S. in the 1930s. Stan deals with the difficul t losses of family and friends all while helping to create the hydrogen bomb and the first computer.
波兰科学家乌兰姆于上世纪30年代移居到美国,他在帮助科研团队制作氢弹的过程中,他还要处理和面对一些个人得失。
《数学家的历险》-下载帮助:
1、本站网盘资源收集自网络,不保证长期有效,喜欢请尽快下载。
2、磁力链接直接复制到迅雷-百度云盘-115云盘内即可下载。操作教程
3、所有资源来源网络,与本站无关,如侵犯您的权益,请联系站长QQ2368258773删除资源。
$(function(){
$("#play li").click(
function(){
$(this).addClass("this").siblings().removeClass("this");
index = $("#play li").index(this);
$("#playlist div").eq(index).fadeIn(800).siblings().hide();
}
)
});
$(function(){
$("#down li").click(
function(){
$(this).addClass("this").siblings().removeClass("this");
index = $("#down li").index(this);
$("#downlist div").eq(index).fadeIn(800).siblings().hide();
}
)
});