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 1897 - 1920 af 10651 resultater
Skip side bar filters
  • Data Science from Scratch

    First Principles with Python

    af Joel Grus ...
    Data science libraries, frameworks, modules, and toolkits are great for doing data science, but they’re also a good way to dive into the discipline without actually understanding data science. With this updated second edition, you’ll learn how many of the most fundamental data science tools and algorithms work by implementing them from scratch.If you have an aptitude for mathematics and some ... Læs mere

    307,74 kr.

  • Angular Projects

    Learn Angular by building 10 real-world, enterprise web apps and projects

    Explore Angular's latest features, from signals and standalone components to SSR, SSG, AI tooling, and production-ready UI and data patterns, so you finish with skills and a portfolio that work on the jobKey FeaturesMaster a suite of hands-on solutions and leave with a hiring-ready portfolio that proves job-ready skillsDeliver fast and ship with confidence; from SSR/SSG to performance gains and ... Læs mere

    294,99 kr. eller Gratis med Kobo Plus

  • L'IA en pratique avec Python

    Inclus : technologies LLM et RAG

    Serier serie Blanche
    Recherche, optimisation, apprentissageCes trois mots reviennent sans cesse en intelligence artificielle. Trois approches que l’on confond facilement. Trois mécanismes fondamentaux qu’il est pourtant crucial de distinguer.Face à un problème complexe, comment choisir la bonne stratégie algorithmique ? Pourquoi ce code trouvé sur le Web ne fonctionne-t-il pas dans votre contexte ? Comment éviter de ... Læs mere

    169,00 kr.

  • Essentials of Programming in Mathematica®

    af Paul Wellin ...
    Essentials of Programming in Mathematica® provides an introduction suitable for readers with little or no background in the language as well as for those with some experience using programs such as C, Java, or Perl. The author, an established authority on Mathematica® programming, has written an example-driven text that covers the language from first principles, as well as including material from ... Læs mere

    626,19 kr.

  • Lisp in Small Pieces

    Oversat af Kathleen Callaway ...
    This is a comprehensive account of the semantics and the implementation of the whole Lisp family of languages, namely Lisp, Scheme and related dialects. It describes 11 interpreters and 2 compilers, including very recent techniques of interpretation and compilation. The book is in two parts. The first starts from a simple evaluation function and enriches it with multiple name spaces, continuations ... Læs mere

    1.006,66 kr.

  • Modern Django Web Development

    With Channels, DRF, GraphQL, and React

    Serier serie Professional and Applied Computing (R0)
    Django has evolved into a powerful full-stack framework ideal for developing data-driven web applications, continuously expanding with new tools for asynchronous solutions, APIs, and real-time applications. This book explores modern Django development best practices, including Django Channels for WebSockets, Django REST Framework (DRF) for REST APIs, Graphene and Strawberry for GraphQL APIs, and ... Læs mere

    462,40 kr.

  • C++20 STL Cookbook

    Leverage the latest features of the STL to solve real-world problems

    af Bill Weinman ...
    Proven techniques to improve the efficiency of your programs using the Standard Template Library (STL)Key FeaturesBecome familiar with the latest features of C++20 and write better code using the STLReduce the development time for your applications and enable faster deploymentGet up and running with the new and leaner STL capabilities introduced in the latest releaseBook DescriptionFast, efficient ... Læs mere

    588,74 kr. eller Gratis med Kobo Plus

  • Ultimate C# for Cross Platform App Development

    Master ASP.NET Core, Clean Architecture, Microservices, Docker, CI/CD, Cloud Deployment, and AI Integration with Modern .NET (English Edition)

    Build Modern .NET Systems That Scale Beyond Code.Book DescriptionModern Backend Engineering Is Not About Endpoints — It Is About Building Systems That Survive ScaleModern backend development demands more than writing endpoints — it requires architecture, security, observability, and deployment discipline that scales with real production demands. Ultimate C# for Cross Platform App Development</st.. ... Læs mere

    197,76 kr. eller Gratis med Kobo Plus

  • Survival Analysis with Python

    af Avishek Nag ...
    Survival analysis uses statistics to calculate time to failure**. Survival Analysis with Python** takes a fresh look at this complex subject by explaining how to use the Python programming language to perform this type of analysis. As the subject itself is very mathematical and full of expressions and formulations, the book provides detailed explanations and examines practical implications. The ... Læs mere

    224,61 kr.

  • RNA: Computational Methods for Structure, Kinetics, and Rational Design

    Volume Two

    Serier serie Chapman & Hall/CRC Computational Biology Series
    Comprising two volumes, ***RNA: Computational Methods for Structure, Kinetics, and Rational Design***is a comprehensive treatment of computational methods concerning the secondary structure, folding kinetics and rational design of RNA. Volume 2 covers secondary structure folding kinetics, starting with an inquiry into whether the ensemble of RNA structures is small-world or scale-free, then ... Læs mere

    888,07 kr.

  • UML Diagramming

    A Case Study Approach

    The Unified Modeling Language, better known as UML, has become the de facto standard modeling language for analyzing and designing software applications and systems. Software analysis and design is just as much an art as it is a science. UML Diagramming: A Catalog of Cases shows the art and the science behind successful software analysis and design with more than 35 case studies of applications of ... Læs mere

    588,44 kr.

  • Java Programming for Engineers

    While teaching Java programming at Minnesota State University, the authors noticed that engineering students were enrolling in Java programming courses in order to obtain basic programming skills, but there were no Java books suitable for courses intended for engineers. They realized the need for a comprehensive Java programming tutorial that offers basic programming skills that can be applied in ... Læs mere

    1.455,21 kr.

  • Mathematics and Programming for Machine Learning with R

    From the Ground Up

    Based on the author’s experience in teaching data science for more than 10 years, Mathematics and Programming for Machine Learning with R: From the Ground Upreveals how machine learning algorithms do their magic and explains how these algorithms can be implemented in code. It is designed to provide readers with an understanding of the reasoning behind machine learning algorithms as well as how to ... Læs mere

    620,54 kr.

  • Statistical Computing in C++ and R

    Serier serie Chapman & Hall/CRC The R Series
    Parallel processing can be ideally suited for the solving of more complex problems in statistical computing. This book discusses code development in C++ and R, before going beyond to look at the valuable use of these two languages in unison. It covers linear equation solution with regression and linear models motivation, optimization with maximum likelihood and nonlinear least squares motivation, ... Læs mere

    556,34 kr.

  • Vue.js 漸進式 JavaScript 框架入門

    af Tony Lu ...
    這本書介紹的是 Vue.js 2.x 版的內容,著重在入門到稍微有點進階的部分,已經足夠開發一般網站,當然你必須熟悉 HTML、CSS 及 JavaScript。此外,書中還會提到如何在 Laravel 5.4 中使用 Vue.js 元件,所以你可能也要知道 Laravel 如何使用。---歡迎來我的 Blog https://blog.tonycube.com/ 有更多的內容可以閱讀。 ... Læs mere

    38,63 kr.

  • Programming GPS and OpenStreetMap Applications with Java

    The RealObject Application Framework

    Written by an expert in the development of GPS systems with digital maps and navigation, Programming GPS and OpenStreetMap Applications with Java: The RealObject Application Framework provides a concrete paradigm for object-oriented modeling and programming. It presents a thorough introduction to the use of available global positioning data for the ... Læs mere

    599,14 kr.

  • 奇思妙想:C++青少年趣味编程100例(视频教学版)

    af 徐苑琳 ...
    《奇思妙想:C++青少年趣味编程100例(视频教学版)》基于C++语言讲解了100多个有趣实例的开发过程。这些实例由浅入深地向读者介绍C++语言各个语法的使用方法,并展现了程序设计的基本思维和方法。 全书共13章,包含100个实例。第1章带领读者认识C++开发环境,并编写第一个程序。第2章讲解C++的基础知识,如输入、输出、变量、标志符等。第3章和第4章讲解数据的表示和运算方式。第5章讲解程序控制结构,如判断、循环。第6章讲解复杂数据的存储和处理方式,如数组、字符串。第7章和第8章讲解函数的使用,帮助读者理解代码复用的思想。第9章和第10章讲解特殊数据的使用,如指针、引用、结构体、联合、枚举。第11章和第12章讲解面向对象编程相关知识,如类、对象、继承、派生等。第13章讲解数据的外部存储方式——文件。 本《奇思妙想:C++青少年趣味编程100例(视频教学版)》容通俗易懂 ... Læs mere

    84,17 kr.

  • Architecting Secure Software Systems

    Traditionally, software engineers have defined security as a non-functional requirement. As such, all too often it is only considered as an afterthought, making software applications and services vulnerable to attacks. With the phenomenal growth in cybercrime, it has become imperative that security be an integral part of software engineering so that all software assets are protected and safe. ... Læs mere

    695,45 kr.

  • Python Web项目开发全程实录

    af 明日科技 ...
    《Python Web项目开发全程实录》精选10个热门项目,涉及Flask和Django两大框架及多领域应用,实用性非常强。具体项目包含:用户登录校验、员工信息审核模块、在线学习笔记、甜橙音乐网、乐购甄选在线商城、心灵驿站聊天室、站内全局搜索引擎、综艺之家、智慧校园考试系统、吃了么外卖网。从软件工程的角度出发,按照项目开发的顺序,系统、全面地讲解每一个项目的开发实现过程。体例上,每章一个项目,统一采用“开发背景→系统设计→技术准备→数据库设计/公共模块实现/各功能模块实现→项目运行→源码下载”的形式完整呈现项目,给读者明确的成就感,可以让读者快速积累实际项目经验与技巧,早日实现就业目标。 ... Læs mere

    75,88 kr.

  • Open Source Data Warehousing and Business Intelligence

    Open Source Data Warehousing and Business Intelligence is an all-in-one reference for developing open source based data warehousing (DW) and business intelligence (BI) solutions that are business-centric, cross-customer viable, cross-functional, cross-technology based, and enterprise-wide. Considering the entire lifecycle of an open source DW & ... Læs mere

    695,45 kr.

  • Advanced LISP Technology

    Redigeret af Taiichi Yuasa, Hiroshi G. Okuno ...
    Developments in Lisp technology have been accelerated by a number of factors, including the increased interest in Artificial Intelligence and the emergence of Common Lisp. Advanced Lisp Technology, the fourth volume in the Advanced Information Processing Technology series, brings together various Japanese researchers working in the field of Lisp te ... Læs mere

    738,25 kr.

  • AI Workflow Systems: AI Prompts for Freelance Consultants

    AI Workflow Systems: Professional Prompt Frameworks for the Modern World, #1

    Serier Bog 1 - AI Workflow Systems: Professional Prompt Frameworks for the Modern World
    Freelance consulting today is no longer just about expertise — it is about building efficient systems that allow you to deliver high-quality results consistently, handle more clients, and scale your operations without increasing workload.AI Workflow Systems: AI Prompts for Freelance Consultants is a practical, professional guide designed to help consultants integrate artificial intelligence ... Læs mere

    31,64 kr. eller Gratis med Kobo Plus

  • Godot 4 Best Practices

    Practical techniques and strategies for efficient, scalable game development

    Elevate your Godot 4 development skills with SOLID principles, game architecture patterns, and scalable workflows. Learn to create maintainable systems, organize projects, and build release-ready games that grow beyond prototypes Free with your book: DRM-free PDF version + access to Packt's next-gen Reader\*Key FeaturesApply SOLID principles and proven design patterns in Godot 4Build scalable game ... Læs mere

    294,99 kr. eller Gratis med Kobo Plus

  • Machine Learning for Cloud Management

    Cloud computing offers subscription-based on-demand services, and it has emerged as the backbone of the computing industry. It has enabled us to share resources among multiple users through virtualization, which creates a virtual instance of a computer system running in an abstracted hardware layer. Unlike early distributed computing models, it offers virtually limitless computing resources ... Læs mere

    674,05 kr.