Skip to content

Commit

Permalink
docs(demo): 修改demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Thysrael authored and Blore-lzn committed Jun 5, 2023
1 parent 9c33aed commit 77129ec
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ pnpm-debug.log*
*.njsproj
*.sln
*.sw?
demo/*
demo

#Electron-builder output
/dist_electron
Expand All @@ -31,3 +33,4 @@ package-lock.json

#nyc output
.nyc_output/
demo/index.md
66 changes: 66 additions & 0 deletions demo/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
demo 是演示 ficus 功能的事例文件夹,一共有三个子文件夹:

`demo/2022` 文件夹记录着 2022 年的笔记,共有如下文件:

- **办公工具**

- -[LaTex](./2022/办公工具-LaTeX.md)

- -[PPT](./2022/办公工具-PPT.md)

- -[vscode](./2022/办公工具-vscode.md)

- -[Word](./2022/办公工具-用Word写论文.md)

- **数学分析**

- -[傅里叶级数](./2022/数学分析-傅里叶级数.md)

- -[函数项级数和函数列](./2022/数学分析-函数项级数和函数列.md)

- -[多元函数微分](./2022/数学分析-多元函数微分.md)

- -[多元函数极限与连续](./2022/数学分析-多元函数连续与极限.md)

- -[多元函数积分](./2022/数学分析-多元函数积分.md)


`demo/2023` 文件夹记录着 2023 年的笔记,共有如下文件:

- **CPP设计:**

- -[C高阶](./2023/CPP设计-C高阶.md)

- -[JSONXX](./2023/CPP设计-JSON.md)

- -[STL](./2023/CPP设计-STL.md)

- -[string](./2023/CPP设计-string.md)

- -[寸步难行](./2023/CPP设计-寸步难行.md)

- -[模板](./2023/CPP设计-模板.md)

- -[面向对象](./2023/CPP设计-买你想对象.md)

- **English:**

- -[写作](./2023/English-写作.md)

- -[写作词汇](./2023/English-写作词汇.md)

- **IEArch:**

- -[NaiveTPU](./2023/IEArch-NaiveTPU.md)

- -[卷积神经网络](./2023/IEArch-卷积神经网络.md)

- -[基础知识](./2023/IEArch-基础知识.md)

- -[多层感知机](./2023/IEArch-多层感知机.md)

- -[矩阵乘法模块](./2023/IEArch-矩阵乘法模块.md)


此外我们还有一个 -[markdown教程](./markdown教程.md) 介绍基础 Markdown 语法。

0 comments on commit 77129ec

Please sign in to comment.