20221216 afternoon
This commit is contained in:
parent
43b239b4c2
commit
6996a28b10
|
|
@ -2,7 +2,7 @@
|
||||||
"cells": [
|
"cells": [
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 2,
|
"execution_count": 3,
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [
|
"outputs": [
|
||||||
{
|
{
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
"0"
|
"0"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"execution_count": 2,
|
"execution_count": 3,
|
||||||
"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 = \"12592\"\n",
|
"problems = \"30501\"\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",
|
||||||
|
|
@ -51,7 +51,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 10,
|
"execution_count": 2,
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
|
|
|
||||||
|
|
@ -2,15 +2,15 @@
|
||||||
"cells": [
|
"cells": [
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 6,
|
"execution_count": 2,
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"import os,re,json,time\n",
|
"import os,re,json,time\n",
|
||||||
"\n",
|
"\n",
|
||||||
"\"\"\"---设置原题目id与新题目id---\"\"\"\n",
|
"\"\"\"---设置原题目id与新题目id---\"\"\"\n",
|
||||||
"old_id = \"12222\"\n",
|
"old_id = \"12265\"\n",
|
||||||
"new_id = \"30501\"\n",
|
"new_id = \"30502\"\n",
|
||||||
"\"\"\"---设置完毕---\"\"\"\n",
|
"\"\"\"---设置完毕---\"\"\"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"old_id = old_id.zfill(6)\n",
|
"old_id = old_id.zfill(6)\n",
|
||||||
|
|
|
||||||
|
|
@ -303668,7 +303668,9 @@
|
||||||
"20221209\t王伟叶"
|
"20221209\t王伟叶"
|
||||||
],
|
],
|
||||||
"same": [],
|
"same": [],
|
||||||
"related": [],
|
"related": [
|
||||||
|
"030502"
|
||||||
|
],
|
||||||
"remark": "",
|
"remark": "",
|
||||||
"space": "12ex"
|
"space": "12ex"
|
||||||
},
|
},
|
||||||
|
|
@ -331299,5 +331301,29 @@
|
||||||
],
|
],
|
||||||
"remark": "",
|
"remark": "",
|
||||||
"space": "12ex"
|
"space": "12ex"
|
||||||
|
},
|
||||||
|
"030502": {
|
||||||
|
"id": "030502",
|
||||||
|
"content": "已知数列$\\{a_n\\}$满足$a_n \\ge 0$, 对任意$n \\ge 2$, $a_n$和$a_{n+1}$中存在一项使其为另一项与$a_{n-1}$的等差中项.\\\\\n(1) 已知$a_1=5$, $a_2=3$, $a_4=2$, 求$a_3$的所有可能取值;\\\\\n(2) 已知$a_1=a_4=a_7=0$, $a_2$、$a_5$、$a_8$为正数, 求证:$a_2$、$a_5$、$a_8$成等比数列, 并求出公比$q$.",
|
||||||
|
"objs": [],
|
||||||
|
"tags": [
|
||||||
|
"第四单元"
|
||||||
|
],
|
||||||
|
"genre": "解答题",
|
||||||
|
"ans": "",
|
||||||
|
"solution": "",
|
||||||
|
"duration": -1,
|
||||||
|
"usages": [],
|
||||||
|
"origin": "2021届春季高考试题21-20221216修改",
|
||||||
|
"edit": [
|
||||||
|
"20221209\t王伟叶",
|
||||||
|
"20221216\t王伟叶"
|
||||||
|
],
|
||||||
|
"same": [],
|
||||||
|
"related": [
|
||||||
|
"012265"
|
||||||
|
],
|
||||||
|
"remark": "",
|
||||||
|
"space": "12ex"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue