20230208 evening
This commit is contained in:
parent
304bfa6cde
commit
70b016bbbf
|
|
@ -2,7 +2,7 @@
|
||||||
"cells": [
|
"cells": [
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 3,
|
"execution_count": 1,
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [
|
"outputs": [
|
||||||
{
|
{
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
"0"
|
"0"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"execution_count": 3,
|
"execution_count": 1,
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"output_type": "execute_result"
|
"output_type": "execute_result"
|
||||||
}
|
}
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
"source": [
|
"source": [
|
||||||
"import os,re,json\n",
|
"import os,re,json\n",
|
||||||
"\"\"\"这里编辑题号(列表)后将在vscode中打开窗口, 编辑后保存关闭, 随后运行第二个代码块\"\"\"\n",
|
"\"\"\"这里编辑题号(列表)后将在vscode中打开窗口, 编辑后保存关闭, 随后运行第二个代码块\"\"\"\n",
|
||||||
"problems = \"13801\"\n",
|
"problems = \"31218\"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"def generate_number_set(string,dict):\n",
|
"def generate_number_set(string,dict):\n",
|
||||||
" string = re.sub(r\"[\\n\\s]\",\"\",string)\n",
|
" string = re.sub(r\"[\\n\\s]\",\"\",string)\n",
|
||||||
|
|
@ -75,7 +75,7 @@
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"kernelspec": {
|
"kernelspec": {
|
||||||
"display_name": "pythontest",
|
"display_name": "mathdept",
|
||||||
"language": "python",
|
"language": "python",
|
||||||
"name": "python3"
|
"name": "python3"
|
||||||
},
|
},
|
||||||
|
|
@ -94,7 +94,7 @@
|
||||||
"orig_nbformat": 4,
|
"orig_nbformat": 4,
|
||||||
"vscode": {
|
"vscode": {
|
||||||
"interpreter": {
|
"interpreter": {
|
||||||
"hash": "91219a98e0e9be72efb992f647fe78b593124968b75db0b865552d6787c8db93"
|
"hash": "ff3c292c316ba85de6f1ad75f19c731e79d694e741b6f515ec18f14996fe48dc"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -413003,7 +413003,7 @@
|
||||||
},
|
},
|
||||||
"031218": {
|
"031218": {
|
||||||
"id": "031218",
|
"id": "031218",
|
||||||
"content": "为了得到函数$y=\\sin(2x+\\dfrac{5\\pi}6)$的图像, 可将函数$y=\\sin x$的图像\\bracket{20}.\n\\twoch{左移$\\dfrac{5\\pi}6$个长度}{右移$\\dfrac{5\\pi}6$个长度}{左移$\\dfrac{5\\pi}{12}$个长度}{右移$\\dfrac{5\\pi}{12}$个长度}",
|
"content": "为了得到函数$y=\\sin(2x+\\dfrac{5\\pi}6)$的图像, 可将函数$y=\\sin 2x$的图像\\bracket{20}.\n\\twoch{左移$\\dfrac{5\\pi}6$个长度}{右移$\\dfrac{5\\pi}6$个长度}{左移$\\dfrac{5\\pi}{12}$个长度}{右移$\\dfrac{5\\pi}{12}$个长度}",
|
||||||
"objs": [],
|
"objs": [],
|
||||||
"tags": [
|
"tags": [
|
||||||
"第三单元"
|
"第三单元"
|
||||||
|
|
|
||||||
Reference in New Issue