Schnittmuster: Kleine Verbesserungen.
[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 }