修改12638题面
This commit is contained in:
parent
a2cdf0a6ea
commit
97ca3e49ad
|
|
@ -1,6 +1,6 @@
|
|||
import os,re,json
|
||||
"""这里编辑题号(列表)后将在vscode中打开窗口, 编辑后保存关闭"""
|
||||
problems = "12774"
|
||||
problems = "12638"
|
||||
editor = "王伟叶"
|
||||
|
||||
def generate_number_set(string,dict):
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ import os,re,json
|
|||
|
||||
"""---设置关键字, 同一field下不同选项为or关系, 同一字典中不同字段间为and关系, 不同字典间为or关系, _not表示列表中的关键字都不含, 同一字典中的数字用来供应同一字段不同的条件之间的and---"""
|
||||
keywords_dict_table = [
|
||||
{"origin":["2023"],"origin2":["一模"],"origin3":["区"],"tags":["第八单元"]}
|
||||
{"origin":["双基百分百"],"origin2":["2022"],"usages":[r"0\.[3456]\d\d"],"usages_not":[r"0\.[9]",r"0\.8[56789]"]}
|
||||
]
|
||||
"""---关键字设置完毕---"""
|
||||
# 示例: keywords_dict_table = [
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
012496,012499,012511,012515,012527,012535,012555,012563,012568,012577,012585,012597,012599,012619,012627,012639,012642,012660,012663,012679,012684,012703,012705,012711,012726,012765,012767:012768,012774,014513,014520
|
||||
013310,013356,013358:013359,013368,013371,013457,013461,013466,013475:013476,013494,013505:013506,013535:013536
|
||||
|
|
@ -7,13 +7,13 @@ import os,re,time,json,sys
|
|||
"""---设置题目列表---"""
|
||||
#留空为编译全题库, a为读取文本文件中的题号筛选.txt文件生成题库
|
||||
problems = r"""
|
||||
352,403,491,555,394,518,401,405,522,404,30026,30498,364,337,565,359,340,415,345,514,595,515,585,332,30072,575,505,30075,30499,30022,335,30497
|
||||
013310,013356,013358:013359,013368,013371,013457,013461,013466,013475:013476,013494,013505:013506,013535:013536
|
||||
"""
|
||||
"""---设置题目列表结束---"""
|
||||
|
||||
"""---设置文件名---"""
|
||||
#目录和文件的分隔务必用/
|
||||
filename = "临时文件/赋能较难题"
|
||||
filename = "临时文件/双基冲刺卷较难题"
|
||||
"""---设置文件名结束---"""
|
||||
|
||||
"""---设置是否需要解答题的空格---"""
|
||||
|
|
|
|||
|
|
@ -332934,7 +332934,7 @@
|
|||
},
|
||||
"012638": {
|
||||
"id": "012638",
|
||||
"content": "已知$f(x)$是定义域为$\\mathbf{R}$的奇函数, 且$x \\leq 0$时, $f(x)=e^x-1$, 则$f(x)$的值域是\\blank{50}.",
|
||||
"content": "已知$f(x)$是定义域为$\\mathbf{R}$的奇函数, 且$x \\leq 0$时, $f(x)=\\mathrm{e}^x-1$, 则$f(x)$的值域是\\blank{50}.",
|
||||
"objs": [],
|
||||
"tags": [
|
||||
"第二单元"
|
||||
|
|
@ -332946,7 +332946,8 @@
|
|||
"usages": [],
|
||||
"origin": "2023届徐汇区一模试题5",
|
||||
"edit": [
|
||||
"20221215\t王伟叶"
|
||||
"20221215\t王伟叶",
|
||||
"20230527\t王伟叶"
|
||||
],
|
||||
"same": [],
|
||||
"related": [],
|
||||
|
|
|
|||
Reference in New Issue