20230320 evening

This commit is contained in:
weiye.wang 2023-03-20 20:42:15 +08:00
parent c4cf616b47
commit 85dcb9c9f7
2 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
"cells": [ "cells": [
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 4, "execution_count": 1,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
@ -11,7 +11,7 @@
"0" "0"
] ]
}, },
"execution_count": 4, "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 = \"13079\"\n", "problems = \"40224\"\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",

View File

@ -447736,10 +447736,10 @@
}, },
"040224": { "040224": {
"id": "040224", "id": "040224",
"content": "已知函数$y=f(x)$的图像如下图所示, 则下列数值排序正确的是($)$.\n\\begin{center}\n\\begin{tikzpicture}[>=latex, scale = 0.5]\n\\draw [->] (-1,0) -- (6,0) node [below] {$x$};\n\\draw [->] (0,-1) -- (0,6) node [left] {$y$};\n\\draw (0,0) node [below left] {$O$};\n\\draw [domain = 1:5.5] plot ({pow(\\x,3)/pow(5.5,3)*6+0.2},\\x);\n\\foreach \\i in {1,2,...,5}\n{\\draw (\\i,0.2) -- (\\i,0) node [below] {$\\i$};\n\\draw (0,\\i) -- (-0.2,\\i) node [left] {$\\i$};};\n\\end{tikzpicture}\n\\end{center}\n\\twoch{$0<f(3)-f(2)<f'(2)<f'(3)$}{$0<f'(3)<f(3)-f(2)<f'(2)$}{$0<f'(3)<f'(2)<f(3)-f(2)$}{$0<f'(2)<f'(3)<f(3)-f(2)$}", "content": "已知函数$y=f(x)$的图像如下图所示, 则下列数值排序正确的是\\bracket{20}.\n\\begin{center}\n\\begin{tikzpicture}[>=latex, scale = 0.5]\n\\draw [->] (-1,0) -- (6,0) node [below] {$x$};\n\\draw [->] (0,-1) -- (0,6) node [left] {$y$};\n\\draw (0,0) node [below left] {$O$};\n\\draw [domain = 1:5.5] plot ({pow(\\x,3)/pow(5.5,3)*6+0.2},\\x);\n\\foreach \\i in {1,2,...,5}\n{\\draw (\\i,0.2) -- (\\i,0) node [below] {$\\i$};\n\\draw (0,\\i) -- (-0.2,\\i) node [left] {$\\i$};};\n\\end{tikzpicture}\n\\end{center}\n\\twoch{$0<f(3)-f(2)<f'(2)<f'(3)$}{$0<f'(3)<f(3)-f(2)<f'(2)$}{$0<f'(3)<f'(2)<f(3)-f(2)$}{$0<f'(2)<f'(3)<f(3)-f(2)$}",
"objs": [], "objs": [],
"tags": [], "tags": [],
"genre": "解答题", "genre": "选择题",
"ans": "", "ans": "",
"solution": "", "solution": "",
"duration": -1, "duration": -1,
@ -447751,7 +447751,7 @@
"same": [], "same": [],
"related": [], "related": [],
"remark": "", "remark": "",
"space": "12ex" "space": ""
}, },
"040225": { "040225": {
"id": "040225", "id": "040225",