├── CSLGThesis.bst ├── README.md ├── Thumbs.db ├── appendix ├── acknowledgements.tex └── publications.tex ├── body ├── conclusion.tex ├── equations.tex ├── figures.tex ├── intros.tex ├── others.tex └── tables.tex ├── clean.bat ├── clean.sh ├── figures ├── Thumbs.db ├── XML.eps ├── XML.pdf ├── cslglogo.pdf ├── cslglogo.png ├── dataDimensions.eps ├── dataDimensions.pdf ├── dataSize.eps ├── dataSize.pdf ├── latex.eps ├── latex.pdf ├── list.eps ├── list.pdf ├── pdf.eps ├── pdf.pdf ├── word.eps └── word.pdf ├── gb_452.cpx ├── gbt7714-numerical.bst ├── main.pdf ├── main.sh ├── main.tex ├── pdfmake.bat ├── preface └── cover.tex ├── references └── reference.bib ├── setup ├── format.tex └── package.tex └── 长沙理工大学研究生学位论文撰写规范(2020年版).doc /CSLGThesis.bst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kangxiatao/CSUSTthesis/HEAD/CSLGThesis.bst -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kangxiatao/CSUSTthesis/HEAD/README.md -------------------------------------------------------------------------------- /Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kangxiatao/CSUSTthesis/HEAD/Thumbs.db -------------------------------------------------------------------------------- /appendix/acknowledgements.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kangxiatao/CSUSTthesis/HEAD/appendix/acknowledgements.tex -------------------------------------------------------------------------------- /appendix/publications.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kangxiatao/CSUSTthesis/HEAD/appendix/publications.tex -------------------------------------------------------------------------------- /body/conclusion.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kangxiatao/CSUSTthesis/HEAD/body/conclusion.tex -------------------------------------------------------------------------------- /body/equations.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kangxiatao/CSUSTthesis/HEAD/body/equations.tex -------------------------------------------------------------------------------- /body/figures.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kangxiatao/CSUSTthesis/HEAD/body/figures.tex -------------------------------------------------------------------------------- /body/intros.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kangxiatao/CSUSTthesis/HEAD/body/intros.tex -------------------------------------------------------------------------------- /body/others.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kangxiatao/CSUSTthesis/HEAD/body/others.tex -------------------------------------------------------------------------------- /body/tables.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kangxiatao/CSUSTthesis/HEAD/body/tables.tex -------------------------------------------------------------------------------- /clean.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kangxiatao/CSUSTthesis/HEAD/clean.bat -------------------------------------------------------------------------------- /clean.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kangxiatao/CSUSTthesis/HEAD/clean.sh -------------------------------------------------------------------------------- /figures/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kangxiatao/CSUSTthesis/HEAD/figures/Thumbs.db -------------------------------------------------------------------------------- /figures/XML.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kangxiatao/CSUSTthesis/HEAD/figures/XML.eps -------------------------------------------------------------------------------- /figures/XML.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kangxiatao/CSUSTthesis/HEAD/figures/XML.pdf -------------------------------------------------------------------------------- /figures/cslglogo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kangxiatao/CSUSTthesis/HEAD/figures/cslglogo.pdf -------------------------------------------------------------------------------- /figures/cslglogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kangxiatao/CSUSTthesis/HEAD/figures/cslglogo.png -------------------------------------------------------------------------------- /figures/dataDimensions.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kangxiatao/CSUSTthesis/HEAD/figures/dataDimensions.eps -------------------------------------------------------------------------------- /figures/dataDimensions.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kangxiatao/CSUSTthesis/HEAD/figures/dataDimensions.pdf -------------------------------------------------------------------------------- /figures/dataSize.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kangxiatao/CSUSTthesis/HEAD/figures/dataSize.eps -------------------------------------------------------------------------------- /figures/dataSize.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kangxiatao/CSUSTthesis/HEAD/figures/dataSize.pdf -------------------------------------------------------------------------------- /figures/latex.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kangxiatao/CSUSTthesis/HEAD/figures/latex.eps -------------------------------------------------------------------------------- /figures/latex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kangxiatao/CSUSTthesis/HEAD/figures/latex.pdf -------------------------------------------------------------------------------- /figures/list.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kangxiatao/CSUSTthesis/HEAD/figures/list.eps -------------------------------------------------------------------------------- /figures/list.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kangxiatao/CSUSTthesis/HEAD/figures/list.pdf -------------------------------------------------------------------------------- /figures/pdf.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kangxiatao/CSUSTthesis/HEAD/figures/pdf.eps -------------------------------------------------------------------------------- /figures/pdf.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kangxiatao/CSUSTthesis/HEAD/figures/pdf.pdf -------------------------------------------------------------------------------- /figures/word.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kangxiatao/CSUSTthesis/HEAD/figures/word.eps -------------------------------------------------------------------------------- /figures/word.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kangxiatao/CSUSTthesis/HEAD/figures/word.pdf -------------------------------------------------------------------------------- /gb_452.cpx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kangxiatao/CSUSTthesis/HEAD/gb_452.cpx -------------------------------------------------------------------------------- /gbt7714-numerical.bst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kangxiatao/CSUSTthesis/HEAD/gbt7714-numerical.bst -------------------------------------------------------------------------------- /main.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kangxiatao/CSUSTthesis/HEAD/main.pdf -------------------------------------------------------------------------------- /main.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kangxiatao/CSUSTthesis/HEAD/main.sh -------------------------------------------------------------------------------- /main.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kangxiatao/CSUSTthesis/HEAD/main.tex -------------------------------------------------------------------------------- /pdfmake.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kangxiatao/CSUSTthesis/HEAD/pdfmake.bat -------------------------------------------------------------------------------- /preface/cover.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kangxiatao/CSUSTthesis/HEAD/preface/cover.tex -------------------------------------------------------------------------------- /references/reference.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kangxiatao/CSUSTthesis/HEAD/references/reference.bib -------------------------------------------------------------------------------- /setup/format.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kangxiatao/CSUSTthesis/HEAD/setup/format.tex -------------------------------------------------------------------------------- /setup/package.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kangxiatao/CSUSTthesis/HEAD/setup/package.tex -------------------------------------------------------------------------------- /长沙理工大学研究生学位论文撰写规范(2020年版).doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kangxiatao/CSUSTthesis/HEAD/长沙理工大学研究生学位论文撰写规范(2020年版).doc --------------------------------------------------------------------------------