Skip to main content

Indkøbskurv

Du får VIP-behandling!

Vare(r) ikke tilgængelig til køb
Gennemgå din indkøbskurv. Du kan fjerne de(n) tilgængelige vare(r) nu, ellers fjerner vi det automatisk ved kassen.
varervare
varervare

Anbefalet til dig

Loading...

Programmering e-bøger

Hvis du kan lide Programmering e-bøger, så vil du elske disse fremragende valg.
Viser 2281 - 2304 af 7099 resultater
Skip side bar filters
  • Guide to HTML, JavaScript and PHP

    For Scientists and Engineers

    Serier serie Computer Science (R0)
    This book enables readers to quickly develop a working knowledge of HTML, JavaScript and PHP. The text emphasizes a hands-on approach to learning and makes extensive use of examples. A detailed science, engineering, or mathematics background is not required to understand the material, making the book ideally suitable for self-study or an introductory course in programming. Features: describes the ... Læs mere

    546,36 kr.

  • Beginning Ruby 3

    From Beginner to Pro

    Serier serie Professional and Applied Computing (R0)
    Learn the principles behind object-oriented programming in Ruby and within a few chapters create a fully functional Ruby 3-based application. You'll gain a basic understanding of many ancillary technologies such as databases, XML, web frameworks, and networking - some of which will be needed for your first Ruby application. Based on the bestselling first and second editions, Beginning Ruby 3, 4th ... Læs mere

    494,86 kr.

  • Interactive Decision Aids in E-Commerce

    Serier serie Computer Science (R0)
    This book gives recommendations on which interactive decision aids to offer in webstores. Interactive decision aids are tools that help online shoppers to compare and evaluate product information. Consumers can, for instance, exclude products that do not meet certain criteria, they can highlight certain information or they can assign ratings of different kinds. Interactive decision aids are ... Læs mere

    756,49 kr.

  • Windows 10 Development Recipes

    A Problem-Solution Approach in HTML and JavaScript

    Serier serie Professional and Applied Computing (R0)
    This book is a practical guide to solving the everyday problems encountered when building apps for Windows 10 devices, including desktops, laptops, tablets, and phones, using HTML5, CSS3 and JavaScript.Each recipe includes a concise statement of the problem and the approach you should take in order to solve it. A full code solution is also given, along with an in-depth explanation, so you can ... Læs mere

    336,24 kr.

  • Practical Android

    14 Complete Projects on Advanced Techniques and Approaches

    af Mark Wickham ...
    Serier serie Professional and Applied Computing (R0)
    Choose the best approach for your app and implement your solution quickly by leveraging complete projects. This book is a collection of practical projects that use advanced Android techniques and approaches, written by Android instructor Mark Wickham. Mark has taught a series of popular classes at Android development conferences since 2013 and Practical Android covers content from his most popular ... Læs mere

    416,24 kr.

  • Orchestrating Human-Centered Design

    af Guy Boy ...
    Serier serie Computer Science (R0)
    The time has come to move into a more humanistic approach of technology and to understand where our world is moving to in the early twenty-first century. The design and development of our future products needs to be orchestrated, whether they be conceptual, technical or organizational. Orchestrating Human-Centered Design presents an Orchestra model that attempts to articulate technology, ... Læs mere

    420,24 kr.

  • Practical Concurrent Haskell

    With Big Data Applications

    Serier serie Professional and Applied Computing (R0)
    Learn to use the APIs and frameworks for parallel and concurrent applications in Haskell. This book will show you how to exploit multicore processors with the help of parallelism in order to increase the performance of your applications.Practical Concurrent Haskell teaches you how concurrency enables you to write programs using threads for multiple interactions. After accomplishing this, you will ... Læs mere

    494,86 kr.

  • Interactivity, Collaboration, and Authoring in Social Media

    Serier serie Computer Science (R0)
    This book includes a short history of interactive narrative and an account of a small group collaboratively authored social media narrative: Romeo and Juliet on Facebook: After Love Comes Destruction.At the forefront of narrative innovation are social media channels – speculative spaces for creating and experiencing stories that are interactive and collaborative. Media, however, is only the access ... Læs mere

    420,24 kr.

  • Emotional Engineering Volume 4

    Redigeret af Shuichi Fukuda ...
    Serier serie Engineering (R0)
    This book describes the important role of emotion in a hyper-connected society and how product development and manufacture change. It explores how our work and lifestyle may be affected by forthcoming technologies and presents key research on multisensory informatics, one of the most important tools for making the most of emotion.This fourth volume of the Emotional Engineering Series focuses on ... Læs mere

    756,49 kr.

  • AI Productivity Blueprint: 10X Your Work Using ChatGPT and Modern AI Tools

    af Vynorite ...
    Unlock the Power of Artificial Intelligence to Work Smarter, Learn Faster, and Create More.Artificial Intelligence is no longer a futuristic concept—it is a powerful tool that anyone can use today. The AI Productivity Guide is a simple and practical handbook designed to help beginners understand how AI can improve daily productivity, learning, and creativity.Whether you are a student, professional ... Læs mere

    18,80 kr. eller Gratis med Kobo Plus

  • Inteligência artificial aplicada à cibersegurança

    Este trabalho tem como principal objetivo analisar o atual cenário de inteligência artificial aplicada dentro de sistemas de informação para áreas de segurança da informação. A análise tem como base relatórios anuais de cibersegurança, disponibilizados online ou cedidos através de terceiros, e também serão utilizados artigos científicos publicados e artigos advindos da internet para citar as ... Læs mere

    68,49 kr. eller Gratis med Kobo Plus

  • Modern Programming Made Easy

    Using Java, Scala, Groovy, and JavaScript

    af Adam L. Davis ...
    Serier serie Professional and Applied Computing (R0)
    Get up and running fast with the basics of programming using Java as an example language. This short book gets you thinking like a programmer in an easy and entertaining way. Modern Programming Made Easy teaches you basic coding principles, including working with lists, sets, arrays, and maps; coding in the object-oriented style; and writing a web application.This book is largely language agnostic ... Læs mere

    290,61 kr.

  • Java XML and JSON

    af JEFF FRIESEN ...
    Serier serie Professional and Applied Computing (R0)
    Java XML and JSON is your one-stop guide to mastering the XML metalanguage and JSON data format along with significant Java APIs for parsing and creating XML/JSON documents (and more). The first six chapters focus on XML along with the SAX, DOM, StAX, XPath, and XSLT APIs. The remaining four chapters focus on JSON along with the mJson, GSON, and JsonPath APIs.Each chapter ends with select ... Læs mere

    290,61 kr.

  • Functional Programming in R

    Advanced Statistical Programming for Data Science, Analysis and Finance

    Serier serie Professional and Applied Computing (R0)
    Master functions and discover how to write functional programs in R. In this concise book, you'll make your functions pure by avoiding side-effects; you’ll write functions that manipulate other functions, and you’ll construct complex functions using simpler functions as building blocks.In Functional Programming in R, you’ll see how we can replace loops, which can have side-effects, with recursive ... Læs mere

    369,24 kr.

  • Selenium WebDriver Recipes in C#

    Second Edition

    af Zhimin Zhan ...
    Serier serie Professional and Applied Computing (R0)
    Solve your Selenium WebDriver problems with this quick guide to automated testing of web applications with Selenium WebDriver in C#. Selenium WebDriver Recipes in C#, Second Edition contains hundreds of solutions to real-world problems, with clear explanations and ready-to-run Selenium test scripts that you can use in your own projects.You'll learn:How to locate web elements and test functions for ... Læs mere

    447,74 kr.

  • Practical MATLAB Modeling with Simulink

    Programming and Simulating Ordinary and Partial Differential Equations

    Serier serie Professional and Applied Computing (R0)
    Employ the essential and hands-on tools and functions of MATLAB's ordinary differential equation (ODE) and partial differential equation (PDE) packages, which are explained and demonstrated via interactive examples and case studies. This book contains dozens of simulations and solved problems via m-files/scripts and Simulink models which help you to learn programming and modeling of more difficult ... Læs mere

    526,36 kr.

  • Cyber Defense in the Age of AI : AI vs. Cybersecurity

    af Priyank ...
    The study explores the intricate legal and ethical challenges posed by AI-driven cyber-attacks. It emphasizes the necessity for global cooperation and adherence to regulations. Key issues include privacy, intellectual property rights, liability, and the need for international laws addressing AI capabilities in cyber warfare. The rise of AI-enhanced threats, such as social engineering and deepfakes ... Læs mere

    21,95 kr. eller Gratis med Kobo Plus

  • SQL Server T-SQL Recipes

    Serier serie Professional and Applied Computing (R0)
    SQL Server T-SQL Recipes is an example-based guide to the Transact-SQL language that is at the core of SQL Server. This edition has been lightly updated for SQL Server 2014 and provides ready-to-implement solutions to common programming and database administration tasks. Learn to create databases, create in-memory tables and stored procedures, insert and update data, generate reports, secure your ... Læs mere

    785,61 kr.

  • DevOps for Azure Applications

    Deploy Web Applications on Azure

    Serier serie Professional and Applied Computing (R0)
    Deploy web applications on Azure using DevOps tools. This book gives solutions to real-world Cloud deployment scenarios which will enable you to become adept in DevOps work for Azure.You'll start by seeing an overview of DevOps for Azure deployments where you will also survey the available tools, including Octopus Deploy and TeamCity. Here, you will learn how to use TeamCity as a CI tool and ... Læs mere

    290,61 kr.

  • Leading Enterprise AI Programs

    Optimize AI Teams for Value Creation

    Companies everywhere are investing significant resources into building AI products and services that they hope will transform their business. To deliver real results, AI and data leaders need to build a strong business-oriented enterprise AI program.Leading Enterprise AI Programs is an essential guide to establishing and directing an agile, ethical and business-focussed AI strategy and program for ... Læs mere

    318,61 kr.

  • Learn PHP 7

    Object Oriented Modular Programming using HTML5, CSS3, JavaScript, XML, JSON, and MySQL

    Serier serie Professional and Applied Computing (R0)
    This new book on PHP 7 introduces writing solid, secure, object-oriented code in the new PHP 7: you will create a complete three-tier application using a natural process of building and testing modules within each tier. This practical approach teaches you about app development and introduces PHP features when they are actually needed rather than providing you with abstract theory and contrived ... Læs mere

    369,24 kr.

  • Modern Data Protection

    Give your organization the data protection it deserves without the uncertainty and cost overruns experienced by your predecessors or other companies. System and network administrators have their work cut out for them to protect physical and virtual machines in the data center and the cloud; mobile devices including laptops and tablets; SaaS services like Microsoft 365, Google Workspace, and ... Læs mere

    322,61 kr.

  • Machines in Minds

    Expressing Digital Rationality within the Space of Reasons

    af Yaoli Du ...
    Serier serie Philosophy and Religion (R0)
    This book offers a novel and systematic inquiry into the deep connection between AI and rational agency. By linking the inferentialist approach to the mind with current discussions about semantic technologies and AI, it describes a normative shift for understanding how machines and minds stand in relation to each other. It reveals why this shift is necessary for achieving AI by tracing the key ... Læs mere

    1.008,61 kr.

  • Translation 4.0

    Dolmetschen und Uebersetzen im Zeitalter der Digitalisierung

    Serier Bog 21 - Leipziger Studien zur angewandten Linguistik und Translatologie
    Die Entwicklung digitaler Möglichkeiten führt zu neuen Translationsformen. Sie verlangt eine Überprüfung von Ansätzen und Theorien und schafft neue Möglichkeiten für (sprachvergleichende) theoretische und korpusbasierte Studien. Die Beiträge dieses Bandes gehen den Auswirkungen der technischen Veränderungen auf die Translation selbst sowie auf die sich stetig verändernden bzw. erweiternden ... Læs mere

    705,36 kr.