📄 softeng.html
字号:
<html><head>
<HTML><HEAD>
<TITLE>Data Structures and Algorithms: Aside - Software Engineering</TITLE>
<META name="description" content="Data Structures and Algorithms Course Notes,
PLDS210 University of Western Australia">
<META name="keywords" content="data structures,algorithms,abstract data types,
computer science,course notes,
searching,sorting,complexity,graph algorithms,
priority queues,red-black trees,huffman encoding,
optimal binary search tree,intractable problems,
travelling salesman,Bridges of Konigsberg,Eulerian path,
Hamiltonian path">
</HEAD>
<BODY BGCOLOR="#ffffff">
<TABLE BGCOLOR="#00c0f0" WIDTH="100%" CELLSPACING=0 CELLPADDING=0>
<TR BGCOLOR="#00f0f0"><TD ALIGN=right>
<H3><I>Data Structures and Algorithms</I></H3></TD></TR>
<TR><TD><H2>Software Engineering</H2></TD></TR>
</TABLE>
<a name=discipline></a>
The discipline of <em>Software Engineering</em> was
founded when it was discovered that large numbers of
software projects
<UL>
<li>exceeded their budgets
<li>were late
<li>were riddled with errors and
<li>did not satisfy their users' needs.
</UL>
The term is believed to have been coined by a NATO study group in 1967.
The first software engineering conference was the
NATO Software Engineering Conference held in Garmisch, Germany in 1968.
<h2>Software Engineering References</h2>
<a name=boehm></a>
One of the classic early texts is Boehm's book:<br>
B.J. Boehm, "Software Engineering Economics", Prentice-Hall, 1981<br>
<br>
<a name=risks><H2>The Risks Forum</H2></a>
A continuing saga of problems with software system
is chronicled in the "Risks" section of ACM journal,
"Software Engineering Notes".
The Risks section has appeared in <i>every</i> issue for
more than ten years,
<I>i.e.</I> there has been no shortage of material to keep it alive
for all that time!
<h2>Notes</h2>
<a name=clever></a>
<h3>Clever programming</h3>
Be the end of this course, you should understand that
hacking is far from clever:
there are much more effective strategies for making
programs run faster!<p>
<TABLE CELLPADDING=5 WIDTH="100%" BGCOLOR="#00f0f0" CELLSPACING=0>
<TR><TD>
Back to <A HREF="introduction.html" tppabs="http://www.ee.uwa.edu.au/~plsd210/ds/introduction.html">Introduction</A><BR>
Back to the <A HREF="ds_ToC.html" tppabs="http://www.ee.uwa.edu.au/~plsd210/ds/ds_ToC.html">Table of Contents</A>
</TD></TR></TABLE>
<SMALL>
© <A HREF=mailto:morris@ee.uwa.edu.au>John Morris</A>, 1998
</SMALL>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -