From 2f3373d3fed8c6c907fd6f89d2771f693560105a Mon Sep 17 00:00:00 2001 From: WangWeiye Date: Tue, 25 Apr 2023 10:56:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B915120=E9=A2=98=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 工具/latex界面修改题目内容.py | 4 ++-- 工具/修改题目数据库.py | 2 +- 题库0.3/Problems.json | 5 +++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/工具/latex界面修改题目内容.py b/工具/latex界面修改题目内容.py index f796baf1..61598f26 100644 --- a/工具/latex界面修改题目内容.py +++ b/工具/latex界面修改题目内容.py @@ -1,7 +1,7 @@ import os,re,json """这里编辑题号(列表)后将在vscode中打开窗口, 编辑后保存关闭""" -problems = "15037" -editor = "王伟叶" +problems = "15120" +editor = "谈荣" def generate_number_set(string,dict): string = re.sub(r"[\n\s]","",string) diff --git a/工具/修改题目数据库.py b/工具/修改题目数据库.py index c1b9a0a8..da26b966 100644 --- a/工具/修改题目数据库.py +++ b/工具/修改题目数据库.py @@ -1,6 +1,6 @@ import os,re,json """这里编辑题号(列表)后将在vscode中打开窗口, 编辑后保存关闭, 随后运行第二个代码块""" -problems = "15157" +problems = "13982" def generate_number_set(string,dict): string = re.sub(r"[\n\s]","",string) diff --git a/题库0.3/Problems.json b/题库0.3/Problems.json index 0a09ff7c..0b55059b 100644 --- a/题库0.3/Problems.json +++ b/题库0.3/Problems.json @@ -374303,7 +374303,7 @@ }, "015120": { "id": "015120", - "content": "已知动点$R(x, y)$到点$F(1,0)$的距离和它到直线$x=2$的距离之比等于$\\dfrac{\\sqrt{2}}{2}$, 动点$M$的轨迹记为曲线$C$, 过点$F$的直线$l$与曲线$C$相交于$P, Q$两点.\\\\\n(1) 求曲线$C$的方程;\\\\\n(2) 若$\\overrightarrow{FP}=-2 \\overrightarrow{FQ}$, 求直线$l$的方程;\\\\\n(3) 已知$A(-\\sqrt{2}, 0)$, 直线$AP, AQ$分别与直线$x=2$相交于$M, N$两点, 求证: 以$MN$为直径的圆经过点$F$.", + "content": "已知动点$R(x, y)$到点$F(1,0)$的距离和它到直线$x=2$的距离之比等于$\\dfrac{\\sqrt{2}}{2}$, 动点$R$的轨迹记为曲线$C$, 过点$F$的直线$l$与曲线$C$相交于$P, Q$两点.\\\\\n(1) 求曲线$C$的方程;\\\\\n(2) 若$\\overrightarrow{FP}=-2 \\overrightarrow{FQ}$, 求直线$l$的方程;\\\\\n(3) 已知$A(-\\sqrt{2}, 0)$, 直线$AP, AQ$分别与直线$x=2$相交于$M, N$两点, 求证: 以$MN$为直径的圆经过点$F$.", "objs": [], "tags": [ "第七单元" @@ -374315,7 +374315,8 @@ "usages": [], "origin": "2023届虹口区高三二模试题20", "edit": [ - "20230413\t王伟叶" + "20230413\t王伟叶", + "20230425\t谈荣" ], "same": [], "related": [],