docs/diploma

diff thesis/bib/thesis.bib @ 39:e69780171a53

added bib entries; changed bib style
author meillo@marmaro.de
date Mon, 13 Oct 2008 15:42:36 +0200
parents 0b3b806f4eb2
children f944ca6dd688
line diff
     1.1 --- a/thesis/bib/thesis.bib	Fri Oct 10 18:18:34 2008 +0200
     1.2 +++ b/thesis/bib/thesis.bib	Mon Oct 13 15:42:36 2008 +0200
     1.3 @@ -1,12 +1,41 @@
     1.4  @book{brooks95,
     1.5 -	author    = "Brooks, Frederick P., Jr.",
     1.6 +	author    = "Brooks, Jr., Frederick P.",
     1.7  	title     = "The mythical man-month: essays on software engineering",
     1.8  	year      = "1995",
     1.9  	publisher = "Addison-Wesley"
    1.10  }
    1.11  
    1.12 +@book{unixprogenv,
    1.13 +	author =  "Brian W. Kernighan and Rob Pike",
    1.14 +	title = "The UNIX Programming Environment",
    1.15 +	year = "1984",
    1.16 +	publisher = "Prentice-Hall"
    1.17 +}
    1.18  
    1.19 -	note = "\url{http://www.example.com}"
    1.20 +@book{advunixprog,
    1.21 +	author = "Marc J. Rochkind",
    1.22 +	title = "Advanced UNIX Programming",
    1.23 +	year = "1985",
    1.24 +	publisher = "Prentice-Hall"
    1.25 +}
    1.26 +
    1.27 +@book{practiceprog,
    1.28 +	author = "Brian W. Kernighan and Rob Pike",
    1.29 +	title = "The Practice of Programming",
    1.30 +	year = "1999",
    1.31 +	publisher = "Addison-Wesley"
    1.32 +}
    1.33 +
    1.34 +@book{cprog,
    1.35 +	author = "Brian W. Kernighan and Dennis M. Ritchie",
    1.36 +	title = "The C Programming Language",
    1.37 +	edition = "Second",
    1.38 +	year = "1988",
    1.39 +	publisher = "Prentice-Hall"
    1.40 +}
    1.41 +
    1.42 +
    1.43 +=====================================
    1.44  
    1.45  @article{AbedonHymanThomas2003,
    1.46    author = "Abedon, S. T. and Hyman, P. and Thomas, C.",
    1.47 @@ -28,3 +57,5 @@
    1.48    publisher = "ASM Press, Washington DC",
    1.49    year = "1994"
    1.50  }
    1.51 +
    1.52 +note = "\url{http://www.example.com}"