Skip to main content

Carrito de compra

¡Obtienes el tratamiento VIP!

Artículos no disponibles para compra.
Por favor revisa tu carrito. Puedes eliminar los artículos no disponibles ahora o los eliminaremos nosotros automáticamente al momento de pagar.
artículosartículo
artículosartículo

Recomendado para ti

Loading...

eBooks de Programación

Si te gustan los eBooks de Programación, seguro que te encanta esta selección.
Mostrando 409 - 432 de 28785 resultados
Skip side bar filters
  • Fortran Programming in easy steps

    de Mike McGrath ...
    Series series In Easy Steps
    Fortran Programming in easy steps has an easy-to-follow style that will appeal to anyone who wants to begin coding computer programs with the Fortran programming language and the modern Intel IFX Fortran compiler.Master the essentials of modern Fortran with Fortran Programming in easy steps. Written for all ages, and all skill levels, this guide will help you quickly set up your coding environment ... Leer más

    $510 MXN

  • Excel VBA in easy steps, 4th edition

    de Mike McGrath ...
    Series series In Easy Steps
    Get more out of Microsoft Excel and save time by learning Excel VBA (Visual Basic for Applications). Excel VBA in easy steps, 4th edition demonstrates VBA macro programming in a clear and concise manner, and will take your Excel proficiency to the next level:- Write your own Excel macros so that you can do a series of tasks at the click of a button.- Use VBA to automate repetitive tasks, and for ... Leer más

    $332 MXN

  • PHP in easy steps, 4th edition

    For interactive websites - updated for PHP 8

    de Mike McGrath ...
    Series series In Easy Steps
    PHP in easy steps, 4th edition demonstrates every aspect of the language you’ll need to produce professional web programming results. Its examples provide clear syntax-highlighted code, which is freely downloadable, showing PHP language basics including variables, arrays, logic, looping, functions and classes.Install a free web server and the PHP interpreter to create an environment in which you ... Leer más

    $434 MXN

  • 零基础学Pine Script:基于TradingView平台的量化分析

    de 阎英姿 ...
    这是第一本介绍Pine Script语言的中文图书。Pine Script是TradingView平台上特有的一种轻量级脚本语言,它简洁高效、易学易用,可用于编写/定制指标和策略,并进行策略的回测。按照内容划分,本书可以归类于金融投资领域的量化分析图书范畴。全书内容分为四个部分,包括基础篇、函数篇、进阶篇和应用篇。本书从初学者角度出发,按照由浅入深、从基础到应用的顺序递进,先介绍Pine Script语言基础,再着重讲解该语言的特色、重点和使用技巧,最后给出精选的20多款颇具应用价值的实例。书中所有知识点都结合具体实例进行讲述,所涉及的脚本代码均在关键之处给出了详细的注释,使读者可以轻松领会Pine Script语言的精髓,并快速掌握应用技能。 ... Leer más

    $274 MXN o gratis con Kobo Plus

  • OAuth 2实战宝典

    de 糜鹏程 ...
    随着互联网的普及,合作共赢成了一个越来越受重视的话题。一些成熟的互联网企业,需要与众多的第三方企业进行合作,以便为自己的用户提供丰富的个性化应用。在这个过程中,企业需要将自身的一些能力(API)开放给第三方合作企业,具体的实现形式一般是搭建一个专门的开放平台系统。无论企业通过何种方式来开放自身的能力,授权都是一个绕不开的话题。本书将通过8章来详细对授权的相关内容进行阐述,主要内容包括OAuth 2概述、开放平台整体架构、实战中的授权模式、Open ID从理论到实战、授权码授权模式回调地址实战、签名、授权信息、基于Spring Security的OAuth 2实战。 ... Leer más

    $148 MXN o gratis con Kobo Plus

  • 负载均衡:高并发网关设计原理与实践

    本书分为10章。第1章,主要介绍负载均衡技术的背景、发展历史、现状、原理和不同产品。第2章~第5章,主要介绍四层负载均衡和七层负载均衡的工作原理、功能应用和实现方式,以及负载均衡技术在云计算、微服务领域中的应用。第6章~第8章,主要从协议和实现两个层面,深入介绍负载均衡的性能优化和安全设计,并详细介绍基于DPDK技术的高性能并发网关DPVS的设计与实现。第9章,结合负载均衡技术在爱奇艺的落地实践,主要介绍负载均衡服务的部署方法、监控告警、故障处理、性能分析等实例,以及负载均衡技术在云计算、边缘计算中的应用。第10章,简单地展望了未来负载均衡的一些发展趋势。本书主要面向的是负载均衡服务的提供者和使用者、网络技术研发人员、后端服务开发人员,同时也面向对负载均衡技术感兴趣的广大技术爱好者。 ... Leer más

    $125 MXN o gratis con Kobo Plus

  • 卡尔曼滤波原理及应用:MATLAB仿真(第2版)

    de 黄小平 ...
    本书主要介绍数字信号处理中的卡尔曼(Kalman)滤波算法及其在相关领域应用中的相关内容。全书共7章。第1章为绪论。第2章介绍MATLAB算法仿真的编程基础。第3章介绍线性卡尔曼滤波。第4章讨论扩展卡尔曼滤波,并介绍其在目标跟踪和制导领域中的应用和算法仿真。第5章介绍无迹卡尔曼滤波,同时给出在应用领域中的算法仿真实例。第6章介绍交互多模型卡尔曼滤波算法。第7章介绍在Simulink环境下,如何通过模块库和S函数构建卡尔曼滤波器,并给出系统在线性和非线性两种情况下的滤波器设计方法。 ... Leer más

    $156 MXN o gratis con Kobo Plus

  • Python应用开发技术

    de 廖建尚 ...
    本书主要介绍Python应用开发技术,包括Python编程基础、Python编程进阶、Python嵌入式应用开发、Python通信应用开发、Python机器视觉应用开发和Python综合应用开发。本书先深入浅出地介绍相关的理论知识,再进行案例的开发实践,将理论知识的学习和案例开发的实践紧密地结合起来,有助于读者快速掌握相关技术。本书给出了完整的案例开发代码,读者可以在开发代码的基础上快速地进行二次开发。 ... Leer más

    $173 MXN o gratis con Kobo Plus

  • 区块链技术指南

    本书通过三部分内容解码区块链核心技术,揭示这项颠覆性的技术掀起第四次工业革命背后的秘密。第一部分,基础架构篇,首先,向读者阐释了区块链的概念、发展、分类及架构,并对即将到来的区块链4.0阶段提供了前瞻性的思考;其次,通过模块化讲解的方式介绍了区块链通用技术架构体系,包括数据结构与账户体系、网络通信、共识算法、区块链安全、智能合约技术要点,并对上述五大模块核心技术进行了深度剖析。第二部分,拓展协议篇,针对当前区块链扩容协议、区块链治理与审计、跨链互操作技术和区块链+难题,提供了具有理论意义和实践意义的技术方案讲解。第三部分,应用实践篇,剖析了以太坊、HyperledgerFabric等各大主流区块链底层平台的架构与设计,并介绍了区块链测评的理论与方法,带领读者体验从开发环境准备、应用架构搭建到智能合约设计的全流程区块链应用研发,更深刻地理解和掌握区块链技术的应用模式和测评技术。 ... Leer más

    $252 MXN o gratis con Kobo Plus

  • 云原生应用架构:微服务开发最佳实战

    传统的微服务应用正在经历着云原生技术的“洗礼”。随着该领域技术的不断变革与完善,以原生方式开发基于云的微服务成了降本提效的重要手段。FreeWheel核心业务系统开发团队在多年的实践中探索出了一条云原生微服务应用构建之路。本书基于这些实践经验,从设计、开发到测试、部署,介绍了团队如何利用云原生技术为应用开发的全生命周期赋能。从架构技术选型到具体工程实践,书中内容理论联系实际,较为全面地剖析了容器落地、服务网格、无服务器计算、持续集成和持续部署等核心云原生技术,适合关注微服务、云原生技术的架构师、工程师及技术决策者阅读。 ... Leer más

    $213 MXN o gratis con Kobo Plus

  • 51单片机C语言程序设计经典实例(第3版)

    本书是“以项目为载体,采用任务驱动方式”编写而成的。本书以STC89C52RC单片机为蓝本,结合KeilC51、Proteus虚拟仿真软件,从实验、实践、实用的角度出发,通过丰富的实例详细介绍了51系列单片机C语言程序设计和单片机控制系统的应用技术。本书的主要内容包括单片机系统的软/硬件开发环境、C51程序设计语言基础、LED灯光设计、按键控制与数码管显示、中断控制应用设计、定时器/计数器控制应用设计、单片机串行通信设计、LED点阵显示器设计、LCD液晶显示设计、A/D与D/A转换、串行总线扩展及应用设计、综合应用设计实例,共12个项目64个任务。本书内容全面,取材新颖,叙述清楚,理论联系实际,突出实用特色。 ... Leer más

    $232 MXN o gratis con Kobo Plus

  • 剑指Offer(专项突破版):数据结构与算法名企面试题精讲

    de 何海涛 ...
    本书全面、系统地总结了在准备程序员面试过程中必备的数据结构与算法。本书首先详细讨论整数、数组、链表、字符串、哈希表、栈、队列、二叉树、堆和前缀树等常用的数据结构,然后深入讨论二分查找、排序、回溯法、动态规划和图搜索等算法。除了介绍相应的基础知识,每章还通过大量的高频面试题系统地总结了各种数据结构与算法的应用场景及解题技巧。本书适合所有正在准备面试的程序员阅读。无论是计算机相关专业的应届毕业生还是初入职场的程序员,本书总结的数据结构和算法的基础知识及解题经验都不仅可以帮助他们提高准备面试的效率,还可以增加他们通过面试的成功率。 ... Leer más

    $175 MXN o gratis con Kobo Plus

  • 前端开发必知必会:从工程核心到前沿实战

    de 侯跃伟 ...
    本书共5章。第1、2章系统介绍前端工程化的核心知识,包括Babel 7、ES规范、Deno开发入门、脚手架、自动化部署、Nginx、Jest测试、Webpack 5、Vite、Rollup、Parcel等。第3、4章着重介绍前端架构的核心思想,包括前端核心模块的6种常用设计模式、V8引擎、宏任务与微任务、异步加载规范和函数式编程等。第5章通过实战详细介绍如何从0 开发微前端和WebAssembly,帮助前端人员开拓视野。本书系统介绍了前端开发的工程核心及前沿实战。相信无论是初级开发人员,还是具有丰富经验的中高级开发人员都能从本书中找到需要的内容,都能从阅读本书中有所收获。 ... Leer más

    $175 MXN o gratis con Kobo Plus

  • 技术转移:就这么干

    de 谢旭辉 ...
    本书围绕技术转移实操过程的各个环节,总结国内外经验,从基础理论到实践案例,从对技术转移的发展历程与现状的分析到对未来前景和方向的预测,深入浅出,进行了深入的探索性研究,相信会给业内研究技术转移相关问题的专家学者,从事技术转移的创新转型企业、高校和科研机构、技术转移服务机构以及投资机构等带来一些新思路、新方向。 ... Leer más

    $76 MXN o gratis con Kobo Plus

  • Practical Lua 5 Programming

    Explore Lua's programming capabilities with 100+ sample demonstrations and programs

    de Brynna Kevar ...
    If you're into Lua programming, then this "Practical Lua 5 Programming" is a must-read. It's a hands-on book that'll help you get up and running quickly. It's got clear, step-by-step examples that'll walk you through everything from setting up your development environment to building dynamic web applications and embedding Lua in other programming languages.Every chapter starts with an essential ... Leer más

    $740 MXN

  • Introduzione ragionata al C/C++

    Per utilizzare al meglio un linguaggio di programmazione è necessario conoscere non solo costrutti e istruzioni, ma anche quelle regole “nascoste” che rendono più agevole la realizzazione di un programma. Questo è ancora più vero per i linguaggi C e C++, dove le regole di programmazione nascondono “trabocchetti” insidiosi. Questo libro spiega al lettore i costrutti principali dei linguaggi C/C++, ... Leer más

    $576 MXN

  • From text to code

    learn programming with python

    Series Libro 2 - Yazılım
    You are at the right place to prepare yourself for the technological transformation of the coming years, to lift the curtain on scientific breakthroughs such as artificial intelligence, and to make a financial investment in your future, given the high demand for jobs in this field.This book has two main objectives:+To teach the Python programming language to a level where one can improve oneself. ... Leer más

    $514 MXN o gratis con Kobo Plus

  • Coder's HandBook - Php

    Dr. Lael A. Alexander is a pioneering scientist, inventor, and educator with over two decades of groundbreaking contribution to science and technology. As the founder and CEO of Noitavonne Inc., Dr. Alexander has spearheaded innovative advancements in materials science, environmental technology, telecommunications, and smart manufacturing. His passion for education and discovery began at an early ... Leer más

    $205 MXN

  • Programming Concurrency on the JVM

    Mastering Synchronization, STM, and Actors

    More than ever, learning to program concurrency is critical to creating faster, responsive applications. Speedy and affordable multicore hardware is driving the demand for high-performing applications, and you can leverage the Java platform to bring these applications to life.Concurrency on the Java platform has evolved, from the synchronization model of JDK to software transactional memory (STM) ... Leer más

    $459 MXN

  • Administración de Windows con PowerShell para Educadores: Guía Completa para Enseñar Scripts Avanzados y Automatización de Tareas Paso a Paso

    de Diego S ...
    Administración de Windows con PowerShell para Educadores: Guía Completa para Enseñar Scripts Avanzados y Automatización de Tareas Paso a PasoDescripción:Una guía definitiva, diseñada por expertos, para formar a los administradores del futuro desde las aulas.En un mundo donde la automatización y la eficiencia son pilares del entorno IT, PowerShell se ha convertido en una herramienta indispensable. ... Leer más

    $42 MXN o gratis con Kobo Plus

  • Metaprogramming Elixir

    Write Less Code, Get More Done (and Have Fun!)

    de Chris McCord ...
    Write code that writes code with Elixir macros. Macros make metaprogramming possible and define the language itself. In this book, you'll learn how to use macros to extend the language with fast, maintainable code and share functionality in ways you never thought possible. You'll discover how to extend Elixir with your own first-class features, optimize performance, and create domain-specific ... Leer más

    $237 MXN

  • Ultimate Git and GitHub for Modern Software Development

    Unlock the Power of Git and GitHub Version Control and Collaborative Coding to Seamlessly Manage and Streamline Software Projects (English Edition)

    de Pravin Mishra ...
    Unlock the Power of Git and GitHub for Seamless CollaborationBook DescriptionUltimate Git and GitHub for Modern Software Development is a comprehensive guide that empowers developers to harness the full potential of Git and GitHub for efficient version control and seamless collaboration. This book takes you on a journey through the fundamentals of Git, exploring its commands, branching strategies, ... Leer más

    $487 MXN o gratis con Kobo Plus

  • Ultimate Python Libraries for Data Analysis and Visualization

    Test your Data Analysis skills to its fullest using Python and other no-code toolsBook DescriptionUltimate Data Analysis and Visualization with Python is your comprehensive guide to mastering the intricacies of data analysis and visualization using Python. This book serves as your roadmap to unlocking the full potential of Python for extracting insights from data using Pandas, NumPy, Matplotlib, ... Leer más

    $321 MXN

  • Building Modern SaaS Web Applications with Bootstrap 5

    Build Responsive, User-Focused SaaS Web Apps with Bootstrap 5 Using Modern Design, Performance Optimization and Real-World Workflows (English Edition)

    Master Bootstrap 5 and Build Web Applications that Users will Love.Book DescriptionBootstrap 5 plays a crucial role in modern web development by offering a powerful, mobile-first grid system, reusable UI components, and a flexible architecture that accelerates development, without sacrificing design quality. Building Modern SaaS Web Applications with Bootstrap 5 is your practical guide to ... Leer más

    $478 MXN o gratis con Kobo Plus