Skip to content

Commit

Permalink
Deployed 48788b2 with MkDocs version: 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ruoxining committed Jan 7, 2025
1 parent f9e1372 commit 3ad6047
Show file tree
Hide file tree
Showing 27 changed files with 223 additions and 157 deletions.
4 changes: 2 additions & 2 deletions docs/1-cs/architecture/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1930,7 +1930,7 @@

<h1 id="_1">索引</h1>
<div style="margin-top: -30px; font-size: 0.75em; opacity: 0.7;">
<p>:material-circle-edit-outline: 约 318 个字 :material-clock-time-two-outline: 预计阅读时间 1 分钟</p>
<p>:material-circle-edit-outline: 约 320 个字 :material-clock-time-two-outline: 预计阅读时间 1 分钟</p>
</div>
<p>打算稍微写一点是因为自己学体系的时候没找到特别完整笔记资料 + 没上计组,自己完全没理解,单纯硬背速成的,记一下自己速成看了哪些东西</p>
<p>当然首先花了两个下午过了一遍马德计组的智云 + xyx计组笔记,边学边动笔</p>
Expand All @@ -1952,7 +1952,7 @@ <h1 id="_1">索引</h1>
<p>参考资料</p>
<ul>
<li>智云马德ls计组</li>
<li><a href="https://xuan-insr.github.io/computer_organization/1_prelude/">xyx计组</a></li>
<li><a href="https://xuan-insr.github.io/computer_organization/1_prelude/" target="_blank">xyx计组</a></li>
<li>瓜豪辅学ppt</li>
<li>另几份同学发我的笔记,但我一时没找到公开链接,急急急,不找了</li>
</ul>
Expand Down
14 changes: 8 additions & 6 deletions docs/1-cs/assembly-x86/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1928,7 +1928,7 @@

<h1 id="x86">x86汇编</h1>
<div style="margin-top: -30px; font-size: 0.75em; opacity: 0.7;">
<p>:material-circle-edit-outline: 约 5487 个字 :fontawesome-solid-code: 47 行代码 :material-clock-time-two-outline: 预计阅读时间 19 分钟</p>
<p>:material-circle-edit-outline: 约 5513 个字 :fontawesome-solid-code: 47 行代码 :material-clock-time-two-outline: 预计阅读时间 19 分钟</p>
</div>
<h1 id="lab">Lab记录</h1>
<div class="admonition failure">
Expand Down Expand Up @@ -2732,7 +2732,7 @@ <h3 id="_12">指令</h3>
</tr>
<tr>
<td>stosb/stosw/stosd</td>
<td>SI指向的<a href="https://baike.baidu.com/item/%E5%AD%98%E5%82%A8%E5%8D%95%E5%85%83读入https://baike.baidu.com/item/%E7%B4%AF%E5%8A%A0%E5%99%A8">🔗</a>,其中LODSB是读入AL, LODSW是读入AX中, 然后SI自动增加或减小1或2位.当方向标志位DF=0时,则SI自动增加;DF=1时,SI自动减小。</td>
<td>SI指向的<a href="https://baike.baidu.com/item/%E5%AD%98%E5%82%A8%E5%8D%95%E5%85%83读入https://baike.baidu.com/item/%E7%B4%AF%E5%8A%A0%E5%99%A8" target="_blank">🔗</a>,其中LODSB是读入AL, LODSW是读入AX中, 然后SI自动增加或减小1或2位.当方向标志位DF=0时,则SI自动增加;DF=1时,SI自动减小。</td>
<td></td>
<td></td>
</tr>
Expand Down Expand Up @@ -2867,10 +2867,12 @@ <h4 id="x86_1">x86:</h4>
<p>ESI:源变址寄存器</p>
<p>EDI:目的变址寄存器 与EBX基址搭配使用</p>
<h4 id="_17">参考文献</h4>
<p>asm_sum.doc</p>
<p>xxjj的《汇编语言考试总结》 <a href="https://www.yuque.com/xianyuxuan/coding/mkte6u">https://www.yuque.com/xianyuxuan/coding/mkte6u</a></p>
<p>[<a href="https://blog.csdn.net/CarlosX/article/details/105763559">80386]80x86汇编指令_CarlosX的博客-CSDN博客_80386指令集</a></p>
<p><a href="https://blog.csdn.net/ttzyanswer/article/details/2063168">80386 算术运算指令,逻辑运算指令,移位指令 (三) _ttzyanswer的博客-CSDN博客</a></p>
<ul>
<li>asm_sum.doc</li>
<li>xxjj的《汇编语言考试总结》 <a href="https://www.yuque.com/xianyuxuan/coding/mkte6u" target="_blank">https://www.yuque.com/xianyuxuan/coding/mkte6u</a></li>
<li>[<a href="https://blog.csdn.net/CarlosX/article/details/105763559" target="_blank">80386]80x86汇编指令_CarlosX的博客-CSDN博客_80386指令集</a></li>
<li><a href="https://blog.csdn.net/ttzyanswer/article/details/2063168" target="_blank">80386 算术运算指令,逻辑运算指令,移位指令 (三) _ttzyanswer的博客-CSDN博客</a></li>
</ul>



