Skip to content

Commit 8562738

Browse files
deploy: ca481f7
1 parent 36401de commit 8562738

File tree

9 files changed

+236
-310
lines changed

9 files changed

+236
-310
lines changed

index.html

Lines changed: 4 additions & 302 deletions
Large diffs are not rendered by default.

print.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ <h1 class="menu-title">高等数学</h1>
168168
<div id="content" class="content">
169169
<main>
170170
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css">
171+
<h1 id="高等数学"><a class="header" href="#高等数学">高等数学</a></h1>
172+
<div style="break-before: page; page-break-before: always;"></div><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css">
171173
<p><strong>You:</strong></p>
172174
<p>高等数学的第一课讨论了 映射 与 函数 的关系,这有何深意呢?感觉直接讲函数就可以</p>
173175
<hr />
@@ -636,7 +638,7 @@ <h2 id="五结论"><a class="header" href="#五结论">五、结论</a></h2>
636638
</blockquote>
637639
<p>这种形式对于理论分析特别有用,尤其在极限计算与光滑函数性质研究中,Peano 余项是一种精炼、通用的工具。若你希望进一步结合具体函数进行示例验证,我也可以补充详细案例。</p>
638640
<div style="break-before: page; page-break-before: always;"></div><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css">
639-
<h1 id="chapter-1"><a class="header" href="#chapter-1">Chapter 1</a></h1>
641+
<h1 id="windows-驱动开发"><a class="header" href="#windows-驱动开发">Windows 驱动开发</a></h1>
640642

641643
</main>
642644

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

toc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
<link rel="stylesheet" href="./theme/css/custom.css">
3030
</head>
3131
<body class="sidebar-iframe-inner">
32-
<ol class="chapter"><li class="chapter-item expanded "><a href="映射与函数.html" target="_parent"><strong aria-hidden="true">1.</strong> 映射与函数</a></li><li class="chapter-item expanded "><a href="洛必达法则.html" target="_parent"><strong aria-hidden="true">2.</strong> 洛必达法则</a></li><li class="chapter-item expanded "><a href="泰勒公式.html" target="_parent"><strong aria-hidden="true">3.</strong> 泰勒公式</a></li><li class="chapter-item expanded "><a href="chapter_1.html" target="_parent"><strong aria-hidden="true">4.</strong> Chapter 1</a></li></ol>
32+
<ol class="chapter"><li class="chapter-item expanded "><a href="高等数学.html" target="_parent"><strong aria-hidden="true">1.</strong> 高等数学</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="映射与函数.html" target="_parent"><strong aria-hidden="true">1.1.</strong> 映射与函数</a></li><li class="chapter-item expanded "><a href="洛必达法则.html" target="_parent"><strong aria-hidden="true">1.2.</strong> 洛必达法则</a></li><li class="chapter-item expanded "><a href="泰勒公式.html" target="_parent"><strong aria-hidden="true">1.3.</strong> 泰勒公式</a></li></ol></li><li class="chapter-item expanded "><a href="windows_divers.html" target="_parent"><strong aria-hidden="true">2.</strong> Windows 驱动开发</a></li></ol>
3333
</body>
3434
</html>

