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 73 - 96 af 10196 resultater
Skip side bar filters
  • Mastering IBM CMOD for RedHat Linux and Windows 11 Servers

    Effortlessly Streamline Your Content Management by Deploying IBM CMOD with IBM Content Navigator and Filenet Fixed Content Device for Red Hat Linux and Windows Platforms (English Edition)

    Instructions for downloading, installing, and upgrading IBM CMODBook DescriptionResearch shows that organizations using robust content management systems can reduce operational costs by up to 30% and improve data retrieval times by over 50%. IBM CMOD, utilized by thousands globally, connects millions of users daily, empowering them to create tailored solutions through customizable parameters ... Læs mere

    186,36 kr. eller Gratis med Kobo Plus

  • Visual Information Retrieval using Java and LIRE

    Serier serie Synthesis Lectures on Information Concepts, Retrieval, and Services
    Visual information retrieval (VIR) is an active and vibrant research area, which attempts at providing means for organizing, indexing, annotating, and retrieving visual information (images and videos) from large, unstructured repositories. The goal of VIR is to retrieve matches ranked by their relevance to a given query, which is often expressed as an example image and/or a series of keywords. ... Læs mere

    226,49 kr.

  • Ultimate Java for Data Analytics and Machine Learning

    Unlock Java's Ecosystem for Data Analysis and Machine Learning Using WEKA, JavaML, JFreeChart, and Deeplearning4j (English Edition)

    Empower Your Data Insights with Java's Top Tools and Frameworks.Book DescriptionThis book is a comprehensive guide to data analysis using Java. It starts with the fundamentals, covering the purpose of data analysis, different data types and structures, and how to pre-process datasets. It then introduces popular Java libraries like WEKA and Rapidminer for efficient data analysis.The middle section ... Læs mere

    223,74 kr. eller Gratis med Kobo Plus

  • Essential PHP Security

    A Guide to Building Secure Web Applications

    Being highly flexible in building dynamic, database-driven web applications makes the PHP programming language one of the most popular web development tools in use today. It also works beautifully with other open source tools, such as the MySQL database and the Apache web server. However, as more web sites are developed in PHP, they become targets for malicious attackers, and developers need to ... Læs mere

    135,86 kr.

  • Web Audio API

    Learn how to process audio in your website with HTML5 and JavaScript

    af J.D Gauchat ...
    Learn how to create an audio system for a web site or a web application. After reading this guide, you will know how to create audio nodes to play audio, how to connect them to filter the source and add effects, how to mix multiple sources, how to create 3D sounds for 3D video games or applications, and how to analyze the audio signal.Table of ContentsWEB AUDIO APIAudio StructureAudio ContextAudio ... Læs mere

    22,59 kr.

  • 在最好的年纪学Python——小学生趣味编程

    本书是一本难度适当、易学易懂的小学生Python启蒙教材,用贴近孩子的语言,通过多个简单、有趣的编程案例,激发孩子学习和探索科技的兴趣。本书以程序为中心,适当弱化语法。本书共11章,涵盖Python输入输出、数据类型、选择循环基本结构、函数、面向对象编程、海龟绘图、二进制和GUI编程等,内容丰富全面,每章末尾配有单词表和思考题,帮助读者巩固所学知识和技能。 本书适合任何想要通过Python学习编程的读者,尤其适合学生、老师、家长,以及想要理解计算机编程基础知识的未成年人阅读学习。 ... Læs mere

    71,90 kr.

  • Teach Yourself VISUALLY Python

    Serier serie Teach Yourself VISUALLY (Tech)
    A simple, straightforward, and hands-on roadmap to the world of computer programming with PythonTeach Yourself VISUALLY: Python is your personal guide to getting you started in programming. As one of the world's most popular—and most accessible—coding languages, Python is your gateway into the wide and wonderful world of computer science. This hands-on guide walks you through Python step by ... Læs mere

    169,86 kr.

  • The Expert Beginner

    af Erik Dietrich ...
    What happens when a software engineer, after deciding that there’s nothing left to learn, is placed in a position of power? In The Expert Beginner, Dietrich traces the path of this programmer from rise to inevitable downfall. The author describes the development of the expert beginner’s mindset, explaining how one might believe in the achievement of total mastery while faced with evidence to the ... Læs mere

    39,22 kr.

  • Rust Brain Teasers

    Exercise Your Mind

    The Rust programming language is consistent and does its best to avoid surprising the programmer. Like all languages, though, Rust still has its quirks. But these quirks present a teaching opportunity. In this book, you'll work through a series of brain teasers that will challenge your understanding of Rust. By understanding the gaps in your knowledge, you can become better at what you do and ... Læs mere

    102,86 kr.

  • HTML5 Security

    Serier Bog 17 - shortcuts
    HTML5 ist nicht nur die neueste Version von HTML, sondern umfasst auch CSS und eine Vielzahl von JavaScript-APIs. Damit lassen sich sehr mächtige Webclients entwickeln, aber auch Cyberkriminelle profitieren von den neuen Möglichkeiten. Egal ob Cross Origin Requests, WebSockets oder WebSQL-Datenbank, ob Session oder Local Storage, alle neuen Funktionen erlauben auch neue Angriffe auf und über sie. ... Læs mere

    35,00 kr. eller Gratis med Kobo Plus

  • Python Made Simple

    af Beri Rydhm ...
    Take tiny steps to enter the big world of data science through this interesting guideKey features Acquire basic concepts related to python programming Understand the core functionalities of Python Programming Provide the information regarding idle IDE Computational Problem solving in Python Object oriented concepts in Python Database connectivity with Python Description In the last few years, ... Læs mere

    122,24 kr.

  • Java多线程并发体系实战(微课视频版)

    af 刘宁萌 ...
    本书全面、系统地介绍了Java多线程相关的核心知识点,把官方多线程的核心知识点用链路的方式讲解清楚。读者在学习的过程中需要循序渐进,核心知识点的理解是很重要的。由核心知识点扩展开来就可以形成万物。学习和创造希望读者在此过程中能拥有自已的成长和思维。 全书共分为10章。第1~3章介绍了线程的核心知识点,第4章讲解线程局部变量,第5章介绍Lock锁,第6章讲解原子包,第7章介绍阻塞队列,第8章介绍线程池,第9章讲解线程同步器,第10章是AQS源代码分析。 本书每个章节都有相对应的代码验证环节,提供大量应用实例,每章节均附有习题。 本书适合有一定的Java基础知识,包括语法、结构、面像对象的编程概念。**还有一定的并发编程基础的读者阅读。也可作为计算机相关专业的学习用书和参考教材,以及Java软件开发者的自学用书和研究人员的参考用书。 ... Læs mere

    94,94 kr.

  • B4A en Español

    Desarrollo Rápido de App utilizando BASIC

    Android es el sistema operativo móvil más utilizado del mundo y B4A es la herramienta de desarrollo de aplicaciones más rápida y sencilla, que permite a los principiantes crear potentes aplicaciones Android utilizando el lenguaje BASIC, de fácil aprendizaje.Este libro recoge la versión 8.80 de B4A. Comienza con guías paso a paso para principiantes que explican cómo instalar B4A, utilizar el editor ... Læs mere

    141,86 kr.

  • The Art of Concurrency

    A Thread Monkey's Guide to Writing Parallel Applications

    If you're looking to take full advantage of multi-core processors with concurrent programming, this practical book provides the knowledge and hands-on experience you need. The Art of Concurrency is one of the few resources to focus on implementing algorithms in the shared-memory model of multi-core processors, rather than just theoretical models or distributed-memory architectures. The book ... Læs mere

    203,74 kr.

  • JavaScript für Java-Entwickler

    Serier Bog 62 - schnell + kompakt
    Das Buch "JavaScript für Java-Entwickler" führt anhand von vielen Codebeispielen in die Grundlagen der Programmiersprache JavaScript ein. Dabei wird besonders auf Patterns eingegangen, die die Entwicklung mit JavaScript im größeren Rahmen ermöglichen. Diese Auflage enthält nun auch die wichtigsten Neuerungen der Sprache in ihrer Version ECMAScript 2015. In einem zusätzlichen Kapitel werden zudem ... Læs mere

    75,00 kr. eller Gratis med Kobo Plus

  • Refatorando com padrões de projeto

    Um guia em Ruby

    A comunidade Ruby é famosa por advogar em favor da qualidade de código e refatoração segue sendo um assunto relevante e pertinente tanto para novos profissionais como para quem já sabe do que se trata: melhorar o design existente, aplicar mudanças em pequenos passos e evitar deixar o sistema quebrado. Ao aplicar refatorações, existem várias técnicas que podem ajudar para alcançar a melhoria ... Læs mere

    Før 69,00 kr. Nu 59,00 kr. eller Gratis med Kobo Plus

  • Full Stack JavaScript Strategies

    The Hidden Parts Every Mid-Level Developer Needs to Know

    As a working software developer, you know how to complete your tasks with solid code, whether it's on the frontend or backend. Now you're ready to move to the next level in your career, and you need to understand the subtle yet deep skills it takes to become a senior developer. This practical book shows you everything it takes to create a full-stack web application hosted on a cloud platform ... Læs mere

    322,61 kr.

  • Playful Python Projects

    Modeling and Animation

    This book aims to take beginner and intermediate programming hobbyists to the next level by challenging them with exciting bite-size projects rooted in actual scientific and engineering problems.Each chapter introduces a set of simple techniques and shows a variety of situations where they can be applied. The main feature of the book is the choice of topics that are designed to be both ... Læs mere

    547,07 kr.

  • Programming PyTorch for Deep Learning

    Creating and Deploying Deep Learning Applications

    af Ian Pointer ...
    Take the next steps toward mastering deep learning, the machine learning method that’s transforming the world around us by the second. In this practical book, you’ll get up to speed on key ideas using Facebook’s open source PyTorch framework and gain the latest skills you need to create your very own neural networks.Ian Pointer shows you how to set up PyTorch on a cloud-based environment, then ... Læs mere

    271,61 kr.

  • Learning OpenCV

    Computer Vision with the OpenCV Library

    "This library is useful for practitioners, and is an excellent tool for those entering the field: it is a set of computer vision algorithms that work as advertised."-William T. Freeman, Computer Science and Artificial Intelligence Laboratory, Massachusetts Institute of TechnologyLearning OpenCV puts you in the middle of the rapidly expanding field of computer vision. Written by the creators of the ... Læs mere

    226,36 kr.

  • Ultimate Cyberwarfare for Evasive Cyber Tactics

    af Chang Tan ...
    Attackers have to be only right once, but just one mistake will permanently undo them.Key Features● Explore the nuances of strategic offensive and defensive cyber operations, mastering the art of digital warfare.● Develop and deploy advanced evasive techniques, creating and implementing implants on even the most secure systems.● Achieve operational security excellence by safeguarding secrets, ... Læs mere

    7,78 kr.

  • Ultimate Python for Fintech Solutions

    Build Modern Financial Applications and Fintech Solutions Using Finance Packages and Blockchain with Python (English Edition)

    Creating Next Gen Apps in FinanceKey Features● Master the Python libraries and packages essential for financial applications, enabling robust development.● Utilize Python for developing applications that process financial information, visualize data in diverse formats, and create insightful representations.● Derive analytical insights from mathematical models integrated into Python applications ... Læs mere

    196,12 kr. eller Gratis med Kobo Plus

  • D3.js: Cutting-edge Data Visualization

    Turn your raw data into real knowledge by creating and deploying complex data visualizations with D3.jsAbout This BookUnderstand how to best represent your data by developing the right kind of visualizationExplore the concepts of D3.js through examples that enable you to quickly create visualizations including charts, network diagrams, and mapsGet practical examples of visualizations using real ... Læs mere

    538,86 kr. eller Gratis med Kobo Plus

  • WebSocket

    Lightweight Client-Server Communications

    Until recently, creating desktop-like applications in the browser meant using inefficient Ajax or Comet technologies to communicate with the server. With this practical guide, you’ll learn how to use WebSocket, a protocol that enables the client and server to communicate with each other on a single connection simultaneously. No more asynchronous communication or long polling!For developers with a ... Læs mere

    124,49 kr.