20230217 afternoon

This commit is contained in:
WangWeiye 2023-02-17 15:21:41 +08:00
parent 7ca1a81bec
commit 3e113ada2e
7 changed files with 76 additions and 22 deletions

View File

@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 7,
"metadata": {},
"outputs": [
{
@ -11,7 +11,7 @@
"0"
]
},
"execution_count": 3,
"execution_count": 7,
"metadata": {},
"output_type": "execute_result"
}
@ -19,7 +19,7 @@
"source": [
"import os,re,json\n",
"\"\"\"这里编辑题号(列表)后将在vscode中打开窗口, 编辑后保存关闭, 随后运行第二个代码块\"\"\"\n",
"problems = \"31205\"\n",
"problems = \"14039\"\n",
"\n",
"def generate_number_set(string,dict):\n",
" string = re.sub(r\"[\\n\\s]\",\"\",string)\n",
@ -51,7 +51,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 6,
"metadata": {},
"outputs": [],
"source": [

View File

@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 5,
"metadata": {},
"outputs": [
{
@ -11,7 +11,7 @@
"0"
]
},
"execution_count": 2,
"execution_count": 5,
"metadata": {},
"output_type": "execute_result"
}
@ -21,7 +21,7 @@
"\n",
"\"\"\"---设置关键字, 同一field下不同选项为or关系, 同一字典中不同字段间为and关系, 不同字典间为or关系, _not表示列表中的关键字都不含, 同一字典中的数字用来供应同一字段不同的条件之间的and---\"\"\"\n",
"keywords_dict_table = [\n",
" {\"origin\":[\"百分百\"],\"tags\":[\"第一单元\"]}\n",
" {\"origin\":[\"奉贤\"],\"origin2\":[\"2023\"],\"origin3\":[\"一模\"]}\n",
"]\n",
"\"\"\"---关键字设置完毕---\"\"\"\n",
"# 示例: keywords_dict_table = [\n",

View File

@ -11,7 +11,7 @@
"text": [
"首个空闲id: 14511 , 直至 020000\n",
"首个空闲id: 22048 , 直至 030000\n",
"首个空闲id: 31227 , 直至 999999\n"
"首个空闲id: 31234 , 直至 999999\n"
]
}
],

View File

@ -1 +1 @@
3714,3716,3741,3797,3810,3833,3897,3948,3963,13292,13320,13416,13419,13470,13510,13559,13629,13683,
012697,012698,012699,012700,012701,012702,012703,012704,012705,012706,012707,012708,012709,012710,012711,012712,012713,012714,012715,012716,012717

View File

@ -9,8 +9,8 @@
"import os,re,json,time\n",
"\n",
"\"\"\"---设置原题目id与新题目id列表, 新id的数目不能小于旧id的数目---\"\"\"\n",
"old_ids = \"14365,13966,13975,13088,13100,13145,14003\"\n",
"new_ids = \"31227:31233\"\n",
"old_ids = \"13193,13179\"\n",
"new_ids = \"31234,31235\"\n",
"\"\"\"---设置完毕---\"\"\"\n",
"\"\"\"---完成编辑后记得运行第二个单元格---\"\"\"\n",
"\n",

View File

