You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

951 lines
52 KiB

<!DOCTYPE html>
<html lang="">
<head><meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<meta name="theme-color" content="#f8f5ec" />
<meta name="msapplication-navbutton-color" content="#f8f5ec">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="#f8f5ec">
<meta name="description" content="CS, ECE硕士项目调研"/><meta name="keywords" content="iotcat,yimian,blog" /><link rel="alternate" href="/atom.xml" title="EEE.DOG"><link rel="shortcut icon" type="image/x-icon" href="/favicon.ico?v=1.0.0" /><script type="text/javascript" src="https://cdn.yimian.xyz/kayo/lib/jquery/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.yimian.xyz/kayo/lib/iziModal/iziModal.min.css" />
<link rel="stylesheet" type="text/css" href="https://cdn.yimian.xyz/kayo/lib/iziToast/iziToast.min.css" />
<script>
if(window.screen.width < 600) document.write('<link rel="stylesheet" href="https://cdn.yimian.xyz/ushio-js/ushio-js.mobile.min.css">');
else document.write('<link rel="stylesheet" href="https://cdn.yimian.xyz/ushio-js/ushio-js.min.css">');
</script><link rel="stylesheet" type="text/css" href="https://cdn.yimian.xyz/shaky/shaky.css">
<link rel="canonical" href="https://www.eee.dog/life/cs-ece-master-programs.html"/>
<link rel="stylesheet" type="text/css" href="https://cdn.yimian.xyz/kayo/lib/fancybox/jquery.fancybox.css" /><script type="text/x-mathjax-config">
MathJax.Hub.Config({ tex2jax: { inlineMath: [['$','$'], ['\\(','\\)']] } });
</script>
<script type="text/javascript" async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.yimian.xyz/kayo/css/style.css?v=1.0.0" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-169276192-1" data-pjax></script>
<script>
pjax_google_analytics = () => {
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-169276192-1');
}
</script><script id="baidu_push">
(function(){
var bp = document.createElement('script');
var curProtocol = window.location.protocol.split(':')[0];
if (curProtocol === 'https') {
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
}
else {
bp.src = 'http://push.zhanzhang.baidu.com/push.js';
}
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(bp, s);
})();
</script>
<script>
window.config = {"leancloud":"","toc":true,"fancybox":true,"pjax":{"enable":true,"loadingbar":true},"latex":true};
</script>
<title>CS, ECE硕士项目调研 - EEE.DOG</title>
<meta name="generator" content="Hexo 4.2.1"><link rel="alternate" href="/atom.xml" title="EEE.DOG" type="application/atom+xml">
</head>
<body><div id="mobile-navbar" class="mobile-navbar">
<div class="mobile-header-logo">
<a href="/." class="logo">EEE.DOG</a>
</div>
<div class="mobile-navbar-icon">
<span></span>
<span></span>
<span></span>
</div>
<div class="loading-bar">
<div class="progress"></div>
</div>
</div>
<nav id="mobile-menu" class="mobile-menu slideout-menu">
<ul class="mobile-menu-list"><div id="mobile-menu-Archives">
<a href="/archives/">
<li class="mobile-menu-item">Archives
</li>
</a></div><div id="mobile-menu-Categories">
<a href="/categories/">
<li class="mobile-menu-item">Categories
</li>
</a></div><div id="mobile-menu-Projects">
<a href="#">
<li class="mobile-menu-item">Projects
</li>
</a><ul class="sub-menu" style="display: none;">
<li>
<a href="https://fp.yimian.xyz/" target="_blank" rel="noopener">
fp
</a>
</li>
<li>
<a href="https://wiot.yimian.xyz/" target="_blank" rel="noopener">
wiot
</a>
</li>
</ul>
<script>$('#mobile-menu-Projects').click(function(){
$("#mobile-menu-Projects ul").toggle();
})</script>
</div><div id="mobile-menu-Map">
<a href="#">
<li class="mobile-menu-item">Map
</li>
</a><ul class="sub-menu" style="display: none;">
<li>
<a href="https://api.yimian.xyz/" target="_blank" rel="noopener">
APIs
</a>
</li>
<li>
<a href="https://img.yimian.xyz/" target="_blank" rel="noopener">
Imgs
</a>
</li>
<li>
<a href="/">
Imgbed
</a>
</li>
<li>
<a href="https://share.yimian.xyz/" target="_blank" rel="noopener">
Fileshare
</a>
</li>
<li>
<a href="https://monitor.yimian.xyz/" target="_blank" rel="noopener">
Monitor
</a>
</li>
<li>
<a href="https://acg.watch/" target="_blank" rel="noopener">
ACG.WATCH
</a>
</li>
<li>
<a href="https://onedrive.yimian.xyz/" target="_blank" rel="noopener">
Oneindex
</a>
</li>
<li>
<a href="https://proxy.yimian.xyz/" target="_blank" rel="noopener">
Proxy
</a>
</li>
<li>
<a href="https://shorturl.yimian.xyz/" target="_blank" rel="noopener">
ShortenURL
</a>
</li>
</ul>
<script>$('#mobile-menu-Map').click(function(){
$("#mobile-menu-Map ul").toggle();
})</script>
</div><div id="mobile-menu-About">
<a href="#">
<li class="mobile-menu-item">About
</li>
</a><ul class="sub-menu" style="display: none;">
<li>
<a href="/links/">
links
</a>
</li>
<li>
<a href="https://iotcat.me/" target="_blank" rel="noopener">
Me
</a>
</li>
</ul>
<script>$('#mobile-menu-About').click(function(){
$("#mobile-menu-About ul").toggle();
})</script>
</div></ul>
</nav>
<div class="container" id="mobile-panel">
<header id="header" class="header"><div class="logo-wrapper">
<a href="/." class="logo">EEE.DOG</a>
</div>
<nav class="site-navbar"><ul id="menu" class="menu"><li class="menu-item">
<a id="menu-Archives" class="menu-item-link" href="/archives/">
Archives
</a>
</li>
<li class="menu-item">
<a id="menu-Categories" class="menu-item-link" href="/categories/">
Categories
</a>
</li>
<li class="menu-item">
<a id="menu-Projects" class="menu-item-link" href="#">
Projects
</a>
<script>
$("#menu-Projects").click(function(){
iziToast.question({
timeout: 20000,
close: false,
overlay: true,
displayMode: 'once',
//id: 'question',
zindex: 999,
title: 'Projects',
message: '',
position: 'center',
buttons: [
['<button><b>fp</b></button>', function (instance, toast) {
instance.hide({ transitionOut: 'fadeOut' }, toast, 'button');
if("undefined" == "true")
pjax.loadUrl("https://fp.yimian.xyz/");
else
window.open("https://fp.yimian.xyz/");
}, true],
['<button><b>wiot</b></button>', function (instance, toast) {
instance.hide({ transitionOut: 'fadeOut' }, toast, 'button');
if("undefined" == "true")
pjax.loadUrl("https://wiot.yimian.xyz/");
else
window.open("https://wiot.yimian.xyz/");
}, true],
['<button><b>close</b></button>', function (instance, toast) {
instance.hide({ transitionOut: 'fadeOut' }, toast, 'button');
}, true],
]
});
});
</script>
</li>
<li class="menu-item">
<a id="menu-Map" class="menu-item-link" href="#">
Map
</a>
<script>
$("#menu-Map").click(function(){
iziToast.question({
timeout: 20000,
close: false,
overlay: true,
displayMode: 'once',
//id: 'question',
zindex: 999,
title: 'Map',
message: '',
position: 'center',
buttons: [
['<button><b>APIs</b></button>', function (instance, toast) {
instance.hide({ transitionOut: 'fadeOut' }, toast, 'button');
if("undefined" == "true")
pjax.loadUrl("https://api.yimian.xyz/");
else
window.open("https://api.yimian.xyz/");
}, true],
['<button><b>Imgs</b></button>', function (instance, toast) {
instance.hide({ transitionOut: 'fadeOut' }, toast, 'button');
if("undefined" == "true")
pjax.loadUrl("https://img.yimian.xyz/");
else
window.open("https://img.yimian.xyz/");
}, true],
['<button><b>Imgbed</b></button>', function (instance, toast) {
instance.hide({ transitionOut: 'fadeOut' }, toast, 'button');
if("undefined" == "true")
pjax.loadUrl("/");
else
window.open("undefined");
}, true],
['<button><b>Fileshare</b></button>', function (instance, toast) {
instance.hide({ transitionOut: 'fadeOut' }, toast, 'button');
if("undefined" == "true")
pjax.loadUrl("https://share.yimian.xyz/");
else
window.open("https://share.yimian.xyz/");
}, true],
['<button><b>Monitor</b></button>', function (instance, toast) {
instance.hide({ transitionOut: 'fadeOut' }, toast, 'button');
if("undefined" == "true")
pjax.loadUrl("https://monitor.yimian.xyz/");
else
window.open("https://monitor.yimian.xyz/");
}, true],
['<button><b>ACG.WATCH</b></button>', function (instance, toast) {
instance.hide({ transitionOut: 'fadeOut' }, toast, 'button');
if("undefined" == "true")
pjax.loadUrl("https://acg.watch/");
else
window.open("https://acg.watch/");
}, true],
['<button><b>Oneindex</b></button>', function (instance, toast) {
instance.hide({ transitionOut: 'fadeOut' }, toast, 'button');
if("undefined" == "true")
pjax.loadUrl("https://onedrive.yimian.xyz/");
else
window.open("https://onedrive.yimian.xyz/");
}, true],
['<button><b>Proxy</b></button>', function (instance, toast) {
instance.hide({ transitionOut: 'fadeOut' }, toast, 'button');
if("undefined" == "true")
pjax.loadUrl("https://proxy.yimian.xyz/");
else
window.open("https://proxy.yimian.xyz/");
}, true],
['<button><b>ShortenURL</b></button>', function (instance, toast) {
instance.hide({ transitionOut: 'fadeOut' }, toast, 'button');
if("undefined" == "true")
pjax.loadUrl("https://shorturl.yimian.xyz/");
else
window.open("https://shorturl.yimian.xyz/");
}, true],
['<button><b>close</b></button>', function (instance, toast) {
instance.hide({ transitionOut: 'fadeOut' }, toast, 'button');
}, true],
]
});
});
</script>
</li>
<li class="menu-item">
<a id="menu-About" class="menu-item-link" href="#">
About
</a>
<script>
$("#menu-About").click(function(){
iziToast.question({
timeout: 20000,
close: false,
overlay: true,
displayMode: 'once',
//id: 'question',
zindex: 999,
title: 'About',
message: '',
position: 'center',
buttons: [
['<button><b>links</b></button>', function (instance, toast) {
instance.hide({ transitionOut: 'fadeOut' }, toast, 'button');
if("true" == "true")
pjax.loadUrl("/links/");
else
window.open("/links/");
}, true],
['<button><b>Me</b></button>', function (instance, toast) {
instance.hide({ transitionOut: 'fadeOut' }, toast, 'button');
if("undefined" == "true")
pjax.loadUrl("https://iotcat.me/");
else
window.open("https://iotcat.me/");
}, true],
['<button><b>close</b></button>', function (instance, toast) {
instance.hide({ transitionOut: 'fadeOut' }, toast, 'button');
}, true],
]
});
});
</script>
</li>
</ul></nav>
</header>
<main id="main" class="main">
<div class="content-wrapper">
<div id="content" class="content"><article class="post">
<header class="post-header">
<h1 class="post-title">CS, ECE硕士项目调研
</h1>
<div class="post-meta">
<span class="post-time">
2020-06-24
</span><span class="post-category">
<a href="/categories/life/">life</a>
</span>
</div>
</header>
<div class="post-toc" id="post-toc">
<h2 class="post-toc-title">Contents</h2>
<div class="post-toc-content">
<ol class="toc"><li class="toc-item toc-level-1"><a class="toc-link" href="#英国-选2-3所"><span class="toc-text">英国 (选2-3所)</span></a><ol class="toc-child"><li class="toc-item toc-level-2"><a class="toc-link" href="#帝国理工"><span class="toc-text">帝国理工</span></a><ol class="toc-child"><li class="toc-item toc-level-3"><a class="toc-link" href="#MSc-Computing-Science"><span class="toc-text">MSc Computing Science</span></a><ol class="toc-child"><li class="toc-item toc-level-4"><a class="toc-link" href="#条件"><span class="toc-text">条件</span></a></li><li class="toc-item toc-level-4"><a class="toc-link" href="#案例"><span class="toc-text">案例</span></a></li></ol></li><li class="toc-item toc-level-3"><a class="toc-link" href="#MSc-Applied-Machine-Learning"><span class="toc-text">MSc Applied Machine Learning</span></a><ol class="toc-child"><li class="toc-item toc-level-4"><a class="toc-link" href="#条件-1"><span class="toc-text">条件</span></a></li></ol></li></ol></li><li class="toc-item toc-level-2"><a class="toc-link" href="#UCL"><span class="toc-text">UCL</span></a><ol class="toc-child"><li class="toc-item toc-level-3"><a class="toc-link" href="#MSc-Integrated-Machine-Learning-Systems"><span class="toc-text">MSc Integrated Machine Learning Systems</span></a><ol class="toc-child"><li class="toc-item toc-level-4"><a class="toc-link" href="#条件-2"><span class="toc-text">条件</span></a></li><li class="toc-item toc-level-4"><a class="toc-link" href="#案例-1"><span class="toc-text">案例</span></a></li></ol></li><li class="toc-item toc-level-3"><a class="toc-link" href="#MSc-Computer-Science"><span class="toc-text">MSc Computer Science</span></a><ol class="toc-child"><li class="toc-item toc-level-4"><a class="toc-link" href="#条件-3"><span class="toc-text">条件</span></a></li></ol></li></ol></li><li class="toc-item toc-level-2"><a class="toc-link" href="#爱丁堡大学"><span class="toc-text">爱丁堡大学</span></a><ol class="toc-child"><li class="toc-item toc-level-3"><a class="toc-link" href="#MSc-Computer-Science-1"><span class="toc-text">MSc Computer Science</span></a><ol class="toc-child"><li class="toc-item toc-level-4"><a class="toc-link" href="#条件-4"><span class="toc-text">条件</span></a></li><li class="toc-item toc-level-4"><a class="toc-link" href="#案例-2"><span class="toc-text">案例</span></a></li></ol></li><li class="toc-item toc-level-3"><a class="toc-link" href="#MSc-Signal-Processing-and-Communications"><span class="toc-text">MSc Signal Processing and Communications</span></a><ol class="toc-child"><li class="toc-item toc-level-4"><a class="toc-link" href="#条件-5"><span class="toc-text">条件</span></a></li></ol></li></ol></li></ol></li><li class="toc-item toc-level-1"><a class="toc-link" href="#美国-选1-2所"><span class="toc-text">美国 (选1-2所)</span></a><ol class="toc-child"><li class="toc-item toc-level-2"><a class="toc-link" href="#康奈尔大学"><span class="toc-text">康奈尔大学</span></a><ol class="toc-child"><li class="toc-item toc-level-3"><a class="toc-link" href="#M-Eng-Electrical-and-Computer-Engineering-Ithaca"><span class="toc-text">M.Eng. Electrical and Computer Engineering (Ithaca)</span></a><ol class="toc-child"><li class="toc-item toc-level-4"><a class="toc-link" href="#条件-6"><span class="toc-text">条件</span></a></li><li class="toc-item toc-level-4"><a class="toc-link" href="#案例-3"><span class="toc-text">案例</span></a></li></ol></li><li class="toc-item toc-level-3"><a class="toc-link" href="#M-Eng-Electrical-and-Computer-Engineering-NewYork"><span class="toc-text">M.Eng. Electrical and Computer Engineering (NewYork)</span></a><ol class="toc-child"><li class="toc-item toc-level-4"><a class="toc-link" href="#条件-7"><span class="toc-text">条件</span></a></li></ol></li></ol></li><li class="toc-item toc-level-2"><a class="toc-link" href="#卡耐基梅隆大学"><span class="toc-text">卡耐基梅隆大学</span></a><ol class="toc-child"><li class="toc-item toc-level-3"><a class="toc-link" href="
</div>
</div><div class="post-content"><p>为了准备2021硕士申请,我对一些喜欢的项目做了一些调查,并汇总在这里。</p>
<a id="more"></a>
<blockquote>
<p>排名来源:<a href="https://www.topuniversities.com/university-rankings/world-university-rankings/2020" target="_blank" rel="noopener">QS2020</a>, <a href="https://www.usnews.com/education/best-global-universities/rankings?page=1" target="_blank" rel="noopener">USNews2020</a>, <a href="http://www.shanghairanking.com/ARWU2019.html" target="_blank" rel="noopener">上海交大2019</a>,<a href="http://csrankings.org/#/index?all&world" target="_blank" rel="noopener">csrank.global.2010-2020</a><br>四个排名代表四种视角(QS-&gt;英国,USNews-&gt;美国,上海交大-&gt;中国,csrank-&gt;cs专业贡献)</p>
</blockquote>
<blockquote>
<p>以下信息部分摘自互联网,可能有<strong>错误</strong>!!</p>
</blockquote>
<h1 id="英国-选2-3所"><a href="#英国-选2-3所" class="headerlink" title="英国 (选2-3所)"></a><strong>英国 (选2-3所)</strong></h1><h2 id="帝国理工"><a href="#帝国理工" class="headerlink" title="帝国理工"></a><strong>帝国理工</strong></h2><blockquote>
<p><code>QS</code>: 9<br><code>USNews</code>: 20<br><code>上海交大</code>: 23<br><code>csrank</code>: 73</p>
</blockquote>
<p><strong>申请模式</strong>: </p>
<p>两个志愿,录取时可以看到你的第二志愿。一年只能提交一次申请。</p>
<h3 id="MSc-Computing-Science"><a href="#MSc-Computing-Science" class="headerlink" title="MSc Computing Science"></a><a href="https://www.imperial.ac.uk/study/pg/computing/computing-science/" target="_blank" rel="noopener">MSc Computing Science</a></h3><ul>
<li>学费<code>£33,250</code></li>
<li>时长一年</li>
</ul>
<h4 id="条件"><a href="#条件" class="headerlink" title="条件"></a><strong>条件</strong></h4><ul>
<li>任何专业一等学位</li>
<li>雅思6.5小分6/托福92小分20</li>
</ul>
<h4 id="案例"><a href="#案例" class="headerlink" title="案例"></a><strong>案例</strong></h4><ul>
<li>均分85, con 85 (校友利)</li>
<li>gre330 (优留)</li>
</ul>
<h3 id="MSc-Applied-Machine-Learning"><a href="#MSc-Applied-Machine-Learning" class="headerlink" title="MSc Applied Machine Learning"></a><a href="https://www.imperial.ac.uk/study/pg/electrical-engineering/applied-machine-learning/" target="_blank" rel="noopener">MSc Applied Machine Learning</a></h3><ul>
<li>学费<code>£32,500</code></li>
<li>时长一年</li>
</ul>
<h4 id="条件-1"><a href="#条件-1" class="headerlink" title="条件"></a><strong>条件</strong></h4><ul>
<li>EEE专业一等学位</li>
<li>雅思6.5小分6/托福92小分20</li>
</ul>
<h2 id="UCL"><a href="#UCL" class="headerlink" title="UCL"></a><strong>UCL</strong></h2><blockquote>
<p><code>QS</code>: 8<br><code>USNews</code>: 21<br><code>上海交大</code>: 15<br><code>csrank</code>: 50</p>
</blockquote>
<p><strong>申请模式</strong>: </p>
<p>可以申请多次。申请由授课老师处理,不同院系不互通。</p>
<h3 id="MSc-Integrated-Machine-Learning-Systems"><a href="#MSc-Integrated-Machine-Learning-Systems" class="headerlink" title="MSc Integrated Machine Learning Systems"></a><a href="https://www.ucl.ac.uk/prospective-students/graduate/taught-degrees/integrated-machine-learning-systems-msc" target="_blank" rel="noopener">MSc Integrated Machine Learning Systems</a></h3><ul>
<li>学费<code>£28,530</code></li>
<li>时长一年</li>
</ul>
<h4 id="条件-2"><a href="#条件-2" class="headerlink" title="条件"></a><strong>条件</strong></h4><ul>
<li>EE/CS专业二等一学位</li>
<li>雅思6.5小分6/托福92小分读写24-30听说20-30</li>
</ul>
<h4 id="案例-1"><a href="#案例-1" class="headerlink" title="案例"></a><strong>案例</strong></h4><ul>
<li>88均分 (校友利)</li>
<li>85通信(优留)</li>
</ul>
<h3 id="MSc-Computer-Science"><a href="#MSc-Computer-Science" class="headerlink" title="MSc Computer Science"></a><a href="https://www.ucl.ac.uk/prospective-students/graduate/taught-degrees/computer-science-msc" target="_blank" rel="noopener">MSc Computer Science</a></h3><ul>
<li>学费<code>£30,400</code></li>
<li>时长一年</li>
</ul>
<h4 id="条件-3"><a href="#条件-3" class="headerlink" title="条件"></a><strong>条件</strong></h4><ul>
<li>非CS专业二等一学位</li>
<li>雅思7.0小分6.5/托福100小分读写24-30听说20-30</li>
</ul>
<h2 id="爱丁堡大学"><a href="#爱丁堡大学" class="headerlink" title="爱丁堡大学"></a><strong>爱丁堡大学</strong></h2><blockquote>
<p><code>QS</code>: 20<br><code>USNews</code>: 28<br><code>上海交大</code>: 31<br><code>csrank</code>: 33</p>
</blockquote>
<h3 id="MSc-Computer-Science-1"><a href="#MSc-Computer-Science-1" class="headerlink" title="MSc Computer Science"></a><a href="https://www.ed.ac.uk/studying/postgraduate/degrees/index.php?r=site/view&edition=2020&id=110" target="_blank" rel="noopener">MSc Computer Science</a></h3><ul>
<li>学费<code>-</code></li>
<li>时长一年</li>
</ul>
<h4 id="条件-4"><a href="#条件-4" class="headerlink" title="条件"></a><strong>条件</strong></h4><ul>
<li>大部分工程理学专业二等一学位</li>
<li>雅思6.5小分6.0/托福92小分20</li>
</ul>
<h4 id="案例-2"><a href="#案例-2" class="headerlink" title="案例"></a><strong>案例</strong></h4><ul>
<li>无录取案例,据说因为与军工有关不收亚裔</li>
</ul>
<h3 id="MSc-Signal-Processing-and-Communications"><a href="#MSc-Signal-Processing-and-Communications" class="headerlink" title="MSc Signal Processing and Communications"></a><a href="https://www.ed.ac.uk/studying/postgraduate/degrees/index.php?r=site/view&edition=2020&id=20" target="_blank" rel="noopener">MSc Signal Processing and Communications</a></h3><ul>
<li>学费<code>-</code></li>
<li>时长一年</li>
</ul>
<h4 id="条件-5"><a href="#条件-5" class="headerlink" title="条件"></a><strong>条件</strong></h4><ul>
<li>EE与信号相关专业二等一学位</li>
<li>雅思6.5小分6.0/托福92小分20</li>
</ul>
<hr>
<h1 id="美国-选1-2所"><a href="#美国-选1-2所" class="headerlink" title="美国 (选1-2所)"></a><strong>美国 (选1-2所)</strong></h1><h2 id="康奈尔大学"><a href="#康奈尔大学" class="headerlink" title="康奈尔大学"></a><strong>康奈尔大学</strong></h2><blockquote>
<p><code>QS</code>: 14<br><code>USNews</code>: 23<br><code>上海交大</code>: 13<br><code>csrank</code>: 7 (参考清华8)</p>
</blockquote>
<h3 id="M-Eng-Electrical-and-Computer-Engineering-Ithaca"><a href="#M-Eng-Electrical-and-Computer-Engineering-Ithaca" class="headerlink" title="M.Eng. Electrical and Computer Engineering (Ithaca)"></a><a href="https://gradschool.cornell.edu/academics/fields-of-study/subject/electrical-and-computer-engineering/electrical-and-computer-engineering-meng-ithaca/" target="_blank" rel="noopener">M.Eng. Electrical and Computer Engineering (Ithaca)</a></h3><ul>
<li>学费<code>$56,550</code></li>
<li>时长一年(大部分延期一年半)</li>
</ul>
<h4 id="条件-6"><a href="#条件-6" class="headerlink" title="条件"></a><strong>条件</strong></h4><ul>
<li>GPA 3.8+</li>
<li>GRE 320+</li>
<li>雅思7.0/托福小分说22读20听15写20</li>
<li>两封推荐信</li>
</ul>
<h4 id="案例-3"><a href="#案例-3" class="headerlink" title="案例"></a><strong>案例</strong></h4><ul>
<li>gre320,强科研</li>
</ul>
<h3 id="M-Eng-Electrical-and-Computer-Engineering-NewYork"><a href="#M-Eng-Electrical-and-Computer-Engineering-NewYork" class="headerlink" title="M.Eng. Electrical and Computer Engineering (NewYork)"></a><a href="https://tech.cornell.edu/programs/masters-programs/master-in-electrical-and-computer-engineering/" target="_blank" rel="noopener">M.Eng. Electrical and Computer Engineering (NewYork)</a></h3><ul>
<li>学费<code>$58,586</code></li>
<li>时长一年</li>
</ul>
<h4 id="条件-7"><a href="#条件-7" class="headerlink" title="条件"></a><strong>条件</strong></h4><ul>
<li>GPA 3.8+</li>
<li>GRE 320+</li>
<li>雅思7.0/托福小分说22读20听15写20</li>
<li>两封推荐信</li>
</ul>
<h2 id="卡耐基梅隆大学"><a href="#卡耐基梅隆大学" class="headerlink" title="卡耐基梅隆大学"></a><strong>卡耐基梅隆大学</strong></h2><blockquote>
<p><code>QS</code>: 48<br><code>USNews</code>: 82<br><code>上海交大</code>: 95<br><code>csrank</code>: 1</p>
</blockquote>
<h3 id="Master-of-Science-in-Information-Networking"><a href="#Master-of-Science-in-Information-Networking" class="headerlink" title="Master of Science in Information Networking"></a><a href="https://www.cmu.edu/ini/academics/msin/index.html" target="_blank" rel="noopener">Master of Science in Information Networking</a></h3><ul>
<li>学费<code>$50,100</code></li>
<li>时长两年</li>
</ul>
<h4 id="条件-8"><a href="#条件-8" class="headerlink" title="条件"></a><strong>条件</strong></h4><ul>
<li>GPA 3.9+</li>
<li>GRE 330+</li>
<li>托福102</li>
<li>三封推荐信</li>
</ul>
<h4 id="案例-4"><a href="#案例-4" class="headerlink" title="案例"></a><strong>案例</strong></h4><ul>
<li>宁诺85+gre326美国暑研(优留)</li>
</ul>
<h2 id="哥伦比亚大学"><a href="#哥伦比亚大学" class="headerlink" title="哥伦比亚大学"></a><strong>哥伦比亚大学</strong></h2><blockquote>
<p><code>QS</code>: 18<br><code>USNews</code>: 7<br><code>上海交大</code>: 8<br><code>csrank</code>: 15</p>
</blockquote>
<h3 id="Master-of-Science-in-Electrical-Engineering"><a href="#Master-of-Science-in-Electrical-Engineering" class="headerlink" title="Master of Science in Electrical Engineering"></a><a href="http://www.ee.columbia.edu/ms-program-ee" target="_blank" rel="noopener">Master of Science in Electrical Engineering</a></h3><h4 id="条件-9"><a href="#条件-9" class="headerlink" title="条件"></a><strong>条件</strong></h4><ul>
<li>GPA 3.7+</li>
<li>GRE 320+</li>
<li>托福102</li>
<li>三封推荐信</li>
<li>可能有面试</li>
</ul>
<hr>
<h1 id="新加坡-选1-2所"><a href="#新加坡-选1-2所" class="headerlink" title="新加坡 (选1-2所)"></a><strong>新加坡 (选1-2所)</strong></h1><h2 id="新加坡国立大学"><a href="#新加坡国立大学" class="headerlink" title="新加坡国立大学"></a><strong>新加坡国立大学</strong></h2><blockquote>
<p><code>QS</code>: 11<br><code>USNews</code>: 34<br><code>上海交大</code>: 67<br><code>csrank</code>: 16 </p>
</blockquote>
<ul>
<li>不同学院可申请多个专业</li>
</ul>
<h3 id="Master-of-Technology-in-Software-Engineering"><a href="#Master-of-Technology-in-Software-Engineering" class="headerlink" title="Master of Technology in Software Engineering"></a><a href="https://www.iss.nus.edu.sg/graduate-programmes/programme/detail/master-of-technology-in-software-engineering" target="_blank" rel="noopener">Master of Technology in Software Engineering</a></h3><ul>
<li>学费<code>S$5,350.00</code></li>
<li>时长一年</li>
<li>偏向有工作经验者</li>
</ul>
<h4 id="条件-10"><a href="#条件-10" class="headerlink" title="条件"></a><strong>条件</strong></h4><ul>
<li>GPA 3.8+</li>
<li>GRE 320+</li>
<li>雅思6.0/托福85</li>
<li>面试</li>
</ul>
<h3 id="Msc-Electrical-Engineering-CE方向"><a href="#Msc-Electrical-Engineering-CE方向" class="headerlink" title="Msc. Electrical Engineering - CE方向"></a><a href="https://www.eng.nus.edu.sg/ece/graduate/coursework-based-programmes/master-of-science-by-course-work/application-details/" target="_blank" rel="noopener">Msc. Electrical Engineering - CE方向</a></h3><ul>
<li>偏向有工作经验者</li>
</ul>
<h4 id="条件-11"><a href="#条件-11" class="headerlink" title="条件"></a><strong>条件</strong></h4><ul>
<li>GPA</li>
<li>雅思6.0/托福90 (可免)</li>
</ul>
<h3 id="Msc-Computer-Science"><a href="#Msc-Computer-Science" class="headerlink" title="Msc. Computer Science"></a><a href="https://www.comp.nus.edu.sg/programmes/pg/mcs/admissions/" target="_blank" rel="noopener">Msc. Computer Science</a></h3><ul>
<li>偏向有工作经验者</li>
<li>转专业可能有限制</li>
</ul>
<h4 id="条件-12"><a href="#条件-12" class="headerlink" title="条件"></a><strong>条件</strong></h4><ul>
<li>GPA 3.8+</li>
<li>GRE 320+</li>
<li>雅思6.0/托福90 (可免)</li>
</ul>
<h2 id="南洋理工大学"><a href="#南洋理工大学" class="headerlink" title="南洋理工大学"></a><strong>南洋理工大学</strong></h2><blockquote>
<p><code>QS</code>: 11<br><code>USNews</code>: 43<br><code>上海交大</code>: 73<br><code>csrank</code>: 53</p>
</blockquote>
<ul>
<li>不同学院可申请多个专业</li>
</ul>
<h3 id="Msc-Artificial-Intelligence"><a href="#Msc-Artificial-Intelligence" class="headerlink" title="Msc Artificial Intelligence"></a><a href="http://scse.ntu.edu.sg/Programmes/ProspectiveStudents/Graduate/msc-AI/Pages/AdmissionRequirements.aspx" target="_blank" rel="noopener">Msc Artificial Intelligence</a></h3><ul>
<li>学费<code>S$58,000.00</code></li>
<li>时长一年</li>
</ul>
<h4 id="条件-13"><a href="#条件-13" class="headerlink" title="条件"></a><strong>条件</strong></h4><ul>
<li>GPA 3.8+</li>
<li>雅思6.5/托福100 (可免)</li>
</ul>
<h3 id="MSc-Computer-Control-amp-Automation"><a href="#MSc-Computer-Control-amp-Automation" class="headerlink" title="MSc Computer Control &amp; Automation"></a><a href="http://www.eee.ntu.edu.sg/Programmes/ProspectiveStudents/Graduate/MOE_sub_MSc/MSc_CCA/Pages/Curriculum.aspx" target="_blank" rel="noopener">MSc Computer Control &amp; Automation</a></h3><ul>
<li>学费<code>S$3,350.00</code></li>
<li>时长一年</li>
</ul>
<h4 id="条件-14"><a href="#条件-14" class="headerlink" title="条件"></a><strong>条件</strong></h4><ul>
<li>GPA 3.6+</li>
<li>雅思6.5/托福100</li>
</ul>
<hr>
<h1 id="加拿大-选0-1所"><a href="#加拿大-选0-1所" class="headerlink" title="加拿大 (选0-1所)"></a><strong>加拿大 (选0-1所)</strong></h1><h2 id="多伦多大学"><a href="#多伦多大学" class="headerlink" title="多伦多大学"></a><strong>多伦多大学</strong></h2><blockquote>
<p><code>QS</code>: 29<br><code>USNews</code>: 18<br><code>上海交大</code>: 24<br><code>csrank</code>: 18</p>
</blockquote>
<h3 id="MEng-Electrical-and-Computer-Engineering"><a href="#MEng-Electrical-and-Computer-Engineering" class="headerlink" title="MEng. Electrical and Computer Engineering"></a><a href="https://www.sgs.utoronto.ca/programs/electrical-and-computer-engineering/" target="_blank" rel="noopener">MEng. Electrical and Computer Engineering</a></h3><ul>
<li>时长<code>12-24</code></li>
<li>学费+生活费<code>40</code>万/年</li>
</ul>
<h4 id="条件-15"><a href="#条件-15" class="headerlink" title="条件"></a><strong>条件</strong></h4><ul>
<li>GPA 3.6+</li>
<li>雅思6.5小分6.0/托福100写作22</li>
<li>gre</li>
<li>三封推荐信</li>
</ul>
<hr>
<h1 id="瑞士-选0-2所"><a href="#瑞士-选0-2所" class="headerlink" title="瑞士 (选0-2所)"></a><strong>瑞士 (选0-2所)</strong></h1><h2 id="苏黎世联邦理工"><a href="#苏黎世联邦理工" class="headerlink" title="苏黎世联邦理工"></a><strong>苏黎世联邦理工</strong></h2><blockquote>
<p><code>QS</code>: 6<br><code>USNews</code>: 25<br><code>上海交大</code>: 19<br><code>csrank</code>: 10 </p>
</blockquote>
<ul>
<li>转专业不友好</li>
<li>本科学校很重要</li>
<li>每个地区人数有配额</li>
</ul>
<h3 id="Master-Electrical-Engineering-and-Information-Technology"><a href="#Master-Electrical-Engineering-and-Information-Technology" class="headerlink" title="Master Electrical Engineering and Information Technology"></a><a href="https://ethz.ch/en/studies/prospective-masters-degree-students/masters-degree-programmes/engineering-sciences/master-electrical-engineering-and-information-technology.html" target="_blank" rel="noopener">Master Electrical Engineering and Information Technology</a></h3><ul>
<li>时长1.5年</li>
</ul>
<h4 id="条件-16"><a href="#条件-16" class="headerlink" title="条件"></a><strong>条件</strong></h4><ul>
<li>GPA 3.8+ (top 5-10%)</li>
<li>雅思7.0/托福100</li>
<li>gre 320+ (不强制)</li>
<li>三封学术推荐信</li>
<li>学费生活费一共<code>20-30</code></li>
<li>有奖学金</li>
</ul>
<h2 id="洛桑联邦理工"><a href="#洛桑联邦理工" class="headerlink" title="洛桑联邦理工"></a><strong>洛桑联邦理工</strong></h2><blockquote>
<p><code>QS</code>: 18<br><code>USNews</code>: 45<br><code>上海交大</code>: 78<br><code>csrank</code>: 28 </p>
</blockquote>
<ul>
<li>只能申一个专业</li>
<li>没有地区配额,全球申请者竞争</li>
</ul>
<h3 id="Electrical-and-electronic-Engineering"><a href="#Electrical-and-electronic-Engineering" class="headerlink" title="Electrical and electronic Engineering"></a><a href="https://www.epfl.ch/education/master/programs/electrical-and-electronic-engineering/" target="_blank" rel="noopener">Electrical and electronic Engineering</a></h3><ul>
<li>时长1.5年</li>
<li>转专业不友好</li>
<li>学费生活费一共<code>20-30</code></li>
<li>有奖学金</li>
</ul>
<h4 id="条件-17"><a href="#条件-17" class="headerlink" title="条件"></a><strong>条件</strong></h4><ul>
<li>GPA 3.8+</li>
<li>雅思7.0/托福100</li>
<li>三封推荐信</li>
<li>gre 320+ (不强制)</li>
</ul>
</div>
<div class="post-copyright">
<p class="copyright-item">
<span>Author: </span>
<a href="https://iotcat.me/" target="_blank" rel="noopener">IoTcat</a>
</p>
<p class="copyright-item">
<span>Link: </span>
<a href="https://www.eee.dog/life/cs-ece-master-programs.html">https://www.eee.dog/life/cs-ece-master-programs.html</a>
</p>
<p class="copyright-item">
<span>License: </span><a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/" target="_blank">知识共享署名-非商业性使用 4.0 国际许可协议</a>
</p>
</div>
<footer class="post-footer">
<div class="post-tags">
<a href="/tags/master/">master</a>
<a href="/tags/investigation/">investigation</a>
</div>
<nav class="post-nav"><a class="next" href="/tech/hello-hexo.html">
<span class="next-text nav-default">Hello Hexo</span>
<span class="prev-text nav-mobile">Next</span>
<i class="iconfont icon-right"></i>
</a>
</nav></footer>
</article><script>$(()=>{setTimeout(()=>{iziToast.show({
title: 'tips',
position: 'topRight',
message: "此文章预计阅读 8 分钟哦~"
})}, 3000)})</script>
</div><div class="comments" id="comments"><div id="vcomments"></div>
</div></div>
</main>
<footer id="footer" class="footer">
<script>
page_obj = {
layout: "post",
comments: "true"
};
</script><div class="social-links"><a href="mailto:i@iotcat.me" class="iconfont icon-email" title="email"></a>
<a href="https://github.com/iotcat" target="_blank" rel="noopener" class="iconfont icon-github" title="github"></a>
<a href="/atom.xml" class="iconfont icon-rss" title="rss"></a>
</div><div class="copyright"><span id="/life/cs-ece-master-programs.html" class="statistic leancloud_visitors">
<em>Visitors </em> <i class="leancloud-visitors-count">??</i>
<span class="division"> |</span>
<em>Reading </em> 8 min
</span>
<br>
<span class="power-by">
Powered by <a class="hexo-link" href="https://hexo.io/" target="_blank" rel="noopener">Hexo</a>
</span>
<span class="division">|</span>
<span class="theme-info">
Theme -
<a class="theme-link" href="https://github.com/iotcat/kayo" target="_blank" rel="noopener">Kayo</a>
</span>
<span class="copyright-year">&copy;2018 - 2020<span class="heart shaky">
<i class="iconfont icon-heart"></i>
</span>
<span class="author">IoTcat</span>
</span>
</div>
</footer>
<div class="back-to-top" id="back-to-top">
<i class="iconfont icon-up"></i>
</div>
</div>
<script src="https://cdn.yimian.xyz/kayo/lib/valine/valine.min.js" data-pjax></script>
<style>
/* 背景图片 */
#veditor {
background-image: url(https://cdn.jsdelivr.net/gh/drew233/cdn/20200409110727.webp);
background-size: contain;
background-repeat: no-repeat;
background-position: right;
background-color: rgba(255, 255, 255, 0);
resize: vertical
}
/* 头像旋转 */
img.vimg {
transition: all 1s /* 旋转时间为 1s */
}
img.vimg:hover {
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
}
/* 盒子模式 */
#vcomments .vcards .vcard {
padding: 15px 20px 0 20px;
border-radius: 10px;
margin-bottom: 15px;
box-shadow: 0 0 4px 1px rgba(0, 0, 0, .12);
transition: all .3s
}
#vcomments .vcards .vcard:hover {
box-shadow: 0 0 8px 3px rgba(0, 0, 0, .12)
}
#vcomments .vcards .vcard .vh .vcard {
border: none;
box-shadow: none;
}
</style>
<script>
pjax_valine = () => {
new Valine({
el: '#vcomments',
appId: 'eVzpK7EyT6OafJvXWIRminWT-gzGzoHsz',
appKey: '2qjuEBgVE0BscTQnTmoS9roU',
master: '9b616ff4cd6c305e5970bee7b1bd9b1f', //博主邮箱md5
tagMeta: ["博主","小伙伴","访客"], //标识字段名
friends: ["b6ddef7c7e1c647e7767afeacdfb7b64","46dd4e6fef4f9591736c4723a965ca2e","6132d77f9f0ae060bc733090991acecb","3e00e104b79d7c6e866c6b23c6ba6dfc"], //小伙伴邮箱Md5
metaPlaceholder: {"nick":"昵称/QQ号","mail":"邮箱(完全保密)"},
placeholder: "填写邮箱可以及时收到回复哦(●'◡'●)",
path: window.location.pathname,
enableQQ: true,
visitor: true,
emojiCDN: '//i0.hdslb.com/bfs/emote/',
emojiMaps: {
"tv_doge": "6ea59c827c414b4a2955fe79e0f6fd3dcd515e24.png",
"tv_亲亲": "a8111ad55953ef5e3be3327ef94eb4a39d535d06.png",
"tv_偷笑": "bb690d4107620f1c15cff29509db529a73aee261.png",
"tv_再见": "180129b8ea851044ce71caf55cc8ce44bd4a4fc8.png",
"tv_冷漠": "b9cbc755c2b3ee43be07ca13de84e5b699a3f101.png",
"tv_发怒": "34ba3cd204d5b05fec70ce08fa9fa0dd612409ff.png",
"tv_发财": "34db290afd2963723c6eb3c4560667db7253a21a.png",
"tv_可爱": "9e55fd9b500ac4b96613539f1ce2f9499e314ed9.png",
"tv_吐血": "09dd16a7aa59b77baa1155d47484409624470c77.png",
"tv_呆": "fe1179ebaa191569b0d31cecafe7a2cd1c951c9d.png",
"tv_呕吐": "9f996894a39e282ccf5e66856af49483f81870f3.png",
"tv_困": "241ee304e44c0af029adceb294399391e4737ef2.png",
"tv_坏笑": "1f0b87f731a671079842116e0991c91c2c88645a.png",
"tv_大佬": "093c1e2c490161aca397afc45573c877cdead616.png",
"tv_大哭": "23269aeb35f99daee28dda129676f6e9ea87934f.png",
"tv_委屈": "d04dba7b5465779e9755d2ab6f0a897b9b33bb77.png",
"tv_害羞": "a37683fb5642fa3ddfc7f4e5525fd13e42a2bdb1.png",
"tv_尴尬": "7cfa62dafc59798a3d3fb262d421eeeff166cfa4.png",
"tv_微笑": "70dc5c7b56f93eb61bddba11e28fb1d18fddcd4c.png",
"tv_思考": "90cf159733e558137ed20aa04d09964436f618a1.png",
"tv_惊吓": "0d15c7e2ee58e935adc6a7193ee042388adc22af.png",
"tv_打脸": "56ab10b624063e966bfcb76ea5dc4794d87dfd47.png",
"tv_抓狂": "fe31c08edad661d63762b04e17b8d5ae3c71a757.png",
"tv_抠鼻": "c666f55e88d471e51bbd9fab9bb308110824a6eb.png",
"tv_斜眼笑": "911f987aa8bc1bee12d52aafe62bc41ef4474e6c.png",
"tv_无奈": "ea8ed89ee9878f2fece2dda0ea8a5dbfe21b5751.png",
"tv_晕": "5443c22b4d07fb1907ccc610c8e6db254f2461b7.png",
"tv_流汗": "cead1c351ab8d79e9f369605beb90148db0fbed3.png",
"tv_流泪": "7e71cde7858f0cd50d74b0264aa26db612a8a167.png",
"tv_流鼻血": "c32d39db2737f89b904ca32700d140a9241b0767.png",
"tv_点赞": "f85c354995bd99e28fc76c869bfe42ba6438eff4.png",
"tv_生气": "26702dcafdab5e8225b43ffd23c94ac1ff932654.png",
"tv_生病": "8b0ec90e6b86771092a498c54f09fc94621c1900.png",
"tv_疑问": "0793d949b18d7be716078349c202c15ff166f314.png",
"tv_白眼": "c1d59f439e379ee50eef488bcb5e5378e5044ea4.png",
"tv_皱眉": "72ccad6679fea0d14cce648b4d818e09b8ffea2d.png",
"tv_目瞪口呆": "0b8cb81a68de5d5365212c99375e7ace3e7891b7.png",
"tv_睡着": "8b196675b53af58264f383c50ad0945048290b33.png",
"tv_笑哭": "1abc628f6d4f4caf9d0e7800878f4697abbc8273.png",
"tv_腼腆": "89712c0d4af73e67f89e35cbc518420380a7f6f4.png",
"tv_色": "61822c7e9aae5da76475e7892534545336b23a6f.png",
"tv_调侃": "4bc022533ef31544ca0d72c12c808cf4a1cce3e3.png",
"tv_调皮": "b9c41de8e82dd7a8515ae5e3cb63e898bf245186.png",
"tv_鄙视": "6e72339f346a692a495b123174b49e4e8e781303.png",
"tv_闭嘴": "c9e990da7f6e93975e25fd8b70e2e290aa4086ef.png",
"tv_难过": "87f46748d3f142ebc6586ff58860d0e2fc8263ba.png",
"tv_馋": "fc7e829b845c43c623c8b490ee3602b7f0e76a31.png",
"tv_鬼脸": "0ffbbddf8a94d124ca2f54b360bbc04feb6bbfea.png",
"tv_黑人问号": "45821a01f51bc867da9edbaa2e070410819a95b2.png",
"tv_鼓掌": "1d21793f96ef4e6f48b23e53e3b9e42da833a0f6.png"
// ... 更多表情
}
});
};
</script><script type="text/javascript" src="https://cdn.yimian.xyz/kayo/lib/slideout/slideout.js"></script>
<script type="text/javascript" src="https://cdn.yimian.xyz/kayo/lib/fancybox/jquery.fancybox.pack.js"></script>
<script type="text/javascript" src="https://cdn.yimian.xyz/kayo/lib/iziToast/iziToast.min.js"></script>
<script type="text/javascript" src="https://cdn.yimian.xyz/kayo/lib/iziModal/iziModal.min.js"></script>
<script type="text/javascript" src="https://cdn.yimian.xyz/kayo/lib/mermaid/mermaid.min.js"></script>
<script type="text/javascript" src="https://cdn.yimian.xyz/kayo/js/src/kayo.js?v=1.0.0" data-pjax></script>
<script type="text/javascript" src="https://cdn.yimian.xyz/kayo/js/src/kayo-no-pjax.js?v=1.0.0"></script>
<script src="https://cdn.yimian.xyz/kayo/lib/aplayer/aplayer.min.js"></script>
<script>
$.post("https://api.yimian.xyz/msc/?type=playlist&id=808097971&limit=14&random=true", function(res){
$('body').append('<div class="aplayer-footer"><div class="ap-f" id="ap-f"></div></div>');
var a = new APlayer({
element:document.getElementById("ap-f"),
autoplay: false,
fixed:true,
loop:"all",
order:"list",
listFolded:true,
showlrc:3,
theme:"",
listmaxheight:"200px",
music:res
});
window.aplayers || (window.aplayers = []),
window.aplayers.push(a);
window.aplayers[0].lrc.hide();
window.aplayers[0].on('play', function () {
window.aplayers[0].lrc.show();
});
window.aplayers[0].on('pause', function () {
window.aplayers[0].lrc.hide();
});
});
</script><script src="https://cdn.yimian.xyz/kayo/lib/pjax/pjax.min.js"></script>
<script>window.pjax = new Pjax({
elements: 'a[href]:not([href^="#"]):not([href="javascript:void(0)"])',
selectors: ["head title, #main", "#footer"],
});/* 第一次载入页面加载的函数 */
pjax_ini = () => {
/* 关闭侧边栏 */
window.slideout.close();
if(page_obj.comments == "true"){pjax_valine();}pjax_google_analytics();mermaid.init(undefined, $(".mermaid"));};
/* 第一次 执行 */
pjax_ini();var loadingBar = document.querySelector(".loading-bar");
var progress = document.querySelector(".loading-bar .progress");
var timer = null;
// Pjax 开始时执行的函数
var loadingbarStart = function () {
// 进度条默认已经加载 20%
var loadingBarWidth = 20;
// 进度条的最大增加宽度
var MAX_LOADING_WIDTH = 95;
// 显示进度条
loadingBar.classList.add("loading");
// 初始化进度条的宽度
progress.style.width = loadingBarWidth + "%";
clearInterval(timer);
timer = setInterval(function () {
// 进度条的增加速度(可以改为一个随机值,显得更加真实)
loadingBarWidth += 3;
// 当进度条到达 95% 后停止增加
if (loadingBarWidth > MAX_LOADING_WIDTH) {
loadingBarWidth = MAX_LOADING_WIDTH;
}
progress.style.width = loadingBarWidth + "%";
}, 500);
};
// Pjax 完成之后执行的函数
var loadingbarStop = function () {
clearInterval(timer);
progress.style.width = "100%";
loadingBar.classList.remove("loading");
setTimeout(function () {
progress.style.width = 0;
}, 400);
};/* Pjax 开始时,重新加载的函数 */
document.addEventListener("pjax:send", function () {loadingbarStart();
});
/* Pjax 完成后,重新加载的函数 */
document.addEventListener("pjax:complete", function () {
/* 重载带data-pjax的script,或者.pjax-reload属性内容的script */
$("script[data-pjax], .pjax-reload script").each(function () {
$(this).parent().append($(this).remove());
});
pjax_ini();loadingbarStop();
});
/* Pjax 出错,执行的函数 */
document.addEventListener("pjax:error", function () {
});</script>
</body>
</html>