software-strategy-book/main.tex

90 lines
1.6 KiB
TeX
Raw Permalink Normal View History

2019-09-28 22:11:37 +08:00
\documentclass[b5paper]{ctexbook}
\usepackage{graphicx}
\usepackage{epigraph}
2019-09-30 17:21:03 +08:00
\usepackage{listings}
\usepackage{enumerate}
\usepackage{array}
\usepackage{booktabs}
\usepackage{makecell}
\usepackage{subfigure}
\usepackage{imakeidx}
\makeindex
2019-09-28 22:11:37 +08:00
\title{软件科学与工程学科发展战略}
\author{梅宏~~等 \\ \emph{中国科学院}}
\begin{document}
\frontmatter
2019-09-28 22:11:37 +08:00
\maketitle
2019-09-28 22:11:37 +08:00
\tableofcontents
2019-09-30 17:21:03 +08:00
\chapter*{ 软件科学与工程学科\\发展战略(摘要) }
\addcontentsline{toc}{chapter}{软件科学与工程学科发展战略(摘要)}
\input{Ch0-1-Abstract}
2019-09-28 22:11:37 +08:00
\mainmatter
2019-09-28 22:11:37 +08:00
\part{软件学科发展回顾}
2019-09-30 14:39:47 +08:00
\chapter{软件学科历史回顾}
\input{Ch1-1-History}
\chapter{程序设计语言与理论}
\input{Ch1-2-ProgrammingLanguage}
\chapter{系统软件}
\input{Ch1-3-SystemSoftware}
\chapter{软件工程}
\input{Ch1-4-SoftwareEngineering}
\chapter{软件产业}
\input{Ch1-5-SoftwareIndustry}
2019-09-28 22:11:37 +08:00
\part{新时代的软件学科}
2019-09-30 14:39:47 +08:00
\chapter{引言}
\input{Ch2-1-Overview}
\chapter{软件理论}
\input{Ch2-2-SoftwareTheory}
\chapter{软件语言}
\input{Ch2-3-SoftwareLanguage}
\chapter{软件开发方法与技术}
\input{Ch2-4-DevelopmentMethodology}
\chapter{操作系统与运行平台}
\input{Ch2-5-OperatingSystem}
\chapter{数据管理}
\input{Ch2-6-DataManagement}
\chapter{面向领域的应用软件系统}
\input{Ch2-7-DomainApplication}
\chapter{软件质量与安全保障}
\input{Ch2-8-Quality&Security}
\chapter{软件生态}
\input{Ch2-9-SoftwareEcosystem}
2019-09-28 22:11:37 +08:00
2019-09-30 14:39:47 +08:00
\chapter{软件学科教育}
\input{Ch2-10-Education}
2019-09-28 22:11:37 +08:00
\part{软件学科发展建议}
2019-09-30 17:21:03 +08:00
and so on
\printindex
2019-09-30 17:21:03 +08:00
\end{document}
2019-09-28 22:11:37 +08:00