收录2023届全国高考甲卷理科乙卷理科天津卷试题

This commit is contained in:
weiye.wang 2023-06-11 09:13:42 +08:00
parent 8378fc085e
commit a191e15e4a
4 changed files with 1324 additions and 4 deletions

View File

@ -1,6 +1,6 @@
import os,re,json
"""这里编辑题号(列表)后将在vscode中打开窗口, 编辑后保存关闭"""
problems = "18063,18077"
problems = "18103"
editor = "王伟叶"
def generate_number_set(string,dict):

View File

@ -1,8 +1,8 @@
#修改起始id,出处,文件名
starting_id = 18082
starting_id = 18104
raworigin = ""
filename = r"C:\Users\weiye\Documents\wwy sync\临时工作区\自拟题目14.tex"
editor = "20230610\t王伟叶"
editor = "20230611\t王伟叶"
indexed = True
IndexDescription = "试题"

View File

@ -5,7 +5,7 @@ old_problems_range = "1:50000"
threshold = 0.85
# 待比对的文件
filename = r"C:\Users\weiye\Documents\wwy sync\临时工作区\自拟题目13.tex"
filename = r"C:\Users\weiye\Documents\wwy sync\临时工作区\自拟题目14.tex"
#生成数码列表, 逗号分隔每个区块, 区块内部用:表示整数闭区间
def generate_number_set(string):

File diff suppressed because it is too large Load Diff