Expand Down
14 changes: 7 additions & 7 deletions docs/1-cs/database/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2004,7 +2004,7 @@

<h1 id="dbms">DBMS</h1>
<div style="margin-top: -30px; font-size: 0.75em; opacity: 0.7;">
<p>:material-circle-edit-outline: 约 360 个字 :material-clock-time-two-outline: 预计阅读时间 1 分钟</p>
<p>:material-circle-edit-outline: 约 372 个字 :material-clock-time-two-outline: 预计阅读时间 1 分钟</p>
</div>
<h2 id="whats-this">what's this</h2>
<p>这里是数据库系统的理论课。</p>
Expand Down Expand Up @@ -2057,15 +2057,15 @@ <h2 id="_1">参考资料</h2>
<ul>
<li><em>Database System Concepts (8th ed)</em></li>
<li>sjl ls ppt + 智云课堂(大家课后还是要听一听 sjl 老师的课)</li>
<li><a href="#">小角龙笔记</a></li>
<li><a href="https://note.hobbitqia.cc/DB/">HobbitQia 的笔记本</a></li>
<li><a href="https://www.db-book.com/">DBMS Solutions</a></li>
<li><a href="#" target="_blank">小角龙笔记</a></li>
<li><a href="https://note.hobbitqia.cc/DB/" target="_blank">HobbitQia 的笔记本</a></li>
<li><a href="https://www.db-book.com/" target="_blank">DBMS Solutions</a></li>
</ul>
<p>专题帖子</p>
<ul>
<li><a href="https://zhuanlan.zhihu.com/p/344087914">白话详解数据库函数依赖和Armstrong公理及其引理</a></li>
<li><a href="https://zhuanlan.zhihu.com/p/149287061">B+树看这一篇就够了(B+树查找、插入、删除全上)</a></li>
<li><a href="https://zhuanlan.zhihu.com/p/351240279">MySQL索引底层:B+树详解</a></li>
<li><a href="https://zhuanlan.zhihu.com/p/344087914" target="_blank">白话详解数据库函数依赖和Armstrong公理及其引理</a></li>
<li><a href="https://zhuanlan.zhihu.com/p/149287061" target="_blank">B+树看这一篇就够了(B+树查找、插入、删除全上)</a></li>
<li><a href="https://zhuanlan.zhihu.com/p/351240279" target="_blank">MySQL索引底层:B+树详解</a></li>
</ul>


Expand Down
8 changes: 4 additions & 4 deletions docs/1-cs/database/normalforms/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2060,7 +2060,7 @@

