You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
215 lines
5.6 KiB
HTML
215 lines
5.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="zh-CN" dir="ltr">
|
|
<head>
|
|
<meta name="generator" content="Hugo 0.119.0">
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content=" 伊利诺伊大学系统编程讲义中文版 # 伊利诺伊大学香槟分校 (UIUC) 的CS 241: System Programming课程的教学讲义的中文译本。
|
|
Happy Reading! 享受您的阅读时光!
|
|
资料 # CS 241: System Programming课程官网 CS 241: System Programming讲义在线地址 CS 241: System Programming讲义的Github link ">
|
|
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
|
|
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40">
|
|
<meta name="color-scheme" content="light dark"><meta property="og:title" content="简介" />
|
|
<meta property="og:description" content="" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="https://doc.cyub.vip/cs341/cn/" />
|
|
<title>简介 | 伊利诺伊大学计算系统编程讲义中文版</title>
|
|
<link rel="manifest" href="/cs341/manifest.json">
|
|
<link rel="icon" href="/cs341/favicon.png" >
|
|
<link rel="alternate" hreflang="en-US" href="https://doc.cyub.vip/cs341/en/" title="Preface">
|
|
<link rel="stylesheet" href="/cs341/book.min.0356a007b16d20385fd8a4fa025ec8be3122d726acbce111d6af7545fd9a6d9a.css" integrity="sha256-A1agB7FtIDhf2KT6Al7IvjEi1yasvOER1q91Rf2abZo=" crossorigin="anonymous">
|
|
<script defer src="/cs341/flexsearch.min.js"></script>
|
|
<script defer src="/cs341/cn.search.min.d540471b46d26b1aaba1b0b7e2cc123fa79b3d0766de1c9b70cac9bcb83c64de.js" integrity="sha256-1UBHG0bSaxqrobC34swSP6ebPQdm3hybcMrJvLg8ZN4=" crossorigin="anonymous"></script>
|
|
|
|
<script defer src="/cs341/sw.min.26457b123904e37c0084a63054d7f37a2a820ad60cda19209104bfc0b2c496b0.js" integrity="sha256-JkV7EjkE43wAhKYwVNfzeiqCCtYM2hkgkQS/wLLElrA=" crossorigin="anonymous"></script>
|
|
<link rel="alternate" type="application/rss+xml" href="https://doc.cyub.vip/cs341/cn/index.xml" title="伊利诺伊大学计算系统编程讲义中文版" />
|
|
<!--
|
|
Made with Book Theme
|
|
https://github.com/alex-shpak/hugo-book
|
|
-->
|
|
|
|
</head>
|
|
<body dir="ltr">
|
|
<input type="checkbox" class="hidden toggle" id="menu-control" />
|
|
<input type="checkbox" class="hidden toggle" id="toc-control" />
|
|
<main class="container flex">
|
|
<aside class="book-menu">
|
|
<div class="book-menu-content">
|
|
|
|
<nav>
|
|
<h2 class="book-brand">
|
|
<a class="flex align-center" href="/cs341/cn/"><span>伊利诺伊大学计算系统编程讲义中文版</span>
|
|
</a>
|
|
</h2>
|
|
|
|
|
|
<div class="book-search">
|
|
<input type="text" id="book-search-input" placeholder="搜索" aria-label="搜索" maxlength="64" data-hotkeys="s/" />
|
|
<div class="book-search-spinner hidden"></div>
|
|
<ul id="book-search-results"></ul>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ul class="book-languages">
|
|
<li>
|
|
<input type="checkbox" id="languages" class="toggle" />
|
|
<label for="languages" class="flex justify-between">
|
|
<a role="button" class="flex align-center">
|
|
<img src="/cs341/svg/translate.svg" class="book-icon" alt="Languages" />
|
|
chinese
|
|
</a>
|
|
</label>
|
|
|
|
<ul>
|
|
|
|
<li>
|
|
<a href="https://doc.cyub.vip/cs341/en/">
|
|
English
|
|
</a>
|
|
</li>
|
|
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
|
|
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
|
|
|
|
|
|
|
|
</div>
|
|
</aside>
|
|
|
|
<div class="book-page">
|
|
<header class="book-header">
|
|
|
|
<div class="flex align-center justify-between">
|
|
<label for="menu-control">
|
|
<img src="/cs341/svg/menu.svg" class="book-icon" alt="Menu" />
|
|
</label>
|
|
|
|
<strong>简介</strong>
|
|
|
|
<label for="toc-control">
|
|
|
|
</label>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<article class="markdown"><h1 id="伊利诺伊大学系统编程讲义中文版">
|
|
伊利诺伊大学系统编程讲义中文版
|
|
<a class="anchor" href="#%e4%bc%8a%e5%88%a9%e8%af%ba%e4%bc%8a%e5%a4%a7%e5%ad%a6%e7%b3%bb%e7%bb%9f%e7%bc%96%e7%a8%8b%e8%ae%b2%e4%b9%89%e4%b8%ad%e6%96%87%e7%89%88">#</a>
|
|
</h1>
|
|
<figure class="text-center"><img src="https://static.cyub.vip/images/202207/duck-alpha-cropped.png" width="500px"/>
|
|
</figure>
|
|
|
|
<p>伊利诺伊大学香槟分校 (UIUC) 的CS 241: System Programming课程的教学讲义的中文译本。</p>
|
|
<p>Happy Reading! 享受您的阅读时光!</p>
|
|
<h2 id="资料">
|
|
资料
|
|
<a class="anchor" href="#%e8%b5%84%e6%96%99">#</a>
|
|
</h2>
|
|
<ul>
|
|
<li>
|
|
<a href="http://cs241.cs.illinois.edu/">CS 241: System Programming课程官网</a></li>
|
|
<li>
|
|
<a href="http://cs241.cs.illinois.edu/coursebook/index.html">CS 241: System Programming讲义在线地址</a></li>
|
|
<li>
|
|
<a href="https://github.com/illinois-cs241/coursebook/wiki">CS 241: System Programming讲义的Github link</a></li>
|
|
</ul>
|
|
</article>
|
|
|
|
|
|
|
|
<footer class="book-footer">
|
|
|
|
<div class="flex flex-wrap justify-between">
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<script>(function(){function e(e){const t=window.getSelection(),n=document.createRange();n.selectNodeContents(e),t.removeAllRanges(),t.addRange(n)}document.querySelectorAll("pre code").forEach(t=>{t.addEventListener("click",function(){if(window.getSelection().toString())return;e(t.parentElement),navigator.clipboard&&navigator.clipboard.writeText(t.parentElement.textContent)})})})()</script>
|
|
|
|
|
|
|
|
|
|
</footer>
|
|
|
|
|
|
|
|
<div class="book-comments">
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<label for="menu-control" class="hidden book-menu-overlay"></label>
|
|
</div>
|
|
|
|
|
|
</main>
|
|
|
|
|
|
</body>
|
|
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|