@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 6,
"metadata": {},
"outputs": [
{
@ -13,9 +13,11 @@
"题块 1 处理完毕.\n",
"正在处理题块 2 .\n",
"题块 2 处理完毕.\n",
"开始编译教师版本pdf文件: 临时文件/13_解析几何综合_教师_20230214.tex\n",
"正在处理题块 3 .\n",
"题块 3 处理完毕.\n",
"开始编译教师版本pdf文件: 临时文件/高三下学期周末卷03_教师_20230217.tex\n",
"0\n",
"开始编译学生版本pdf文件: 临时文件/13_解析几何综合_学生_20230214.tex\n",
"开始编译学生版本pdf文件: 临时文件/高三下学期周末卷03_学生_20230217.tex\n",
"0\n"
]
}
@ -28,12 +30,12 @@
"\"\"\"2: 测验卷与周末卷(填空题, 选择题, 解答题)\"\"\"\n",
"\"\"\"3: 日常选题讲义(一个section)\"\"\"\n",
"\n",
"paper_type = 1 # 随后设置一下后续的讲义标题\n",
"paper_type = 2 # 随后设置一下后续的讲义标题\n",
"\n",
"\"\"\"---设置题块编号---\"\"\"\n",
"\n",
"problems = [\n",
"\"13997,13116,13118,13119,13143,13108,14478,13992,13989,14503,14505,13982,13112,14020,14483\",\"13979,13136,14459,14491,14479,13121,14012,13999,14485,14506,31233,14509,14014,13124,14019\"\n",
"\"12697:12708\",\"12709:12712\",\"12713:12717\"\n",
"]\n",
"\n",
"\"\"\"---设置结束---\"\"\"\n",
@ -42,12 +44,12 @@
"if paper_type == 1:\n",
" enumi_mode = 0 #设置模式(1为整卷统一编号, 0为每一部分从1开始编号)\n",
" template_file = \"模板文件/复习讲义模板.txt\" #设置模板文件名\n",
" exec_list = [(\"标题数字待处理\",\"13\"),(\"标题文字待处理\",\"解析几何综合\")] #设置讲义标题\n",
" exec_list = [(\"标题数字待处理\",\"10\"),(\"标题文字待处理\",\"空间向量与应用\")] #设置讲义标题\n",
" destination_file = \"临时文件/\"+exec_list[0][1]+\"_\"+exec_list[1][1] # 设置输出文件名\n",
"elif paper_type == 2:\n",
" enumi_mode = 1 #设置模式(1为整卷统一编号, 0为每一部分从1开始编号)\n",
" template_file = \"模板文件/测验周末卷模板.txt\" #设置模板文件名\n",
" exec_list = [(\"标题替换\",\"高三下学期测验01\")] #设置讲义标题\n",
" exec_list = [(\"标题替换\",\"高三下学期周末卷03\")] #设置讲义标题\n",
" destination_file = \"临时文件/\"+exec_list[0][1] # 设置输出文件名\n",
"elif paper_type == 3:\n",
" enumi_mode = 0 #设置模式(1为整卷统一编号, 0为每一部分从1开始编号)\n",

View File

