-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
267 lines (267 loc) · 7.79 KB
/
book.json
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
{
"title": "Prepare CSE Master Cheatsheet",
"description": "Cheatsheet for preparing CSE master examination.",
"author": "saberLiou <[email protected]>",
"language": "zh-tw",
"structure": {
"readme": "INTRODUCTION.md"
},
"links": {
"sharing": {
"facebook": false,
"twitter": false,
"all": false
}
},
"plugins": [
"theme-vuejs-2",
"toggle-chapters",
"splitter",
"pageview-count",
"-sharing",
"github",
"etoc",
"heading-anchors",
"hints",
"katex",
"code",
"-localized-footer",
"page-footer-ex",
"back-to-top-button",
"scripts",
"word-count"
],
"pluginsConfig": {
"sharing": {
"douban": false,
"facebook": false,
"google": false,
"hatenaBookmark": false,
"instapaper": false,
"linkedin": false,
"messenger": true,
"pocket": false,
"qq": false,
"qzone": false,
"stumbleupon": false,
"twitter": false,
"viber": false,
"vk": false,
"weibo": false,
"whatsapp": false,
"line": true,
"all": []
},
"github": {
"url": "https://github.com/saberLiou/PrepareCSEMaster"
},
"etoc": {
"h2lb": 3,
"mindepth": 2,
"maxdepth": 4,
"notoc": false
},
"hints": {
"info": "fa fa-info-circle",
"danger": "fa fa-exclamation-triangle"
},
"code": {
"copyButtons": false
},
"page-footer-ex": {
"copyright": "Copyright© **[saberLiou](https://github.com/saberLiou)** all rights reserved.",
"markdown": true,
"update_label": "<i>last updated at</i>",
"update_format": "YYYY-MM-DD HH:mm:ss"
},
"scripts": {
"files": [
"./scripts/correct_images_folder.js",
"./scripts/change_apple_touch_icon_precomposed.js",
"./scripts/change_favicon.js",
"./scripts/update_sharing_buttons.js",
"./scripts/set_anchors.js"
]
}
},
"localized-footer": {
"hline": true,
"filename": "FOOTER.md"
},
"variables": {
"linear_algebra": {
"title": "Linear Algebra",
"chapter0": {
"title": "00. 基礎數學"
},
"chapter1": {
"title": "01. 矩陣與線性方程組"
},
"chapter2": {
"title": "02. 行列式"
},
"chapter3": {
"title": "03. 向量空間",
"3_1": {
"title": "3-1. 向量空間"
},
"3_2": {
"title": "3-2. 子空間"
},
"3_3": {
"title": "3-3. 生成與線性獨立"
},
"3_4": {
"title": "3-4. 基底與維度"
},
"3_5": {
"title": "3-5. 直和"
}
},
"chapter4": {
"title": "04. 線性映射",
"4_1": {
"title": "4-1. 線性映射"
},
"4_2": {
"title": "4-2. 座標化"
},
"4_3": {
"title": "4-3. 矩陣表示法與換底公式"
},
"4_4": {
"title": "4-4. 核空間與像集"
},
"4_5": {
"title": "4-5. 矩陣的秩"
}
}
},
"discrete_mathematics": {
"title": "Discrete Mathematics",
"chapter1": {
"title": "01. 基礎數學"
},
"chapter2": {
"title": "02. 關係與函數",
"2_6": {
"title": "2-6. 鴿籠原理"
},
"2_7": {
"title": "2-7. 計數問題"
}
},
"chapter3": {
"title": "03. 排列組合與排容原理",
"3_1": {
"title": "3-1. 基本計數原理"
},
"3_2": {
"title": "3-2. 排列"
},
"3_3": {
"title": "3-3. 組合"
},
"3_4": {
"title": "3-4. 排容原理"
},
"3_5": {
"title": "3-5. 亂序及禁位問題"
}
},
"chapter4": {
"title": "04. 生成函數",
"4_1": {
"title": "4-1. 一般生成函數"
},
"4_2": {
"title": "4-2. 整數的分割"
},
"4_3": {
"title": "4-3. 指數生成函數"
},
"4_4": {
"title": "4-4. 求和算子"
}
},
"chapter5": {
"title": "05. 遞迴關係",
"5_1": {
"title": "5-1. 遞迴關係式"
},
"5_2": {
"title": "5-2. 常數係線性遞迴關係式"
},
"5_3": {
"title": "5-3. 轉換法求解遞迴關係式"
},
"5_4": {
"title": "5-4. 生成函數法求解遞迴關係式"
},
"5_5": {
"title": "5-5. 應用問題"
},
"5_6": {
"title": "5-6. 特殊類型遞迴關係式"
}
},
"chapter6": {
"title": "06. 圖論",
"6_1": {
"title": "6-1. 圖的種類及術語"
},
"6_2": {
"title": "6-2. 圖形表示法與同構"
},
"6_3": {
"title": "6-3. 圖的基本性質"
}
}
},
"data_structure": {
"title": "Data Structure",
"chapter1": {
"title": "01. Basic Concepts"
},
"chapter3": {
"title": "03. Stack & Queue"
},
"chapter6": {
"title": "06. Graph"
}
},
"algorithm": {
"title": "Algorithm"
},
"operating_system": {
"title": "Operating System",
"chapter1": {
"title": "01. 作業系統及 System Types 介紹"
},
"chapter2": {
"title": "02. I/O 運作方式, Interrupt 介紹及 Hardware Resource Protection"
}
},
"computer_organization": {
"title": "Computer Organization",
"chapter1": {
"title": "01. 指令: 計算機的語言"
},
"chapter2": {
"title": "02. 計算機算數"
},
"chapter3": {
"title": "03. 了解與評估計算機的效能"
},
"chapter4": {
"title": "04. 處理器:資料路徑與控制單元"
},
"chapter5": {
"title": "05. 利用管線增加效能"
},
"chapter6": {
"title": "06. 容量大且速度快的記憶體"
}
}
}
}