Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cas741
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
W. Spencer Smith
cas741
Commits
b206f197
Commit
b206f197
authored
4 years ago
by
W. Spencer Smith
Browse files
Options
Downloads
Patches
Plain Diff
Addition of information hiding examples to lecture slides
parent
1df39696
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Lectures/L13_ModularDesign/ModularDesign.pdf
+0
-0
0 additions, 0 deletions
Lectures/L13_ModularDesign/ModularDesign.pdf
Lectures/L13_ModularDesign/ModularDesign.tex
+47
-0
47 additions, 0 deletions
Lectures/L13_ModularDesign/ModularDesign.tex
with
47 additions
and
0 deletions
Lectures/L13_ModularDesign/ModularDesign.pdf
+
0
−
0
View file @
b206f197
No preview for this file type
This diff is collapsed.
Click to expand it.
Lectures/L13_ModularDesign/ModularDesign.tex
+
47
−
0
View file @
b206f197
...
...
@@ -1205,6 +1205,53 @@ AC2 & M2\\
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle
{
Appendix: Information Hiding Examples
}
\begin{itemize}
\item
\href
{
https://gitlab.cas.mcmaster.ca/smiths/pub/-/blob/master/HoffmanAndStrooper1995.pdf
}
{
Hoffman and Strooper (1995)
}
textbook on software development: The running
example is of a symbol table. A very complete example. There is a complete
chapter on the module guide in the text. It is well explained there.
\item
\href
{
https://gitlab.cas.mcmaster.ca/smiths/pub/-/blob/master/ParnasEtAl1984.pdf
}
{
Parnas Et Al (1984) ``The Module Structure of Complex Systems''
}
: This
example is right back to the source. The example focuses on the A7E military
fighter jet.
\item
\href
{
https://gitlab.cas.mcmaster.ca/smiths/pub/-/blob/master/Parnas1979.pdf
}{
Parnas (1979) ``Designing Software For Ease of Extension and Contraction''
}
\item
\href
{
http://www.cas.mcmaster.ca/~mohrens/maze.pdf
}
{
von Mohrenschildt
(2005) ``The Maze Tracing Robot A Sample Specification''
}
: This is a small
and complete example.
\end{itemize}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle
{
Appendix Cont'd: Information Hiding Examples
}
\begin{itemize}
\item
\href
{
https://github.com/smiths/swhs/blob/master/docs/Design/MG/PCM
_
MG.pdf
}
{
Jegatheesan and MacLachlan (2018), Module Guide for Solar Water Heating
Systems Incorporating Phase Change Material
}
\item
\href
{
https://github.com/XingzhiMac/CAS741-Proj/blob/master/docs/Design/MG/MG.pdf
}
{
Liu (2020) Module Guide for Radio Signal Strength Calculator
}
\item
Key points
\bi
\item
One module, one secret
\item
Secrets are often nouns (data structure, algorithm, hardware, etc.)
\item
Secrets are sometimes phrased with ``How to …''
\item
Secrets ideally will have a one to one mapping with the anticipated
changes for the software
\ei
\end{itemize}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
[allowframebreaks]
\frametitle
{
References
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment