-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathliteratur.bib
More file actions
90 lines (90 loc) · 3.22 KB
/
literatur.bib
File metadata and controls
90 lines (90 loc) · 3.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
@book {prinzip,
title = {Entwurfsprinzipien und Konstruktionskonzepte der Softwaretechnik: Strategien für schwach gekoppelte, korrekte und stabile Software},
editor = {Goll, Joachim},
series = {SpringerLink : Bücher},
address = {Wiesbaden},
publisher = {Springer Vieweg},
year = {2018},
pages = {Online-Ressource (VIII, 187 Seiten 32 Abb, online resource)},
ISBN = {978-3-658-20055-8},
ISBN = {978-3-658-20054-1 (Druck-Ausgabe)},
language = {Deutsch},
keywords = {Computer science. Software engineering. Computer Science},
type = {Text (nur für elektronische Ressourcen)},
URL = {http://dx.doi.org/10.1007/978-3-658-20055-8},
URL = {https://doi.org/10.1007/978-3-658-20055-8},
}
@book {sommer,
author = {Sommerville, Ian},
title = {Software Engineering},
series = {Always learning},
address = {München},
publisher = {Pearson},
year = {2012},
pages = {Online Ressource (845 Seiten)},
edition = {9., aktualisierte Auflage},
ISBN = {978-3-8632-6512-0},
ISBN = {978-1-2997-4695-4},
language = {Deutsch},
keywords = {Software Engineering},
URL = {https://ebookcentral.proquest.com/lib/dhbw-stuttgart/detail.action?docID=5133710},
}
@book {balzert,
author = {Balzert, Helmut},
title = {Lehrbuch der Softwaretechnik: Entwurf, Implementierung, Installation und Betrieb},
series = {SpringerLink : Bücher},
address = {Heidelberg},
publisher = {Spektrum Akademischer Verlag},
year = {2011},
pages = {Online-Ressource (XVIII, 596 Seiten 320 Abb. in Farbe, digital)},
edition = {3},
ISBN = {978-3-8274-2246-0},
ISBN = {978-3-8274-1706-0 (Druck-Ausgabe)},
language = {Deutsch},
keywords = {Computer science. Software engineering. Computer Science},
type = {Text (nur für elektronische Ressourcen)},
URL = {http://dx.doi.org/10.1007/978-3-8274-2246-0},
URL = {http://swbplus.bsz-bw.de/bsz350227470cov.htm},
URL = {http://dx.doi.org/10.1007/978-3-8274-2246-0},
}
@online{gi-lexikon,
title = {Software-Architektur},
date = {2006-02-22},
url = {https://gi.de/informatiklexikon/software-architektur/},
urldate = {2018-09-13},
author = {Wilhelm Hasselbrink}
}
@book{clements,
Author = {Paul Clements and Felix Bachmann and Len Bass and David Garlan and James Ivers and Reed Little and Paulo Merson and Robert Nord and Judith Stafford},
Title = {Documenting Software Architectures: Views and Beyond (2nd Edition)},
Publisher = {Addison-Wesley Professional},
Year = {2010},
ISBN = {0321552687},
}
@online{4+1,
title = {The 4+1 View Model of Architecture },
year = {1995},
url = {https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=469759},
urldate = {2018-09-13},
author = {Phillipe B. Kruchten},
}
@online{4+1pic,
author = "Marcel Douwe Dekker",
title = "4+1 Architectural View Model",
year = {2008},
urldate = {2018-09-13},
url = {https://upload.wikimedia.org/wikipedia/commons/f/f2/4%2B1_Architectural_View_Model.jpg},
}
@online{req,
title = {Requirements Engineering V},
year = {2014},
url = {http://st.inf.tu-dresden.de/files/teaching/ws14/retest/ReqEng%20V_Anforderungsmodellierung.pdf},
urldate = {2018-09-14},
author = {Birgit Demuth},
}
@online{wulff,
title = {Architektur Muster},
url = {http://www.lab4inf.fh-muenster.de/lab4inf/docs/OO-Systeme/08-ArchitekturMuster.pdf},
urldate = {2018-09-14},
author = {Nikolaus Wulff},
}