Skip to main content

Morgan Kaufmann

    • Programming Massively Parallel Processors

      • 4th Edition
      • May 28, 2022
      • Wen-mei W. Hwu + 2 more
      • English
      • Paperback
        9 7 8 0 3 2 3 9 1 2 3 1 0
      • eBook
        9 7 8 0 3 2 3 9 8 4 6 3 8
      Programming Massively Parallel Processors: A Hands-on Approach shows both students and professionals alike the basic concepts of parallel programming and GPU architecture. Concise, intuitive, and practical, it is based on years of road-testing in the authors' own parallel computing courses. Various techniques for constructing and optimizing parallel programs are explored in detail, while case studies demonstrate the development process, which begins with computational thinking and ends with effective and efficient parallel programs. The new edition includes updated coverage of CUDA, including the newer libraries such as CuDNN. New chapters on frequently used parallel patterns have been added, and case studies have been updated to reflect current industry practices.
    • Cloud Computing

      • 3rd Edition
      • February 15, 2022
      • Dan C. Marinescu
      • English
      • Paperback
        9 7 8 0 3 2 3 8 5 2 7 7 7
      • eBook
        9 7 8 0 3 2 3 9 1 0 4 7 7
      Cloud Computing: Theory and Practice, Third Edition provides students and IT professionals with an in-depth analysis of the cloud from the ground up. After an introduction to network-centric computing and network-centric content, the book reviews basic concepts of concurrency and parallel and distributed systems, presents critical components of the cloud ecosystem as cloud service providers, cloud access, cloud data storage, and cloud hardware and software, covers cloud applications and cloud security, and presents research topics in cloud computing. Specific topics covered include resource virtualization, resource management and scheduling, and advanced topics like the impact of scale on efficiency, cloud scheduling subject to deadlines, alternative cloud architectures, and vehicular clouds. An included glossary covers terms grouped in several categories, from general to services, virtualization, desirable attributes and security.
    • Multicore and GPU Programming

      • 2nd Edition
      • February 9, 2022
      • Gerassimos Barlas
      • English
      • Paperback
        9 7 8 0 1 2 8 1 4 1 2 0 5
      • eBook
        9 7 8 0 1 2 8 1 4 1 2 1 2
      Multicore and GPU Programming: An Integrated Approach, Second Edition offers broad coverage of key parallel computing tools, essential for multi-core CPU programming and many-core "massively parallel" computing. Using threads, OpenMP, MPI, CUDA and other state-of-the-art tools, the book teaches the design and development of software capable of taking advantage of modern computing platforms that incorporate CPUs, GPUs and other accelerators. Presenting material refined over more than two decades of teaching parallel computing, author Gerassimos Barlas minimizes the challenge of transitioning from sequential programming to mastering parallel platforms with multiple examples, extensive case studies, and full source code. By using this book, readers will better understand how to develop programs that run over distributed memory machines using MPI, create multi-threaded applications with either libraries or directives, write optimized applications that balance the workload between available computing resources, and profile and debug programs targeting parallel machines.
    • Measuring the User Experience

      • 3rd Edition
      • February 8, 2022
      • Bill Albert + 1 more
      • English
      • Paperback
        9 7 8 0 1 2 8 1 8 0 8 0 8
      • eBook
        9 7 8 0 1 2 8 1 8 0 8 1 5
      *Textbook and Academic Authors Association (TAA) Textbook Excellence Award Winner, 2024*Measuring the User Experience: Collecting, Analyzing, and Presenting UX Metrics, Third Edition provides the quantitative analysis training that students and professionals need. This book presents an update on the first resource that focused on how to quantify user experience. Now in its third edition, the authors have expanded on the area of behavioral and physiological metrics, splitting that chapter into sections that cover eye-tracking and measuring emotion. The book also contains new research and updated examples, several new case studies, and new examples using the most recent version of Excel.
    • Storage Systems

      • 1st Edition
      • October 13, 2021
      • Alexander Thomasian
      • English
      • Paperback
        9 7 8 0 3 2 3 9 0 7 9 6 5
      • eBook
        9 7 8 0 3 2 3 9 0 8 0 9 2
      Storage Systems: Organization, Performance, Coding, Reliability and Their Data Processing was motivated by the 1988 Redundant Array of Inexpensive/Independ... Disks proposal to replace large form factor mainframe disks with an array of commodity disks. Disk loads are balanced by striping data into strips—with one strip per disk— and storage reliability is enhanced via replication or erasure coding, which at best dedicates k strips per stripe to tolerate k disk failures. Flash memories have resulted in a paradigm shift with Solid State Drives (SSDs) replacing Hard Disk Drives (HDDs) for high performance applications. RAID and Flash have resulted in the emergence of new storage companies, namely EMC, NetApp, SanDisk, and Purestorage, and a multibillion-dollar storage market. Key new conferences and publications are reviewed in this book.The goal of the book is to expose students, researchers, and IT professionals to the more important developments in storage systems, while covering the evolution of storage technologies, traditional and novel databases, and novel sources of data. We describe several prototypes: FAWN at CMU, RAMCloud at Stanford, and Lightstore at MIT; Oracle's Exadata, AWS' Aurora, Alibaba's PolarDB, Fungible Data Center; and author's paper designs for cloud storage, namely heterogeneous disk arrays and hierarchical RAID.
    • An Introduction to Parallel Programming

      • 2nd Edition
      • August 27, 2021
      • Peter Pacheco + 1 more
      • English
      • Paperback
        9 7 8 0 1 2 8 0 4 6 0 5 0
      • eBook
        9 7 8 0 1 2 8 0 4 6 1 8 0
      An Introduction to Parallel Programming, Second Edition presents a tried-and-true tutorial approach that shows students how to develop effective parallel programs with MPI, Pthreads and OpenMP.As the first undergraduate text to directly address compiling and running parallel programs on multi-core and cluster architecture, this second edition carries forward its clear explanations for designing, debugging and evaluating the performance of distributed and shared-memory programs while adding coverage of accelerators via new content on GPU programming and heterogeneous programming. New and improved user-friendly exercises teach students how to compile, run and modify example programs.
    • Digital Design and Computer Architecture, RISC-V Edition

      • 1st Edition
      • July 12, 2021
      • Sarah Harris + 1 more
      • English
      • Paperback
        9 7 8 0 1 2 8 2 0 0 6 4 3
      • eBook
        9 7 8 0 1 2 8 2 0 0 6 5 0
      The newest addition to the Harris and Harris family of Digital Design and Computer Architecture books, this RISC-V Edition covers the fundamentals of digital logic design and reinforces logic concepts through the design of a RISC-V microprocessor. Combining an engaging and humorous writing style with an updated and hands-on approach to digital design, this book takes the reader from the fundamentals of digital logic to the actual design of a processor. By the end of this book, readers will be able to build their own RISC-V microprocessor and will have a top-to-bottom understanding of how it works. Beginning with digital logic gates and progressing to the design of combinational and sequential circuits, this book uses these fundamental building blocks as the basis for designing a RISC-V processor. SystemVerilog and VHDL are integrated throughout the text in examples illustrating the methods and techniques for CAD-based circuit design. The companion website includes a chapter on I/O systems with practical examples that show how to use SparkFun’s RED-V RedBoard to communicate with peripheral devices such as LCDs, Bluetooth radios, and motors. This book will be a valuable resource for students taking a course that combines digital logic and computer architecture or students taking a two-quarter sequence in digital logic and computer organization/archite...
    • Visual Thinking for Information Design

      • 2nd Edition
      • March 26, 2021
      • Colin Ware
      • English
      • Paperback
        9 7 8 0 1 2 8 2 3 5 6 7 6
      • eBook
        9 7 8 0 1 2 8 2 3 5 6 8 3
      Visual Thinking for Information Design, Second Edition brings the science of perception to the art of design. The book takes what we now know about perception, cognition and attention and transforms it into concrete advice that students and designers can directly apply. It demonstrates how designs can be considered as tools for cognition and extensions of the viewer’s brain in much the same way that a hammer is an extension of the user’s hand. The book includes hundreds of examples, many in the form of integrated text and full-color diagrams. Renamed from the first edition, Visual Thinking for Design, to more accurately reflect its focus on infographics, this timely revision has been updated throughout and includes more content on pattern perception, the addition of new material illustrating color assimilation, and a new chapter devoted to communicating ideas through images.
    • Computer Networks

      • 6th Edition
      • January 20, 2021
      • Larry L. Peterson + 1 more
      • English
      • Paperback
        9 7 8 0 1 2 8 1 8 2 0 0 0
      • Paperback
        9 7 8 0 1 2 8 2 3 7 1 5 1
      • eBook
        9 7 8 0 1 2 8 1 8 2 0 1 7
      Computer Networks: A Systems Approach, Sixth Edition, explores the key principles of computer networking, using real world examples from network and protocol design. Using the Internet as the primary example, this best-selling classic textbook explains various protocols and networking technologies. The systems-oriented approach encourages students to think about how individual network components fit into a larger, complex system of interactions. This sixth edition contains completely updated content with expanded coverage of the topics of utmost importance to networking professionals and students, as provided by numerous contributors via a unique open source model developed jointly by the authors and publisher.Hallmark features of the book are retained, including chapter problem statements, which introduce issues to be examined; shaded sidebars that elaborate on a topic or introduce a related advanced topic; What’s Next? discussions that deal with emerging issues in research, the commercial world, or society; and exercises. This book is intended primarily for graduate or upper-division undergraduate classes in computer networking. It will also be useful for industry professionals retraining for network-related assignments, as well as for network practitioners seeking to understand the workings of network protocols and the big picture of networking.
    • Computer Organization and Design RISC-V Edition

      • 2nd Edition
      • December 11, 2020
      • David A. Patterson + 1 more
      • English
      • Paperback
        9 7 8 0 1 2 8 2 0 3 3 1 6
      • eBook
        9 7 8 0 1 2 8 2 4 5 5 8 3
      Computer Organization and Design RISC-V Edition: The Hardware Software Interface, Second Edition, the award-winning textbook from Patterson and Hennessy that is used by more than 40,000 students per year, continues to present the most comprehensive and readable introduction to this core computer science topic. This version of the book features the RISC-V open source instruction set architecture, the first open source architecture designed for use in modern computing environments such as cloud computing, mobile devices, and other embedded systems. Readers will enjoy an online companion website that provides advanced content for further study, appendices, glossary, references, links to software tools, and more.