- 5 Ergebnisse
Kleinster Preis: € 34,73, größter Preis: € 55,27, Mittelwert: € 40,79
1
Smartphone Operating System Concepts with Symbian OS - Michael J. Jipping
Bestellen
bei lehmanns.de
€ 37,99
Versand: € 0,001
Bestellengesponserter Link
Michael J. Jipping:

Smartphone Operating System Concepts with Symbian OS - Erstausgabe

2007, ISBN: 9780470065235

A Tutorial Guide, eBooks, eBook Download (PDF), 1. Auflage, Smartphone Operating System Concepts with Symbian OS uses Symbian OS as a vehicle to discuss operating system concepts as they … Mehr…

Versandkosten:Download sofort lieferbar. (EUR 0.00)
2
Smartphone Operating System Concepts with Symbian OS : A Tutorial Guide - Sarah Ryan
Bestellen
bei hive.co.uk
£ 29,74
(ca. € 34,73)
Bestellengesponserter Link

Sarah Ryan:

Smartphone Operating System Concepts with Symbian OS : A Tutorial Guide - neues Buch

ISBN: 9780470065235

Smartphone Operating System Concepts with Symbian OS uses Symbian OS as a vehicle to discuss operating system concepts as they are applied to mobile operating systems.It is this focus tha… Mehr…

No. 9780470065235. Versandkosten:Instock, Despatched same working day before 3pm, zzgl. Versandkosten.
3
Smartphone Operating System Concepts With Symbian Os - Jipping
Bestellen
bei textbooks.com
$ 60,00
(ca. € 55,27)
Bestellengesponserter Link
Jipping:
Smartphone Operating System Concepts With Symbian Os - gebrauchtes Buch

ISBN: 9780470065235

A digital copy of "Smartphone Operating System Concepts With Symbian Os" by Jipping. Download is immediately available upon purchase! 9780470065235,0470065230,smartphone,operating,system,… Mehr…

Download INSTANTLY! Format: VitalSource. Type: . Copying: Allowed, .2Â.182 selections may be copied daily for 2Â.1825 days. Printable: Allowed, .10Â.182 prints daily for 10Â.1825 days. Expires: No Expiration. Read Aloud?: Allowed. Sharing: Not Allowed. Software: Online: No additional software required <br> Offline: VitalSource Bookshelf. Shipping to USA only! Textbooks. Versandkosten:zzgl. Versandkosten.
4
Smartphone Operating System Concepts with Symbian OS - Michael J. Jipping
Bestellen
bei Hugendubel.de
€ 37,99
Versand: € 0,001
Bestellengesponserter Link
Michael J. Jipping:
Smartphone Operating System Concepts with Symbian OS - neues Buch

ISBN: 9780470065235

Smartphone Operating System Concepts with Symbian OS ab 37.99 € als pdf eBook: A Tutorial Guide. Aus dem Bereich: eBooks, Sachthemen & Ratgeber, Computer & Internet, Medien > Bücher, Smar… Mehr…

Nr. 15098284. Versandkosten:, , DE. (EUR 0.00)
5
Smartphone Operating System Concepts with Symbian OS - Michael J. Jipping
Bestellen
bei eBook.de
€ 37,99
Versand: € 0,001
Bestellengesponserter Link
Michael J. Jipping:
Smartphone Operating System Concepts with Symbian OS - neues Buch

ISBN: 9780470065235

Smartphone Operating System Concepts with Symbian OS - A Tutorial Guide: ab 37.99 € eBooks > Sachthemen & Ratgeber > Computer & Internet John Wiley & Sons eBook als pdf, John Wiley & Sons

Versandkosten:in stock, , , DE. (EUR 0.00)

1Da einige Plattformen keine Versandkonditionen übermitteln und diese vom Lieferland, dem Einkaufspreis, dem Gewicht und der Größe des Artikels, einer möglichen Mitgliedschaft der Plattform, einer direkten Lieferung durch die Plattform oder über einen Drittanbieter (Marketplace), etc. abhängig sein können, ist es möglich, dass die von eurobuch angegebenen Versandkosten nicht mit denen der anbietenden Plattform übereinstimmen.

Bibliographische Daten des bestpassenden Buches

Details zum Buch

Detailangaben zum Buch - Smartphone Operating System Concepts with Symbian OS


EAN (ISBN-13): 9780470065235
ISBN (ISBN-10): 0470065230
Erscheinungsjahr: 2007
Herausgeber: John Wiley & Sons
354 Seiten
Sprache: eng/Englisch

