Skip to main content

Shopping Cart

You're getting the VIP treatment!

Item(s) unavailable for purchase
Please review your cart. You can remove the unavailable item(s) now or we'll automatically remove it at Checkout.
itemsitem
itemsitem

Recommended For You

Loading...

Java eBooks

If you like Java eBooks, then you'll love these top picks.
Showing 289 - 312 of 1738 Results
Skip side bar filters
  • Java+OpenCV高效入门

    by 姚利民 ...
    OpenCV作为一个应用广泛的开源计算机视觉库,正在受到越来越多的关注。目前OpenCV的各类教程基本上以Python和C++为主,基于Java的OpenCV书籍则少之又少,本书旨在弥补这一空白。 本书共13章,前4章是基础部分,包括OpenCV概述和安装配置、数字图像基础及图像基础操作等内容;第5到11章则包括了图像的几何变换、图像平滑、形态学操作、直方图、边缘检测与轮廓、霍夫变换、特征点检测和匹配等进阶内容;第12~13章属于提高内容,主要介绍机器学习和视频跟踪技术。 本书以通俗易懂的语言,图文并茂的讲解力图使初学者能够快速高效入门。本书面向的读者是包括高校学生在内的各类初学者、研究计算机视觉的业余爱好者及需要快速上手的专业人员。 ... Read more

    $15.99 USD

  • Java Curso Práctico

    Este libro recoge conocimientos necesarios para desarrollar aplicaciones profesionales con Java, siendo necesaria como mínimo la versión 8 del JDK._x000D_ _x000D_ De forma práctica y didáctica se explican los conceptos de la programación y el diseño orientado a objetos, explicando a continuación cómo se aplica un enfoque moderno en el estudio de la estructuras de datos y el diseño de algoritmos, ... Read more

    $10.99 USD or Free with Kobo Plus

  • Java Professional Guide

    Learn The Secrets Of Java, Pass The Exam And Earn The Most Important World Wide Certification. Real Practice Test With Detailed Screenshots, Answers And Explanations

    by David Mayer ...
    Getting Java Certified is amazing for your career. Acquire the skills to pass the Java certification exam!Do you want to get certified as a Java professional?Do you want to succeed in Java certifications by your own?If you answered "yes" to any of these, then this is the perfect educational and informational book for you!Hello! Welcome to "Java Exams Study Guide".This book is designed to support ... Read more

    $10.99 USD or Free with Kobo Plus

  • Introducing Blockchain with Java

    Program, Implement, and Extend Blockchains with Java

    Series series Professional and Applied Computing (R0)
    Create your own crypto currency by implementing blockchain technology using Java. This step-by-step guide will teach you how to create a user interface using Java FX and implement SQLite DB using JDBC Driver for the blockchain.Introducing Blockchain with Java includes numerous exercises and test questions to help you solidify what you have learned as you progress through the book, and provides ... Read more

    $49.99 USD

  • Cryptography and Cryptanalysis in Java

    Creating and Programming Advanced Algorithms with Java SE 21 LTS and Jakarta EE 11

    Series series Professional and Applied Computing (R0)
    Here is your in-depth guide to cryptography and cryptanalysis in Java. This book includes challenging cryptographic solutions that are implemented in Java 21 and Jakarta EE 11. It provides a robust introduction to Java 21's new features and updates, a roadmap for Jakarta EE 11 security mechanisms, a unique presentation of the "hot points" (advantages and disadvantages) from the Java Cryptography ... Read more

    $49.99 USD

  • Ultimate ONNX for Deep Learning Optimization

    by Meet Patel ...
    Bringing Deep Learning Models to the Edge Efficiently Using ONNX.Key Features● Master end-to-end ONNX workflows from framework export models to edge deployment.● Hands-on optimization techniques like quantization, pruning and knowledge distillation forreal-world edge AI performance.● Production-grade case studies across vision, speech, and language models on edge devices.Book DescriptionONNX has ... Read more

    $19.99 USD or Free with Kobo Plus

  • Instant JRebel

    Filled with practical, step-by-step instructions and clear explanations for the most important and useful tasks. This book is an easy-to-follow guide full of hands-on examples of real-world Java development tasks. Each topic is explained and placed in context, and for the more inquisitive readers, there are more-in-depth details of the concepts used.If you have experience in Java desktop or web ... Read more

    $15.99 USD or Free with Kobo Plus

  • Groovy for Domain-Specific Languages, Second Edition

    Extend and enhance your Java applications with domain-specific scripting in Groovy

    by Fergal Dearle ...
    Extend and enhance your Java applications with domain-specific scripting in GroovyKey FeaturesBook DescriptionThe times when developing on the JVM meant you were a Java programmer have long passed. The JVM is now firmly established as a polyglot development environment with many projects opting for alternative development languages to Java such as Groovy, Scala, Clojure, and JRuby. In this ... Read more

    $37.99 USD or Free with Kobo Plus

  • Mastering GeoServer

    If you are a GIS professional who intends to explore advanced techniques and get more out of GeoServer deployment rather than simply delivering good looking maps, then this book is for you. ... Read more

    $27.99 USD or Free with Kobo Plus

  • Learning XNA 3.0

    XNA 3.0 Game Development for the PC, Xbox 360, and Zune

    by Aaron Reed ...
    Do you have what it takes to become a game developer? With this hands-on book, you'll learn quickly and easily how to develop computer games with Microsoft's XNA 3.0 framework-not just for your PC, but for Xbox 360 and the Microsoft Zune as well.Written by an experienced university-level game development instructor, Learning XNA 3.0 walks you through the framework in a clear and understandable ... Read more

    $20.99 USD

  • Java系统分析与架构设计

    《Java系统分析与架构设计》面向软件工程项目实战,内容按照软件项目的生命周期展开,分别为软件项目需求分析、软件项目架构设计(开发架构模式为主)、软件项目模块设计、软件项目的持久层设计(关系型物理表设计、Redis设计、MongoDB设计)、软件项目的部署等。   《Java系统分析与架构设计》共7章,第1章以大型企业项目“中国石油物资采购管理信息系统”为例,详细讲解需求分析技术,如流程图分解、UML用例图设计、UML状态图设计、概念模型分析等;第2章为“软件架构设计”,讲解架构设计五视图、Java EE架构模式、微服务架构模式、Dubbo 3架构模式、MOM架构模式等内容,同时结合大型分布式项目“电影院综合票务管理平台”进行详细的架构设计示范;第3章为“项目模块设计”,讲解UML类图、UML时序图设计方法,同时结合项目“新闻系统”与“物流管理系统”进行模块设计的项目实战示范;第4章为 ... Read more

    $15.99 USD

  • Les fondamentaux de Java et de l'objet - Avec formation vidéo

    by Michel Martin ...
    Ce manuel pratique est accompagné d'une formation vidéo très complète. Après l'avoir téléchargée sur votre ordinateur, vous pourrez visionner les vidéos dans votre navigateur Web autant de fois que vous le voulez.Très orienté pratique, ce manuel se divise en six parties :Partie 1 - Les bases du langage JavaDans cette partie, vous installerez l’environnement de développement Eclipse et vous ferez ... Read more

    $30.99 USD

  • Python for Beginners

    A Complete Guide to Learn the Fundamentals of Python and Start Programming Today!

    by MEGANE NOEL ...
    Series series Computer Programming
    Python is an interpreted, not compiled, high-level programming language. Apart from that, it is an object-oriented programming language that allows interaction between the developer and the Python interpreter. It is believed that this programming language was created between 1985 and 1990. This breakthrough is credited to Guido van Rossum.Python's source code, like that of the Perl programming ... Read more

    $6.99 USD or Free with Kobo Plus

  • Einstieg in Java und OOP

    Grundelemente, Objektorientierung, Design-Patterns und Aspektorientierung

    Series series Computer Science and Engineering (German Language)
    Der Autor schafft auf didaktisch kluge Weise einen Weg in die Welt der Objektorientierten Programmierung. Er beschreibt die entsprechenden Konzepte nicht einfach nur, sondern erklärt darüber hinaus auch Hintergründe und Zusammenhänge. Seinem Blick fürs Wesentliche kombiniert er mit einer lockeren Erzählweise.Lernen Sie die grundlegenden Konzepte der Programmierung mit Java kennen. Gewinnen Sie ... Read more

    $28.99 USD

  • JBoss: A Developer's Notebook

    There's nothing ordinary about JBoss. What began as an open source EJB container project six years ago has become a fully certified J2EE 1.4 application server with the largest market share, competitive with proprietary Java application servers in features and quality. And with its dynamic architecture, JBoss isn't just a J2EE server. You can alter the services to make J2EE work the way you want, ... Read more

    $20.99 USD

  • Kotlin for Java Developers

    Confidently transition from Java to Kotlin through hands-on examples and idiomatic Kotlin practices

    Written by José Dimas Luján Castillo and Ron Veen - seasoned developers with deep expertise in Java and Kotlin - this practical guide teaches Kotlin through side-by-side Java comparisons, real-world examples, and clear explanations of modern language features.Key FeaturesLearn Kotlin by drawing direct comparisons to core Java conceptsUnderstand null safety, coroutines, extension functions, and ... Read more

    $30.99 USD or Free with Kobo Plus

  • Java Interview Bootcamp

    by Sam Atkinson ...
    Find openings. Ace the interview. Land the job.You're here because you want a job as a Java dev. Getting a new job can be tricky, but it doesn't have to be. You're probably wondering: How do you find the job? Is your resume good enough? What kind of questions can you expect?This book explains the entire process from the moment you decide it's time for a new role. From writing your resume through ... Read more

    $30.00 USD or Free with Kobo Plus

  • BIRT

    A Field Guide to Reporting

    The world-wide developer community has downloaded over three million copies of BIRT (Business Intelligence and Reporting Tools) from the Eclipse web site. Built on the open-source Eclipse platform, BIRT is a powerful reporting system that provides an end-to-end solution, from creating and deploying reports to integrating report capabilities in enterprise applications.The first in a two-book series ... Read more

    $39.99 USD

  • MASTER REACT.JS PART 3

    by m.furqan riaz ...
    ReactJS is an open-source, component-based front end library responsible only for the view layer of the application. It is maintained by Facebook. React uses a declarative paradigm that makes it easier to reason about your application and aims to be both efficient and flexible.React JS is a javascript library originally developed by Facebook. It helps in building highly engaging single-page web ... Read more

    $3.99 USD or Free with Kobo Plus

  • Spring AI in Action

    by Craig Walls ...
    Use Spring AI to add generative AI features like virtual assistants, text summaries, and suggestions to your Java applications.No matter what kind of software you’re building, there’s a huge demand for AI features! Until recently, though, Java developers have had few good tools for adding AI features to existing and new applications. Spring AI, an exciting new extension for Spring and Spring Boot, ... Read more

    $43.99 USD

  • Mastering Spring Reactive Programming for High Performance Web Apps

    Master Reactive Programming: Build Solutions with Reactive SpringKey Features● Step-by-step approach to mastering Reactor and Spring WebFlux.● Practical projects to apply and reinforce reactive programming skills.● Real-world solutions for building scalable and efficient reactive systems.Book DescriptionMastering Spring Reactive Programming for High Performance Web Apps is a comprehensive guide ... Read more

    $21.99 USD or Free with Kobo Plus

  • Ultimate Azure IaaS for Infrastructure Management

    by Dean Cefola ...
    “Elevate Your Skills to Master The Cloud” Key Features ● Step-by-step guide and real-world scenarios to help readers confidently implement Azure IaaS solutions. ● Detailed explanations of Azure IaaS components like virtual machines, storage, and networks, offering a thorough understanding of each element in the cloud infrastructure. ● Insights into evolving cloud technologies to keep skills ... Read more

    $24.99 USD or Free with Kobo Plus

  • Hello, Android

    Introducing Google's Mobile Development Platform

    by Ed Burnette ...
    Google Android dominates the mobile market, and by targeting Android, your apps can run on most of the phones and tablets in the world. This new fourth edition of the #1 book for learning Android covers all modern Android versions from Android 4.1 through Android 5.0. Freshly added material covers new Android features such as Fragments and Google Play Services. Android is a platform you can't ... Read more

    $22.99 USD