20230128 evening
This commit is contained in:
parent
5ef4c627ee
commit
6f59078c3c
|
|
@ -2,7 +2,7 @@
|
|||
"cells": [
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 1,
|
||||
"execution_count": 9,
|
||||
"metadata": {},
|
||||
"outputs": [
|
||||
{
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
"0"
|
||||
]
|
||||
},
|
||||
"execution_count": 1,
|
||||
"execution_count": 9,
|
||||
"metadata": {},
|
||||
"output_type": "execute_result"
|
||||
}
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
"source": [
|
||||
"import os,re,json\n",
|
||||
"\"\"\"这里编辑题号(列表)后将在vscode中打开窗口, 编辑后保存关闭, 随后运行第二个代码块\"\"\"\n",
|
||||
"problems = \"3138\"\n",
|
||||
"problems = \"12759\"\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": 4,
|
||||
"execution_count": 8,
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
|
|
@ -75,7 +75,7 @@
|
|||
],
|
||||
"metadata": {
|
||||
"kernelspec": {
|
||||
"display_name": "base",
|
||||
"display_name": "pythontest",
|
||||
"language": "python",
|
||||
"name": "python3"
|
||||
},
|
||||
|
|
@ -89,12 +89,12 @@
|
|||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.9.13"
|
||||
"version": "3.9.15"
|
||||
},
|
||||
"orig_nbformat": 4,
|
||||
"vscode": {
|
||||
"interpreter": {
|
||||
"hash": "ad2bdc8ecc057115af97d19610ffacc2b4e99fae6737bb82f5d7fb13d2f2c186"
|
||||
"hash": "91219a98e0e9be72efb992f647fe78b593124968b75db0b865552d6787c8db93"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -0,0 +1,69 @@
|
|||
\documentclass[10pt,a4paper]{article}
|
||||
\usepackage[UTF8,fontset = windows]{ctex}
|
||||
\setCJKmainfont[BoldFont=黑体,ItalicFont=楷体]{华文中宋}
|
||||
\usepackage{amssymb,amsmath,amsfonts,amsthm,mathrsfs,dsfont,graphicx}
|
||||
\usepackage{ifthen,indentfirst,enumerate,color,titletoc,xcolor}
|
||||
\usepackage{tikz}
|
||||
\usepackage{multicol}
|
||||
\usepackage{makecell}
|
||||
\usepackage{longtable}
|
||||
\usepackage{diagbox}
|
||||
\usetikzlibrary{arrows,calc,intersections,patterns,decorations.pathreplacing,3d,angles,quotes,positioning,shapes.geometric}
|
||||
\usepackage[top=9.5cm, bottom=1in,left=0.8in,right=0.8in]{geometry}
|
||||
\pagestyle{empty}
|
||||
\usepackage{wallpaper}
|
||||
|
||||
\renewcommand{\baselinestretch}{1.65}
|
||||
\newtheorem{defi}{定义~}
|
||||
\newtheorem{eg}{例~}
|
||||
\newtheorem{ex}{~}
|
||||
\newtheorem{rem}{注~}
|
||||
\newtheorem{thm}{定理~}
|
||||
\newtheorem{coro}{推论~}
|
||||
\newtheorem{axiom}{公理~}
|
||||
\newtheorem{prop}{性质~}
|
||||
\newcommand{\blank}[1]{\underline{\hbox to #1pt{}}}
|
||||
\newcommand{\bracket}[1]{(\hbox to #1pt{})}
|
||||
\newcommand{\onech}[4]{\par\begin{tabular}{p{.9\textwidth}}
|
||||
A.~#1\\
|
||||
B.~#2\\
|
||||
C.~#3\\
|
||||
D.~#4
|
||||
\end{tabular}}
|
||||
\newcommand{\twoch}[4]{\par\begin{tabular}{p{.46\textwidth}p{.46\textwidth}}
|
||||
A.~#1& B.~#2\\
|
||||
C.~#3& D.~#4
|
||||
\end{tabular}}
|
||||
\newcommand{\vartwoch}[4]{\par\begin{tabular}{p{.46\textwidth}p{.46\textwidth}}
|
||||
(1)~#1& (2)~#2\\
|
||||
(3)~#3& (4)~#4
|
||||
\end{tabular}}
|
||||
\newcommand{\fourch}[4]{\par\begin{tabular}{p{.23\textwidth}p{.23\textwidth}p{.23\textwidth}p{.23\textwidth}}
|
||||
A.~#1 &B.~#2& C.~#3& D.~#4
|
||||
\end{tabular}}
|
||||
\newcommand{\varfourch}[4]{\par\begin{tabular}{p{.23\textwidth}p{.23\textwidth}p{.23\textwidth}p{.23\textwidth}}
|
||||
(1)~#1 &(2)~#2& (3)~#3& (4)~#4
|
||||
\end{tabular}}
|
||||
\begin{document}
|
||||
|
||||
|
||||
\CenterWallPaper{0.95}{背景待替换}
|
||||
|
||||
\begin{multicols}{2}
|
||||
|
||||
|
||||
|
||||
\begin{enumerate}[1.]
|
||||
|
||||
\vspace*{5cm}
|
||||
|
||||
|
||||
题目待替换
|
||||
|
||||
\end{enumerate}
|
||||
|
||||
\end{multicols}
|
||||
|
||||
|
||||
|
||||
\end{document}
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
"cells": [
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 16,
|
||||
"execution_count": 7,
|
||||
"metadata": {},
|
||||
"outputs": [
|
||||
{
|
||||
|
|
@ -15,14 +15,14 @@
|
|||
],
|
||||
"source": [
|
||||
"#在 临时文件/赋能答题纸 目录中保留一个pdf(赋能试卷的答题纸), 不留别的pdf文件. \n",
|
||||
"#在 临时文件/赋能答题纸 目录中保留 赋能template.tex.\n",
|
||||
"#在 模板文件 目录中保留 赋能template.tex.\n",
|
||||
"#在 临时文件/赋能答题纸 目录中保留output目录.\n",
|
||||
"\"\"\"---设置文件名---\"\"\"\n",
|
||||
"filename = \"赋能12\"\n",
|
||||
"filename = \"赋能17\"\n",
|
||||
"\n",
|
||||
"\"\"\"---设置题目列表---\"\"\"\n",
|
||||
"problems = r\"\"\"\n",
|
||||
"446:448,30500,450,451,30498,435,454,30499\n",
|
||||
"496:498,31205,500:505\n",
|
||||
"\"\"\"\n",
|
||||
"#完成后将含有 filename 的文件移至其它目录\n",
|
||||
"\n",
|
||||
|
|
@ -66,7 +66,7 @@
|
|||
"#替换tex模板中的内容\n",
|
||||
"problem_list = [id for id in generate_number_set(problems.strip(),pro_dict) if id in pro_dict]\n",
|
||||
"\n",
|
||||
"with open(\"临时文件/赋能答题纸/赋能template.tex\",\"r\",encoding=\"utf8\") as f:\n",
|
||||
"with open(\"模板文件/赋能template.txt\",\"r\",encoding=\"utf8\") as f:\n",
|
||||
" texdata = f.read()\n",
|
||||
"texdata = texdata.replace(\"背景待替换\",filename+\"答题纸.png\")\n",
|
||||
"data_problems = \"\\n\\n\"\n",
|
||||
|
|
@ -85,6 +85,13 @@
|
|||
"print(os.system(\"xelatex -interaction=batchmode \" + filename +\".tex\"))\n",
|
||||
"os.chdir(\"../../..\")"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": []
|
||||
}
|
||||
],
|
||||
"metadata": {
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"cells": [
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 2,
|
||||
"execution_count": 1,
|
||||
"metadata": {},
|
||||
"outputs": [
|
||||
{
|
||||
|
|
@ -24,6 +24,7 @@
|
|||
"测验10.tex\n",
|
||||
"测验11.tex\n",
|
||||
"测验12.tex\n",
|
||||
"测验13.tex\n",
|
||||
"线上测验01.tex\n",
|
||||
"周末卷01.tex\n",
|
||||
"周末卷02.tex\n",
|
||||
|
|
@ -38,6 +39,8 @@
|
|||
"周末卷10.tex\n",
|
||||
"周末卷11.tex\n",
|
||||
"周末卷12.tex\n",
|
||||
"周末卷13.tex\n",
|
||||
"周末卷14.tex\n",
|
||||
"国庆卷.tex\n",
|
||||
"01_集合.tex\n",
|
||||
"02_常用逻辑用语.tex\n",
|
||||
|
|
@ -97,17 +100,22 @@
|
|||
"2020届上海春季高考.tex\n",
|
||||
"2021届上海春季高考.tex\n",
|
||||
"2022届上海春季高考.tex\n",
|
||||
"2023届上海春季高考.tex\n",
|
||||
"2023届嘉定区一模.tex\n",
|
||||
"2023届奉贤区一模.tex\n",
|
||||
"2023届宝山区一模.tex\n",
|
||||
"2023届崇明区一模.tex\n",
|
||||
"2023届徐汇区一模.tex\n",
|
||||
"2023届普陀区一模.tex\n",
|
||||
"2023届杨浦区一模.tex\n",
|
||||
"2023届松江区一模.tex\n",
|
||||
"2023届浦东新区一模.tex\n",
|
||||
"2023届虹口区一模.tex\n",
|
||||
"2023届金山区一模.tex\n",
|
||||
"2023届长宁区一模.tex\n",
|
||||
"2023届闵行区一模.tex\n",
|
||||
"2023届青浦区一模.tex\n"
|
||||
"2023届青浦区一模.tex\n",
|
||||
"2023届静安区一模.tex\n"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
|
@ -148,7 +156,7 @@
|
|||
],
|
||||
"metadata": {
|
||||
"kernelspec": {
|
||||
"display_name": "mathdept",
|
||||
"display_name": "pythontest",
|
||||
"language": "python",
|
||||
"name": "python3"
|
||||
},
|
||||
|
|
@ -162,12 +170,12 @@
|
|||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.9.15 (main, Nov 24 2022, 14:39:17) [MSC v.1916 64 bit (AMD64)]"
|
||||
"version": "3.9.15"
|
||||
},
|
||||
"orig_nbformat": 4,
|
||||
"vscode": {
|
||||
"interpreter": {
|
||||
"hash": "ff3c292c316ba85de6f1ad75f19c731e79d694e741b6f515ec18f14996fe48dc"
|
||||
"hash": "91219a98e0e9be72efb992f647fe78b593124968b75db0b865552d6787c8db93"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2,16 +2,16 @@
|
|||
"cells": [
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 1,
|
||||
"execution_count": 2,
|
||||
"metadata": {},
|
||||
"outputs": [
|
||||
{
|
||||
"name": "stdout",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"首个空闲id: 13692 , 直至 020000\n",
|
||||
"首个空闲id: 14103 , 直至 020000\n",
|
||||
"首个空闲id: 21441 , 直至 030000\n",
|
||||
"首个空闲id: 31204 , 直至 999999\n"
|
||||
"首个空闲id: 31206 , 直至 999999\n"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
|
|
|||
|
|
@ -9,9 +9,9 @@
|
|||
"name": "stdout",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"开始编译教师版本pdf文件: 临时文件/高三上末尾作业_教师用_20230108.tex\n",
|
||||
"开始编译教师版本pdf文件: 临时文件/赋能_教师用_20230128.tex\n",
|
||||
"0\n",
|
||||
"开始编译学生版本pdf文件: 临时文件/高三上末尾作业_学生用_20230108.tex\n",
|
||||
"开始编译学生版本pdf文件: 临时文件/赋能_学生用_20230128.tex\n",
|
||||
"0\n"
|
||||
]
|
||||
}
|
||||
|
|
@ -26,13 +26,11 @@
|
|||
"\"\"\"---设置题目列表---\"\"\"\n",
|
||||
"#字典字段为文件名, 之后为内容的题号\n",
|
||||
"problems_dict = {\n",
|
||||
"\"7.3.3-正态分布\":\"30515,30516,10903,30519,30534,30517,30518,30520,30535,30538,30540,30552\",\n",
|
||||
"\"8.1.1-成对数据间的关系\":\"030554,030521,030522,030523,030524\",\n",
|
||||
"\"8.1.2-相关系数\":\"10905,10906,10908,30525,30526,30591\",\n",
|
||||
"\"8.2.1-一元线性回归分析的基本思想\":\"30527,30528,30567,10911,10912,30573\",\n",
|
||||
"\"8.2.2-一元线性回归分析的应用举例\":\"10913,10915,10916,10917,10918\",\n",
|
||||
"\"8.3.1-2乘2列联表独立性检验\":\"10920,10922,30530,30531,30532,30578,30579,30580,30593\",\n",
|
||||
"\"8.3.2-独立性检验的具体应用\":\"30582,30588\"\n",
|
||||
"\"fn13\":\"456:465\",\n",
|
||||
"\"fn14\":\"466:475\",\n",
|
||||
"\"fn15\":\"476:485\",\n",
|
||||
"\"fn16\":\"486:495\",\n",
|
||||
"\"fn17\":\"496:505\"\n",
|
||||
"\n",
|
||||
"}\n",
|
||||
"\n",
|
||||
|
|
@ -41,7 +39,7 @@
|
|||
"\"\"\"---设置文件保存路径---\"\"\"\n",
|
||||
"#目录和文件的分隔务必用/\n",
|
||||
"directory = \"临时文件/\"\n",
|
||||
"filename = \"高三上末尾作业\"\n",
|
||||
"filename = \"赋能\"\n",
|
||||
"\"\"\"---设置文件名结束---\"\"\"\n",
|
||||
"if directory[-1] != \"/\":\n",
|
||||
" directory += \"/\"\n",
|
||||
|
|
@ -186,7 +184,7 @@
|
|||
],
|
||||
"metadata": {
|
||||
"kernelspec": {
|
||||
"display_name": "mathdept",
|
||||
"display_name": "pythontest",
|
||||
"language": "python",
|
||||
"name": "python3"
|
||||
},
|
||||
|
|
@ -200,12 +198,12 @@
|
|||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.9.15 (main, Nov 24 2022, 14:39:17) [MSC v.1916 64 bit (AMD64)]"
|
||||
"version": "3.9.15"
|
||||
},
|
||||
"orig_nbformat": 4,
|
||||
"vscode": {
|
||||
"interpreter": {
|
||||
"hash": "ff3c292c316ba85de6f1ad75f19c731e79d694e741b6f515ec18f14996fe48dc"
|
||||
"hash": "91219a98e0e9be72efb992f647fe78b593124968b75db0b865552d6787c8db93"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2,21 +2,21 @@
|
|||
"cells": [
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 28,
|
||||
"execution_count": 1,
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"#修改起始id,出处,文件名\n",
|
||||
"starting_id = 13692\n",
|
||||
"origin = \"2021年空中课堂高三复习课\"\n",
|
||||
"filename = r\"D:\\temp\\2022kzkt.tex\"\n",
|
||||
"starting_id = 31205\n",
|
||||
"origin = \"自拟题目\"\n",
|
||||
"filename = r\"C:\\Users\\weiye\\Documents\\wwy sync\\临时工作区\\自拟题目6.tex\"\n",
|
||||
"editor = \"20230128\\t王伟叶\"\n",
|
||||
"indexed = False\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 29,
|
||||
"execution_count": 2,
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
|
|
@ -105,6 +105,13 @@
|
|||
"else:\n",
|
||||
" print(\"题号有重复, 请检查.\\n\"*5)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": []
|
||||
}
|
||||
],
|
||||
"metadata": {
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"cells": [
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 1,
|
||||
"execution_count": 2,
|
||||
"metadata": {},
|
||||
"outputs": [
|
||||
{
|
||||
|
|
@ -94,6 +94,11 @@
|
|||
"C:\\Users\\weiye\\Documents\\wwy sync\\23届\\赋能\\赋能10.tex\n",
|
||||
"C:\\Users\\weiye\\Documents\\wwy sync\\23届\\赋能\\赋能11.tex\n",
|
||||
"C:\\Users\\weiye\\Documents\\wwy sync\\23届\\赋能\\赋能12.tex\n",
|
||||
"C:\\Users\\weiye\\Documents\\wwy sync\\23届\\赋能\\赋能13.tex\n",
|
||||
"C:\\Users\\weiye\\Documents\\wwy sync\\23届\\赋能\\赋能14.tex\n",
|
||||
"C:\\Users\\weiye\\Documents\\wwy sync\\23届\\赋能\\赋能15.tex\n",
|
||||
"C:\\Users\\weiye\\Documents\\wwy sync\\23届\\赋能\\赋能16.tex\n",
|
||||
"C:\\Users\\weiye\\Documents\\wwy sync\\23届\\赋能\\赋能17.tex\n",
|
||||
"C:\\Users\\weiye\\Documents\\wwy sync\\23届\\一模后春考前试卷备选\\2017届上海春季高考.tex\n",
|
||||
"C:\\Users\\weiye\\Documents\\wwy sync\\23届\\一模后春考前试卷备选\\2018届上海春季高考.tex\n",
|
||||
"C:\\Users\\weiye\\Documents\\wwy sync\\23届\\一模后春考前试卷备选\\2019届上海春季高考.tex\n",
|
||||
|
|
@ -184,7 +189,7 @@
|
|||
],
|
||||
"metadata": {
|
||||
"kernelspec": {
|
||||
"display_name": "mathdept",
|
||||
"display_name": "pythontest",
|
||||
"language": "python",
|
||||
"name": "python3"
|
||||
},
|
||||
|
|
@ -198,12 +203,12 @@
|
|||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.9.15 (main, Nov 24 2022, 14:39:17) [MSC v.1916 64 bit (AMD64)]"
|
||||
"version": "3.9.15"
|
||||
},
|
||||
"orig_nbformat": 4,
|
||||
"vscode": {
|
||||
"interpreter": {
|
||||
"hash": "ff3c292c316ba85de6f1ad75f19c731e79d694e741b6f515ec18f14996fe48dc"
|
||||
"hash": "91219a98e0e9be72efb992f647fe78b593124968b75db0b865552d6787c8db93"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -9,411 +9,7 @@
|
|||
"name": "stdout",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"013287 填空题\n",
|
||||
"013288 填空题\n",
|
||||
"013289 填空题\n",
|
||||
"013290 填空题\n",
|
||||
"013291 填空题\n",
|
||||
"013292 填空题\n",
|
||||
"013293 填空题\n",
|
||||
"013294 填空题\n",
|
||||
"013295 填空题\n",
|
||||
"013296 填空题\n",
|
||||
"013297 选择题\n",
|
||||
"013298 选择题\n",
|
||||
"013299 选择题\n",
|
||||
"013300 解答题\n",
|
||||
"013301 解答题\n",
|
||||
"013302 填空题\n",
|
||||
"013303 填空题\n",
|
||||
"013304 填空题\n",
|
||||
"013305 填空题\n",
|
||||
"013306 填空题\n",
|
||||
"013307 填空题\n",
|
||||
"013308 填空题\n",
|
||||
"013309 填空题\n",
|
||||
"013310 填空题\n",
|
||||
"013311 填空题\n",
|
||||
"013312 选择题\n",
|
||||
"013313 选择题\n",
|
||||
"013314 选择题\n",
|
||||
"013315 解答题\n",
|
||||
"013316 解答题\n",
|
||||
"013317 填空题\n",
|
||||
"013318 填空题\n",
|
||||
"013319 填空题\n",
|
||||
"013320 填空题\n",
|
||||
"013321 填空题\n",
|
||||
"013322 填空题\n",
|
||||
"013323 填空题\n",
|
||||
"013324 填空题\n",
|
||||
"013325 填空题\n",
|
||||
"013326 填空题\n",
|
||||
"013327 选择题\n",
|
||||
"013328 选择题\n",
|
||||
"013329 选择题\n",
|
||||
"013330 解答题\n",
|
||||
"013331 解答题\n",
|
||||
"013332 填空题\n",
|
||||
"013333 填空题\n",
|
||||
"013334 填空题\n",
|
||||
"013335 填空题\n",
|
||||
"013336 填空题\n",
|
||||
"013337 填空题\n",
|
||||
"013338 填空题\n",
|
||||
"013339 填空题\n",
|
||||
"013340 填空题\n",
|
||||
"013341 填空题\n",
|
||||
"013342 选择题\n",
|
||||
"013343 选择题\n",
|
||||
"013344 选择题\n",
|
||||
"013345 解答题\n",
|
||||
"013346 解答题\n",
|
||||
"013347 填空题\n",
|
||||
"013348 填空题\n",
|
||||
"013349 填空题\n",
|
||||
"013350 填空题\n",
|
||||
"013351 填空题\n",
|
||||
"013352 填空题\n",
|
||||
"013353 填空题\n",
|
||||
"013354 填空题\n",
|
||||
"013355 填空题\n",
|
||||
"013356 填空题\n",
|
||||
"013357 选择题\n",
|
||||
"013358 选择题\n",
|
||||
"013359 选择题\n",
|
||||
"013360 解答题\n",
|
||||
"013361 解答题\n",
|
||||
"013362 填空题\n",
|
||||
"013363 填空题\n",
|
||||
"013364 填空题\n",
|
||||
"013365 填空题\n",
|
||||
"013366 填空题\n",
|
||||
"013367 填空题\n",
|
||||
"013368 填空题\n",
|
||||
"013369 填空题\n",
|
||||
"013370 填空题\n",
|
||||
"013371 填空题\n",
|
||||
"013372 选择题\n",
|
||||
"013373 选择题\n",
|
||||
"013374 选择题\n",
|
||||
"013375 解答题\n",
|
||||
"013376 解答题\n",
|
||||
"013377 填空题\n",
|
||||
"013378 填空题\n",
|
||||
"013379 填空题\n",
|
||||
"013380 填空题\n",
|
||||
"013381 填空题\n",
|
||||
"013382 填空题\n",
|
||||
"013383 填空题\n",
|
||||
"013384 填空题\n",
|
||||
"013385 填空题\n",
|
||||
"013386 填空题\n",
|
||||
"013387 选择题\n",
|
||||
"013388 选择题\n",
|
||||
"013389 选择题\n",
|
||||
"013390 解答题\n",
|
||||
"013391 解答题\n",
|
||||
"013392 填空题\n",
|
||||
"013393 填空题\n",
|
||||
"013394 填空题\n",
|
||||
"013395 填空题\n",
|
||||
"013396 填空题\n",
|
||||
"013397 填空题\n",
|
||||
"013398 填空题\n",
|
||||
"013399 填空题\n",
|
||||
"013400 填空题\n",
|
||||
"013401 填空题\n",
|
||||
"013402 选择题\n",
|
||||
"013403 选择题\n",
|
||||
"013404 选择题\n",
|
||||
"013405 解答题\n",
|
||||
"013406 解答题\n",
|
||||
"013407 填空题\n",
|
||||
"013408 填空题\n",
|
||||
"013409 填空题\n",
|
||||
"013410 填空题\n",
|
||||
"013411 填空题\n",
|
||||
"013412 填空题\n",
|
||||
"013413 填空题\n",
|
||||
"013414 填空题\n",
|
||||
"013415 填空题\n",
|
||||
"013416 填空题\n",
|
||||
"013417 选择题\n",
|
||||
"013418 选择题\n",
|
||||
"013419 选择题\n",
|
||||
"013420 解答题\n",
|
||||
"013421 解答题\n",
|
||||
"013422 填空题\n",
|
||||
"013423 填空题\n",
|
||||
"013424 填空题\n",
|
||||
"013425 填空题\n",
|
||||
"013426 填空题\n",
|
||||
"013427 填空题\n",
|
||||
"013428 填空题\n",
|
||||
"013429 填空题\n",
|
||||
"013430 填空题\n",
|
||||
"013431 填空题\n",
|
||||
"013432 选择题\n",
|
||||
"013433 选择题\n",
|
||||
"013434 选择题\n",
|
||||
"013435 解答题\n",
|
||||
"013436 解答题\n",
|
||||
"013437 填空题\n",
|
||||
"013438 填空题\n",
|
||||
"013439 填空题\n",
|
||||
"013440 填空题\n",
|
||||
"013441 填空题\n",
|
||||
"013442 填空题\n",
|
||||
"013443 填空题\n",
|
||||
"013444 填空题\n",
|
||||
"013445 填空题\n",
|
||||
"013446 填空题\n",
|
||||
"013447 选择题\n",
|
||||
"013448 选择题\n",
|
||||
"013449 选择题\n",
|
||||
"013450 解答题\n",
|
||||
"013451 解答题\n",
|
||||
"013452 填空题\n",
|
||||
"013453 填空题\n",
|
||||
"013454 填空题\n",
|
||||
"013455 填空题\n",
|
||||
"013456 填空题\n",
|
||||
"013457 填空题\n",
|
||||
"013458 填空题\n",
|
||||
"013459 填空题\n",
|
||||
"013460 填空题\n",
|
||||
"013461 填空题\n",
|
||||
"013462 选择题\n",
|
||||
"013463 选择题\n",
|
||||
"013464 选择题\n",
|
||||
"013465 解答题\n",
|
||||
"013466 解答题\n",
|
||||
"013467 填空题\n",
|
||||
"013468 填空题\n",
|
||||
"013469 填空题\n",
|
||||
"013470 填空题\n",
|
||||
"013471 填空题\n",
|
||||
"013472 填空题\n",
|
||||
"013473 填空题\n",
|
||||
"013474 填空题\n",
|
||||
"013475 填空题\n",
|
||||
"013476 填空题\n",
|
||||
"013477 选择题\n",
|
||||
"013478 选择题\n",
|
||||
"013479 选择题\n",
|
||||
"013480 解答题\n",
|
||||
"013481 解答题\n",
|
||||
"013482 填空题\n",
|
||||
"013483 填空题\n",
|
||||
"013484 填空题\n",
|
||||
"013485 填空题\n",
|
||||
"013486 填空题\n",
|
||||
"013487 填空题\n",
|
||||
"013488 填空题\n",
|
||||
"013489 填空题\n",
|
||||
"013490 填空题\n",
|
||||
"013491 填空题\n",
|
||||
"013492 选择题\n",
|
||||
"013493 选择题\n",
|
||||
"013494 选择题\n",
|
||||
"013495 解答题\n",
|
||||
"013496 解答题\n",
|
||||
"013497 填空题\n",
|
||||
"013498 填空题\n",
|
||||
"013499 填空题\n",
|
||||
"013500 填空题\n",
|
||||
"013501 填空题\n",
|
||||
"013502 填空题\n",
|
||||
"013503 填空题\n",
|
||||
"013504 填空题\n",
|
||||
"013505 填空题\n",
|
||||
"013506 填空题\n",
|
||||
"013507 选择题\n",
|
||||
"013508 选择题\n",
|
||||
"013509 选择题\n",
|
||||
"013510 解答题\n",
|
||||
"013511 解答题\n",
|
||||
"013512 填空题\n",
|
||||
"013513 填空题\n",
|
||||
"013514 填空题\n",
|
||||
"013515 填空题\n",
|
||||
"013516 填空题\n",
|
||||
"013517 填空题\n",
|
||||
"013518 填空题\n",
|
||||
"013519 填空题\n",
|
||||
"013520 填空题\n",
|
||||
"013521 填空题\n",
|
||||
"013522 选择题\n",
|
||||
"013523 选择题\n",
|
||||
"013524 选择题\n",
|
||||
"013525 解答题\n",
|
||||
"013526 解答题\n",
|
||||
"013527 填空题\n",
|
||||
"013528 填空题\n",
|
||||
"013529 填空题\n",
|
||||
"013530 填空题\n",
|
||||
"013531 填空题\n",
|
||||
"013532 填空题\n",
|
||||
"013533 填空题\n",
|
||||
"013534 填空题\n",
|
||||
"013535 填空题\n",
|
||||
"013536 填空题\n",
|
||||
"013537 选择题\n",
|
||||
"013538 选择题\n",
|
||||
"013539 选择题\n",
|
||||
"013540 解答题\n",
|
||||
"013541 解答题\n",
|
||||
"013542 填空题\n",
|
||||
"013543 填空题\n",
|
||||
"013544 填空题\n",
|
||||
"013545 填空题\n",
|
||||
"013546 填空题\n",
|
||||
"013547 填空题\n",
|
||||
"013548 填空题\n",
|
||||
"013549 填空题\n",
|
||||
"013550 填空题\n",
|
||||
"013551 填空题\n",
|
||||
"013552 选择题\n",
|
||||
"013553 选择题\n",
|
||||
"013554 选择题\n",
|
||||
"013555 解答题\n",
|
||||
"013556 解答题\n",
|
||||
"013557 填空题\n",
|
||||
"013558 填空题\n",
|
||||
"013559 填空题\n",
|
||||
"013560 填空题\n",
|
||||
"013561 填空题\n",
|
||||
"013562 填空题\n",
|
||||
"013563 填空题\n",
|
||||
"013564 填空题\n",
|
||||
"013565 填空题\n",
|
||||
"013566 填空题\n",
|
||||
"013567 选择题\n",
|
||||
"013568 选择题\n",
|
||||
"013569 选择题\n",
|
||||
"013570 解答题\n",
|
||||
"013571 解答题\n",
|
||||
"013572 填空题\n",
|
||||
"013573 填空题\n",
|
||||
"013574 填空题\n",
|
||||
"013575 填空题\n",
|
||||
"013576 填空题\n",
|
||||
"013577 填空题\n",
|
||||
"013578 填空题\n",
|
||||
"013579 填空题\n",
|
||||
"013580 填空题\n",
|
||||
"013581 填空题\n",
|
||||
"013582 选择题\n",
|
||||
"013583 选择题\n",
|
||||
"013584 选择题\n",
|
||||
"013585 解答题\n",
|
||||
"013586 解答题\n",
|
||||
"013587 填空题\n",
|
||||
"013588 填空题\n",
|
||||
"013589 填空题\n",
|
||||
"013590 填空题\n",
|
||||
"013591 填空题\n",
|
||||
"013592 填空题\n",
|
||||
"013593 填空题\n",
|
||||
"013594 填空题\n",
|
||||
"013595 填空题\n",
|
||||
"013596 填空题\n",
|
||||
"013597 填空题\n",
|
||||
"013598 填空题\n",
|
||||
"013599 选择题\n",
|
||||
"013600 选择题\n",
|
||||
"013601 选择题\n",
|
||||
"013602 选择题\n",
|
||||
"013603 解答题\n",
|
||||
"013604 解答题\n",
|
||||
"013605 解答题\n",
|
||||
"013606 解答题\n",
|
||||
"013607 解答题\n",
|
||||
"013608 填空题\n",
|
||||
"013609 填空题\n",
|
||||
"013610 填空题\n",
|
||||
"013611 填空题\n",
|
||||
"013612 填空题\n",
|
||||
"013613 填空题\n",
|
||||
"013614 填空题\n",
|
||||
"013615 填空题\n",
|
||||
"013616 填空题\n",
|
||||
"013617 填空题\n",
|
||||
"013618 填空题\n",
|
||||
"013619 填空题\n",
|
||||
"013620 选择题\n",
|
||||
"013621 选择题\n",
|
||||
"013622 选择题\n",
|
||||
"013623 选择题\n",
|
||||
"013624 解答题\n",
|
||||
"013625 解答题\n",
|
||||
"013626 解答题\n",
|
||||
"013627 解答题\n",
|
||||
"013628 解答题\n",
|
||||
"013629 填空题\n",
|
||||
"013630 填空题\n",
|
||||
"013631 填空题\n",
|
||||
"013632 填空题\n",
|
||||
"013633 填空题\n",
|
||||
"013634 填空题\n",
|
||||
"013635 填空题\n",
|
||||
"013636 填空题\n",
|
||||
"013637 填空题\n",
|
||||
"013638 填空题\n",
|
||||
"013639 填空题\n",
|
||||
"013640 填空题\n",
|
||||
"013641 选择题\n",
|
||||
"013642 解答题\n",
|
||||
"013643 选择题\n",
|
||||
"013644 选择题\n",
|
||||
"013645 解答题\n",
|
||||
"013646 解答题\n",
|
||||
"013647 解答题\n",
|
||||
"013648 解答题\n",
|
||||
"013649 解答题\n",
|
||||
"013650 填空题\n",
|
||||
"013651 填空题\n",
|
||||
"013652 填空题\n",
|
||||
"013653 填空题\n",
|
||||
"013654 填空题\n",
|
||||
"013655 填空题\n",
|
||||
"013656 填空题\n",
|
||||
"013657 填空题\n",
|
||||
"013658 填空题\n",
|
||||
"013659 填空题\n",
|
||||
"013660 填空题\n",
|
||||
"013661 填空题\n",
|
||||
"013662 选择题\n",
|
||||
"013663 选择题\n",
|
||||
"013664 选择题\n",
|
||||
"013665 选择题\n",
|
||||
"013666 解答题\n",
|
||||
"013667 解答题\n",
|
||||
"013668 解答题\n",
|
||||
"013669 解答题\n",
|
||||
"013670 解答题\n",
|
||||
"013671 填空题\n",
|
||||
"013672 填空题\n",
|
||||
"013673 填空题\n",
|
||||
"013674 填空题\n",
|
||||
"013675 填空题\n",
|
||||
"013676 填空题\n",
|
||||
"013677 填空题\n",
|
||||
"013678 填空题\n",
|
||||
"013679 填空题\n",
|
||||
"013680 填空题\n",
|
||||
"013681 填空题\n",
|
||||
"013682 填空题\n",
|
||||
"013683 选择题\n",
|
||||
"013684 选择题\n",
|
||||
"013685 选择题\n",
|
||||
"013686 选择题\n",
|
||||
"013687 解答题\n",
|
||||
"013688 解答题\n",
|
||||
"013689 解答题\n",
|
||||
"013690 解答题\n",
|
||||
"013691 解答题\n"
|
||||
"031205 填空题\n"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
|
@ -455,7 +51,7 @@
|
|||
],
|
||||
"metadata": {
|
||||
"kernelspec": {
|
||||
"display_name": "mathdept",
|
||||
"display_name": "pythontest",
|
||||
"language": "python",
|
||||
"name": "python3"
|
||||
},
|
||||
|
|
@ -474,7 +70,7 @@
|
|||
"orig_nbformat": 4,
|
||||
"vscode": {
|
||||
"interpreter": {
|
||||
"hash": "ff3c292c316ba85de6f1ad75f19c731e79d694e741b6f515ec18f14996fe48dc"
|
||||
"hash": "91219a98e0e9be72efb992f647fe78b593124968b75db0b865552d6787c8db93"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2,16 +2,16 @@
|
|||
"cells": [
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 6,
|
||||
"execution_count": 1,
|
||||
"metadata": {},
|
||||
"outputs": [
|
||||
{
|
||||
"name": "stdout",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"开始编译教师版本pdf文件: 临时文件/高一校本_教师用_20230125.tex\n",
|
||||
"开始编译教师版本pdf文件: 临时文件/pudong_教师用_20230128.tex\n",
|
||||
"0\n",
|
||||
"开始编译学生版本pdf文件: 临时文件/高一校本_学生用_20230125.tex\n",
|
||||
"开始编译学生版本pdf文件: 临时文件/pudong_学生用_20230128.tex\n",
|
||||
"0\n"
|
||||
]
|
||||
}
|
||||
|
|
@ -26,14 +26,14 @@
|
|||
"\"\"\"---设置题目列表---\"\"\"\n",
|
||||
"#留空为编译全题库, a为读取临时文件中的题号筛选.txt文件生成题库\n",
|
||||
"problems = r\"\"\"\n",
|
||||
"a\n",
|
||||
"12676:12696\n",
|
||||
"\n",
|
||||
"\"\"\"\n",
|
||||
"\"\"\"---设置题目列表结束---\"\"\"\n",
|
||||
"\n",
|
||||
"\"\"\"---设置文件名---\"\"\"\n",
|
||||
"#目录和文件的分隔务必用/\n",
|
||||
"filename = \"临时文件/高一校本\"\n",
|
||||
"filename = \"临时文件/pudong\"\n",
|
||||
"\"\"\"---设置文件名结束---\"\"\"\n",
|
||||
"\n",
|
||||
"\n",
|
||||
|
|
@ -188,12 +188,12 @@
|
|||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.9.15 (main, Nov 24 2022, 14:39:17) [MSC v.1916 64 bit (AMD64)]"
|
||||
"version": "3.8.15"
|
||||
},
|
||||
"orig_nbformat": 4,
|
||||
"vscode": {
|
||||
"interpreter": {
|
||||
"hash": "ff3c292c316ba85de6f1ad75f19c731e79d694e741b6f515ec18f14996fe48dc"
|
||||
"hash": "42dd566da87765ddbe9b5c5b483063747fec4aacc5469ad554706e4b742e67b2"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
1134
题库0.3/Problems.json
1134
题库0.3/Problems.json
File diff suppressed because it is too large
Load Diff
Reference in New Issue