-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
69 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 语法。 | ||
|