Bild 1 von 2


Galerie
Bild 1 von 2


Ähnlichen Artikel verkaufen?
Java Collections: An Introduction to Abstract D... by Brown, Deryck F. Paperback
FREE US DELIVERY | ISBN: 047189978X | Quality Books
US $12,75
Ca.CHF 10,10
Artikelzustand:
Sehr gut
Buch, das nicht neu aussieht und gelesen wurde, sich aber in einem hervorragenden Zustand befindet. Der Einband weist keine offensichtlichen Beschädigungen auf. Bei gebundenen Büchern ist der Schutzumschlag vorhanden (sofern zutreffend). Alle Seiten sind vollständig vorhanden, es gibt keine zerknitterten oder eingerissenen Seiten und im Text oder im Randbereich wurden keine Unterstreichungen, Markierungen oder Notizen vorgenommen. Der Inneneinband kann minimale Gebrauchsspuren aufweisen. Minimale Gebrauchsspuren. Genauere Einzelheiten sowie eine Beschreibung eventueller Mängel entnehmen Sie bitte dem Angebot des Verkäufers.
5 verfügbar
Oops! Looks like we're having trouble connecting to our server.
Refresh your browser window to try again.
Versand:
Kostenlos USPS Ground Advantage®.
Standort: Florida, USA
Lieferung:
Lieferung zwischen Mo, 4. Aug und Mo, 11. Aug nach 94104 bei heutigem Zahlungseingang
Rücknahme:
30 Tage Rückgabe. Käufer zahlt Rückversand. Wenn Sie ein eBay-Versandetikett verwenden, werden die Kosten dafür von Ihrer Rückerstattung abgezogen.
Zahlungen:
Sicher einkaufen
Der Verkäufer ist für dieses Angebot verantwortlich.
eBay-Artikelnr.:302518539942
Artikelmerkmale
- Artikelzustand
- ISBN
- 047189978X
- EAN
- 9780471899785
- Date of Publication
- 2001-02-09
- Release Title
- Java Collections: An Introduction to Abstract Data Types, Data...
- Artist
- Brown, Deryck F.
- Brand
- N/A
- Colour
- N/A
- Book Title
- Java Collections: An Introduction to Abstract Data Types, Data...
Über dieses Produkt
Product Identifiers
Publisher
Wiley & Sons, Incorporated, John
ISBN-10
047189978X
ISBN-13
9780471899785
eBay Product ID (ePID)
15038264396
Product Key Features
Number of Pages
566 Pages
Language
English
Publication Name
Java Collections : an Introduction to Abstract Data Types, Data Structures and Algorithms
Publication Year
2001
Subject
Programming / General, Programming / Algorithms, Programming Languages / Java, Computer Science
Type
Textbook
Subject Area
Computers
Format
Trade Paperback
Dimensions
Item Height
1.2 in
Item Weight
36.1 Oz
Item Length
9.3 in
Item Width
7.6 in
Additional Product Features
Intended Audience
College Audience
LCCN
00-047759
Reviews
"A lovely book.... I will use this book a lot in the next few months on a Java project I'm just starting." (CVu, December 2001)
Dewey Edition
21
Illustrated
Yes
Dewey Decimal
005.13/3
Table Of Content
Introduction 1 Part I: Ready, Set, Go with VMware Infrastructure 3 9 Chapter 1: Exploring VMware Infrastructure 3 as Your Virtual Solution 11 Chapter 2: Getting the Scoop on Capacity Planning 23 Chapter 3: Knowing Your Storage Options 39 Part II: Setting Up ESX Hosts 55 Chapter 4: ESX: The Brawn Behind the Brains 57 Chapter 5: ESX Installation -- Now the Fun Begins 67 Part III: Connecting the Physical to Your Virtual Environment 81 Chapter 6: Embracing the Look and Feel of VMware Infrastructure Client 83 Chapter 7: Virtual Networking 95 Chapter 8: Connecting to Storage 119 Part IV: Fault Tolerance and Data Centers 137 Chapter 9: Getting VMware Virtual Center Running 139 Chapter 10: Making Virtual Machines 161 Chapter 11: Managing Virtual Machines 175 Chapter 12: Keeping Things Running with Virtual Clusters 193 Part V: Playing Virtual Adminstrator 209 Chapter 13: Securing Your System 211 Chapter 14: Swimming in Resource Pools 229 Chapter 15: Monitoring Your System 243 Chapter 16: Preparing for Disaster 259 Chapter 17: Troubleshooting 271 Part VI: The Part of Tens 281 Chapter 18: Ten Places to Discover More 283 Chapter 19: Ten Other VMware Products 295 Chapter 20: Ten Cool Virtual Appliances 307 Index 319
Synopsis
Paying close attention to the Java 2 collection classes, this book is designed to give programmers the ability to choose the best collection classes for each application. The focus of the book is on abstract data types (ADTs) that turn up again and again in software design. It will use these ADTs to introduce the data structures required to implement them and the algorithms associated with the data structures. Suitable for a first course in algorithms and data structures, or a second course in programming using Java, this text offers a unique angle by concentrating on the in-built collection classes in Java 2, enabling more emphasis on software design, and less on theory. Primarily targetted at students of computer science or information technology, but also of interest to professional programmers and software engineers who are retraining to program in Java., Mit diesem Buch lernen Java-Programmierer, Containerklassen auszuwählen, die für spezielle Applikationen optimal geeignet sind. Im Mittelpunkt stehen abstrakte Datentypen (ADT), die im Software-Design sehr häufig auftreten. Eingeführt werden sowohl Datenstrukturen als auch die Algorithmen zu deren Implementation, wobei ein besonderes Augenmerk auf die Java 2-Containerklassen gelegt wird. Die praktische Herangehensweise motiviert dazu, Strukturen und Algorithmen im Kontext zu studieren., A unique, practical approach to working with collection classes in Java 2 Software developers new to Java will find the practical, software-engineering based approach taken by this book extremely refreshing. With an emphasis more on software design and less on theory, Java Collections explores in detail Java 2 collection classes, helping programmers choose the best collection classes for each application they work on. Watt and Brown explore abstract data types (ADTs) that turn up again and again in software design, using them to provide context for the data structures required for their implementation and the algorithms associated with the data structures. Numerous worked examples, several large case studies, and end-of-chapter exercises are also provided., Java Collections is an introductory text on abstract data types, data structures, and algorithms using Java. Written at an appropriate level for a first course in algorithms and data structures, or a second course in programming using Java, this text concentrates on pratical matters like software design and the Jave Collections framework. Only essential supporting theory is included. The text focuses on abstract data types (ADTs) that turn up again and again in software design. It uses these ADTs to introduce and motivate the data structures required to implement them and the algorithms associated with the data structures. This approach helps Java programmers to choose the most suitable collection classes for their applications. Not only undergraduate students but also professional programmers retraining the program in Java will benefit form this even-paced and example-led text. Key features of the text: emphasizes good object-oriented software design and implementation presents algorithms both in English and in Java, and shows how to analyze their efficiency (with only light mathematics) introduces the concept of an abstract data type, shows how to use a "contract" to specify the abstract data types contract and its implementation in terms of a suitbale data structure and algorithms covers a variety of abstract data types (stacks, queues, lists, sets, maps, priority queues, trees, and graphs), compares alternative implementations of these abstract types, and relates them to the Java collection classes features numerous examples and case studies showing how the abstract data types are used in practical applciaitons contains numerous graded exercises, offering opportunities to explore alternatives to the designs and implementations presented in the text includes appendices summarizing the mathematics of algorithm analysis, the relevant features of the Java programming language, and the Java collection classes., This book offers a unique angle by concentrating on the in-built collection classes in Java 2, enabling more emphasis on software design and less on theory. It gives programmers the ability to choose the best collection classes for each application.
LC Classification Number
QA76.73.J38W384 2001
Artikelbeschreibung des Verkäufers
Rechtliche Informationen des Verkäufers
USt-IdNr.: GB 922696893
Info zu diesem Verkäufer
World of Books USA
86,5% positive Bewertungen•5.2 Mio. Artikel verkauft
Angemeldet als gewerblicher Verkäufer
Verkäuferbewertungen (1'557'626)
- i***n (5711)- Bewertung vom Käufer.Letzter MonatBestätigter KaufOk
- a***1 (642)- Bewertung vom Käufer.Letzter MonatBestätigter KaufArrived just as described. Looked brand new and shipped well. Good price as well! The book itself isn’t anything to write home about, but the seller is great and comes highly recommended
- r***i (3960)- Bewertung vom Käufer.Letzter MonatBestätigter KaufArrived fast and in said condition. Great Seller. A+ rating.
Noch mehr entdecken:
- Dan Brown Belletristik-Bücher,
- Sandra Brown Belletristik-Bücher,
- Hörbücher Dan Brown,
- Sachbuch Brené Brown Bücher,
- Sandra Brown Belletristik Romane,
- Rita-Mae-Brown-Belletristik - Bücher,
- Bücher über Thriller Dan Brown Belletristik,
- Bücher über Thriller Sandra Brown Belletristik,
- Bücher über Literatur Dan Brown Belletristik,
- Dan-Brown-Krimis - & -Thriller-Belletristik-Bücher