├── .gitignore ├── LICENSE ├── README.md ├── biblio ├── RefExam.bib ├── cumt-num.bst ├── cumt.bst └── new-cumt-num.bst ├── cumtthesis.cfg ├── cumtthesis.cls ├── figures ├── Participate.pdf ├── api.pdf ├── commumity.jpg ├── community.pdf ├── communitycombine.pdf ├── crawler.png ├── cumtxingkai.pdf ├── floating.pdf ├── flow.jpg ├── flowratio.png ├── graph.pdf ├── hdfs.pdf ├── index.pdf ├── keyequal.pdf ├── leverage.pdf ├── map_reduce.png ├── mapreduce.pdf ├── node_memory.pdf ├── poi_category.png ├── population.pdf ├── population_statistic.pdf ├── quadtree.pdf ├── query.pdf ├── rank_gdp_scatter.png ├── rdd.pdf ├── rddpartition.pdf ├── rtree.pdf ├── spark.pdf ├── spatialRDD.pdf ├── spatialrelation.pdf ├── spatialspark.pdf ├── statisic.pdf ├── subcommunity.jpg ├── technology_route.pdf ├── topo_query.pdf ├── triplet.pdf ├── two_order.pdf ├── twoorderflow.pdf └── webpoi.png ├── style ├── cumt.pdf ├── cumt_logo.pdf └── cumtthesis.ins ├── tex ├── appendix.tex ├── chap1.tex ├── chap2.tex ├── chap3.tex ├── chap4.tex ├── chap5.tex ├── chap6.tex ├── frontinfo.tex ├── frontmatter.tex └── resume.tex ├── thesis.pdf ├── thesis.tex ├── 捕获.JPG └── 说明 ├── cumtthesis.pdf ├── main-demo.pdf ├── xiao.sty ├── 中国矿业大学本科生毕业设计(论文)撰写规范.doc ├── 毕设撰写模板2021版.doc └── 矿大本科毕业设计要求.doc /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/README.md -------------------------------------------------------------------------------- /biblio/RefExam.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/biblio/RefExam.bib -------------------------------------------------------------------------------- /biblio/cumt-num.bst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/biblio/cumt-num.bst -------------------------------------------------------------------------------- /biblio/cumt.bst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/biblio/cumt.bst -------------------------------------------------------------------------------- /biblio/new-cumt-num.bst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/biblio/new-cumt-num.bst -------------------------------------------------------------------------------- /cumtthesis.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/cumtthesis.cfg -------------------------------------------------------------------------------- /cumtthesis.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/cumtthesis.cls -------------------------------------------------------------------------------- /figures/Participate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/figures/Participate.pdf -------------------------------------------------------------------------------- /figures/api.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/figures/api.pdf -------------------------------------------------------------------------------- /figures/commumity.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/figures/commumity.jpg -------------------------------------------------------------------------------- /figures/community.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/figures/community.pdf -------------------------------------------------------------------------------- /figures/communitycombine.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/figures/communitycombine.pdf -------------------------------------------------------------------------------- /figures/crawler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/figures/crawler.png -------------------------------------------------------------------------------- /figures/cumtxingkai.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/figures/cumtxingkai.pdf -------------------------------------------------------------------------------- /figures/floating.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/figures/floating.pdf -------------------------------------------------------------------------------- /figures/flow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/figures/flow.jpg -------------------------------------------------------------------------------- /figures/flowratio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/figures/flowratio.png -------------------------------------------------------------------------------- /figures/graph.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/figures/graph.pdf -------------------------------------------------------------------------------- /figures/hdfs.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/figures/hdfs.pdf -------------------------------------------------------------------------------- /figures/index.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/figures/index.pdf -------------------------------------------------------------------------------- /figures/keyequal.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/figures/keyequal.pdf -------------------------------------------------------------------------------- /figures/leverage.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/figures/leverage.pdf -------------------------------------------------------------------------------- /figures/map_reduce.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/figures/map_reduce.png -------------------------------------------------------------------------------- /figures/mapreduce.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/figures/mapreduce.pdf -------------------------------------------------------------------------------- /figures/node_memory.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/figures/node_memory.pdf -------------------------------------------------------------------------------- /figures/poi_category.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/figures/poi_category.png -------------------------------------------------------------------------------- /figures/population.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/figures/population.pdf -------------------------------------------------------------------------------- /figures/population_statistic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/figures/population_statistic.pdf -------------------------------------------------------------------------------- /figures/quadtree.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/figures/quadtree.pdf -------------------------------------------------------------------------------- /figures/query.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/figures/query.pdf -------------------------------------------------------------------------------- /figures/rank_gdp_scatter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/figures/rank_gdp_scatter.png -------------------------------------------------------------------------------- /figures/rdd.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/figures/rdd.pdf -------------------------------------------------------------------------------- /figures/rddpartition.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/figures/rddpartition.pdf -------------------------------------------------------------------------------- /figures/rtree.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/figures/rtree.pdf -------------------------------------------------------------------------------- /figures/spark.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/figures/spark.pdf -------------------------------------------------------------------------------- /figures/spatialRDD.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/figures/spatialRDD.pdf -------------------------------------------------------------------------------- /figures/spatialrelation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/figures/spatialrelation.pdf -------------------------------------------------------------------------------- /figures/spatialspark.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/figures/spatialspark.pdf -------------------------------------------------------------------------------- /figures/statisic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/figures/statisic.pdf -------------------------------------------------------------------------------- /figures/subcommunity.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/figures/subcommunity.jpg -------------------------------------------------------------------------------- /figures/technology_route.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/figures/technology_route.pdf -------------------------------------------------------------------------------- /figures/topo_query.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/figures/topo_query.pdf -------------------------------------------------------------------------------- /figures/triplet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/figures/triplet.pdf -------------------------------------------------------------------------------- /figures/two_order.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/figures/two_order.pdf -------------------------------------------------------------------------------- /figures/twoorderflow.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/figures/twoorderflow.pdf -------------------------------------------------------------------------------- /figures/webpoi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/figures/webpoi.png -------------------------------------------------------------------------------- /style/cumt.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/style/cumt.pdf -------------------------------------------------------------------------------- /style/cumt_logo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/style/cumt_logo.pdf -------------------------------------------------------------------------------- /style/cumtthesis.ins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/style/cumtthesis.ins -------------------------------------------------------------------------------- /tex/appendix.tex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tex/chap1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/tex/chap1.tex -------------------------------------------------------------------------------- /tex/chap2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/tex/chap2.tex -------------------------------------------------------------------------------- /tex/chap3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/tex/chap3.tex -------------------------------------------------------------------------------- /tex/chap4.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/tex/chap4.tex -------------------------------------------------------------------------------- /tex/chap5.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/tex/chap5.tex -------------------------------------------------------------------------------- /tex/chap6.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/tex/chap6.tex -------------------------------------------------------------------------------- /tex/frontinfo.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/tex/frontinfo.tex -------------------------------------------------------------------------------- /tex/frontmatter.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/tex/frontmatter.tex -------------------------------------------------------------------------------- /tex/resume.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/tex/resume.tex -------------------------------------------------------------------------------- /thesis.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/thesis.pdf -------------------------------------------------------------------------------- /thesis.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/thesis.tex -------------------------------------------------------------------------------- /捕获.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/捕获.JPG -------------------------------------------------------------------------------- /说明/cumtthesis.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/说明/cumtthesis.pdf -------------------------------------------------------------------------------- /说明/main-demo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/说明/main-demo.pdf -------------------------------------------------------------------------------- /说明/xiao.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/说明/xiao.sty -------------------------------------------------------------------------------- /说明/中国矿业大学本科生毕业设计(论文)撰写规范.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/说明/中国矿业大学本科生毕业设计(论文)撰写规范.doc -------------------------------------------------------------------------------- /说明/毕设撰写模板2021版.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/说明/毕设撰写模板2021版.doc -------------------------------------------------------------------------------- /说明/矿大本科毕业设计要求.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xiwen-Lu/cumtthesis/HEAD/说明/矿大本科毕业设计要求.doc --------------------------------------------------------------------------------