<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://half-dreamer.github.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://half-dreamer.github.io/" rel="alternate" type="text/html" /><updated>2026-06-03T14:50:11+00:00</updated><id>https://half-dreamer.github.io/feed.xml</id><title type="html">Yu Zhang</title><subtitle>Yu Zhang&apos;s academic portfolio</subtitle><author><name>Yu Zhang</name><email>zy1319097537@gmail.com</email></author><entry><title type="html">计算机网络学习总结（CS144 + 中科大计网）</title><link href="https://half-dreamer.github.io/posts/2023/09/network-cs144-summary/" rel="alternate" type="text/html" title="计算机网络学习总结（CS144 + 中科大计网）" /><published>2023-09-04T00:00:00+00:00</published><updated>2023-09-04T00:00:00+00:00</updated><id>https://half-dreamer.github.io/posts/2023/09/network-cs144-summary</id><content type="html" xml:base="https://half-dreamer.github.io/posts/2023/09/network-cs144-summary/"><![CDATA[<p>本文是我学习计算机网络课程的总结，涵盖了 Stanford CS144：Computer Network 和中科大计算机网络课程的核心内容。包括 TCP/IP 协议栈、可靠传输、拥塞控制等关键知识点。</p>

<p><a href="https://zhuanlan.zhihu.com/p/654163734" class="btn btn--info">阅读原文</a></p>]]></content><author><name>Yu Zhang</name><email>zy1319097537@gmail.com</email></author><category term="Computer Network" /><category term="CS144" /><category term="学习总结" /><summary type="html"><![CDATA[本文是我学习计算机网络课程的总结，涵盖了 Stanford CS144：Computer Network 和中科大计算机网络课程的核心内容。包括 TCP/IP 协议栈、可靠传输、拥塞控制等关键知识点。]]></summary></entry><entry><title type="html">CS61A 学习总结</title><link href="https://half-dreamer.github.io/posts/2023/06/cs61a-summary/" rel="alternate" type="text/html" title="CS61A 学习总结" /><published>2023-06-29T00:00:00+00:00</published><updated>2023-06-29T00:00:00+00:00</updated><id>https://half-dreamer.github.io/posts/2023/06/cs61a-summary</id><content type="html" xml:base="https://half-dreamer.github.io/posts/2023/06/cs61a-summary/"><![CDATA[<p>本文是我学习 UC Berkeley CS61A：Structure and Interpretation of Computer Programs 的总结。课程以 Python 为主要语言，涵盖函数式编程、递归、高阶函数、面向对象、解释器设计等计算机科学核心概念。</p>

<p><a href="https://zhuanlan.zhihu.com/p/640290712" class="btn btn--info">阅读原文</a></p>]]></content><author><name>Yu Zhang</name><email>zy1319097537@gmail.com</email></author><category term="CS61A" /><category term="SICP" /><category term="Python" /><category term="学习总结" /><summary type="html"><![CDATA[本文是我学习 UC Berkeley CS61A：Structure and Interpretation of Computer Programs 的总结。课程以 Python 为主要语言，涵盖函数式编程、递归、高阶函数、面向对象、解释器设计等计算机科学核心概念。]]></summary></entry><entry><title type="html">CS61C 学习总结</title><link href="https://half-dreamer.github.io/posts/2023/06/cs61c-summary/" rel="alternate" type="text/html" title="CS61C 学习总结" /><published>2023-06-29T00:00:00+00:00</published><updated>2023-06-29T00:00:00+00:00</updated><id>https://half-dreamer.github.io/posts/2023/06/cs61c-summary</id><content type="html" xml:base="https://half-dreamer.github.io/posts/2023/06/cs61c-summary/"><![CDATA[<p>本文是我学习 UC Berkeley CS61C：Great Ideas in Computer Architecture 的总结。涵盖了 RISC-V 指令集架构、CPU 设计、流水线、缓存层次结构、虚拟内存以及并行计算等内容。</p>

<p><a href="https://zhuanlan.zhihu.com/p/640294293" class="btn btn--info">阅读原文</a></p>]]></content><author><name>Yu Zhang</name><email>zy1319097537@gmail.com</email></author><category term="CS61C" /><category term="Computer Architecture" /><category term="RISC-V" /><category term="学习总结" /><summary type="html"><![CDATA[本文是我学习 UC Berkeley CS61C：Great Ideas in Computer Architecture 的总结。涵盖了 RISC-V 指令集架构、CPU 设计、流水线、缓存层次结构、虚拟内存以及并行计算等内容。]]></summary></entry><entry><title type="html">C++ 自学总结</title><link href="https://half-dreamer.github.io/posts/2023/06/cpp-self-study/" rel="alternate" type="text/html" title="C++ 自学总结" /><published>2023-06-26T00:00:00+00:00</published><updated>2023-06-26T00:00:00+00:00</updated><id>https://half-dreamer.github.io/posts/2023/06/cpp-self-study</id><content type="html" xml:base="https://half-dreamer.github.io/posts/2023/06/cpp-self-study/"><![CDATA[<p>本文是我自学 C++ 的全面总结。系统梳理了 C++ 的核心语法、面向对象编程、STL 标准库、内存管理、智能指针、多线程编程以及现代 C++ 特性，是入门和进阶 C++ 的实用参考。</p>

<p><a href="https://zhuanlan.zhihu.com/p/639754681" class="btn btn--info">阅读原文</a></p>]]></content><author><name>Yu Zhang</name><email>zy1319097537@gmail.com</email></author><category term="C++" /><category term="学习总结" /><summary type="html"><![CDATA[本文是我自学 C++ 的全面总结。系统梳理了 C++ 的核心语法、面向对象编程、STL 标准库、内存管理、智能指针、多线程编程以及现代 C++ 特性，是入门和进阶 C++ 的实用参考。]]></summary></entry></feed>