Viele Tippfehler entfernt.
[diplomarbeit.git] / references.bib
1 @inproceedings{MW2010,
2         Author = {Moritz Mühlenthaler and Rolf Wanka},
3         Title = {Improving Bitonic Sorting by Wire Elimination},
4         Booktitle = {Proc. 23rd PARS-Workshop on Parallel Systems and Architectures of the 23rd Int. Conf. on Architecture of Computing Systems (ARCS)},
5         Year = 2010,
6         ISBN = {978-3-8007-3222-7},
7         Pages = {15--22},
8         Publisher = {VDE Verlag},
9         Address = {Berlin, Offenbach}
10 }
11
12 @inproceedings{B1968,
13         Author = {Kenneth~E. Batcher},
14         Title = {Sorting Networks and their Applications},
15         Booktitle = {Proc. AFIPS Spring Joint Comput. Conf., Vol. 32},
16         Year = 1968,
17         Pages = {307--314},
18         Publisher = {ACM},
19         Address = {New York, NY, USA}
20 }
21
22 @article{P1992,
23         Author = {Ian Parberry},
24         Title = {The Pairwise Sorting Network},
25         Journal = {Parallel Processing Letters},
26         Year = 1992,
27         Pages = {205--211},
28         Volume = 2,
29         Number = {2,3}
30 }
31
32 @article{BB2009,
33         Author = {Sherenaz~W. Al-Haj Baddar and Kenneth~E. Batcher},
34         Title = {An 11-Step Sorting Network for 18~Elements},
35         Journal = {Parallel Processing Letters},
36         Year = 2009,
37         Pages = {97--104},
38         Volume = 19,
39         Number = 1
40 }
41
42 @book{KNUTHBOOK,
43         Author = {Donald~E. Knuth},
44         Title = {The art of computer programming},
45         Publisher = {Addison-Wesley},
46         Year = 2007,
47         Volume = 3,
48         Series = {fixme Series fixme},
49         Edition = 2
50 }
51
52 @inbook{KNUTH,
53         Author = {Donald~E. Knuth},
54         Title = {Sorting and Searching},
55         Chapter = {5.3.4 Networks for Sorting},
56         Pages = {219--247},
57         Publisher = {Addison-Wesley},
58         Year = 2007,
59         Volume = 3,
60         Series = {The art of computer programming},
61         Edition = {second}
62 }
63
64 @MastersThesis{M2009,
65         Type = {Diplomarbeit},
66         Author = {Moritz Mühlenthaler},
67         Title = {{Konstruktion von Sortiernetzwerken durch Leitungselimination}},
68         School = {Friedrich-Alexander-Universität Erlangen-Nürnberg},
69         Address = {Lehrstuhl für Informatik~12},
70         Year = 2009,
71         Month = {März}
72 }
73
74 @inproceedings{J1995,
75         Author = {Hugues Juillé},
76         Title = {Evolution of Non-Deterministic Incremental Algorithms as a New Approach for Search in State Spaces},
77         Booktitle = {Lecture Notes in Computer Science},
78         Year = 1995,
79         Pages = {246--260}
80 }
81
82 @inbook{H1992,
83         Author = {W.~Daniel Hillis},
84         Title = {Artificial Life II},
85         Chapter = {Co-evolving parasites improve simulated evolution as an optimization procedure},
86         Publisher = {Addison-Wesley},
87         Year = 1992
88 }
89
90 @inbook{W2006,
91         Author = {Rolf Wanka},
92         Title = {Approximationsalgorithmen},
93         Chapter = {8 Approximate Counting und die Monte-Carlo-Methode},
94         Pages = {151--186},
95         Year = 2006,
96         Publisher = {Teubner Verlag},
97         Address = {Wiesbaden}
98 }