toc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class MDBookSidebarScrollbox extends HTMLElement {
88
super();
99
}
1010
connectedCallback() {
11-
this.innerHTML = '<ol class="chapter"><li class="chapter-item expanded "><a href="映射与函数.html"><strong aria-hidden="true">1.</strong> 映射与函数</a></li><li class="chapter-item expanded "><a href="洛必达法则.html"><strong aria-hidden="true">2.</strong> 洛必达法则</a></li><li class="chapter-item expanded "><a href="泰勒公式.html"><strong aria-hidden="true">3.</strong> 泰勒公式</a></li><li class="chapter-item expanded "><a href="chapter_1.html"><strong aria-hidden="true">4.</strong> Chapter 1</a></li></ol>';
11+
this.innerHTML = '<ol class="chapter"><li class="chapter-item expanded "><a href="高等数学.html"><strong aria-hidden="true">1.</strong> 高等数学</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="映射与函数.html"><strong aria-hidden="true">1.1.</strong> 映射与函数</a></li><li class="chapter-item expanded "><a href="洛必达法则.html"><strong aria-hidden="true">1.2.</strong> 洛必达法则</a></li><li class="chapter-item expanded "><a href="泰勒公式.html"><strong aria-hidden="true">1.3.</strong> 泰勒公式</a></li></ol></li><li class="chapter-item expanded "><a href="windows_divers.html"><strong aria-hidden="true">2.</strong> Windows 驱动开发</a></li></ol>';
1212
// Set the current, active page, and reveal it if it's hidden
1313
let current_page = document.location.href.toString().split("#")[0].split("?")[0];
1414
if (current_page.endsWith("/")) {

chapter_1.html renamed to windows_divers.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<!-- Book generated using mdBook -->
55
<meta charset="UTF-8">
6-
<title>Chapter 1 - 高等数学</title>
6+
<title>Windows 驱动开发 - 高等数学</title>
77

88

99
<!-- Custom HTML head -->
@@ -167,7 +167,7 @@ <h1 class="menu-title">高等数学</h1>
167167
<div id="content" class="content">
168168
<main>
169169
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css">
170-
<h1 id="chapter-1"><a class="header" href="#chapter-1">Chapter 1</a></h1>
170+
<h1 id="windows-驱动开发"><a class="header" href="#windows-驱动开发">Windows 驱动开发</a></h1>
171171

172172
</main>
173173

映射与函数.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,9 @@ <h3 id="-总结一句话"><a class="header" href="#-总结一句话">✅ 总结
471471

472472
<nav class="nav-wrapper" aria-label="Page navigation">
473473
<!-- Mobile navigation buttons -->
474+
<a rel="prev" href="高等数学.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
475+
<i class="fa fa-angle-left"></i>
476+
</a>
474477

475478
<a rel="next prefetch" href="洛必达法则.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
476479
<i class="fa fa-angle-right"></i>
@@ -482,6 +485,9 @@ <h3 id="-总结一句话"><a class="header" href="#-总结一句话">✅ 总结
482485
</div>
483486

484487
<nav class="nav-wide-wrapper" aria-label="Page navigation">
488+
<a rel="prev" href="高等数学.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
489+
<i class="fa fa-angle-left"></i>
490+
</a>
485491

486492
<a rel="next prefetch" href="洛必达法则.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
487493
<i class="fa fa-angle-right"></i>

泰勒公式.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ <h2 id="五结论"><a class="header" href="#五结论">五、结论</a></h2>
241241
<i class="fa fa-angle-left"></i>
242242
</a>
243243

244-
<a rel="next prefetch" href="chapter_1.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
244+
<a rel="next prefetch" href="windows_divers.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
245245
<i class="fa fa-angle-right"></i>
246246
</a>
247247

@@ -255,7 +255,7 @@ <h2 id="五结论"><a class="header" href="#五结论">五、结论</a></h2>
255255
<i class="fa fa-angle-left"></i>
256256
</a>
257257

258-
<a rel="next prefetch" href="chapter_1.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
258+
<a rel="next prefetch" href="windows_divers.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
259259
<i class="fa fa-angle-right"></i>
260260
</a>
261261
</nav>

高等数学.html

Lines changed: 216 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,216 @@
1+
<!DOCTYPE HTML>
2+
<html lang="en" class="latte sidebar-visible" dir="ltr">
3+
<head>
4+
<!-- Book generated using mdBook -->
5+
<meta charset="UTF-8">
6+
<title>高等数学 - 高等数学</title>
7+
8+
9+
<!-- Custom HTML head -->
10+
11+
<meta name="description" content="">
12+
<meta name="viewport" content="width=device-width, initial-scale=1">
13+
<meta name="theme-color" content="#ffffff">
14+
15+
<link rel="icon" href="favicon.svg">
16+
<link rel="shortcut icon" href="favicon.png">
17+
<link rel="stylesheet" href="css/variables.css">
18+
<link rel="stylesheet" href="css/general.css">
19+
<link rel="stylesheet" href="css/chrome.css">
20+
<link rel="stylesheet" href="css/print.css" media="print">
21+
22+
<!-- Fonts -->
23+
<link rel="stylesheet" href="FontAwesome/css/font-awesome.css">
24+
<link rel="stylesheet" href="fonts/fonts.css">
25+
26+
<!-- Highlight.js Stylesheets -->
27+
<link rel="stylesheet" id="highlight-css" href="highlight.css">
28+
<link rel="stylesheet" id="tomorrow-night-css" href="tomorrow-night.css">
29+
<link rel="stylesheet" id="ayu-highlight-css" href="ayu-highlight.css">
30+
31+
<!-- Custom theme stylesheets -->
32+
<link rel="stylesheet" href="./theme/css/catppuccin.css">
33+
<link rel="stylesheet" href="./theme/css/custom.css">
34+
35+
36+
<!-- Provide site root and default themes to javascript -->
37+
<script>
38+
const path_to_root = "";
39+
const default_light_theme = "latte";
40+
const default_dark_theme = "latte";
41+
</script>
42+
<!-- Start loading toc.js asap -->
43+
<script src="toc.js"></script>
44+
</head>
45+
<body>
46+
<div id="mdbook-help-container">
47+
<div id="mdbook-help-popup">
48+
<h2 class="mdbook-help-title">Keyboard shortcuts</h2>
49+
<div>
50+
<p>Press <kbd></kbd> or <kbd></kbd> to navigate between chapters</p>
51+
<p>Press <kbd>S</kbd> or <kbd>/</kbd> to search in the book</p>
52+
<p>Press <kbd>?</kbd> to show this help</p>
53+
<p>Press <kbd>Esc</kbd> to hide this help</p>
54+
</div>
55+
</div>
56+
</div>
57+
<div id="body-container">
58+
<!-- Work around some values being stored in localStorage wrapped in quotes -->
59+
<script>
60+
try {
61+
let theme = localStorage.getItem('mdbook-theme');
62+
let sidebar = localStorage.getItem('mdbook-sidebar');
63+
64+
if (theme.startsWith('"') && theme.endsWith('"')) {
65+
localStorage.setItem('mdbook-theme', theme.slice(1, theme.length - 1));
66+
}
67+
68+
if (sidebar.startsWith('"') && sidebar.endsWith('"')) {
69+
localStorage.setItem('mdbook-sidebar', sidebar.slice(1, sidebar.length - 1));
70+
}
71+
} catch (e) { }
72+
</script>
73+
74+
<!-- Set the theme before any content is loaded, prevents flash -->
75+
<script>
76+
const default_theme = window.matchMedia("(prefers-color-scheme: dark)").matches ? default_dark_theme : default_light_theme;
77+
let theme;
78+
try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { }
79+
if (theme === null || theme === undefined) { theme = default_theme; }
80+
const html = document.documentElement;
81+
html.classList.remove('latte')
82+
html.classList.add(theme);
83+
html.classList.add("js");
84+
</script>
85+
86+
<input type="checkbox" id="sidebar-toggle-anchor" class="hidden">
87+
88+
<!-- Hide / unhide sidebar before it is displayed -->
89+
<script>
90+
let sidebar = null;
91+
const sidebar_toggle = document.getElementById("sidebar-toggle-anchor");
92+
if (document.body.clientWidth >= 1080) {
93+
try { sidebar = localStorage.getItem('mdbook-sidebar'); } catch(e) { }
94+
sidebar = sidebar || 'visible';
95+
} else {
96+
sidebar = 'hidden';
97+
}
98+
sidebar_toggle.checked = sidebar === 'visible';
99+
html.classList.remove('sidebar-visible');
100+
html.classList.add("sidebar-" + sidebar);
101+
</script>
102+
103+
<nav id="sidebar" class="sidebar" aria-label="Table of contents">
104+
<!-- populated by js -->
105+
<mdbook-sidebar-scrollbox class="sidebar-scrollbox"></mdbook-sidebar-scrollbox>
106+
<noscript>
107+
<iframe class="sidebar-iframe-outer" src="toc.html"></iframe>
108+
</noscript>
109+
<div id="sidebar-resize-handle" class="sidebar-resize-handle">
110+
<div class="sidebar-resize-indicator"></div>
111+
</div>
112+
</nav>
113+
114+
<div id="page-wrapper" class="page-wrapper">
115+
116+
<div class="page">
117+
<div id="menu-bar-hover-placeholder"></div>
118+
<div id="menu-bar" class="menu-bar sticky">
119+
<div class="left-buttons">
120+
<label id="sidebar-toggle" class="icon-button" for="sidebar-toggle-anchor" title="Toggle Table of Contents" aria-label="Toggle Table of Contents" aria-controls="sidebar">
121+
<i class="fa fa-bars"></i>
122+
</label>
123+
<button id="theme-toggle" class="icon-button" type="button" title="Change theme" aria-label="Change theme" aria-haspopup="true" aria-expanded="false" aria-controls="theme-list">
124+
<i class="fa fa-paint-brush"></i>
125+
</button>
126+
<ul id="theme-list" class="theme-popup" aria-label="Themes" role="menu">
127+
<li role="none"><button role="menuitem" class="theme" id="latte">Latte</button></li>
128+
<li role="none"><button role="menuitem" class="theme" id="frappe">Frappé</button></li>
129+
<li role="none"><button role="menuitem" class="theme" id="macchiato">Macchiato</button></li>
130+
<li role="none"><button role="menuitem" class="theme" id="mocha">Mocha</button></li>
131+
</ul>
132+
<button id="search-toggle" class="icon-button" type="button" title="Search (`/`)" aria-label="Toggle Searchbar" aria-expanded="false" aria-keyshortcuts="/ s" aria-controls="searchbar">
133+
<i class="fa fa-search"></i>
134+
</button>
135+
</div>
136+
137+
<h1 class="menu-title">高等数学</h1>
138+
139+
<div class="right-buttons">
140+
<a href="print.html" title="Print this book" aria-label="Print this book">
141+
<i id="print-button" class="fa fa-print"></i>
142+
</a>
143+
144+
</div>
145+
</div>
146+
147+
<div id="search-wrapper" class="hidden">
148+
<form id="searchbar-outer" class="searchbar-outer">
149+
<input type="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header">
150+
</form>
151+
<div id="searchresults-outer" class="searchresults-outer hidden">
152+
<div id="searchresults-header" class="searchresults-header"></div>
153+
<ul id="searchresults">
154+
</ul>
155+
</div>
156+
</div>
157+
158+
<!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM -->
159+
<script>
160+
document.getElementById('sidebar-toggle').setAttribute('aria-expanded', sidebar === 'visible');
161+
document.getElementById('sidebar').setAttribute('aria-hidden', sidebar !== 'visible');
162+
Array.from(document.querySelectorAll('#sidebar a')).forEach(function(link) {
163+
link.setAttribute('tabIndex', sidebar === 'visible' ? 0 : -1);
164+
});
165+
</script>
166+
167+
<div id="content" class="content">
168+
<main>
169+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css">
170+
<h1 id="高等数学"><a class="header" href="#高等数学">高等数学</a></h1>
171+
172+
</main>
173+
174+
<nav class="nav-wrapper" aria-label="Page navigation">
175+
<!-- Mobile navigation buttons -->
176+
177+
<a rel="next prefetch" href="映射与函数.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
178+
<i class="fa fa-angle-right"></i>
179+
</a>
180+
181+
<div style="clear: both"></div>
182+
</nav>
183+
</div>
184+
</div>
185+
186+
<nav class="nav-wide-wrapper" aria-label="Page navigation">
187+
188+
<a rel="next prefetch" href="映射与函数.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
189+
<i class="fa fa-angle-right"></i>
190+
</a>
191+
</nav>
192+
193+
</div>
194+
195+
196+
197+
198+
<script>
199+
window.playground_copyable = true;
200+
</script>
201+
202+
203+
<script src="elasticlunr.min.js"></script>
204+
<script src="mark.min.js"></script>
205+
<script src="searcher.js"></script>
206+
207+
<script src="clipboard.min.js"></script>
208+
<script src="highlight.js"></script>
209+
<script src="book.js"></script>
210+
211+
<!-- Custom JS scripts -->
212+
213+
214+
</div>
215+
</body>
216+
</html>

0 commit comments

Comments
 (0)