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...

Programmeringssprog e-bøger

Hvis du kan lide Programmeringssprog e-bøger, så vil du elske disse fremragende valg.
Viser 1945 - 1968 af 10650 resultater
Skip side bar filters
  • How to Reduce the Cost of Software Testing

    Redigeret af Matthew Heusser, Govind Kulkarni ...
    Plenty of software testing books tell you how to test well; this one tells you how to do it while decreasing your testing budget. A series of essays written by some of the leading minds in software testing, How to Reduce the Cost of Software Testing provides tips, tactics, and techniques to help readers accelerate the testing process, improve the performance of the test teams, and lower costs.The ... Læs mere

    802,46 kr.

  • Programming the Parallel Port

    Interfacing the PC for Data Acquisition and Process Control

    Why purchase expensive add-on cards or bus interfaces when you can develop effective and economical data acquisition and process controls using C programs? Using the under-employed printer adapter (that is, the parallel port of your PC), you can turn your computer into a powerful tool for developing microprocessor applications. Learn how to build a ... Læs mere

    695,45 kr.

  • Web Storage API

    Learn how to store data from your website with JavaScript

    af J.D Gauchat ...
    Learn how to use the Web Storage API to store information on the user's computer. After reading this guide, you will know how to define a temporary or permanent storage space for your website, and how to store and retrieve data.Table of ContentsWEB STORAGE APIStorage SystemsSession StorageStoring DataReading DataDeleting DataLocal StorageStorage EventQUICK REFERENCEStorageEventThis guide assumes . ... Læs mere

    15,05 kr. eller Gratis med Kobo Plus

  • Video and Audio for the Web

    Learn how to play video and audio in your website with HTML5 and JavaScript

    af J.D Gauchat ...
    Learn how to include video and audio on your website. After reading this guide, you will know how to load a media file, how to add subtitles, and how to access the camera and the microphone to include live video in your documents.Table of ContentsMEDIAVideoVideo FormatsAudioMEDIA APIVideo PlayerClosed CaptioningTEXTTRACK APIReading TracksReading CuesAdding TracksSTREAM APICapturing Media<... ... Læs mere

    22,58 kr. eller Gratis med Kobo Plus

  • Responsive Web Design

    Learn how to adapt your website for mobile devices with HTML5, CSS3 and JavaScript

    af J.D Gauchat ...
    Learn how to design your website for mobile devices. After reading this guide, you will know how to design your website with fixed and flexible layouts, and how to adapt the design to the size of the screen with Responsive Web Design.Table of ContentsWEB DESIGNBoxesDisplayTraditional Box ModelFloating ContentFloating BoxesAbsolute PositioningColumnsReal-life ApplicationFlexible Box ModelFlex ... Læs mere

    22,58 kr. eller Gratis med Kobo Plus

  • Introduction to Swift 5.7

    Quick Guides for Masterminds

    af J.D Gauchat ...
    Quick Guides for Masterminds are excerpts from our best-selling books SwiftUI for Masterminds, UIKit for Masterminds, and HTML5 for Masterminds, providing a cost-effective alternative to getting the information you need.DescriptionWith this guide, you will learn how to program in Swift 5.7 and how to implement Swift concurrency.After reading this guide, you will know how to program in Swift, how ... Læs mere

    Før 33,50 kr. Nu 28,89 kr. eller Gratis med Kobo Plus

  • SwiftUI Framework

    Quick Guides for Masterminds

    af J.D Gauchat ...
    Quick Guides for Masterminds are excerpts from our best-selling books SwiftUI for Masterminds, UIKit for Masterminds, and HTML5 for Masterminds, providing a cost-effective alternative to getting the information you need.DescriptionWith this guide, you will learn how to create user interfaces using SwiftUI.After reading this guide, you will know how to define views with SwiftUI, how to keep the ... Læs mere

    Før 40,22 kr. Nu 34,68 kr. eller Gratis med Kobo Plus

  • Designing and Developing Robust Instructional Apps

    Designing and Developing Robust Instructional Apps advances the state of instructional app development using three learning paradigms for building knowledge foundations, problem-solving, and experimentation. Drawing on research and development lessons gleaned from noted educational technologists, time-tested systematic instructional design processes, and results from user experience design, the ... Læs mere

    470,73 kr.

  • Python Standard Library by Example, The

    af Doug Hellmann ...
    Serier serie Developer's Library
    “Hellmann’s writing has become an indispensable resource for me and many others as it fills a critical gap in Python Documentation with examples.”— Jesse Noller, Python Core Developer and PSF Board MemberMaster the Powerful Python Standard Library through Real Code ExamplesThe Python Standard Library contains hundreds of modules for interacting with the operating system, interpreter, and Internet ... Læs mere

    390,74 kr.

  • Java Concurrency in Practice

    Threads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-performance applications. Java SE 5 and 6 are a huge step forward for the development of concurrent applications, with improvements to the Java Virtual Machine to support high-performance, highly scalable concurrent classes and a rich set ... Læs mere

    361,99 kr.

  • PHP and MySQL for Dynamic Web Sites

    Visual QuickPro Guide

    af Larry Ullman ...
    Learn PHP and MySQL programming— the quick and easy way!Easy visual approach uses demonstrations and real-world examples to guide you step by step through advanced techniques for dynamic Web development using PHP and MySQL.• Concise steps and explanations let you get up and running in no time.• Essential reference guide keeps you coming back again and again.• Whether you’re new to programming or ... Læs mere

    301,74 kr.

  • Effective Objective-C 2.0

    52 Specific Ways to Improve Your iOS and OS X Programs

    af Matt Galloway ...
    Serier serie Effective Software Development Series
    Write Truly Great iOS and OS X Code with Objective-C 2.0!Effective Objective-C 2.0 will help you harness all of Objective-C’s expressive power to write OS X or iOS code that works superbly well in production environments. Using the concise, scenario-driven style pioneered in Scott Meyers’ best-selling Effective C++, Matt Galloway brings together 52 Objective-C best practices, tips, shortcuts, and ... Læs mere

    289,74 kr.

  • Effective STL

    50 Specific Ways to Improve Your Use of the Standard Template Library

    af Scott Meyers ...
    Serier serie Addison-Wesley Professional Computing Series
    “This is Effective C++ volume three – it’s really that good.”– Herb Sutter, independent consultant and secretary of the ISO/ANSI C++ standards committee“There are very few books which all C++ programmers must have. Add Effective STL to that list.”– Thomas Becker, Senior Software Engineer, Zephyr Associates, Inc., and columnist, C/C++ Users JournalC++’s Standard Template L... ... Læs mere

    265,49 kr.

  • Algorithm Design Practice for Collegiate Programming Contests and Education

    This book can be used as an experiment and reference book for algorithm design courses, as well as a training manual for programming contests. It contains 247 problems selected from ACM-ICPC programming contests and other programming contests. There's detailed analysis for each problem. All problems, and test datum for most of problems will be provided online. The content will follow usual ... Læs mere

    1.176,99 kr.

  • Python for Programmers

    The professional programmer’s Deitel® guide to Python® with introductory artificial intelligence case studiesWritten for programmers with a background in another high-level language, Python for Programmers uses hands-on instruction to teach today’s most compelling, leading-edge computing technologies and programming in Python–one of the world’s most popular and fastest-growing languages. Please ... Læs mere

    459,65 kr.

  • Arduino Robotic Projects

    This book is for anyone who has been curious about using Arduino to create robotic projects that were previously the domain of research labs of major universities or defense departments. Some programming background is useful, but if you know how to use a PC, you can, with the aid of the step-by-step instructions in this book, construct complex robotic projects that can roll, walk, swim, or fly. ... Læs mere

    278,99 kr. eller Gratis med Kobo Plus

  • Cilium: Architecture, Networking, and Security in Kubernetes

    Definitive Reference for Developers and Engineers

    "Cilium: Architecture, Networking, and Security in Kubernetes""Cilium: Architecture, Networking, and Security in Kubernetes" is a comprehensive and authoritative guide to modern cloud-native networking. Bridging the gap between foundational eBPF concepts and production-grade Kubernetes deployments, this book demystifies the architecture, operational models, and security frameworks that make Cilium ... Læs mere

    64,93 kr. eller Gratis med Kobo Plus

  • Patterns for Performance and Operability

    Building and Testing Enterprise Software

    Applications that work perfectly in controlled settings often fail in production environments, impacting business operations. This book explores a frequently overlooked aspect of software development: non-functional design and testing. In the real world, hostile production conditions and changing business usage can lead to unforeseen downtime or unacceptable system performance. Written by ... Læs mere

    1.037,88 kr.

  • Advanced SQL Performance Tuning

    Optimize Your Database Workloads

    "Advanced SQL Performance Tuning: Optimize Your Database Workloads" is a meticulously crafted guide that delves into the intricacies of SQL database optimization, aiming to equip database professionals with the strategies and insights needed to enhance system performance. Through a blend of foundational knowledge and advanced techniques, this book unravels the complexities of database architecture ... Læs mere

    64,55 kr. eller Gratis med Kobo Plus

  • Java Made Simple

    af P K Mcbride ...
    Java is a programming language designed for use on networks, in particular the Internet, and can also be used to write full-scale applications. It is based upon C++ and is very similar in its style and structure. Java Made Simple 2nd edition concentrates on getting the reader started and assumes no prior programming knowledge. Once the essentials have been mastered, it provides the confidence to ... Læs mere

    363,72 kr.

  • Maschinelles Lernen - Grundlagen und Anwendungen

    Mit Beispielen in Python

    af Benny Botsch ...
    Serier serie Life Science and Basic Disciplines (German Language)
    In diesem Fachbuch werden vorwiegend die Grundlagen des Maschinellen Lernens erläutert. Die Hauptthemen sind die mathematischen Grundlagen, Optimierungsmethoden und die ML-Algorithmen. Es wird zu jedem Kapitel mindestens eine Beispiel-Übung durchgeführt. Die Übungen könnten durch Python-Code ergänzt werden. Zusätzlich werden Aufgabenstellungen definiert, dies dient der Festigung des in dem ... Læs mere

    348,95 kr.

  • Algorithms and Data Structures in C++

    af Alan Parker ...
    Serier serie Computer Science & Engineering
    Algorithms and Data Structures in C++ introduces modern issues in the theory of algorithms, emphasizing complexity, graphs, parallel processing, and visualization. To accomplish this, the book uses an appropriate subset of frequently utilized and representative algorithms and applications in order to demonstrate the unique and modern aspects of the C++ programming language. What makes this book so ... Læs mere

    1.059,28 kr.

  • XBee IEEE 802.15.4 Programming

    IEEE 802.15.4 is a standard protocol to build WPAN network. This book helps you how to get started with IEEE 802.15.4 programming through XBee IEEE 802.15.4 device. Sample codes are given to illustrate how to work with XBee. The following is a highlight topic list in this book.* Preparing Development Environment* Getting started with XBee IEEE 802.15.4* XBee AT Command* XBee Programming using ... Læs mere

    21,96 kr.

  • Backbone.js Programming By Example

    This book is a practical guide to Backbone.js programming and provides how to integrate with several web technology such as HTML5, Bootstrap CSS, RequireJS, PHP, Node.js and Socket.io. It describes all the elements of the Backbone API and illustrates their use with code examples. The following is a list of highlight topics:* Preparing development environment* Model, View, and Collection* Events ... Læs mere

    21,96 kr.