Patricio Bulić - Böcker
Visar alla böcker från författaren Patricio Bulić. Handla med fri frakt och snabb leverans.
2 produkter
2 produkter
Understanding Computer Organization
A Guide to Principles Across RISC-V, ARM Cortex, and Intel Architectures
Häftad, Engelska, 2024
606 kr
Skickas inom 10-15 vardagar
This textbook unlocks modern computer organizations' secrets, with real-world examples from RISC-V, ARM, and Intel-based computer systems. The guide provides a comprehensive yet accessible explanation of fundamental principles and components and serves as a gateway to mastering the interplay between hardware and software. It demystifies complex concepts and provides clear explanations and practical insights into their roles in computing systems. Topics and features:Provides comprehensive coverage of computer organization principles across three major architectures (RISC-V, ARM Cortex, and Intel), ensuring a broad understanding of modern computingIncludes numerous practical explanations using real-world examples from each architecture, offering hands-on insights into memory-mapped I/O, interrupts, DMA, and various memory technologiesPresents detailed exploration of diverse components such as interrupts and their usage, interrupt controllers, DMA transfers, and DMA controllersOffers exploration of DDRx SDRAM memory, SDRAM controllers, DIMM modules, caches, and virtual memoryConcise and yet thorough, this useful textbook/guide equips readers with the knowledge and skills needed to navigate the complexities of computer organization, making it essential reading for students and professionals.
Introduction to Parallel Computing
From Algorithms to Programming on State-of-the-Art Platforms
Häftad, Engelska, 2018
302 kr
Skickas inom 5-8 vardagar
Advancements in microprocessor architecture, interconnection technology, and software development have fueled rapid growth in parallel and distributed computing. However, this development is only of practical benefit if it is accompanied by progress in the design, analysis and programming of parallel algorithms.This concise textbook provides, in one place, three mainstream parallelization approaches, Open MPP, MPI and OpenCL, for multicore computers, interconnected computers and graphical processing units. An overview of practical parallel computing and principles will enable the reader to design efficient parallel programs for solving various computational problems on state-of-the-art personal computers and computing clusters.Topics covered range from parallel algorithms, programming tools, OpenMP, MPI and OpenCL, followed by experimental measurements of parallel programs’ run-times, and by engineering analysis of obtained results for improved parallel execution performances.Many examples and exercises support the exposition.