Skip to content

Commit 257b440

Browse files
author
committed
Deployed 20b37ae with MkDocs version: 1.4.2
1 parent 583fad3 commit 257b440

File tree

7 files changed

+149
-72
lines changed

7 files changed

+149
-72
lines changed

changelog/index.html

+5
Original file line numberDiff line numberDiff line change
@@ -1009,6 +1009,11 @@ <h1 id="changelog">Changelog<a class="headerlink" href="#changelog" title="Perma
10091009
<div class="heti-skip">
10101010
<h2 id="2024">2024 年<a class="headerlink" href="#2024" title="Permanent link"></a></h2>
10111011
<ul>
1012+
<li><span style="font-family: var(--md-code-font-family)">07-08 <a href="https://github.com/ZJU-Turing/TuringCourses/commit/20b37aebad6515179c2ae34bba751f0d3a95a08a">20b37ae</a> </span>docs: 添加 <a href="https://zju-turing.github.io/TuringCourses/major_basic/object_oriented_programming/">OOP</a> 陈翔老师评价 (<a href="https://github.com/ZJU-Turing/TuringCourses/pull/194">#194</a>)</li>
1013+
<li><span style="font-family: var(--md-code-font-family)">07-08 <a href="https://github.com/ZJU-Turing/TuringCourses/commit/5bd521c0303053e538710d64f348b4c9058b3ec8">5bd521c</a> </span>docs: 更新<a href="https://zju-turing.github.io/TuringCourses/major_mandatory/cognitive_neuroscience/">认知神经科学导论</a><a href="https://zju-turing.github.io/TuringCourses/major_mandatory/database/">数据库系统</a><a href="https://zju-turing.github.io/TuringCourses/major_basic/object_oriented_programming/">OOP</a> 课程内容 (<a href="https://github.com/ZJU-Turing/TuringCourses/pull/192">#192</a>)<ul>
1014+
<li>🔗 <a href="https://zju-turing.github.io/TuringCourses/major_basic/computer_organization/">计算机组成与设计</a> </li>
1015+
</ul>
1016+
</li>
10121017
<li><span style="font-family: var(--md-code-font-family)">07-08 <a href="https://github.com/ZJU-Turing/TuringCourses/commit/89ad4434447f1803da4d5018b11229a98ca7fb04">89ad443</a> </span>docs: 添加<a href="https://zju-turing.github.io/TuringCourses/major_mandatory/ai_chips_systems/">人工智能芯片与系统</a><a href="https://zju-turing.github.io/TuringCourses/major_mandatory/natural_language_processing/">自然语言处理导论</a>课程内容,更新<a href="https://zju-turing.github.io/TuringCourses/major_mandatory/machine_learning/">机器学习</a>课程内容 (<a href="https://github.com/ZJU-Turing/TuringCourses/pull/193">#193</a>)</li>
10131018
<li><span style="font-family: var(--md-code-font-family)">07-08 <a href="https://github.com/ZJU-Turing/TuringCourses/commit/eb097e5a6d78452a9cc5eae755db0e8c7ee5a390">eb097e5</a> </span>docs: 更新<a href="https://zju-turing.github.io/TuringCourses/major_elective/ai_logic/">人工智能逻辑</a>课程内容 (<a href="https://github.com/ZJU-Turing/TuringCourses/pull/191">#191</a>)</li>
10141019
<li><span style="font-family: var(--md-code-font-family)">07-08 <a href="https://github.com/ZJU-Turing/TuringCourses/commit/f87caec863b4e63155de74980da04bdf7cd6d608">f87caec</a> </span>docs: 更新 <a href="https://zju-turing.github.io/TuringCourses/major_basic/advanced_data_structure/">ADS</a> 杨洋老师评价 (<a href="https://github.com/ZJU-Turing/TuringCourses/pull/190">#190</a>)</li>

major_basic/computer_organization/index.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@
10721072
<svg viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M20.71 7.04c.39-.39.39-1.04 0-1.41l-2.34-2.34c-.37-.39-1.02-.39-1.41 0l-1.84 1.83 3.75 3.75M3 17.25V21h3.75L17.81 9.93l-3.75-3.75L3 17.25Z"></path></svg>
10731073
</a>
10741074
<div class="admonition warning">
1075-
<p class="admonition-title">1693583896</p>
1075+
<p class="admonition-title">1720432243</p>
10761076
</div>
10771077
<h1 id="_1">计算机组成与设计<a class="headerlink" href="#_1" title="Permanent link"><span><span class="heti-spacing"> </span></span></a></h1>
10781078
<div class="badges">
@@ -1134,6 +1134,7 @@ <h2 id="_7">参考笔记与回忆卷<a class="headerlink" href="#_7" title="Perm
11341134
<li><span>xg<span class="heti-spacing"> </span></span>计算机系统二流水线<span class="heti-skip"><span class="heti-spacing"> </span>CPU<span class="heti-spacing"> </span></span>部分笔记:<a href="https://note.tonycrane.cc/cs/system/cs2/topic1/">https://note.tonycrane.cc/cs/system/cs2/topic1/</a></li>
11351135
<li><span>QJJ<span class="heti-spacing"> </span></span>计算机组成笔记:<a href="https://note.hobbitqia.cc/CO/">https://note.hobbitqia.cc/CO/</a></li>
11361136
<li><a href="https://www.cc98.org/topic/5640722"><span>2023<span class="heti-spacing"> </span></span>春夏期末回忆卷(<span>98<span class="heti-spacing"> </span></span>链接)</a></li>
1137+
<li><a href="https://www.cc98.org/topic/5922030"><span>2024<span class="heti-spacing"> </span></span>春夏期末回忆卷(<span>98<span class="heti-spacing"> </span></span>链接)</a></li>
11371138
</ul>
11381139
<h2 id="_8">课程学习建议<a class="headerlink" href="#_8" title="Permanent link"><span><span class="heti-spacing"> </span></span></a></h2>
11391140
<p>本课由理论和实验两部分组成,从分数上看,实验部分与期末考试几乎是同等重要,本课的学习建议也将分为两部分。</p>
@@ -1176,7 +1177,7 @@ <h3 id="_10">实验部分<a class="headerlink" href="#_10" title="Permanent link
11761177
}
11771178
</style>
11781179
<div id="footer-wrapper">
1179-
<p><span class="twemoji"><svg viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1-2.1-2M12.5 7v5.2l4 2.4-1 1L11 13V7h1.5M11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2v1.8Z"></path></svg></span> 2023-09-01  <span class="twemoji"><svg viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"></path></svg></span> Contributors <span class="contributors"><a href="https://github.com/TonyCrane" target="_blank" title="TonyCrane"><img alt="TonyCrane" src="https://avatars.githubusercontent.com/u/44120331"/></a><a href="https://github.com/Guahao31" target="_blank" title="Guahao31"><img alt="Guahao31" src="https://avatars.githubusercontent.com/u/72877487"/></a><a href="https://github.com/HobbitQia" target="_blank" title="HobbitQia"><img alt="HobbitQia" src="https://avatars.githubusercontent.com/u/89443407"/></a><a href="https://github.com/626lt" target="_blank" title="626lt"><img alt="626lt" src="https://avatars.githubusercontent.com/u/129494413"/></a></span></p>
1180+
<p><span class="twemoji"><svg viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1-2.1-2M12.5 7v5.2l4 2.4-1 1L11 13V7h1.5M11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2v1.8Z"></path></svg></span> 2024-07-08  <span class="twemoji"><svg viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"></path></svg></span> Contributors <span class="contributors"><a href="https://github.com/TonyCrane" target="_blank" title="TonyCrane"><img alt="TonyCrane" src="https://avatars.githubusercontent.com/u/44120331"/></a><a href="https://github.com/Guahao31" target="_blank" title="Guahao31"><img alt="Guahao31" src="https://avatars.githubusercontent.com/u/72877487"/></a><a href="https://github.com/HobbitQia" target="_blank" title="HobbitQia"><img alt="HobbitQia" src="https://avatars.githubusercontent.com/u/89443407"/></a><a href="https://github.com/626lt" target="_blank" title="626lt"><img alt="626lt" src="https://avatars.githubusercontent.com/u/129494413"/></a></span></p>
11801181
</div>
11811182
<style>
11821183
.md-content .admonition:first-of-type {

0 commit comments

Comments
 (0)