<h1 id="_1">数据库关系模式</h1>
<div style="margin-top: -30px; font-size: 0.75em; opacity: 0.7;">
<p>:material-circle-edit-outline: 约 1976 个字 :material-clock-time-two-outline: 预计阅读时间 7 分钟</p>
<p>:material-circle-edit-outline: 约 1982 个字 :material-clock-time-two-outline: 预计阅读时间 7 分钟</p>
</div>
<p>为什么我们需要关系模式?</p>
<p>在设计数据库的时候,我们画完 E-R 图,要把图转化成表的形式化定义(比如 <code>Student(sid, course, department)</code> 这种格式)。这就需要我们对一些属性进行进一步约束,比如要关注这些问题:(1)在两个表里的键谁决定谁?要保证只有 candidate key 的属性才能决定其它属性。(2)有些表该合在一起,还是拆成多个表?如果表合得太多,有些信息可能出现太多次,产生信息冗余、插入异常、更新困难。(3)有些属性虽然不是主键,但又决定其它关系的值,这种情况叫做有函数依赖。</p>
Expand Down Expand Up @@ -2240,9 +2240,9 @@ <h2 id="_5">闭包</h2>
<h2 id="_6">最小覆盖</h2>
<h2 id="references">References</h2>
<ul>
<li><a href="https://www.cnblogs.com/tangyanbo/p/4462734.html">blog</a></li>
<li><a href="https://www.cnblogs.com/ranran/p/4165200.html">blog</a></li>
<li><a href="https://www.cnblogs.com/ysql/p/4171432.html">blog</a></li>
<li><a href="https://www.cnblogs.com/tangyanbo/p/4462734.html" target="_blank">blog</a></li>
<li><a href="https://www.cnblogs.com/ranran/p/4165200.html" target="_blank">blog</a></li>
<li><a href="https://www.cnblogs.com/ysql/p/4171432.html" target="_blank">blog</a></li>
</ul>


Expand Down
40 changes: 20 additions & 20 deletions docs/1-cs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1988,7 +1988,7 @@

