From e50c0c1b03c1d890622fd74323908354ff70045d Mon Sep 17 00:00:00 2001 From: lmj01 Date: Wed, 15 May 2024 17:32:30 +0800 Subject: [PATCH] update --- articles/notes/excel.md | 2 ++ exercises/index.md | 2 ++ exercises/number.theory.md | 10 ++++++++++ 3 files changed, 14 insertions(+) create mode 100644 exercises/number.theory.md diff --git a/articles/notes/excel.md b/articles/notes/excel.md index 5badc97..e18c994 100644 --- a/articles/notes/excel.md +++ b/articles/notes/excel.md @@ -13,6 +13,8 @@ It provides data binding, data validation, filtering, sorting, and CRUD operations. >> 展示excel +- [api doc](https://handsontable.com/docs/javascript-data-grid/api/) + 样式需要在这里指定 ## [前端 Excel Workbook Manager ](https://github.com/exceljs/exceljs) diff --git a/exercises/index.md b/exercises/index.md index e507504..5fb3c72 100644 --- a/exercises/index.md +++ b/exercises/index.md @@ -1,5 +1,7 @@ # 习题 > 典型和分类学习 + +- [数论](/exercises/number.theory.md) - [夹逼法](/exercises/sequeezing.md) - [二次方程](/exercises/quadratic.equation.md) diff --git a/exercises/number.theory.md b/exercises/number.theory.md new file mode 100644 index 0000000..05706b2 --- /dev/null +++ b/exercises/number.theory.md @@ -0,0 +1,10 @@ +# 数论 + +- 加法与减法 + 1. 进位加法 +- 乘法 + 1. 乘法交换律 +- 除法 +- 模运算 +- 等差数列求和运算 +- 排列组合