File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- > [ !example] - 线性代数
2- > ``` dataview
3- >list
4- >from #数学
5- >where regexmatch("--.*--" ,file.name)
6- >and contains(file.path, "线性代数")
7- >sort file.name
8- >```
9-
10- > [!example]- 概率论
11- >```dataview
12- >list
13- >from #数学
14- >where regexmatch("--.*--" ,file.name)
15- >and contains(file.path, "概率论")
16- >sort file.name
17- >```
18-
19- > [!note]+ 最近编辑
20- >```dataview
21- >table WITHOUT ID file.link AS "标题", file.mtime
22- >from #数学 and !"模板" and !"kanban"
23- >where regextest("(微积分|概率论|线性代数|Other)", file.path)
24- >sort file.mtime desc
25- >limit 16
26- >```
Original file line number Diff line number Diff line change 11---
22tags :
33 - todo
4- ---
5- - [ ] [[ ]]
4+ ---
Original file line number Diff line number Diff line change 2424
2525## 单纯形算法
2626
27- ``` pseudo
27+ ``` tex
2828\begin{algorithm}\caption{单纯形法}
2929 \begin{algorithmic}
3030 \Input{$c; A,b$}
You can’t perform that action at this time.
0 commit comments