├── README.md ├── RealExam2010 ├── 2010上机真题.png ├── t1.cpp ├── t2.cpp ├── t3.cpp ├── t4.cpp ├── t5.cpp ├── t6.cpp ├── testdata.txt └── 八皇后算法.cpp ├── RealExam2011 ├── 2011年南理工上机真题.bmp ├── t1.cpp ├── t2.cpp ├── t3.cpp ├── t4.cpp ├── t5.cpp ├── t6.cpp ├── t7.cpp └── testdata.txt ├── RealExam2013 ├── 2013年南理工上机真题.jpg ├── t1.cpp ├── t2.cpp ├── t3.cpp ├── t4.cpp ├── t5.cpp ├── t6.cpp ├── t7.cpp └── testdata.txt ├── RealExam2014 ├── 2014上机真题.jpg ├── t1.cpp ├── t2.cpp ├── t3.cpp ├── t4.cpp ├── t5.cpp ├── t6.cpp ├── t7.cpp └── testdata.txt ├── RealExam2015 ├── 2015上机真题.jpg ├── t1.cpp ├── t2.cpp ├── t3.cpp ├── t4.cpp ├── t5.cpp ├── t6.cpp ├── t7.cpp └── testdata.txt ├── RealExam2017 ├── t1.cpp ├── t2.cpp ├── t3.cpp ├── t4.cpp ├── t5.cpp ├── t6.cpp ├── testdata.txt ├── 原题1.jpg ├── 原题2.jpg └── 原题3.jpg └── RealExam2018 ├── 2018年上机真题(回忆版).txt ├── t1.cpp ├── t2.cpp ├── t3.cpp ├── t4.cpp └── t6.cpp /README.md: -------------------------------------------------------------------------------- 1 | # NUST_PostgraduateExam 2 | 南京理工大学研究生入学考试复试上机历年试题(2010-2018)。 3 | -------------------------------------------------------------------------------- /RealExam2010/2010上机真题.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2010/2010上机真题.png -------------------------------------------------------------------------------- /RealExam2010/t1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2010/t1.cpp -------------------------------------------------------------------------------- /RealExam2010/t2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2010/t2.cpp -------------------------------------------------------------------------------- /RealExam2010/t3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2010/t3.cpp -------------------------------------------------------------------------------- /RealExam2010/t4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2010/t4.cpp -------------------------------------------------------------------------------- /RealExam2010/t5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2010/t5.cpp -------------------------------------------------------------------------------- /RealExam2010/t6.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2010/t6.cpp -------------------------------------------------------------------------------- /RealExam2010/testdata.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2010/testdata.txt -------------------------------------------------------------------------------- /RealExam2010/八皇后算法.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2010/八皇后算法.cpp -------------------------------------------------------------------------------- /RealExam2011/2011年南理工上机真题.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2011/2011年南理工上机真题.bmp -------------------------------------------------------------------------------- /RealExam2011/t1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2011/t1.cpp -------------------------------------------------------------------------------- /RealExam2011/t2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2011/t2.cpp -------------------------------------------------------------------------------- /RealExam2011/t3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2011/t3.cpp -------------------------------------------------------------------------------- /RealExam2011/t4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2011/t4.cpp -------------------------------------------------------------------------------- /RealExam2011/t5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2011/t5.cpp -------------------------------------------------------------------------------- /RealExam2011/t6.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2011/t6.cpp -------------------------------------------------------------------------------- /RealExam2011/t7.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2011/t7.cpp -------------------------------------------------------------------------------- /RealExam2011/testdata.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2011/testdata.txt -------------------------------------------------------------------------------- /RealExam2013/2013年南理工上机真题.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2013/2013年南理工上机真题.jpg -------------------------------------------------------------------------------- /RealExam2013/t1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2013/t1.cpp -------------------------------------------------------------------------------- /RealExam2013/t2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2013/t2.cpp -------------------------------------------------------------------------------- /RealExam2013/t3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2013/t3.cpp -------------------------------------------------------------------------------- /RealExam2013/t4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2013/t4.cpp -------------------------------------------------------------------------------- /RealExam2013/t5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2013/t5.cpp -------------------------------------------------------------------------------- /RealExam2013/t6.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2013/t6.cpp -------------------------------------------------------------------------------- /RealExam2013/t7.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2013/t7.cpp -------------------------------------------------------------------------------- /RealExam2013/testdata.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2013/testdata.txt -------------------------------------------------------------------------------- /RealExam2014/2014上机真题.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2014/2014上机真题.jpg -------------------------------------------------------------------------------- /RealExam2014/t1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2014/t1.cpp -------------------------------------------------------------------------------- /RealExam2014/t2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2014/t2.cpp -------------------------------------------------------------------------------- /RealExam2014/t3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2014/t3.cpp -------------------------------------------------------------------------------- /RealExam2014/t4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2014/t4.cpp -------------------------------------------------------------------------------- /RealExam2014/t5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2014/t5.cpp -------------------------------------------------------------------------------- /RealExam2014/t6.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2014/t6.cpp -------------------------------------------------------------------------------- /RealExam2014/t7.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2014/t7.cpp -------------------------------------------------------------------------------- /RealExam2014/testdata.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2014/testdata.txt -------------------------------------------------------------------------------- /RealExam2015/2015上机真题.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2015/2015上机真题.jpg -------------------------------------------------------------------------------- /RealExam2015/t1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2015/t1.cpp -------------------------------------------------------------------------------- /RealExam2015/t2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2015/t2.cpp -------------------------------------------------------------------------------- /RealExam2015/t3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2015/t3.cpp -------------------------------------------------------------------------------- /RealExam2015/t4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2015/t4.cpp -------------------------------------------------------------------------------- /RealExam2015/t5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2015/t5.cpp -------------------------------------------------------------------------------- /RealExam2015/t6.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2015/t6.cpp -------------------------------------------------------------------------------- /RealExam2015/t7.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2015/t7.cpp -------------------------------------------------------------------------------- /RealExam2015/testdata.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2015/testdata.txt -------------------------------------------------------------------------------- /RealExam2017/t1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2017/t1.cpp -------------------------------------------------------------------------------- /RealExam2017/t2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2017/t2.cpp -------------------------------------------------------------------------------- /RealExam2017/t3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2017/t3.cpp -------------------------------------------------------------------------------- /RealExam2017/t4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2017/t4.cpp -------------------------------------------------------------------------------- /RealExam2017/t5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2017/t5.cpp -------------------------------------------------------------------------------- /RealExam2017/t6.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2017/t6.cpp -------------------------------------------------------------------------------- /RealExam2017/testdata.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2017/testdata.txt -------------------------------------------------------------------------------- /RealExam2017/原题1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2017/原题1.jpg -------------------------------------------------------------------------------- /RealExam2017/原题2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2017/原题2.jpg -------------------------------------------------------------------------------- /RealExam2017/原题3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2017/原题3.jpg -------------------------------------------------------------------------------- /RealExam2018/2018年上机真题(回忆版).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2018/2018年上机真题(回忆版).txt -------------------------------------------------------------------------------- /RealExam2018/t1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2018/t1.cpp -------------------------------------------------------------------------------- /RealExam2018/t2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2018/t2.cpp -------------------------------------------------------------------------------- /RealExam2018/t3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2018/t3.cpp -------------------------------------------------------------------------------- /RealExam2018/t4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2018/t4.cpp -------------------------------------------------------------------------------- /RealExam2018/t6.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csbhr/NUST_PostgraduateExam/HEAD/RealExam2018/t6.cpp --------------------------------------------------------------------------------