<h1 id="computer-science-notes">Computer Science Notes</h1>
<div style="margin-top: -30px; font-size: 0.75em; opacity: 0.7;">
<p>:material-circle-edit-outline: 约 460 个字 :material-clock-time-two-outline: 预计阅读时间 2 分钟</p>
<p>:material-circle-edit-outline: 约 506 个字 :material-clock-time-two-outline: 预计阅读时间 2 分钟</p>
</div>
<p>This section mainly consists of my selected notes on the course/project/assignment of the computer science courses from Zhejiang University. 本章节内容主要为浙江大学计算机学院课程的课程/项目/作业笔记。</p>
<p>I respect the honest code of computer science school of Zhejiang University and do not publish any content against this code (e.g., solutions of the assignments or source codes of the projects). Please contact me if you find anything that has the risk to violate the code.</p>
Expand Down Expand Up @@ -2028,47 +2028,47 @@ <h2 id="compass">🧭 Compass</h2>
<tr>
<td align="left">编程语言</td>
<td align="left">📘C尖</td>
<td align="left"><a href="https://ruoxining.github.io/notebook/docs/1-cs/oop/course/">📘C++</a> <br> <a href="https://xuan-insr.github.io/cpp/cpp_restart/">🔗讲义@暄</a></td>
<td align="left">📘Verilog <br> <a href="https://guahao31.github.io/2024_DD/">🔗实验@瓜</a> <br> <a href="https://hdlbits.01xz.net/wiki/Main_Page">🔗playground@HDLB</a></td>
<td align="left"><a href="https://ruoxining.github.io/notebook/docs/1-cs/oop/course/" target="_blank">📘C++</a> <br> <a href="https://xuan-insr.github.io/cpp/cpp_restart/" target="_blank">🔗讲义@暄</a></td>
<td align="left">📘Verilog <br> <a href="https://guahao31.github.io/2024_DD/" target="_blank">🔗实验@瓜</a> <br> <a href="https://hdlbits.01xz.net/wiki/Main_Page" target="_blank">🔗playground@HDLB</a></td>
<td align="left">📘Python</td>
<td align="left"><a href="https://ruoxining.github.io/notebook/docs/1-cs/assembly-x86/">📖x86汇编</a></td>
<td align="left"><a href="https://ruoxining.github.io/notebook/docs/1-cs/assembly-x86/" target="_blank">📖x86汇编</a></td>
</tr>
<tr>
<td align="left">计算机科学</td>
<td align="left">📘离散数学 <br> <a href="https://github.com/Kaleo996/ZJU-Discrete-Math-2022">🔗讲义@Kaleo</a></td>
<td align="left">📘离散数学 <br> <a href="https://github.com/Kaleo996/ZJU-Discrete-Math-2022" target="_blank">🔗讲义@Kaleo</a></td>
<td align="left">📘FDS</td>
<td align="left">📘ADS <br> <a href="https://note.isshikih.top/cour_note/D2CX_AdvancedDataStructure/">🔗讲义@修</a></td>
<td align="left">📘计算理论 <br> <a href="https://xuan-insr.github.io/other_courses/theory_of_computation/">🔗讲义@暄</a></td>
<td align="left"><a href="https://ruoxining.github.io/notebook/docs/1-cs/compiler/">📘编译原理</a> <br> <a href="https://xuan-insr.github.io/compile_principle/">🔗讲义@暄</a></td>
<td align="left">📘ADS <br> <a href="https://note.isshikih.top/cour_note/D2CX_AdvancedDataStructure/" target="_blank">🔗讲义@修</a></td>
<td align="left">📘计算理论 <br> <a href="https://xuan-insr.github.io/other_courses/theory_of_computation/" target="_blank">🔗讲义@暄</a></td>
<td align="left"><a href="https://ruoxining.github.io/notebook/docs/1-cs/compiler/" target="_blank">📘编译原理</a> <br> <a href="https://xuan-insr.github.io/compile_principle/" target="_blank">🔗讲义@暄</a></td>
</tr>
<tr>
<td align="left">软件</td>
<td align="left"><a href="https://ruoxining.github.io/notebook/docs/1-cs/os/">🧪OS</a> <br> <a href="https://note.isshikih.top/cour_note/D3QD_OperatingSystem/">🔗讲义@修</a></td>
<td align="left"><a href="https://ruoxining.github.io/notebook/docs/1-cs/os/" target="_blank">🧪OS</a> <br> <a href="https://note.isshikih.top/cour_note/D3QD_OperatingSystem/" target="_blank">🔗讲义@修</a></td>
<td align="left">📘DBMS</td>
<td align="left">📘计网</td>
<td align="left">📘软工</td>
<td align="left"></td>
</tr>
<tr>
<td align="left">硬件</td>
<td align="left">📘数逻 <br> <a href="https://note.isshikih.top/cour_note/D2QD_DigitalDesign/">🔗讲义@修</a></td>
<td align="left">📘数逻 <br> <a href="https://note.isshikih.top/cour_note/D2QD_DigitalDesign/" target="_blank">🔗讲义@修</a></td>
<td align="left">📘计概</td>
<td align="left">📘计组 <br> <a href="https://xuan-insr.github.io/computer_organization/">🔗讲义@暄&amp;修</a></td>
<td align="left"><a href="https://ruoxining.github.io/notebook/docs/1-cs/architecture/">📖体系</a></td>
<td align="left">📘计组 <br> <a href="https://xuan-insr.github.io/computer_organization/" target="_blank">🔗讲义@暄&amp;修</a></td>
<td align="left"><a href="https://ruoxining.github.io/notebook/docs/1-cs/architecture/" target="_blank">📖体系</a></td>
<td align="left"></td>
</tr>
</tbody>
</table>
<h2 id="contents">📝 Contents</h2>
<ul>
<li><a href="">Assembly x86</a> 汇编</li>
<li><a href="">C Libgraphics</a> 程序设计专题(project)</li>
<li><a href="">Computer Architecture</a> 计算机体系结构</li>
<li><a href="">Compiler</a> 编译原理</li>
<li><a href="">Database</a> 数据库系统</li>
<li><a href="">OOP</a> 面向对象程序设计</li>
<li><a href="">Operating System</a> 操作系统</li>
<li><a href="">Python Code Style</a> Python 代码风格</li>
<li><a href="" target="_blank">Assembly x86</a> 汇编</li>
<li><a href="" target="_blank">C Libgraphics</a> 程序设计专题(project)</li>
<li><a href="" target="_blank">Computer Architecture</a> 计算机体系结构</li>
<li><a href="" target="_blank">Compiler</a> 编译原理</li>
<li><a href="" target="_blank">Database</a> 数据库系统</li>
<li><a href="" target="_blank">OOP</a> 面向对象程序设计</li>
<li><a href="" target="_blank">Operating System</a> 操作系统</li>
<li><a href="" target="_blank">Python Code Style</a> Python 代码风格</li>
</ul>