Buch in der Datenbank seit 2009-10-17T12:42:14+02:00 (Vienna)
Detailseite zuletzt geändert am 2024-02-28T12:18:51+01:00 (Vienna)
ISBN/EAN: 9780470065235

ISBN - alternative Schreibweisen:
0-470-06523-0, 978-0-470-06523-5
Alternative Schreibweisen und verwandte Suchbegriffe:
Titel des Buches: doing without concepts, smartphone, smart concepts, operating system concepts


Daten vom Verlag:

Autor/in: Michael J. Jipping
Titel: Symbian Press; Smartphone Operating System Concepts with Symbian OS - A Tutorial Guide
Verlag: Wiley; John Wiley & Sons
354 Seiten
Erscheinungsjahr: 2007-04-30
Sprache: Englisch
37,99 € (DE)
Not available (reason unspecified)

EA; E107; E-Book; Nonbooks, PBS / Informatik, EDV/Betriebssysteme, Benutzeroberflächen; Betriebssysteme; Betriebssysteme / Sonstige; Computer-Ratgeber; End-User Computing; Operating Systems / Other; Symbian OS; Betriebssysteme / Sonstige; BC

Acknowledgements. Introduction. Part 1: Operating-System Concepts. 1 Introduction to Mobile Phone Systems. 1.1 What Is an Operating System? 1.2 History of Operating Systems. 1.3 Computer Systems and their Operating Systems. 1.4 Summary. 2 The Character of Operating Systems. 2.1 The Evolution of Operating Systems. 2.2 Computer Structures. 2.3 Different Platforms. 2.4 Summary. Exercises. 3 Kernel Structure. 3.1 How a Kernel Is Put Together. 3.2 System Calls and the Kernel. 3.3 Interrupt Implementation. 3.4 Completing the Kernel Design in Symbian OS. 3.5 Summary. Exercises. 4 Processes and Threads. 4.1 An Overview of the Process Model. 4.2 Programming with Processes. 4.3 Summary. Exercises. 5 Process Scheduling. 5.1 Basic Concepts. 5.2 Scheduling Strategies. 5.3 Scheduling in Linux. 5.4 Scheduling in a Microkernel Architecture. 5.5 Scheduling in Symbian OS. 5.6 Summary. Exercises. 6 Process Concurrency and Synchronization. 6.1 Concepts and Models for Concurrency. 6.2 Semaphores. 6.3 Locks, Monitors and Other Abstractions. 6.4 The Dining Philosophers: A Classic Problem. 6.5 An Example in Unix. 6.6 Concurrency in Symbian OS. 6.7 Interprocess Communication. 6.8 Managing Deadlocks. 6.9 Summary. Exercises. 7 Memory Management. 7.1 Introduction and Background. 7.2 Swapping and Paging. 7.3 Systems Without Virtual Memory. 7.4 Segmentation. 7.5 Memory in Symbian OS. 7.6 Memory Use in Linux. 7.7 Summary. Exercises. 8 File Systems and Storage. 8.1 Files and Directories. 8.2 Implementation of a File System. 8.3 File Systems on Mobile Phones. 8.4 Security. 8.5 Summary. Exercises. 9 Input and Output. 9.1 I/O Components. 9.2 I/O Hardware Issues. 9.3 I/O Software Issues. 9.4 I/O in Symbian OS. 9.5 Summary. Exercises. 10 Networks. 10.1 Opening a Closed Environment. 10.2 Extending Computers in a Connected Environment. 10.3 Connectivity in Symbian OS. 10.4 Summary. Exercises. 11 Modeling Communications. 11.1 Communications Models. 11.2 Communications on Symbian OS. 11.3 Communications on Other Operating Systems. 11.4 Summary. Exercises. 12 Telephony. 12.1 Modeling Telephony Services. 12.2 A Structural Overview. 12.3 Voice over IP Telephony. 12.4 Summary. Exercises. 13 Messaging. 13.1 The Character of Messaging. 13.2 The Symbian OS Messaging Model. 13.3 Message Handling in Linux. 13.4 Summary. Exercises. 14 Security. 14.1 Understanding Security Issues. 14.2 Authorization. 14.3 Authentication. 14.4 System Threats. 14.5 Security on Smartphones. 14.6 Summary. Exercises. 15 Virtual Machines. 15.1 Basic Concepts. 15.2 The Java Virtual Machine and Symbian OS. 15.3 Summary. Exercises. Appendix A: Web Resources. References. Index.

Weitere, andere Bücher, die diesem Buch sehr ähnlich sein könnten:

Neuestes ähnliches Buch:
9780470034491 Smartphone Operating System Concepts with Symbian OS: A Tutorial Guide (Symbian Press) (Jipping, Michael J.)


< zum Archiv...