summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/uestcthesis/doc/chapters/implementation.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/uestcthesis/doc/chapters/implementation.tex')
-rw-r--r--Master/texmf-dist/doc/latex/uestcthesis/doc/chapters/implementation.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/uestcthesis/doc/chapters/implementation.tex b/Master/texmf-dist/doc/latex/uestcthesis/doc/chapters/implementation.tex
index ac7b83a45c6..9636d04113f 100644
--- a/Master/texmf-dist/doc/latex/uestcthesis/doc/chapters/implementation.tex
+++ b/Master/texmf-dist/doc/latex/uestcthesis/doc/chapters/implementation.tex
@@ -4,7 +4,7 @@
本章首先介绍了本系统实现的设计原则与目标,然后描述了系统的整体架构与总体设计方案,接着阐述了系统的各个模块实现时的解决方案,最后给出了系统在~Android~具体实现时的实现方法和使用说明。
\section{设计目标与原则}
\subsection{设计目标}
- 本系统能够检测已知恶意软件及其变种,并能通过模糊检测发现具有相似恶意行为的未知恶意软件,为~Android~平台这样的开放式移动平台提供安全保障,可广泛用于各种型号的~Android~设备。系统具体设计目标如下:\\
+ 本系统能够检测已知恶意软件及其变种,并能通过模糊检测发现具有相似恶意行为的未知恶意软件,为~Android~平台这样的开放式移动平台提供安全保障,可广泛用于各种型号的~Android~设备。系统具体设计目标如下:
\begin{enumerate}
\item 适用于目前主流的~Android~平板及手机,至少可运行于3.0版本系统。
\item 能够检测用户指定的程序是否为恶意程序。
@@ -15,7 +15,7 @@
\end{enumerate}
\subsection{设计原则}
- 从安全产品的特点出发,本系统设计与实现将遵循下列一些设计原则:\\
+ 从安全产品的特点出发,本系统设计与实现将遵循下列一些设计原则:
\begin{enumerate}
\item 高效性