Scalable and Secure Internet Services and Architecture, Xu, Cheng-Zhong
Автор: Hennessy, John Название: Computer Architecture 6 ed. ISBN: 0128119055 ISBN-13(EAN): 9780128119051 Издательство: Elsevier Science Рейтинг: Цена: 96550.00 T Наличие на складе: Есть Описание:
Computer Architecture: A Quantitative Approach, Sixth Edition has been considered essential reading by instructors, students and practitioners of computer design for over 20 years. The sixth edition of this classic textbook from Hennessy and Patterson, winners of the 2017 ACM A.M. Turing Award recognizing contributions of lasting and major technical importance to the computing field, is fully revised with the latest developments in processor and system architecture. The text now features examples from the RISC-V (RISC Five) instruction set architecture, a modern RISC instruction set developed and designed to be a free and openly adoptable standard. It also includes a new chapter on domain-specific architectures and an updated chapter on warehouse-scale computing that features the first public information on Google's newest WSC.
True to its original mission of demystifying computer architecture, this edition continues the longstanding tradition of focusing on areas where the most exciting computing innovation is happening, while always keeping an emphasis on good engineering design.
Winner of a 2019 Textbook Excellence Award (Texty) from the Textbook and Academic Authors Association
Includes a new chapter on domain-specific architectures, explaining how they are the only path forward for improved performance and energy efficiency given the end of Moore's Law and Dennard scaling
Features the first publication of several DSAs from industry
Features extensive updates to the chapter on warehouse-scale computing, with the first public information on the newest Google WSC
Offers updates to other chapters including new material dealing with the use of stacked DRAM; data on the performance of new NVIDIA Pascal GPU vs. new AVX-512 Intel Skylake CPU; and extensive additions to content covering multicore architecture and organization
Includes "Putting It All Together" sections near the end of every chapter, providing real-world technology examples that demonstrate the principles covered in each chapter
Includes review appendices in the printed text and additional reference appendices available online
Includes updated and improved case studies and exercises
ACM named John L. Hennessy and David A. Patterson, recipients of the 2017 ACM A.M. Turing Award for pioneering a systematic, quantitative approach to the design and evaluation of computer architectures with enduring impact on the microprocessor industry
Автор: Durbha, Surya S Название: Advances in Scalable and Intelligent Geospatial Analytics ISBN: 1032200316 ISBN-13(EAN): 9781032200316 Издательство: Taylor&Francis Рейтинг: Цена: 137810.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: 1. Demonstrates the recent advances in geospatial analytics tools, technologies, and algorithms. 2.
Provides insight and direction to the geospatial community regarding the future trends in scalable and intelligent geospatial analytics. 3. Exhibits recent geospatial applications and demonstrates innovative ways to use big geospatial data to address various domain-specific, real-world problems.
4. Recognizes the analytical and computational challenges posed and opportunities provided by the increased volume, velocity, and veracity of geospatial data.
Автор: Radhika Ranjan Roy Название: Handbook on Networked Multipoint Multimedia Conferencing and Multistream Immersive Telepresence using SIP ISBN: 0367565803 ISBN-13(EAN): 9780367565800 Издательство: Taylor&Francis Рейтинг: Цена: 178640.00 T Наличие на складе: Невозможна поставка. Описание: Handbook on Networked Multipoint Multimedia Conferencing and Multistream Immsersive Telepresence using SIP: Scalable Distributed Applications and Media Control over Internet is the first book to put together all IETF request for comments (RFCs), and the internet drafts standards related to the multipoint conferencing and immersive telepresence.
Автор: Julian Shun Название: Shared-Memory Parallelism Can Be Simple, Fast, and Scalable ISBN: 1970001887 ISBN-13(EAN): 9781970001884 Издательство: Mare Nostrum (Eurospan) Рейтинг: Цена: 77370.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Parallelism is the key to achieving high performance in computing. However, writing efficient and scalable parallel programs is notoriously difficult, and often requires significant expertise. To address this challenge, it is crucial to provide programmers with high-level tools to enable them to develop solutions easily, and at the same time emphasize the theoretical and practical aspects of algorithm design to allow the solutions developed to run efficiently under many different settings. This thesis addresses this challenge using a three-pronged approach consisting of the design of shared-memory programming techniques, frameworks, and algorithms for important problems in computing. The thesis provides evidence that with appropriate programming techniques, frameworks, and algorithms, shared-memory programs can be simple, fast, and scalable, both in theory and in practice. The results developed in this thesis serve to ease the transition into the multicore era.The first part of this thesis introduces tools and techniques for deterministic parallel programming, including means for encapsulating nondeterminism via powerful commutative building blocks, as well as a novel framework for executing sequential iterative loops in parallel, which lead to deterministic parallel algorithms that are efficient both in theory and in practice. The second part of this thesis introduces Ligra, the first high-level shared memory framework for parallel graph traversal algorithms. The framework allows programmers to express graph traversal algorithms using very short and concise code, delivers performance competitive with that of highly-optimized code, and is up to orders of magnitude faster than existing systems designed for distributed memory. This part of the thesis also introduces Ligra , which extends Ligra with graph compression techniques to reduce space usage and improve parallel performance at the same time, and is also the first graph processing system to support in-memory graph compression.The third and fourth parts of this thesis bridge the gap between theory and practice in parallel algorithm design by introducing the first algorithms for a variety of important problems on graphs and strings that are efficient both in theory and in practice. For example, the thesis develops the first linear-work and polylogarithmic-depth algorithms for suffix tree construction and graph connectivity that are also practical, as well as a work-efficient, polylogarithmic-depth, and cache-efficient shared-memory algorithm for triangle computations that achieves a 2–5x speedup over the best existing algorithms on 40 cores.This is a revised version of the thesis that won the 2015 ACM Doctoral Dissertation Award.
Автор: Julian Shun Название: Shared-Memory Parallelism Can Be Simple, Fast, and Scalable ISBN: 1970001917 ISBN-13(EAN): 9781970001914 Издательство: Mare Nostrum (Eurospan) Рейтинг: Цена: 94850.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Parallelism is the key to achieving high performance in computing. However, writing efficient and scalable parallel programs is notoriously difficult, and often requires significant expertise. To address this challenge, it is crucial to provide programmers with high-level tools to enable them to develop solutions easily, and at the same time emphasize the theoretical and practical aspects of algorithm design to allow the solutions developed to run efficiently under many different settings. This thesis addresses this challenge using a three-pronged approach consisting of the design of shared-memory programming techniques, frameworks, and algorithms for important problems in computing. The thesis provides evidence that with appropriate programming techniques, frameworks, and algorithms, shared-memory programs can be simple, fast, and scalable, both in theory and in practice. The results developed in this thesis serve to ease the transition into the multicore era.The first part of this thesis introduces tools and techniques for deterministic parallel programming, including means for encapsulating nondeterminism via powerful commutative building blocks, as well as a novel framework for executing sequential iterative loops in parallel, which lead to deterministic parallel algorithms that are efficient both in theory and in practice. The second part of this thesis introduces Ligra, the first high-level shared memory framework for parallel graph traversal algorithms. The framework allows programmers to express graph traversal algorithms using very short and concise code, delivers performance competitive with that of highly-optimized code, and is up to orders of magnitude faster than existing systems designed for distributed memory. This part of the thesis also introduces Ligra , which extends Ligra with graph compression techniques to reduce space usage and improve parallel performance at the same time, and is also the first graph processing system to support in-memory graph compression.The third and fourth parts of this thesis bridge the gap between theory and practice in parallel algorithm design by introducing the first algorithms for a variety of important problems on graphs and strings that are efficient both in theory and in practice. For example, the thesis develops the first linear-work and polylogarithmic-depth algorithms for suffix tree construction and graph connectivity that are also practical, as well as a work-efficient, polylogarithmic-depth, and cache-efficient shared-memory algorithm for triangle computations that achieves a 2–5x speedup over the best existing algorithms on 40 cores.This is a revised version of the thesis that won the 2015 ACM Doctoral Dissertation Award.
Автор: Godbolt Micah Название: Front-End Architecture: A Modern Blueprint for Scalable and Sustainable Design Systems ISBN: 1491926783 ISBN-13(EAN): 9781491926789 Издательство: Wiley Рейтинг: Цена: 25330.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: This practical book takes experienced web developers through the new discipline of frontend architecture, including the latest tools, standards, and best practices that have elevated frontend web development to an entirely new level.
Автор: Marian Verhelst; Wim Dehaene Название: Energy Scalable Radio Design ISBN: 9400726104 ISBN-13(EAN): 9789400726109 Издательство: Springer Рейтинг: Цена: 158380.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Smart energy management is indispensable in modern radios. This book describes and applies an energy-driven design strategy to the design of an energy-efficient, highly scalable, pulsed UWB receiver, suitable for low data rate communication and sub-cm ranging.
Автор: Angeliki Kritikakou; Francky Catthoor; Costas Gout Название: Scalable and Near-Optimal Design Space Exploration for Embedded Systems ISBN: 3319378309 ISBN-13(EAN): 9783319378305 Издательство: Springer Рейтинг: Цена: 104480.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: This book describes scalable and near-optimal, processor-level design space exploration (DSE) methodologies. Readers will be enabled to reduce time-to-market, while satisfying system requirements for performance, area, and energy consumption, thereby minimizing the overall cost of the final design.
Автор: Peter Mueller; Jiannong Cao; Cho-Li Wang Название: Scalable Information Systems ISBN: 3642104843 ISBN-13(EAN): 9783642104848 Издательство: Springer Рейтинг: Цена: 69870.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Includes the proceedings of the 4th International ICST Conference, INFOSCALE 2009, held in Hong Kong in June 2009. This title features papers that focus on various scalability issues and the approaches to tackle problems arising from the ever growing size and complexity of information.
Автор: Cheng Jin; Sugih Jamin; Danny Raz; Yuval Shavitt Название: Building Scalable Network Services ISBN: 1461347114 ISBN-13(EAN): 9781461347118 Издательство: Springer Рейтинг: Цена: 93160.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Building Scalable Network Services: Theory and Practice is on building scalable network services on the Internet or in a network service provider`s network.
Автор: Johan Huijsing; Michiel Steyaert; Arthur H.M. van Название: Analog Circuit Design ISBN: 1441949380 ISBN-13(EAN): 9781441949387 Издательство: Springer Рейтинг: Цена: 174130.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: This book contains the revised contributions of the 18 tutorial speakers at the tenth AACD 2001 in Noordwijk, the Netherlands, April 24-26. The conference was organized by Marcel Pelgrom, Philips Research Eindhoven, and Ed van Tuijl, Philips Research Eindhoven and Twente University, Enschede, the Netherlands. The program committee consisted of: Johan Huijsing, Delft University of Technology Arthur van Roermund, Eindhoven University of Technology Michiel Steyaert, Catholic University of Leuven The program was concentrated around three main topics in analog circuit design. Each of these topics has been covered by six papers. The three main topics are: Scalable Analog Circuit Design High-Speed D/A Converters RF Power Amplifiers Other topics covered before in this series: 2000 High-Speed Analog-to-Digital Converters Mixed Signal Design PLL's and Synthesizers 1999 XDSL and other Communication Systems RF MOST Models Integrated Filters and Oscillators 1998 1-Volt- Electronics Mixed-Mode Systems Low-Noise and RF Power Amplifiers for Telecommunication vii viii 1997 RF A-D Converters Sensor and Actuator Interfaces Low-Noise Oscillators, PLL's and Synthesizers 1996 RF CMOS Circuit Design Bandpass Sigma Delta and other Converters Translinear Circuits 1995 Low-Noise, Low-Power, Low-Voltage Mixed Mode with CAD Trials Voltage, Current and Time References 1994 Low-Power Low Voltage Integrated Filters Smart power 1993 Mixed-Mode A/D Design Sensor Interfaces Communications Circuits 1992 Op Amps ADC's Analog CAD We hope to serve the analog design community with these series of books and plan to continue this series in the future. Johan H.
Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2) ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz