Dekorationsartikel gehören nicht zum Leistungsumfang.
Introduction to Java Programming and Data Structures, Comprehensive Version, Global Edition
Taschenbuch von Y. Liang
Sprache: Englisch

75,80 €*

inkl. MwSt.

Versandkostenfrei per Post / DHL

auf Lager, Lieferzeit 1-2 Werktage

Kategorien:
Beschreibung

This title is a Pearson Global Edition. The Editorial team at Pearson has workedclosely with educators around the world to include content which is especiallyrelevant to students outside the United States.

For courses in Java Programming.

A fundamentals-first introduction to basic programming concepts andtechniques

Introduction to Java Programming and Data Structures seamlessly integrates programming, data structures,and algorithms into one text. With a fundamentals-first approach, the textbuilds a strong foundation of basic programming concepts and techniques beforeteaching students object-oriented programming and advanced Java programming.Liang explains programming in a problem-driven way that focuses on problemsolving rather than syntax, illustrating basic concepts by example andproviding a large number of exercises with various levels of difficulty forstudents to practice. The 12th Edition is completely revised in everydetail to enhance clarity, presentation, content, examples, and exercises.

MyLab-« Programming is not included. Students, if MyLab Programming is arecommended/mandatory component of the course, please ask your instructor forthe correct ISBN. MyLab Programming should only be purchased when required byan instructor. Instructors, contact your Pearson representative for moreinformation.

This title is a Pearson Global Edition. The Editorial team at Pearson has workedclosely with educators around the world to include content which is especiallyrelevant to students outside the United States.

For courses in Java Programming.

A fundamentals-first introduction to basic programming concepts andtechniques

Introduction to Java Programming and Data Structures seamlessly integrates programming, data structures,and algorithms into one text. With a fundamentals-first approach, the textbuilds a strong foundation of basic programming concepts and techniques beforeteaching students object-oriented programming and advanced Java programming.Liang explains programming in a problem-driven way that focuses on problemsolving rather than syntax, illustrating basic concepts by example andproviding a large number of exercises with various levels of difficulty forstudents to practice. The 12th Edition is completely revised in everydetail to enhance clarity, presentation, content, examples, and exercises.

MyLab-« Programming is not included. Students, if MyLab Programming is arecommended/mandatory component of the course, please ask your instructor forthe correct ISBN. MyLab Programming should only be purchased when required byan instructor. Instructors, contact your Pearson representative for moreinformation.

Über den Autor

Dr. Y. Daniel Liang earned his Ph.D. in Computer Science from the University of Oklahoma in 1991, and an MS and BS in Computer Science from Fudan University in Shanghai, China, in 1986 and 1983. Prior to joining Armstrong, he was an associate professor in computer science at Purdue University in Fort Wayne, where he twice received the Excellence in Research award.
Dr. Liang was trained in theoretical computer science. He was active in graph algorithms from 1990 to 1995 and published more than ten papers in several established journals such as SIAM Journal on Computing, Discrete Applied Mathematics, Acta Informatics, and Information Processing Letters. Since 1996, he has devoted to writing texts and published more than thirty books with Prentice Hall. His popular computer science texts are widely adopted in the world.
Dr. Liang was elected a Java Champion in 2005 by Sun Microsystems and has given lectures on Java internationally.

Inhaltsverzeichnis
  1. Introduction to Computers, Programs, and JavaTM
  2. Elementary Programming
  3. Selections
  4. Mathematical Functions, Characters, and Strings
  5. Loops
  6. Methods
  7. Single-Dimensional Arrays
  8. Multidimensional Arrays
  9. Objects and Classes
  10. Object-Oriented Thinking
  11. Inheritance and Polymorphism
  12. Exception Handling and Text I/O
  13. Abstract Classes and Interfaces
  14. JavaFX Basics
  15. Event-Driven Programming and Animations
  16. JavaFX UI Controls and Multimedia
  17. Binary I/O
  18. Recursion
  19. Generics
  20. Lists, Stacks, Queues, and Priority Queues
  21. Sets and Maps
  22. Developing Efficient Algorithms
  23. Sorting
  24. Implementing Lists, Stacks, Queues, and Priority Queues
  25. Binary Search Trees
  26. AVL Trees
  27. Hashing
  28. Graphs and Applications
  29. Weighted Graphs and Applications
  30. Aggregate Operations for Collection Streams


