diff --git a/工具/关键字筛选题号.ipynb b/工具/关键字筛选题号.ipynb index 9a5fb386..4b8a13ac 100644 --- a/工具/关键字筛选题号.ipynb +++ b/工具/关键字筛选题号.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "code", - "execution_count": 16, + "execution_count": 17, "metadata": {}, "outputs": [ { @@ -11,7 +11,7 @@ "0" ] }, - "execution_count": 16, + "execution_count": 17, "metadata": {}, "output_type": "execute_result" } @@ -21,7 +21,7 @@ "\n", "\"\"\"---设置关键字, 同一field下不同选项为or关系, 同一字典中不同字段间为and关系, 不同字典间为or关系, _not表示列表中的关键字都不含, 同一字典中的数字用来供应同一字段不同的条件之间的and---\"\"\"\n", "keywords_dict_table = [\n", - " {\"tags\":[\"一\",\"二\"],\"usages\":[r\"0\\.9[\\d]\"],\"usages2\":[\"2023\"],\"usages_not\":[r\"0\\.[12345678]\"]}\n", + " {\"tags\":[\"五\"]}\n", "]\n", "\"\"\"---关键字设置完毕---\"\"\"\n", "# 示例: keywords_dict_table = [\n", diff --git a/工具/分年级专用工具/讲义题目分类按顺序梳理_制答题卡用.ipynb b/工具/分年级专用工具/讲义题目分类按顺序梳理_制答题卡用.ipynb index 3ececd13..7b9e28e5 100644 --- a/工具/分年级专用工具/讲义题目分类按顺序梳理_制答题卡用.ipynb +++ b/工具/分年级专用工具/讲义题目分类按顺序梳理_制答题卡用.ipynb @@ -2,52 +2,48 @@ "cells": [ { "cell_type": "code", - "execution_count": 1, + "execution_count": 4, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "1 填空题 2\n", - "2 填空题 1\n", - "3 填空题 4\n", - "4 填空题 1\n", - "5 填空题 8\n", - "6 填空题 2\n", - "7 填空题 1\n", - "8 解答题 1\n", - "9 解答题 1\n", - "10 填空题 4\n", - "11 解答题 1\n", - "12 解答题 1\n", + "1 解答题 1\n", + "2 解答题 1\n", + "3 解答题 1\n", + "4 解答题 1\n", + "5 解答题 1\n", + "6 解答题 1\n", + "7 解答题 1\n", + "8 解答题 3\n", + "9 解答题 2\n", + "10 填空题 1\n", + "11 解答题 4\n", + "12 填空题 4\n", "13 解答题 1\n", "14 填空题 1\n", "15 选择题 1\n", - "16 填空题 1\n", - "17 选择题 1\n", - "1 填空题 1\n", + "16 解答题 2\n", + "17 解答题 1\n", + "1 解答题 4\n", "2 解答题 1\n", - "3 填空题 1\n", - "4 填空题 1\n", - "5 填空题 1\n", - "6 填空题 3\n", + "3 解答题 1\n", + "4 选择题 1\n", + "5 解答题 2\n", + "6 填空题 1\n", "7 填空题 1\n", - "8 解答题 3\n", - "9 选择题 1\n", - "10 选择题 1\n", - "11 解答题 1\n", - "12 解答题 1\n", - "13 解答题 2\n", - "14 解答题 1\n", - "15 填空题 1\n" + "8 填空题 1\n", + "9 解答题 3\n", + "10 解答题 2\n", + "11 填空题 3\n" ] } ], "source": [ "import os,re\n", "#修改文件名\n", - "filename = r\"C:\\Users\\Wang Weiye\\Documents\\wwy sync\\23届\\第一轮复习讲义\\23_多面体及旋转体的概念与性质.tex\"\n", + "filename = r\"C:\\Users\\Weiye\\Documents\\wwy sync\\23届\\第一轮复习讲义\\21_空间直线与平面的位置关系.tex\"\n", "# filename = r\"C:\\Users\\Wang Weiye\\Documents\\wwy sync\\23届\\上学期周末卷\\国庆卷.tex\"\n", "outputfile = \"临时文件/题目状态.txt\"\n", "\n", @@ -90,7 +86,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3.9.7 ('base')", + "display_name": "Python 3.8.8 ('base')", "language": "python", "name": "python3" }, @@ -104,12 +100,12 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.7" + "version": "3.8.8" }, "orig_nbformat": 4, "vscode": { "interpreter": { - "hash": "e4cce46d6be9934fbd27f9ca0432556941ea5bdf741d4f4d64c6cd7f8dfa8fba" + "hash": "d311ffef239beb3b8f3764271728f3972d7b090c974f8e972fcdeedf230299ac" } } }, diff --git a/工具/寻找阶段末尾空闲题号.ipynb b/工具/寻找阶段末尾空闲题号.ipynb index fd85ab2f..f4b89672 100644 --- a/工具/寻找阶段末尾空闲题号.ipynb +++ b/工具/寻找阶段末尾空闲题号.ipynb @@ -11,7 +11,7 @@ "text": [ "首个空闲id: 11988 , 直至 020000\n", "首个空闲id: 20227 , 直至 030000\n", - "首个空闲id: 30153 , 直至 999999\n" + "首个空闲id: 30154 , 直至 999999\n" ] } ], @@ -45,7 +45,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3.9.7 ('base')", + "display_name": "Python 3.8.8 ('base')", "language": "python", "name": "python3" }, @@ -59,12 +59,12 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.7" + "version": "3.8.8" }, "orig_nbformat": 4, "vscode": { "interpreter": { - "hash": "e4cce46d6be9934fbd27f9ca0432556941ea5bdf741d4f4d64c6cd7f8dfa8fba" + "hash": "d311ffef239beb3b8f3764271728f3972d7b090c974f8e972fcdeedf230299ac" } } }, diff --git a/工具/已用题号剔除.ipynb b/工具/已用题号剔除.ipynb index a55c1b10..becc5673 100644 --- a/工具/已用题号剔除.ipynb +++ b/工具/已用题号剔除.ipynb @@ -2,15 +2,15 @@ "cells": [ { "cell_type": "code", - "execution_count": 5, + "execution_count": 2, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "首行题目数量: 20\n", - "剩余题目数量: 20\n" + "首行题目数量: 1236\n", + "剩余题目数量: 1092\n" ] } ], @@ -22,7 +22,7 @@ "\"\"\"---设置题号列表文件结束---\"\"\"\n", "\n", "\"\"\"---设置要排除的题号所在的绝对路径---\"\"\"\n", - "mainpath = r\"C:/Users/Wang Weiye/Documents/wwy sync/23届/\"\n", + "mainpath = r\"C:/Users/Weiye/Documents/wwy sync/23届/\"\n", "\n", "used_path_list = [\n", "mainpath + \"第一轮复习讲义/\",\n", @@ -84,7 +84,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3.9.7 ('base')", + "display_name": "Python 3.8.8 ('base')", "language": "python", "name": "python3" }, @@ -98,12 +98,12 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.7" + "version": "3.8.8" }, "orig_nbformat": 4, "vscode": { "interpreter": { - "hash": "e4cce46d6be9934fbd27f9ca0432556941ea5bdf741d4f4d64c6cd7f8dfa8fba" + "hash": "d311ffef239beb3b8f3764271728f3972d7b090c974f8e972fcdeedf230299ac" } } }, diff --git a/工具/提取范围内课时目标并编译pdf文件.ipynb b/工具/提取范围内课时目标并编译pdf文件.ipynb new file mode 100644 index 00000000..72e871fd --- /dev/null +++ b/工具/提取范围内课时目标并编译pdf文件.ipynb @@ -0,0 +1,121 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 22, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "开始编译目标pdf文件: 临时文件/38_计数原理与排列组合.tex\n", + "0\n" + ] + } + ], + "source": [ + "import os,re,json,sys\n", + "\n", + "#范围定义在使用前需要替换\n", + "\"\"\"使用前替换范围定义\"\"\"\n", + "obj_range = \"K0810:K0817999\"\n", + "\"\"\"范围定义到此结束\"\"\"\n", + "#定义文件名\n", + "\"\"\"规定文件名\"\"\"\n", + "index = \"38\"\n", + "title = \"计数原理与排列组合\"\n", + "\"\"\"文件名到此结束\"\"\"\n", + "\n", + "filename = index+\"_\"+title\n", + "outputfile = r\"临时文件/\"+filename+\".tex\"\n", + "\n", + "template_file = r\"模板文件/复习课目标模板.tex\"\n", + "\n", + "\n", + "# 检查某一字符串是否在由,:的表达式给出的范围内\n", + "def within_range(string,list):\n", + " flag = False\n", + " for item in list:\n", + " if string == item.strip():\n", + " flag = True\n", + " break\n", + " elif \":\" in item:\n", + " start, end = item.split(\":\")\n", + " if start <= string <= end:\n", + " flag = True\n", + " break\n", + " return flag\n", + "\n", + "# 读取课时目标数据库\n", + "with open(r\"../题库0.3/LessonObj.json\",\"r\",encoding = \"utf8\") as f:\n", + " database = f.read()\n", + "obj_dict = json.loads(database)\n", + "\n", + "# 根据范围生成若干用于检查的闭区间范围\n", + "obj_range_list = obj_range.split(\",\")\n", + "output_string = \"\"\n", + "\n", + "# 逐一选择目标, 并整合成表格的内容部分\n", + "for obj_id in obj_dict:\n", + " if within_range(obj_id,obj_range_list):\n", + " output_string += obj_id + \" & \" + obj_dict[obj_id][\"content\"] + \" & \" + r\"\\\\ \\hline\" + \"\\n\"\n", + "\n", + "# 打开模板文件\n", + "with open(template_file,\"r\",encoding=\"utf8\") as f:\n", + " latex_raw = f.read()\n", + "\n", + "#识别操作系统\n", + "if sys.platform != \"win32\":\n", + " latex_raw = re.sub(r\"fontset[\\s]*=[\\s]*windows\",\"fontset = fandol\",latex_raw)\n", + " latex_raw = re.sub(r\"\\\\setCJKmainfont\",r\"% \\\\setCJKmainfont\",latex_raw)\n", + "\n", + "#预处理\n", + "exec_list = [(\"编号待替换\",index),(\"标题待替换\",title),(\"内容待替换\",output_string)]\n", + "for command in exec_list:\n", + " latex_raw = latex_raw.replace(command[0],command[1])\n", + "\n", + "#输出到临时文件夹\n", + "with open(outputfile,\"w\",encoding = \"utf8\") as f:\n", + " f.write(latex_raw)\n", + "print(\"开始编译目标pdf文件: \", outputfile)\n", + "os.system(\"xelatex -interaction=batchmode -output-directory=\" + \"临时文件\" + \" \"+ outputfile)\n", + "print(os.system(\"xelatex -interaction=batchmode -output-directory=\" + \"临时文件\" + \" \"+ outputfile))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3.8.8 ('base')", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.8.8" + }, + "orig_nbformat": 4, + "vscode": { + "interpreter": { + "hash": "d311ffef239beb3b8f3764271728f3972d7b090c974f8e972fcdeedf230299ac" + } + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/工具/文本文件/题号筛选.txt b/工具/文本文件/题号筛选.txt index efdf41c0..f2230473 100644 --- a/工具/文本文件/题号筛选.txt +++ b/工具/文本文件/题号筛选.txt @@ -1 +1,7 @@ -000033,000048,000049,000061,000326,000757,000924,001238,001245,001286,001292,001296,001314,001326,002697,002710,002772,002784,002793,002800,002833,002909,002925,002955,003041,003662,003815,003936,004080,004282,004312,004439,004878,005150,005199,005225,005300,005464,005568,005610,005723,007709,007959,009468,009518,009530,009531,009532,010125,010137,020079 \ No newline at end of file +000138,000139,000140,000141,000142,000143,000144,000145,000146,000147,000148,000149,000150,000151,000152,000153,000154,000155,000156,000157,000158,000159,000160,000161,000162,000163,000164,000165,000166,000167,000168,000169,000170,000171,000172,000173,000174,000328,000339,000348,000354,000366,000382,000387,000390,000396,000401,000405,000414,000422,000427,000438,000447,000460,000469,000477,000481,000490,000502,000509,000515,000529,000535,000554,000557,000566,000571,000598,000609,000618,000628,000637,000649,000653,000662,000677,000687,000699,000701,000718,000732,000760,000763,000777,000785,000788,000792,000817,000819,000831,000838,000847,000855,000858,000871,000872,000881,000883,000892,000894,000900,000902,000919,000930,000933,000936,000947,000953,000955,000973,001846,001847,001848,001849,001850,001851,001852,001853,001854,001855,001856,001857,001858,001859,001860,001861,001862,001863,001864,001865,001866,001867,001868,001869,001870,001871,001872,001873,001874,001875,001876,001877,001878,001879,001880,001881,001882,001883,001884,001885,001886,001887,001888,001889,001890,001891,001892,001893,001894,001895,001896,001897,001898,001899,001900,001901,001902,001903,001904,001905,001906,001907,001908,001909,001910,001911,001912,001913,001914,001915,001916,001917,001992,001993,001994,001995,001996,001997,001998,001999,002000,002001,002002,002003,002004,002005,002006,002007,002008,002009,002010,002011,002012,002013,002014,002015,002016,002017,002018,002019,002020,002021,002022,002023,002024,002025,002026,002027,002028,002029,002030,002031,002032,002033,002034,002035,002036,002037,002038,002039,002040,002041,002042,002043,002044,002045,002046,002047,002048,002049,002050,002051,002052,002053,002054,002055,002056,002057,002058,002059,002060,002061,002062,002063,002064,002065,002066,002067,002068,002069,002070,002071,002072,002073,002074,002075,002076,002077,002078,002079,002080,002081,002082,002083,002084,002085,002086,002087,002088,002089,002090,002091,002092,002093,002094,003326,003327,003328,003329,003330,003331,003332,003333,003334,003335,003336,003337,003338,003339,003340,003341,003342,003343,003344,003345,003346,003347,003348,003349,003350,003351,003352,003353,003354,003355,003356,003357,003358,003359,003360,003361,003501,003502,003503,003504,003505,003506,003507,003508,003509,003510,003511,003512,003513,003514,003515,003516,003517,003518,003519,003520,003521,003522,003523,003524,003525,003526,003527,003528,003529,003530,003531,003532,003533,003534,003535,003536,003537,003538,003539,003540,003541,003542,003543,003544,003545,003546,003547,003548,003549,003550,003551,003552,003553,003589,003592,003612,003621,003632,003633,003656,003677,003702,003703,003722,003723,003725,003758,003762,003771,003784,003794,003798,003808,003820,003821,003836,003841,003847,003853,003864,003866,003871,003872,003878,003880,003888,003901,003908,003915,003922,003926,003940,003946,003949,003955,003961,003967,004069,004072,004081,004090,004101,004113,004116,004126,004132,004145,004160,004162,004167,004176,004185,004194,004199,004206,004208,004219,004222,004233,004253,004258,004279,004301,004302,004307,004315,004319,004325,004337,004471,004477,004481,004485,004489,004490,004498,004503,004512,004518,004543,004556,004621,004634,004641,004688,004692,004703,004706,004725,004733,004745,004754,006992,006993,006994,006995,006996,006997,006998,006999,007000,007001,007002,007003,007004,007005,007006,007007,007008,007009,007010,007011,007012,007013,007014,007015,007016,007017,007018,007019,007020,007021,007022,007023,007024,007025,007026,007027,007028,007029,007030,007031,007032,007033,007034,007035,007036,007037,007038,007039,007040,007041,007042,007043,007044,007045,007046,007047,007048,007049,007050,007051,007052,007053,007054,007055,007056,007057,007058,007059,007060,007061,007062,007063,007064,007065,007066,007067,007068,007069,007070,007071,007072,007073,007074,007075,007076,007077,007078,007079,007080,007081,007082,007083,007084,007085,007086,007087,007088,007089,007090,007091,007092,007093,007094,007095,007096,007097,007098,007099,007100,007101,007102,007103,007104,007105,007106,007107,007108,007109,007110,007111,007112,007113,007114,007115,007116,007117,007118,007119,007120,007121,007122,007123,007124,007125,007126,007127,007128,007129,007130,007131,007132,007133,007134,007135,007136,007137,007138,007139,007140,007141,007142,007143,007144,007145,007146,007147,007148,007149,007150,007151,007152,007153,007154,007155,007156,007157,007158,007159,007160,007161,007162,007163,007164,007165,007166,007167,007168,007169,007170,007171,007172,007173,007174,007175,007176,007177,007178,007179,007180,007181,007182,007183,007184,007185,007186,007187,007188,007189,007190,007191,007192,007193,007194,007195,007196,007197,007198,007199,007200,007201,007202,007203,007204,007205,007206,007207,007208,007209,007210,007211,007212,007213,007214,007215,007216,007217,007218,007219,007220,007221,007222,007223,007224,007225,007226,007227,007228,007229,007230,007231,007232,007233,007234,007235,007236,007237,007238,007239,007240,007241,007242,007243,007244,007245,007246,007247,007248,007249,007250,007251,007252,007253,007254,007255,007256,007257,007258,007259,007260,007261,007262,007263,007264,007265,007266,007267,007268,007269,007270,007271,007272,007273,007274,007275,007276,007277,007278,007279,007280,007281,007282,007283,007284,007285,007286,007287,007288,007289,007290,007291,007292,007293,007294,007295,007296,007297,007298,007299,007300,007301,007302,007303,007304,007305,007306,007307,007308,007309,007310,007311,007312,007313,007314,007315,007316,007317,007318,007319,007320,007321,007322,007323,007324,007325,007326,007327,007328,007329,007330,007331,007332,007333,007334,007335,007336,007337,007338,007339,007340,007341,007342,007343,007344,007345,007346,007347,007348,007349,007350,007351,007352,008544,008545,008546,008547,008548,008549,008550,008551,008552,008553,008554,008555,008556,008557,008558,008559,008560,008561,008562,008563,008564,008565,008566,008567,008568,008569,008570,008571,008572,008573,008574,008575,008576,008577,008578,008579,008580,008581,008582,008583,008584,008585,008586,008587,008588,008589,008590,008591,008592,008593,008594,008595,008596,008597,008598,008599,008600,008601,008602,008603,008604,008605,008606,008607,008672,008676,008686,008687,008688,008689,008690,008696,008697,008708,008709,008710,008713,008714,008715,008716,008717,008718,008719,008720,008721,008722,008723,008724,008725,008726,008727,008728,008729,008730,008731,008732,008733,008734,008735,008736,008737,008738,008739,008740,008741,008742,008743,008744,008745,008746,008747,008969,008970,008971,008972,008973,008974,008975,008976,008977,008978,008979,008980,008981,008982,008983,008984,008985,008986,008987,008988,008989,008990,008991,008992,008993,008994,008995,008996,008997,008998,008999,009000,009001,009002,009003,009004,009005,009006,009007,009008,009009,009010,009011,009012,009013,009014,009015,009016,009017,009018,009019,009020,009021,009022,009023,009024,009025,009026,009027,009028,009029,009030,009031,009032,009033,009034,009035,009036,009037,009038,009039,009040,009041,009042,009043,009044,009045,009046,009047,009048,009049,009050,009051,009052,009053,009054,009055,009056,009057,009058,009059,009060,009061,009062,009063,009064,009065,009066,009067,009068,009069,009070,009071,009072,009073,009078,009091,009092,009093,009100,009101,009107,009613,009614,009615,009616,009617,009618,009619,009620,009621,009622,009623,009624,009625,009626,009627,009628,009629,009630,009631,009632,009633,009634,009635,009636,009637,009638,009639,009640,009641,009642,009643,009644,009645,009646,009647,009648,009649,009650,009651,009652,009653,009654,009655,009656,009657,009658,009659,009660,009661,009662,009663,009984,009994,010313,010314,010315,010316,010317,010318,010319,010320,010321,010322,010323,010324,010325,010326,010327,010328,010329,010330,010331,010332,010333,010334,010335,010336,010337,010338,010339,010340,010341,010342,010343,010344,010345,010346,010347,010348,010349,010350,010351,010352,010353,010354,010355,010356,010357,010358,010359,010360,010361,010362,010363,010364,010365,010366,010367,010368,010369,010370,010371,010372,010373,010374,010375,010376,010377,010378,010379,010380,010381,010382,010383,010384,010385,010386,010387,010388,010389,010390,010391,010392,010393,010394,010395,010396,010397,010398,010399,010400,010401,010402,010403,010404,010405,010406,010407,010408,010409,010410,010411,010412,010413,010414,010415,010416,010417,010418,010419,010420,010421,010422,010423,010424,010425,010426,010427,010428,030069,030070,030105,030106,030107,030108,030109,030110,030152,030153 + +未使用题号: +000138,000143,000144,000145,000146,000147,000148,000149,000151,000152,000154,000155,000156,000157,000158,000160,000161,000162,000164,000167,000171,000172,000173,000366,000382,000390,000396,000401,000405,000422,000427,000438,000447,000460,000469,000490,000502,000509,000529,000535,000554,000566,000571,000598,000609,000618,000628,000649,000653,000662,000677,000687,000699,000701,000718,000732,000763,000777,000785,000817,000819,000831,000838,000847,000855,000872,000881,000900,000919,000930,000933,000936,000947,000953,000955,000973,001849,001851,001854,001855,001859,001861,001862,001865,001866,001867,001868,001872,001873,001874,001875,001876,001878,001879,001880,001881,001883,001884,001885,001887,001890,001891,001893,001897,001899,001900,001901,001903,001904,001908,001909,001915,001917,001994,001995,001996,001997,001998,002002,002003,002005,002006,002009,002011,002014,002015,002019,002021,002022,002023,002024,002028,002029,002030,002031,002033,002034,002035,002036,002037,002039,002040,002041,002042,002043,002044,002045,002046,002047,002048,002049,002050,002051,002052,002053,002054,002055,002056,002058,002059,002060,002061,002062,002063,002064,002065,002066,002067,002068,002069,002070,002071,002072,002073,002074,002075,002076,002077,002078,002079,002080,002081,002082,002083,002084,002087,002089,002090,002091,002092,002093,002094,003326,003329,003333,003334,003335,003336,003338,003339,003340,003342,003344,003348,003349,003350,003351,003352,003353,003354,003357,003358,003359,003360,003503,003504,003506,003507,003509,003511,003512,003513,003515,003516,003518,003525,003526,003527,003529,003530,003531,003532,003533,003536,003537,003539,003540,003541,003543,003545,003546,003547,003548,003549,003552,003553,003589,003592,003612,003632,003633,003656,003677,003702,003722,003723,003725,003762,003771,003784,003794,003808,003820,003821,003836,003841,003847,003853,003864,003866,003871,003872,003878,003880,003888,003901,003908,003915,003922,003926,003940,003946,003949,003955,003961,003967,004069,004072,004081,004090,004101,004113,004126,004132,004145,004160,004162,004176,004185,004194,004199,004206,004208,004219,004222,004233,004253,004258,004279,004301,004302,004307,004315,004319,004325,004337,004471,004477,004481,004485,004489,004490,004498,004503,004512,004518,004543,004556,004621,004634,004641,004688,004692,004703,004706,004725,004733,004745,004754,006992,006993,006994,006995,006996,006997,006998,006999,007000,007001,007002,007003,007004,007005,007006,007007,007008,007009,007010,007011,007012,007013,007014,007015,007016,007017,007018,007019,007020,007021,007022,007023,007024,007025,007026,007027,007028,007029,007030,007031,007032,007033,007034,007035,007036,007037,007038,007039,007040,007041,007042,007043,007044,007045,007046,007047,007048,007049,007050,007051,007052,007053,007054,007055,007056,007057,007058,007059,007060,007061,007062,007063,007064,007065,007066,007067,007068,007069,007070,007071,007072,007073,007074,007075,007076,007077,007078,007079,007080,007081,007082,007083,007084,007085,007086,007087,007088,007089,007090,007091,007092,007093,007094,007095,007096,007097,007098,007099,007100,007101,007102,007103,007104,007105,007106,007107,007108,007109,007110,007111,007112,007113,007114,007115,007116,007117,007118,007119,007120,007121,007122,007123,007124,007125,007126,007127,007128,007129,007130,007131,007132,007133,007134,007135,007136,007137,007138,007139,007140,007141,007142,007143,007144,007145,007146,007147,007148,007149,007150,007151,007152,007153,007154,007155,007156,007157,007158,007159,007160,007161,007162,007163,007164,007165,007166,007167,007168,007169,007170,007171,007172,007173,007174,007175,007176,007177,007178,007179,007180,007181,007182,007183,007184,007185,007186,007187,007188,007189,007190,007191,007192,007193,007194,007195,007196,007197,007198,007199,007200,007201,007202,007203,007204,007205,007206,007207,007208,007209,007210,007211,007212,007213,007214,007215,007216,007217,007218,007219,007220,007221,007222,007223,007224,007225,007226,007227,007228,007229,007230,007231,007232,007233,007234,007235,007236,007237,007238,007239,007240,007241,007242,007243,007244,007245,007246,007247,007248,007249,007250,007251,007252,007253,007254,007255,007256,007257,007258,007259,007260,007261,007262,007263,007264,007265,007266,007267,007268,007269,007270,007271,007272,007273,007274,007275,007276,007277,007278,007279,007280,007281,007282,007283,007284,007285,007286,007287,007288,007289,007290,007291,007292,007293,007294,007295,007296,007297,007298,007299,007300,007301,007302,007303,007304,007305,007306,007307,007308,007309,007310,007311,007312,007315,007316,007317,007318,007319,007320,007321,007322,007323,007324,007325,007326,007327,007328,007329,007330,007331,007332,007333,007334,007335,007336,007337,007338,007339,007340,007341,007342,007343,007344,007345,007346,007347,007348,007349,007350,007351,007352,008544,008545,008546,008547,008548,008549,008550,008551,008552,008553,008554,008555,008556,008557,008558,008559,008560,008561,008562,008563,008564,008565,008566,008567,008568,008569,008570,008571,008572,008573,008574,008575,008576,008577,008578,008579,008580,008581,008582,008583,008584,008585,008586,008587,008588,008589,008590,008591,008592,008593,008594,008595,008596,008597,008598,008599,008600,008601,008602,008603,008604,008605,008606,008607,008672,008676,008686,008687,008688,008689,008690,008696,008697,008708,008709,008710,008713,008714,008715,008716,008717,008718,008719,008720,008721,008722,008723,008724,008725,008726,008727,008728,008729,008730,008731,008732,008733,008734,008735,008736,008737,008738,008739,008740,008741,008742,008743,008744,008745,008746,008747,008969,008970,008971,008972,008973,008974,008975,008976,008977,008978,008979,008980,008981,008982,008983,008984,008985,008986,008987,008988,008989,008990,008991,008992,008993,008994,008995,008996,008997,008998,008999,009000,009001,009002,009003,009004,009005,009006,009007,009008,009009,009010,009011,009012,009013,009014,009015,009016,009017,009018,009019,009020,009021,009022,009023,009024,009025,009026,009027,009028,009029,009030,009031,009033,009034,009035,009036,009037,009038,009039,009040,009041,009042,009043,009044,009045,009046,009047,009048,009049,009050,009051,009052,009053,009054,009055,009056,009057,009058,009059,009060,009061,009062,009063,009064,009065,009066,009067,009068,009069,009070,009071,009072,009073,009078,009091,009092,009093,009100,009101,009107,009613,009614,009615,009616,009617,009618,009619,009620,009621,009622,009623,009624,009625,009626,009627,009628,009629,009630,009631,009632,009633,009634,009635,009636,009637,009638,009639,009640,009641,009642,009643,009644,009645,009646,009647,009648,009649,009650,009651,009652,009653,009654,009655,009656,009657,009658,009659,009660,009661,009662,009663,009984,009994,010313,010314,010315,010316,010317,010318,010319,010320,010321,010322,010323,010324,010325,010326,010327,010328,010329,010330,010331,010332,010333,010334,010335,010336,010337,010338,010339,010340,010341,010342,010343,010344,010345,010346,010347,010348,010349,010350,010351,010352,010353,010354,010355,010356,010357,010358,010359,010360,010361,010362,010363,010364,010365,010366,010367,010368,010369,010370,010371,010372,010373,010374,010375,010376,010377,010378,010379,010380,010381,010382,010383,010384,010385,010386,010387,010388,010389,010390,010391,010392,010393,010394,010395,010396,010397,010398,010399,010400,010401,010402,010403,010404,010405,010406,010407,010408,010409,010410,010411,010412,010413,010414,010415,010416,010417,010418,010419,010420,010421,010422,010423,010424,010425,010426,010427,010428,030069,030070,030105 + +已使用题号: +000139,000140,000141,000142,000150,000153,000159,000163,000165,000166,000168,000169,000170,000174,000328,000339,000348,000354,000387,000414,000477,000481,000515,000557,000637,000760,000788,000792,000858,000871,000883,000892,000894,000902,001846,001847,001848,001850,001852,001853,001856,001857,001858,001860,001863,001864,001869,001870,001871,001877,001882,001886,001888,001889,001892,001894,001895,001896,001898,001902,001905,001906,001907,001910,001911,001912,001913,001914,001916,001992,001993,001999,002000,002001,002004,002007,002008,002010,002012,002013,002016,002017,002018,002020,002025,002026,002027,002032,002038,002057,002085,002086,002088,003327,003328,003330,003331,003332,003337,003341,003343,003345,003346,003347,003355,003356,003361,003501,003502,003505,003508,003510,003514,003517,003519,003520,003521,003522,003523,003524,003528,003534,003535,003538,003542,003544,003550,003551,003621,003703,003758,003798,004116,004167,007313,007314,009032,030106,030107,030108,030109,030110,030152,030153 \ No newline at end of file diff --git a/工具/根据范围提取课时目标.ipynb b/工具/根据范围提取课时目标.ipynb index f94cb6d0..227fbdd5 100644 --- a/工具/根据范围提取课时目标.ipynb +++ b/工具/根据范围提取课时目标.ipynb @@ -10,7 +10,7 @@ "\n", "#范围定义在使用前需要替换\n", "\"\"\"使用前替换范围定义\"\"\"\n", - "obj_range = \"K0501001B:K0503999B\"\n", + "obj_range = \"K0227000B:K0231999X\"\n", "\"\"\"范围定义到此结束\"\"\"\n", "\n", "\n", @@ -57,7 +57,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3.9.7 ('base')", + "display_name": "Python 3.8.8 ('base')", "language": "python", "name": "python3" }, @@ -71,12 +71,12 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.7" + "version": "3.8.8" }, "orig_nbformat": 4, "vscode": { "interpreter": { - "hash": "e4cce46d6be9934fbd27f9ca0432556941ea5bdf741d4f4d64c6cd7f8dfa8fba" + "hash": "d311ffef239beb3b8f3764271728f3972d7b090c974f8e972fcdeedf230299ac" } } }, diff --git a/工具/模板文件/复习课目标模板.tex b/工具/模板文件/复习课目标模板.tex new file mode 100644 index 00000000..f8e649c7 --- /dev/null +++ b/工具/模板文件/复习课目标模板.tex @@ -0,0 +1,75 @@ +\documentclass[10pt,a4paper,twoside]{article} +\usepackage[UTF8, fontset = none, heading = true]{ctex} +\setCJKmainfont[BoldFont=黑体,ItalicFont=楷体]{华文中宋} +\usepackage{amssymb,amsmath,amsfonts,amsthm,mathrsfs,dsfont,graphicx} +\usepackage{ifthen,indentfirst,enumerate,color,lastpage} +\usepackage{tikz} +\usepackage{multicol} +\usepackage{makecell} +\usepackage{longtable} +\usepackage[top=1in, bottom=1in,left=0.8in,right=0.8in]{geometry} +\usepackage{fancyhdr} +\fancyhf{} +\fancyhead[LO]{学号\blank{50} \ 姓名\blank{80}} +\chead{\notesindex.\notestitle} +\rhead{--\ \thepage\ of \pageref{LastPage} \ --} +\pagestyle{fancy} +\ctexset{section={ +name={}, +number=\chinese{section}, +}} +\CTEXsetup[format={\bfseries\raggedright}]{section} +\usetikzlibrary{arrows,calc,intersections,patterns,decorations.pathreplacing,3d,angles,quotes,positioning} + +\renewcommand{\baselinestretch}{1.5} +\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}} + + +% 修改标题处 +\newcommand{\notesindex}{编号待替换} +\newcommand{\notestitle}{标题待替换} + +\begin{document} +\begin{center} +{\bf\large 第\zhnumber{\notesindex}讲 \ \notestitle} +\end{center} +\begin{center} +\begin{longtable}{|l|p{.45\textwidth}||p{.35\textwidth}|} +\hline +目标编码 & 目标内容 & 日期/评价(0:未达成---5:完全达成)\\ \hline +\endhead +内容待替换 +\end{longtable} +\end{center} + + +\end{document} \ No newline at end of file diff --git a/工具/添加关联题目.ipynb b/工具/添加关联题目.ipynb index bebe1886..cb878996 100644 --- a/工具/添加关联题目.ipynb +++ b/工具/添加关联题目.ipynb @@ -2,15 +2,15 @@ "cells": [ { "cell_type": "code", - "execution_count": 1, + "execution_count": 4, "metadata": {}, "outputs": [], "source": [ "import os,re,json,time\n", "\n", "\"\"\"---设置原题目id与新题目id---\"\"\"\n", - "old_id = \"1868\"\n", - "new_id = \"30153\"\n", + "old_id = \"7018\"\n", + "new_id = \"30157\"\n", "\"\"\"---设置完毕---\"\"\"\n", "\n", "old_id = old_id.zfill(6)\n", @@ -50,7 +50,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3.9.7 ('base')", + "display_name": "Python 3.8.8 ('base')", "language": "python", "name": "python3" }, @@ -64,12 +64,12 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.7" + "version": "3.8.8" }, "orig_nbformat": 4, "vscode": { "interpreter": { - "hash": "e4cce46d6be9934fbd27f9ca0432556941ea5bdf741d4f4d64c6cd7f8dfa8fba" + "hash": "d311ffef239beb3b8f3764271728f3972d7b090c974f8e972fcdeedf230299ac" } } }, diff --git a/工具/讲义生成.ipynb b/工具/讲义生成.ipynb index 6ac01e80..7e417769 100644 --- a/工具/讲义生成.ipynb +++ b/工具/讲义生成.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "code", - "execution_count": 1, + "execution_count": 3, "metadata": {}, "outputs": [ { @@ -13,9 +13,11 @@ "题块 1 处理完毕.\n", "正在处理题块 2 .\n", "题块 2 处理完毕.\n", - "开始编译教师版本pdf文件: 临时文件/23_多面体及旋转体的概念与性质_教师_20221014.tex\n", + "正在处理题块 3 .\n", + "题块 3 处理完毕.\n", + "开始编译教师版本pdf文件: 临时文件/线上测验01_ver2_教师_20221016.tex\n", "0\n", - "开始编译学生版本pdf文件: 临时文件/23_多面体及旋转体的概念与性质_学生_20221014.tex\n", + "开始编译学生版本pdf文件: 临时文件/线上测验01_ver2_学生_20221016.tex\n", "0\n" ] } @@ -28,19 +30,19 @@ "\"\"\"---设置模式结束---\"\"\"\n", "\n", "\"\"\"---设置模板文件名---\"\"\"\n", - "template_file = \"模板文件/第一轮复习讲义模板.tex\"\n", - "# template_file = \"模板文件/测验周末卷模板.tex\"\n", + "# template_file = \"模板文件/第一轮复习讲义模板.tex\"\n", + "template_file = \"模板文件/测验周末卷模板.tex\"\n", "# template_file = \"模板文件/日常选题讲义模板.tex\"\n", "\"\"\"---设置模板文件名结束---\"\"\"\n", "\n", "\"\"\"---设置其他预处理替换命令---\"\"\"\n", "#2023届第一轮讲义更换标题\n", - "exec_list = [(\"标题数字待处理\",\"23\"),(\"标题文字待处理\",\"多面体及旋转体的概念与性质\")] \n", - "enumi_mode = 0\n", + "# exec_list = [(\"标题数字待处理\",\"23\"),(\"标题文字待处理\",\"多面体及旋转体的概念与性质\")] \n", + "# enumi_mode = 0\n", "\n", "#2023届测验卷与周末卷\n", - "# exec_list = [(\"标题替换\",\"测验04\")]\n", - "# enumi_mode = 1\n", + "exec_list = [(\"标题替换\",\"线上测验01\")]\n", + "enumi_mode = 1\n", "\n", "#日常选题讲义\n", "# exec_list = [(\"标题文字待处理\",\"2022年国庆卷(易错题订正)\")] \n", @@ -49,14 +51,15 @@ "\"\"\"---其他预处理替换命令结束---\"\"\"\n", "\n", "\"\"\"---设置目标文件名---\"\"\"\n", - "destination_file = \"临时文件/23_多面体及旋转体的概念与性质\"\n", + "destination_file = \"临时文件/线上测验01_ver2\"\n", "\"\"\"---设置目标文件名结束---\"\"\"\n", "\n", "\n", "\"\"\"---设置题号数据---\"\"\"\n", "problems = [\n", - "\"30116,30119,30120,10523,1695,30122,1700,207,10510,30125,9202,203,214,1712,3996,30126,3982\",\n", - "\"30128,197,30137,1697,30124,30139,30142,9191,9227,7379,9200,1704,9716,10531,10529\"\n", + "\"382,1997,2011,2081,7042,30157,3841,30155,30154,3702\",\n", + "\"7065,2024\",\n", + "\"1884,1915,30156\"\n", "]\n", "\"\"\"---设置题号数据结束---\"\"\"\n", "\n", @@ -207,7 +210,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3.9.7 ('base')", + "display_name": "Python 3.8.8 ('base')", "language": "python", "name": "python3" }, @@ -221,12 +224,12 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.7" + "version": "3.8.8" }, "orig_nbformat": 4, "vscode": { "interpreter": { - "hash": "e4cce46d6be9934fbd27f9ca0432556941ea5bdf741d4f4d64c6cd7f8dfa8fba" + "hash": "d311ffef239beb3b8f3764271728f3972d7b090c974f8e972fcdeedf230299ac" } } }, diff --git a/工具/课时目标及课时划分信息汇总.ipynb b/工具/课时目标及课时划分信息汇总.ipynb index 47d669c6..5ccefbac 100644 --- a/工具/课时目标及课时划分信息汇总.ipynb +++ b/工具/课时目标及课时划分信息汇总.ipynb @@ -9,8 +9,8 @@ "name": "stdout", "output_type": "stream", "text": [ - "开始编译单元与课时目标信息pdf文件: 临时文件/课时目标及单元目标表_20221012.tex\n", - "开始编译课时划分信息pdf文件: 临时文件/按课时分类目标及题目清单_20221012.tex\n" + "开始编译单元与课时目标信息pdf文件: 临时文件/课时目标及单元目标表_20221014.tex\n", + "开始编译课时划分信息pdf文件: 临时文件/按课时分类目标及题目清单_20221014.tex\n" ] }, { @@ -172,7 +172,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3.9.7 ('base')", + "display_name": "Python 3.8.8 ('base')", "language": "python", "name": "python3" }, @@ -186,12 +186,12 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.7" + "version": "3.8.8" }, "orig_nbformat": 4, "vscode": { "interpreter": { - "hash": "e4cce46d6be9934fbd27f9ca0432556941ea5bdf741d4f4d64c6cd7f8dfa8fba" + "hash": "d311ffef239beb3b8f3764271728f3972d7b090c974f8e972fcdeedf230299ac" } } }, diff --git a/工具/题号选题pdf生成.ipynb b/工具/题号选题pdf生成.ipynb index 49ebddae..049a0130 100644 --- a/工具/题号选题pdf生成.ipynb +++ b/工具/题号选题pdf生成.ipynb @@ -2,16 +2,16 @@ "cells": [ { "cell_type": "code", - "execution_count": 3, + "execution_count": 5, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "开始编译教师版本pdf文件: 临时文件/前两单元简单题_教师用_20221013.tex\n", + "开始编译教师版本pdf文件: 临时文件/复数向量_教师用_20221016.tex\n", "0\n", - "开始编译学生版本pdf文件: 临时文件/前两单元简单题_学生用_20221013.tex\n", + "开始编译学生版本pdf文件: 临时文件/复数向量_学生用_20221016.tex\n", "0\n" ] } @@ -26,14 +26,14 @@ "\"\"\"---设置题目列表---\"\"\"\n", "#留空为编译全题库, a为读取临时文件中的题号筛选.txt文件生成题库\n", "problems = r\"\"\"\n", - "a\n", + "173,382,1884,1900,1908,1915,1997,2011,2022,2024,2081,2094,3335,3342,3350,3354,3531,3702,3841,4337,4754,7018,7042,7050,7065,7068\n", "\n", "\"\"\"\n", "\"\"\"---设置题目列表结束---\"\"\"\n", "\n", "\"\"\"---设置文件名---\"\"\"\n", "#目录和文件的分隔务必用/\n", - "filename = \"临时文件/前两单元简单题\"\n", + "filename = \"临时文件/复数向量\"\n", "\"\"\"---设置文件名结束---\"\"\"\n", "\n", "\n", diff --git a/文本处理工具/剪贴板文本整理_word文件.ipynb b/文本处理工具/剪贴板文本整理_word文件.ipynb index 871305a0..2e059c87 100644 --- a/文本处理工具/剪贴板文本整理_word文件.ipynb +++ b/文本处理工具/剪贴板文本整理_word文件.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "code", - "execution_count": 4, + "execution_count": null, "metadata": {}, "outputs": [], "source": [ @@ -480,7 +480,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3.9.7 ('base')", + "display_name": "Python 3.8.8 ('base')", "language": "python", "name": "python3" }, @@ -494,12 +494,12 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.7" + "version": "3.8.8" }, "orig_nbformat": 4, "vscode": { "interpreter": { - "hash": "e4cce46d6be9934fbd27f9ca0432556941ea5bdf741d4f4d64c6cd7f8dfa8fba" + "hash": "d311ffef239beb3b8f3764271728f3972d7b090c974f8e972fcdeedf230299ac" } } }, diff --git a/文本处理工具/表格整理.ipynb b/文本处理工具/表格整理.ipynb index af6fe3ac..d5b51bdb 100644 --- a/文本处理工具/表格整理.ipynb +++ b/文本处理工具/表格整理.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "code", - "execution_count": 1, + "execution_count": 2, "metadata": {}, "outputs": [], "source": [ @@ -51,6 +51,13 @@ " f.write(contents)" ] }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + }, { "cell_type": "code", "execution_count": null, diff --git a/题库0.3/LessonObj.json b/题库0.3/LessonObj.json index 74efb526..075a75d7 100644 --- a/题库0.3/LessonObj.json +++ b/题库0.3/LessonObj.json @@ -4202,7 +4202,7 @@ "K0902002B": { "id": "K0902002B", "unit_obj": "D09002B", - "content": "知道获取数据的基本途径, 包括统计报表和年鉴、社会调查、🧪试验设计、普查和抽样、互联网等." + "content": "知道获取数据的基本途径, 包括统计报表和年鉴、社会调查、试验设计、普查和抽样、互联网等." }, "K0902003B": { "id": "K0902003B", diff --git a/题库0.3/Problems.json b/题库0.3/Problems.json index 181a60a2..856e4bfb 100644 --- a/题库0.3/Problems.json +++ b/题库0.3/Problems.json @@ -49700,7 +49700,7 @@ }, "001900": { "id": "001900", - "content": "(1) 是否存在三个平面向量$\\overrightarrow{a},\\overrightarrow{b},\\overrightarrow{c}$, 使得$\\overrightarrow{a}+\\overrightarrow{b}+\\overrightarrow{c}=\\overrightarrow{0}$, 且$\\overrightarrow{a}\\cdot\\overrightarrow{b}=-1$, $\\overrightarrow{b}\\cdot\\overrightarrow{c}=-1$, $\\overrightarrow{c}\\cdot \\overrightarrow{a}=-1$?\\\\ \n(2) 是否存在三个平面向量$\\overrightarrow{a},\\overrightarrow{b},\\overrightarrow{c}$, 使得$\\overrightarrow{a}+\\overrightarrow{b}+\\overrightarrow{c}=\\overrightarrow{0}$, 且$\\overrightarrow{a}\\cdot\\overrightarrow{b}=1$, $\\overrightarrow{b}\\cdot\\overrightarrow{c}=1$, $\\overrightarrow{c}\\cdot \\overrightarrow{a}=1$?\\\\ \n(3)(选做) 是否存在三个平面向量$\\overrightarrow{a},\\overrightarrow{b},\\overrightarrow{c}$, 使得$\\overrightarrow{a}+\\overrightarrow{b}+\\overrightarrow{c}=\\overrightarrow{0}$, 且$\\overrightarrow{a}\\cdot\\overrightarrow{b}=-1$, $\\overrightarrow{b}\\cdot\\overrightarrow{c}=-2$, $\\overrightarrow{c}\\cdot \\overrightarrow{a}=-3$?", + "content": "(1) 是否存在三个平面向量$\\overrightarrow{a},\\overrightarrow{b},\\overrightarrow{c}$, 使得$\\overrightarrow{a}+\\overrightarrow{b}+\\overrightarrow{c}=\\overrightarrow{0}$, 且$\\overrightarrow{a}\\cdot\\overrightarrow{b}=-1$, $\\overrightarrow{b}\\cdot\\overrightarrow{c}=-1$, $\\overrightarrow{c}\\cdot \\overrightarrow{a}=-1$?\\\\ \n(2) 是否存在三个平面向量$\\overrightarrow{a},\\overrightarrow{b},\\overrightarrow{c}$, 使得$\\overrightarrow{a}+\\overrightarrow{b}+\\overrightarrow{c}=\\overrightarrow{0}$, 且$\\overrightarrow{a}\\cdot\\overrightarrow{b}=1$, $\\overrightarrow{b}\\cdot\\overrightarrow{c}=1$, $\\overrightarrow{c}\\cdot \\overrightarrow{a}=1$?\\\\ \n(3) 是否存在三个平面向量$\\overrightarrow{a},\\overrightarrow{b},\\overrightarrow{c}$, 使得$\\overrightarrow{a}+\\overrightarrow{b}+\\overrightarrow{c}=\\overrightarrow{0}$, 且$\\overrightarrow{a}\\cdot\\overrightarrow{b}=-1$, $\\overrightarrow{b}\\cdot\\overrightarrow{c}=-2$, $\\overrightarrow{c}\\cdot \\overrightarrow{a}=-3$?", "objs": [ "K0505004B", "K0505005B" @@ -49721,7 +49721,9 @@ "20220625\t王伟叶" ], "same": [], - "related": [], + "related": [ + "030156" + ], "remark": "", "space": "12ex" }, @@ -54847,7 +54849,9 @@ "007321", "003546" ], - "related": [], + "related": [ + "030155" + ], "remark": "", "space": "12ex" }, @@ -85250,7 +85254,9 @@ "20220701\t王伟叶" ], "same": [], - "related": [], + "related": [ + "030154" + ], "remark": "", "space": "12ex" }, @@ -171678,7 +171684,9 @@ "20220720\t王伟叶" ], "same": [], - "related": [], + "related": [ + "030157" + ], "remark": "", "space": "12ex" }, @@ -292237,5 +292245,104 @@ ], "remark": "", "space": "" + }, + "030154": { + "id": "030154", + "content": "已知$|\\overrightarrow{a}|$=$\\sqrt 2$, $|\\overrightarrow{b}|=3$, $\\overrightarrow{a}$和$\\overrightarrow{b}$的夹角为$45^\\circ$, 求当向量$\\overrightarrow{a}+\\lambda \\overrightarrow{b}$与$\\lambda \\overrightarrow{a}+\\overrightarrow{b}$夹角为锐角时, $\\lambda$的取值范围为\\blank{50}.", + "objs": [], + "tags": [ + "第五单元" + ], + "genre": "填空题", + "ans": "", + "solution": "", + "duration": -1, + "usages": [], + "origin": "2022届高三第一轮复习讲义-20221016修改", + "edit": [ + "20220701\t王伟叶", + "20221016\t王伟叶" + ], + "same": [], + "related": [ + "003335" + ], + "remark": "", + "space": "" + }, + "030155": { + "id": "030155", + "content": "若关于$x$的实系数方程$2x^2+3ax+a^2-a=0$至少有一个模为$1$的根, 则实数$a$的值为\\blank{50}.", + "objs": [], + "tags": [ + "第五单元" + ], + "genre": "填空题", + "ans": "", + "solution": "", + "duration": -1, + "usages": [], + "origin": "2016届创新班作业\t3140-复系数一元二次方程-20221016修改", + "edit": [ + "20220625\t王伟叶", + "20221016\t王伟叶" + ], + "same": [], + "related": [ + "002094" + ], + "remark": "", + "space": "" + }, + "030156": { + "id": "030156", + "content": "已知三个平面向量$\\overrightarrow{a},\\overrightarrow{b},\\overrightarrow{c}$满足$\\overrightarrow{a}+\\overrightarrow{b}+\\overrightarrow{c}=\\overrightarrow{0}$, 且$\\overrightarrow{a}\\cdot\\overrightarrow{b}=p$, $\\overrightarrow{b}\\cdot\\overrightarrow{c}=q$, $\\overrightarrow{c}\\cdot \\overrightarrow{a}=r$. 在以下三组条件\\\\\n\\textcircled{1} $(p,q,r)=(-1,-1,-1)$, \\textcircled{2} $(p,q,r)=(1,1,1)$, \\textcircled{3} $(p,q,r)=(-1,-2,-3)$中, 可能成立的有哪些? 不可能成立的有哪些? 说明理由.", + "objs": [ + "K0505004B", + "K0505005B" + ], + "tags": [ + "第五单元" + ], + "genre": "解答题", + "ans": "", + "solution": "", + "duration": -1, + "usages": [], + "origin": "2016届创新班作业\t3119-向量的数量积[2]-20221016修改", + "edit": [ + "20220625\t王伟叶", + "20221016\t王伟叶" + ], + "same": [], + "related": [ + "001900" + ], + "remark": "", + "space": "12ex" + }, + "030157": { + "id": "030157", + "content": "已知$z-2|z|=-7+4\\mathrm{i}$, 则复数$z=$\\blank{50}.", + "objs": [], + "tags": [ + "第五单元" + ], + "genre": "填空题", + "ans": "", + "solution": "", + "duration": -1, + "usages": [], + "origin": "代数精编第八章复数-20221016修改", + "edit": [ + "20220720\t王伟叶", + "20221016\t王伟叶" + ], + "same": [], + "related": [ + "007018" + ], + "remark": "", + "space": "" } } \ No newline at end of file