Expand Down
10 changes: 6 additions & 4 deletions docs/1-cs/oop/course/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2328,7 +2328,7 @@

<h1 id="courses">Courses 听课</h1>
<div style="margin-top: -30px; font-size: 0.75em; opacity: 0.7;">
<p>:material-circle-edit-outline: 约 1567 个字 :fontawesome-solid-code: 91 行代码 :material-clock-time-two-outline: 预计阅读时间 6 分钟</p>
<p>:material-circle-edit-outline: 约 1591 个字 :fontawesome-solid-code: 91 行代码 :material-clock-time-two-outline: 预计阅读时间 6 分钟</p>
</div>
<h2 id="cs106bcs106l">关于CS106B和CS106L</h2>
<p>CS106B偏简单,相当于ZJU的数据结构+C++的STL用法一块讲,另外再讲一些FDS的算法。
Expand All @@ -2339,9 +2339,11 @@ <h2 id="cs106bcs106l">关于CS106B和CS106L</h2>
<img alt="" src="../../asset/C%2B%2Broadmap.png" /></p>
<h2 id="zju">ZJU课程</h2>
<h3 id="_1">课程参考资料</h3>
<p><a href="https://en.cppreference.com/w/">CPP Reference</a>
<a href="https://isocpp.org/">Standard C++</a>
<a href="https://www.youtube.com/user/CppCon">CppCon</a></p>
<ul>
<li><a href="https://en.cppreference.com/w/" target="_blank">CPP Reference</a></li>
<li><a href="https://isocpp.org/" target="_blank">Standard C++</a></li>
<li><a href="https://www.youtube.com/user/CppCon" target="_blank">CppCon</a></li>
</ul>
<h3 id="_2">上课心得</h3>
<p>我跟的是cx老师的班,应该是教得最好的一档orz
但是上课内容仍不能覆盖作业和期末的内容,觉得听课内容只能起到一个骨架作用,课后需要花上课2至3倍的时间自学自己整理笔记,多读多写代码,不然期末会遇到没见过的特性,会有点惨orz(像我一样)</p>
Expand Down
5 changes: 3 additions & 2 deletions docs/1-cs/oop/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2423,8 +2423,9 @@ <h3 id="reverse-iterator">反向迭代器 reverse iterator</h3>
</span><span id="__span-26-12"><a id="__codelineno-26-12" name="__codelineno-26-12" href="#__codelineno-26-12"></a><span class="p">}</span>
</span></code></pre></div>
<h2 id="_5">参考资料</h2>
<p>https://zhuanlan.zhihu.com/p/344558356
LJJ PPT</p>
<ul>
<li><a href="LJJ PPT" target="_blank">https://zhuanlan.zhihu.com/p/344558356</a></li>
</ul>



Expand Down
Loading

0 comments on commit 3ad6047

Please sign in to comment.