Bonus Chapters 3144 are available from the Companion Website

  • Advanced JavaFX and FXML
  • Multithreading and Parallel Programming
  • Networking
  • Java Database Programming
  • Advanced Database Programming
  • Internationalization
  • Servlets
  • JavaServer Pages
  • JavaServer Faces
  • RMI
  • Web Services
  • 2-4 Trees and B-Trees
  • Red-Black Trees
  • Testing Using JUnit


  • Appendixes

    • A. Java Keywords and Reserved Words
    • B. The ASCII Character Set
    • C. Operator Precedence Chart
    • D. Java Modifiers
    • E. Special Floating-Point Values
    • F. Number Systems
    • G. Bitwise Operations
    • H. Regular Expressions
    • I. Enumerated Types
    • J. The Big-O, Big-Omega, and Big-Theta Notations
    Details
    Erscheinungsjahr: 2021
    Fachbereich: Programmiersprachen
    Genre: Informatik
    Rubrik: Naturwissenschaften & Technik
    Medium: Taschenbuch
    Seiten: 1240
    Inhalt: Kartoniert / Broschiert
    ISBN-13: 9781292402079
    ISBN-10: 1292402075
    Sprache: Englisch
    Einband: Kartoniert / Broschiert
    Autor: Liang, Y.
    Auflage: 12. Auflage
    Hersteller: Pearson
    Pearson Education Limited
    Maße: 253 x 203 x 43 mm
    Von/Mit: Y. Liang
    Erscheinungsdatum: 05.10.2021
    Gewicht: 2,244 kg
    preigu-id: 120413942
    Über den Autor

    Dr. Y. Daniel Liang earned his Ph.D. in Computer Science from the University of Oklahoma in 1991, and an MS and BS in Computer Science from Fudan University in Shanghai, China, in 1986 and 1983. Prior to joining Armstrong, he was an associate professor in computer science at Purdue University in Fort Wayne, where he twice received the Excellence in Research award.
    Dr. Liang was trained in theoretical computer science. He was active in graph algorithms from 1990 to 1995 and published more than ten papers in several established journals such as SIAM Journal on Computing, Discrete Applied Mathematics, Acta Informatics, and Information Processing Letters. Since 1996, he has devoted to writing texts and published more than thirty books with Prentice Hall. His popular computer science texts are widely adopted in the world.
    Dr. Liang was elected a Java Champion in 2005 by Sun Microsystems and has given lectures on Java internationally.

    Inhaltsverzeichnis
    1. Introduction to Computers, Programs, and JavaTM
    2. Elementary Programming
    3. Selections
    4. Mathematical Functions, Characters, and Strings
    5. Loops
    6. Methods
    7. Single-Dimensional Arrays
    8. Multidimensional Arrays
    9. Objects and Classes
    10. Object-Oriented Thinking
    11. Inheritance and Polymorphism
    12. Exception Handling and Text I/O
    13. Abstract Classes and Interfaces
    14. JavaFX Basics
    15. Event-Driven Programming and Animations
    16. JavaFX UI Controls and Multimedia
    17. Binary I/O
    18. Recursion
    19. Generics
    20. Lists, Stacks, Queues, and Priority Queues
    21. Sets and Maps
    22. Developing Efficient Algorithms
    23. Sorting
    24. Implementing Lists, Stacks, Queues, and Priority Queues
    25. Binary Search Trees
    26. AVL Trees
    27. Hashing
    28. Graphs and Applications
    29. Weighted Graphs and Applications
    30. Aggregate Operations for Collection Streams


    Bonus Chapters 3144 are available from the Companion Website

  • Advanced JavaFX and FXML
  • Multithreading and Parallel Programming
  • Networking
  • Java Database Programming
  • Advanced Database Programming
  • Internationalization
  • Servlets
  • JavaServer Pages
  • JavaServer Faces
  • RMI
  • Web Services
  • 2-4 Trees and B-Trees
  • Red-Black Trees
  • Testing Using JUnit


  • Appendixes

    • A. Java Keywords and Reserved Words
    • B. The ASCII Character Set
    • C. Operator Precedence Chart
    • D. Java Modifiers
    • E. Special Floating-Point Values
    • F. Number Systems
    • G. Bitwise Operations
    • H. Regular Expressions
    • I. Enumerated Types
    • J. The Big-O, Big-Omega, and Big-Theta Notations
    Details
    Erscheinungsjahr: 2021
    Fachbereich: Programmiersprachen
    Genre: Informatik
    Rubrik: Naturwissenschaften & Technik
    Medium: Taschenbuch
    Seiten: 1240
    Inhalt: Kartoniert / Broschiert
    ISBN-13: 9781292402079
    ISBN-10: 1292402075
    Sprache: Englisch
    Einband: Kartoniert / Broschiert
    Autor: Liang, Y.
    Auflage: 12. Auflage
    Hersteller: Pearson
    Pearson Education Limited
    Maße: 253 x 203 x 43 mm
    Von/Mit: Y. Liang
    Erscheinungsdatum: 05.10.2021
    Gewicht: 2,244 kg
    preigu-id: 120413942
    Warnhinweis

    Ähnliche Produkte

    Ähnliche Produkte