-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
315 lines (305 loc) · 9.63 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
site_name: HobbitQia的笔记本
site_url: https://note.hobbitqia.cc/
repo_name: HobbitQia/notebook #存储库名称,一般自动设置
repo_url: https://github.com/HobbitQia/notebook/ #存储库URL
# edit_uri: tree/master/docs #每个文档的顶部显示一个编辑按钮,""则隐藏
site_description: HobbitQia的笔记本
remote_branch: master
copyright: Copyright © 2022 <a href="https://github.com/HobbitQia" target="_blank" rel="noopener">HobbitQia</a>
theme:
name: material
language: zh
logo: log.ico
favicon: log.ico
custom_dir: overrides
features:
- content.code.annotate
- navigation.tracking
- navigation.tabs
- navigation.indexes
- navigation.top
font:
text: LXGW WenKai Screen
code: JetBrains Mono
palette: #切换昼夜模式的颜色,审美差就用默认,专业点就自定义
- media: "(prefers-color-scheme: light)"
scheme: default #配色方案:浅色模式
primary: brown #原色,默认蓝,用于标题、侧边栏、文本链接和其他几个组件
accent: brown #强调色,默认蓝,可以交互的元素如悬停链接、按钮和滚动条
toggle:
icon: material/weather-sunny #图标,太阳
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate #配色方案:深色模式
# primary: Brown #原色,默认蓝,用于标题、侧边栏、文本链接和其他几个组件
toggle:
icon: material/weather-night #图标,月亮
name: Switch to light mode
markdown_extensions:
- toc:
permalink: true
toc_depth: 4
- meta
- def_list
- attr_list
- md_in_html
- sane_lists
- admonition
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.critic
- pymdownx.details
- pymdownx.snippets
- pymdownx.magiclink
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.smartsymbols #智能符号
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.arithmatex:
generic: true
extra_css:
- https://gcore.jsdelivr.net/npm/[email protected]/dist/katex.min.css
- https://gcore.jsdelivr.net/npm/[email protected]/style.css
- https://gcore.jsdelivr.net/npm/[email protected]/style.css
- css/custom.css
- css/card.css
- css/tasklist.css
- css/flink.css
- css/more_changelog.css
extra_javascript:
- js/baidu-tongji.js
- https://gcore.jsdelivr.net/npm/[email protected]/dist/katex.min.js
- js/katex.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/HobbitQia/
plugins:
- changelog
- search
- git-revision-date-localized:
type: datetime
timezone: Asia/Shanghai
locale: zh
enable_creation_date: true
exclude:
- index.md
- comming.md
- link.md
- tech_accu/index.md
- cour_note/index.md
nav:
- Home:
- index.md
- 更新记录: changelog.md
- 友链: link.md
- Computer Science:
- 数据结构与算法:
- ds/index.md
- 算法分析: ds/algorithm.md
- 树: ds/tree.md
- 堆: ds/heap.md
- 并查集: ds/set.md
- 图论: ds/graph.md
- 排序: ds/sort.md
- 散列: ds/hash.md
- 高级数据结构与算法分析:
- ADS/index.md
- 图像信息处理:
- dip/index.md
- 图像信息处理介绍: dip/dip1.md
- 二值图像和形态学: dip/dip2.md
- 图像灰度变换与直方图: dip/dip3.md
- 几何变换: dip/dip5.md
- 卷积与滤波: dip/dip6.md
- 双边滤波的加速: dip/dip7.md
- 引导滤波: dip/dip8.md
- 稀疏范数滤波: dip/dip9.md
- 傅里叶变换: dip/dip10.md
- 图像特征检测和提取: dip/dip11.md
- 深度学习: dip/dip12.md
- 面向对象程序设计:
- OOP/index.md
- Introduction: OOP/oop1.md
- Class: OOP/oop2.md
- Container: OOP/oop3.md
- Function: OOP/oop4.md
- Constant and Static: OOP/oop5.md
- Inheritance: OOP/oop6.md
- Polymorphism: OOP/oop7.md
- Copy Ctor: OOP/oop8.md
- Overloaded Operators: OOP/oop9.md
- Templates: OOP/oop10.md
- Exception: OOP/oop11.md
- Smart Pointers: OOP/oop12.md
- 量子计算理论与软件系统:
- Quan/index.md
- 量子态与量子门: Quan/chap1.md
- 量子测量: Quan/chap2.md
# - 量子算法: Quan/chap3.md
- 计算理论:
- TCS/index.md
- 应用运筹学基础:
- AOR/index.md
- System:
- 计算机系统概论:
- ICS/index.md
- Introduction: ICS/ICS-1.md
- Bits, Data Types and Operations: ICS/ICS-2.md
- Digital Logic Structures: ICS/ICS-3.md
- The von Neumann Model: ICS/ICS-4.md
- LC-3: ICS/ICS-5.md
- Programming: ICS/ICS-6.md
- Assembly Language: ICS/ICS-7.md
- Data Structures: ICS/ICS-8.md
- I/0: ICS/ICS-9.md
- CSAPP:
- 优化程序性能: CSAPP/5.md
- 存储器层次结构: CSAPP/6.md
- 链接: CSAPP/7.md
- 异常控制流: CSAPP/8.md
- 虚拟内存: CSAPP/9.md
- 计算机逻辑设计基础:
- Logic/index.md
- 数字系统和信息: Logic/logic01.md
- 组合逻辑电路: Logic/logic02.md
- 组合逻辑电路设计: Logic/logic03.md
- 时序逻辑电路: Logic/logic04.md
- 寄存器与寄存器传输: Logic/logic06.md
- 数字硬件设计: Logic/logic05.md
- 内存基础: Logic/logic07.md
- 数据库系统:
- DB/index.md
- 数据库介绍: DB/db1.md
- 关系模型: DB/db2.md
- SQL 语言介绍: DB/db3.md
- 中级 SQL: DB/db4.md
- 高级 SQL: DB/db5.md
- 实体-关系模型: DB/db6.md
- 关系数据库设计: DB/db7.md
- 物理存储系统: DB/db8.md
- 数据存储结构: DB/db9.md
- 索引: DB/db10.md
- 查询处理: DB/db11.md
- 查询优化: DB/db12.md
- 事务: DB/db13.md
- 并发控制: DB/db14.md
- 故障恢复: DB/db15.md
- 计算机组成与设计:
- CO/index.md
- 计算机概要与技术: CO/co1.md
- 计算机的算术运算: CO/co3.md
- 指令:计算机的语言: CO/co2.md
- 处理器: CO/co4.md
- 内存层次架构: CO/co5.md
- 存储和 IO: CO/co6.md
- 计算机体系结构:
- CA/index.md
- 计算机设计基础: CA/CA1.md
- 流水线: CA/CA2.md
- 内存层次: CA/CA3.md
- 指令级并行: CA/CA4.md
- DLP 和 TLP: CA/CA5.md
- 操作系统原理与实践:
- OS/index.md
- OS 结构: OS/chap01.md
- 进程: OS/chap02.md
- 进程间通信: OS/chap03.md
- 线程: OS/chap04.md
- 调度: OS/chap05.md
- 同步: OS/chap06.md
- 死锁: OS/chap07.md
- 主存: OS/chap08.md
- 虚拟内存: OS/chap09.md
- 大容量存储: OS/chap10.md
- I/O 系统: OS/chap11.md
- 文件系统接口: OS/chap12.md
- 文件系统实现: OS/chap13.md
- 编译原理:
- Compiler/index.md
- 介绍: Compiler/lec1.md
- 词法分析: Compiler/lec2.md
- 语法分析: Compiler/lec3.md
- AI:
- Deep Learning:
- DL/index.md
- 图像分类: DL/lec01.md
- 线性分类器: DL/lec02.md
- 优化: DL/lec03.md
- 神经网络: DL/lec04.md
- 反向传播: DL/lec05.md
- 卷积神经网络: DL/lec06.md
- CNN 架构: DL/lec07.md
- Efficient ML:
- TinyML/index.md
- 剪枝与稀疏性: TinyML/pruning.md
- 量化: TinyML/quantization.md
- Transformer & LLM: TinyML/llm.md
- 微调和提示工程: TinyML/finetune.md
- 训练后 LLM: TinyML/post-training.md
- EDA:
- EDA/index.md
- 数字集成电路设计:
- EDA/VLSI/index.md
- 介绍: EDA/VLSI/lec01.md
- 逻辑综合: EDA/VLSI/lec03.md
- 时序分析: EDA/VLSI/lec04.md
- 芯片物理设计: EDA/VLSI/lec05.md
- 布局: EDA/VLSI/lec06.md
- 时钟树综合: EDA/VLSI/lec07.md
- Mathematics:
- 线性代数:
- 线性代数Ⅱ(H): Mathematics/线性代数Ⅱ(H)/Rings.md
- 数据建模与分析:
- 读书报告: MLT/report.md
- 感知机: MLT/mlt2.md
- Papers:
- Paper/index.md
- LLM Training:
- ZeRO: Paper/ZeRO.md
- Megatron-LM: Paper/Megatron-LM.md
- GPipe: Paper/GPipe.md
- 混合精度训练: Paper/mixed_precision.md
- LLM Inference:
- PagedAttention & vLLM: Paper/PagedAttention.md
- QServe: Paper/QServe.md
- LLM:
- GPT-1: Paper/GPT-1.md
- GPT-2: Paper/GPT-2.md
- GPT-3: Paper/GPT-3.md
- LLM2Vec: Paper/LLM2Vec.md
- Accelerators:
- FAST: Paper/FAST.md
- Softmax 加速: Paper/softmax.md
- NN-LUT: Paper/NN-LUT.md
- CGRA:
- VecPAC: Paper/VecPAC.md
- APEX: Paper/APEX.md
- Others:
- BiS-KM: Paper/BiS-KM.md
- ChatEDA: Paper/ChatEDA.md
- CLIP: Paper/CLIP.md
- Miscellaneous:
- Misc/index.md
- 浮点数与定点数: Misc/float.md
- FPGA Programming: Misc/fpga.md
- LLVM:
- LLVM IR: Misc/LLVM/ir.md
- CGRA:
- CGRA 介绍: Misc/CGRA/intro.md
- PIM:
- PIM 架构介绍: Misc/PIM/upmem.md
- Android:
- 触控事件的数据流: android/dataflow.md