<?xml version="1.0" encoding="ISO-8859-1" ?>

<!DOCTYPE bibliography SYSTEM "biblio.dtd">

<!--******************** Root element of bibliography ********************-->
<bibliography xml:lang="en">
    <software>
		<!--******************** Software design ********************-->
    	<design>
			<book title="Object-oriented modeling and design" author="Rumbaugh"/>
			<book title="Designing object-oriented software" author="Wirfs-Brock" author2="Wilkerson" author3="Wiener"/>
			<book title="Requirements gathering with MERISE" author="Collongues" author2="Laroche"/>
			<book title="Operational research" author="Roseaux"/>
			<book title="Computer science" author="Namian" author2="Poly"/>
			<book title="Computer programming" author="Grégoire"/>
    	</design>
    	<languages>
			<!--******************** Object-oriented languages ********************-->
    		<object>
    			<book title="Object languages" author="Masini" author2="Napoli" author3="Colnet" author4="Léonard" author5="Tombre"/>
    			<book title="Object oriented languages" author="Bailly" author2="Challine" author3="Ferri" author4="Gloess" author5="Marchesin"/>
    			<book title="The C++ language" author="Stroustrup"/>
    			<book title="Using C++" author="Eckel"/>
    		</object>
			<!--******************** Procedural languages ********************-->
    		<procedural>
    			<book title="The C language" author="Kernighan" author2="Ritchie"/>
    			<book title="Introduction to C" author="Hunter"/>
    			<book title="Introduction to ADA" author="Le Beux"/>
    			<book title="ANS COBOL" author="Bonnin"/>
    			<book title="Programming in FORTRAN" author="Delannoy"/>
    			<book title="FORTH for microcomputers" author="De Geeter"/>
    		</procedural>
			<!--******************** Declarative languages ********************-->
    		<declarative>
    			<book title="PROLOG" author="Donz" author2="Hurtado"/>
    		</declarative>
			<!--******************** Functional languages ********************-->
    		<functional>
    			<book title="LISP" author="Queinnec"/>
    		</functional>
			<!--******************** Assembly languages ********************-->
    		<assembly>
				<book title="Programming the 8086-8088" author="Coffron"/>
				<book title="68020-68030 Microprocessors" author="Jaulent" author2="Baticle" author3="Pillot"/>
				<book title="Implementation of the 68000" author="Viellefond"/>
				<book title="Programming in 6809 assembler" author="Bui Minh Duc"/>
				<book title="6502 software gourmet guide &amp; cookbook" author="Findley"/>
				<book title="6502 programming" author="Zaks"/>
				<book title="6502 applications" author="Zaks"/>
				<book title="Programming in assembly language" author="Pinaud"/>
    		</assembly>
    	</languages>
		<!--******************** Databases ********************-->
    	<databases>
			<book title="Relational databases and systems" author="Delobel" author2="Adiba"/>
			<book title="Databases: from relational systems to object systems" author="Delobel" author2="Lécluse" author3="Richard"/>
			<book title="Databases and structured objects" author="Abiteboul" author2="Grumbach"/>
			<book title="Merging object-oriented and relational needs in a database" author="Harrison"/>
			<book title="Multidatabase services on ISO/OSI networks for transnational accounting" author="Inria"/>
    	</databases>
		<!--******************** Operating systems, system programming ********************-->
    	<systems>
			<book title="A practical guide to UNIX System V" author="Sobell"/>
			<book title="Black art of Windows game programming" author="Lyons"/>
			<book title="CP/M for Z80" author="Gysel"/>
			<book title="The bible of PC system programming" author="Tischer"/>
			<book title="Windows programming bible" author="Bür" author2="Bauder"/>
    	</systems>
		<!--******************** Networking ********************-->
    	<networking>
			<book title="Computer networks: architectures, protocols and applications" author="Tannenbaum"/>
			<book title="Network computing" author="Macchi"/>
			<book title="The RS232 solution" author="Campbell"/>
    	</networking>
		<!--******************** Realtime ********************-->
    	<realtime>
			<book title="Robot vision" author="Pugh"/>
			<book title="Fundamentals in computer vision" author="Faugeras"/>
			<book title="Digital image processing" author="Castleman"/>
			<book title="Algorithms for graphics and image processing" author="Pavlidis"/>
			<book title="Image analysis" author="Coster" author2="Chermant"/>
			<book title="Image synthesis: algorithms" author="Hégron"/>
			<book title="Image synthesis" author="Bret"/>
    	</realtime>
		<!--******************** Artificial intelligence ********************-->
    	<artificial_intelligence>
			<book title="Artificial intelligence" author="Rich"/>
			<book title="Techniques in artificial intelligence" author="Dominé"/>
			<book title="Neural networks" author="Davalo" author2="Naïm"/>
			<book title="Adaptative pattern recognition and neural networks" author="Pao"/>
    	</artificial_intelligence>
    </software>
    <hardware>
		<!--******************** Computer hardware ********************-->
    	<computers>
			<book title="The PC hardware bible" author="Rosch"/>
			<book title="Build your own data acquisition and display devices" author="Johnson"/>
    	</computers>
		<!--******************** Digital electronics ********************-->
    	<digital>
			<book title="Digital techniques" author="Tokheim"/>
			<book title="Introduction to logical circuits" author="Letocha"/>
    	</digital>
		<!--******************** Analogic electronics ********************-->
    	<analogic>
			<book title="Theory and applications of electric circuits" author="Edminister"/>
			<book title="Non linear electronics" author="Masselot" author2="Girard"/>
    	</analogic>
    </hardware>
</bibliography>