@ -324224,7 +324224,9 @@
"20230118\t王伟叶"
],
"same": [],
"related": [],
"related": [
"031235"
],
"remark": "",
"space": ""
},
@ -324518,7 +324520,9 @@
"20230118\t王伟叶"
],
"same": [],
"related": [],
"related": [
"031234"
],
"remark": "",
"space": ""
},
@ -342412,7 +342416,7 @@
},
"014039": {
"id": "014039",
"content": "已知平面$A_1BC_1$中, $\\overrightarrow{A_1C_1}=(0,1,0)$, $\\overrightarrow{A_1B}=(1,0,1)$, 则平面$A_1BC_1$的一个法向量为$\\overrightarrow {n}=$\\blank{50}.",
"content": "已知平面$ABC$中, $\\overrightarrow{AC}=(0,1,0)$, $\\overrightarrow{AB}=(1,0,1)$, 则平面$ABC$的一个法向量为$\\overrightarrow {n}=$\\blank{50}.",
"objs": [],
"tags": [
"第六单元"
@ -350103,7 +350107,7 @@
},
"014432": {
"id": "014432",
"content": "《九章算术》是我国古代的数学巨著, 其卷第五``商功''有如下的问题: ``今有刍甍, 下广三丈, 衰四丈, 上袲二丈, 无广, 高一丈. 问积几何? ''意思为: 今有底面为矩形的屋脊形状的多面体(如图), 下底面宽$AD=3$丈, 长$AB=4$丈, 上棱$EF=2$丈, $EF$与平面$ABCD$平行, $EF$与平面$ABCD$的距离为$1$丈, 则它的体积是\\blank{50}(立方丈).\n\\begin{center}\n\\begin{tikzpicture}[>=latex, z = {(-120:0.5cm)}]\n\\draw (-2,0,1.5) node [below] {$A$} coordinate (A);\n\\draw (A)++(4,0,0) node [below] {$B$} coordinate (B);\n\\draw (A)++(0,0,-3) node [left] {$D$} coordinate (D);\n\\draw (D)++(4,0,0) node [right] {$C$} coordinate (C);\n\\draw (-1,1,0) node [above] {$E$} coordinate (E);\n\\draw (1,1,0) node [above] {$F$} coordinate (F);\n\\draw (E)--(F)(E)--(A)(F)--(B)(F)--(C)(A)--(B)--(C)(A)--(D)--(E);\n\\draw [dashed] (D)--(C);\n\\end{tikzpicture}\n\\end{center}",
"content": "《九章算术》是我国古代的数学巨著, 其卷第五``商功''有如下的问题: ``今有刍甍, 下广三丈, 袤四丈, 上袤二丈, 无广, 高一丈. 问积几何? ''意思为: 今有底面为矩形的屋脊形状的多面体(如图), 下底面宽$AD=3$丈, 长$AB=4$丈, 上棱$EF=2$丈, $EF\\parallel AB$, $EF$与平面$ABCD$的距离为$1$丈, 则它的体积是\\blank{50}(立方丈).\n\\begin{center}\n\\begin{tikzpicture}[>=latex, z = {(-120:0.5cm)}]\n\\draw (-2,0,1.5) node [below] {$A$} coordinate (A);\n\\draw (A)++(4,0,0) node [below] {$B$} coordinate (B);\n\\draw (A)++(0,0,-3) node [left] {$D$} coordinate (D);\n\\draw (D)++(4,0,0) node [right] {$C$} coordinate (C);\n\\draw (-1,1,0) node [above] {$E$} coordinate (E);\n\\draw (1,1,0) node [above] {$F$} coordinate (F);\n\\draw (E)--(F)(E)--(A)(F)--(B)(F)--(C)(A)--(B)--(C)(A)--(D)--(E);\n\\draw [dashed] (D)--(C);\n\\end{tikzpicture}\n\\end{center}",
"objs": [],
"tags": [],
"genre": "填空题",
@ -427811,5 +427815,53 @@
],
"remark": "",
"space": ""
},
"031234": {
"id": "031234",
"content": "半径为$1$的球面上的四点$A$、$B$、$C$、$D$是正四面体的顶点, $|AB|=$\\blank{50}.",
"objs": [],
"tags": [
"第六单元"
],
"genre": "填空题",
"ans": "",
"solution": "",
"duration": -1,
"usages": [],
"origin": "2022届高三第二轮复习讲义-20230217修改",
"edit": [
"20230118\t王伟叶",
"20230217\t"
],
"same": [],
"related": [
"013193"
],
"remark": "",
"space": ""
},
"031235": {
"id": "031235",
"content": "如图, 半径为$R$的半球$O$的底面圆$O$在平面$\\alpha$内, 过点$O$作平面$\\alpha$的垂线交半球面于点$A$, 过圆$O$的直径$CD$作平面$\\alpha$成$45^{\\circ}$角的平面与半球面相交, 所得交线上到平面$\\alpha$的距离最大的点为$B$, 该交线上的一点$P$满足$\\angle BOP=60^{\\circ}$, 则$|AP|=$\\blank{50}.\n\\begin{center}\n\\begin{tikzpicture}[>=latex]\n\\draw [domain = 0:180,dashed,samples=100] plot ({2*cos(\\x)},0,{-2*sin(\\x)});\n\\draw [domain = 0:180,samples=100] plot ({2* cos(\\x)},0,{2* sin(\\x)});\n\\draw [dashed] (0,0,2) node [below left] {$C$} coordinate (C) -- (0,0,-2) node [above right] {$D$} coordinate (D);\n\\draw [dashed] (0,0,0) node [below right] {$O$} coordinate (O) -- (0,2,0) node [above] {$A$} coordinate (A);\n\\draw [dashed] (O) -- ({-sqrt(2)},{sqrt(2)},0) node [above left] {$B$} coordinate (B);\n\\path [draw,domain = 0:180,samples=100,name path = semi] plot ({2*cos (\\x)},{2*sin(\\x)},0);\n\\draw [domain = 0:90,samples=100] plot ({-sqrt(2)*sin(\\x)},{sqrt(2)*sin(\\x)},{2*cos(\\x)});\n\\draw [domain = 90:180,dashed,samples=100] plot ({-sqrt(2)*sin(\\x)},{sqrt(2)*sin(\\x)},{2*cos(\\x)});\n\\draw ({-sqrt(2)*sin(30)},{sqrt(2)*sin(30)},{2*cos(30)}) node [left] {$P$} coordinate (P);\n\\draw [dashed] (O)--(P);\n\\draw (O) pic [draw,\"$60^\\circ$\",angle eccentricity=1.5] {angle = B--O--P};\n\\path [name path = outline] (-3,0,3) -- (3,0,3) -- (3,0,-3) -- (-3,0,-3) -- cycle;\n\\path [name intersections = {of = semi and outline, by = {S,T}}];\n\\draw (T) -- (-3,0,-3) -- (-3,0,3) -- (3,0,3) -- (3,0,-3) -- (S);\n\\draw [dashed] (S) -- (T);\n\\draw (-2.6,0,2.6) node {$\\alpha$};\n\\end{tikzpicture}\n\\end{center}",
"objs": [],
"tags": [
"第六单元"
],
"genre": "填空题",
"ans": "",
"solution": "",
"duration": -1,
"usages": [],
"origin": "2022届高三第二轮复习讲义-20230217修改",
"edit": [
"20230118\t王伟叶",
"20230217\t"
],
"same": [],
"related": [
"013179"
],
"remark": "",
"space": ""
}
}