91 lines
1.7 KiB
TeX
91 lines
1.7 KiB
TeX
\documentclass[b5paper]{ctexbook}
|
|
|
|
\usepackage{graphicx}
|
|
\usepackage{epigraph}
|
|
\usepackage{listings}
|
|
\usepackage{enumerate}
|
|
\usepackage{array}
|
|
\usepackage{booktabs}
|
|
\usepackage{makecell}
|
|
\usepackage{subfigure}
|
|
\usepackage{imakeidx}
|
|
\usepackage{tikz}
|
|
\usetikzlibrary{trees}
|
|
\makeindex
|
|
|
|
|
|
\title{软件科学与工程学科发展战略}
|
|
\author{梅宏~~等 \\ \emph{中国科学院}}
|
|
|
|
\begin{document}
|
|
\frontmatter
|
|
|
|
\maketitle
|
|
|
|
|
|
\tableofcontents
|
|
|
|
|
|
\chapter*{ 软件科学与工程学科\\发展战略(摘要) }
|
|
\addcontentsline{toc}{chapter}{软件科学与工程学科发展战略(摘要)}
|
|
\input{Ch0-1-Abstract}
|
|
|
|
\mainmatter
|
|
|
|
\part{软件学科发展回顾}
|
|
|
|
\chapter{软件学科历史回顾}
|
|
\input{Ch1-1-History}
|
|
|
|
\chapter{程序设计语言与理论}
|
|
\label{book1-PL}
|
|
\input{Ch1-2-ProgrammingLanguage}
|
|
|
|
\chapter{系统软件}
|
|
\input{Ch1-3-SystemSoftware}
|
|
|
|
\chapter{软件工程}
|
|
\input{Ch1-4-SoftwareEngineering}
|
|
|
|
\chapter{软件产业}
|
|
\input{Ch1-5-SoftwareIndustry}
|
|
|
|
|
|
\part{新时代的软件学科}
|
|
|
|
\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}
|
|
|
|
\chapter{软件学科教育}
|
|
\input{Ch2-10-Education}
|
|
|
|
\part{软件学科发展建议}
|
|
and so on
|
|
|
|
\printindex
|
|
\end{document}
|