Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7 707 857-29-98
  +7(7172) 65-23-70
  10:00-18:00 пн-пт
  shop@logobook.kz
   
    Поиск книг                        
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Бестселлеры | |
 

New Data Structures and Algorithms for Logic Synthesis and Verification, Amaru Luca Gaetano


Варианты приобретения
Цена: 46570.00T
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: 152 шт.  
При оформлении заказа до: 2025-08-18
Ориентировочная дата поставки: конец Сентября - начало Октября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Amaru Luca Gaetano
Название:  New Data Structures and Algorithms for Logic Synthesis and Verification
ISBN: 9783319827537
Издательство: Springer
Классификация:


ISBN-10: 3319827537
Обложка/Формат: Paperback
Страницы: 156
Вес: 0.25 кг.
Дата издания: 12.06.2018
Язык: English
Издание: Softcover reprint of
Иллюстрации: 20 illustrations, color; 24 illustrations, black and white; xvi, 156 p. 44 illus., 20 illus. in color.
Размер: 23.39 x 15.60 x 0.94 cm
Читательская аудитория: General (us: trade)
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание: This book introduces new logic primitives for electronic design automation tools. The author discusses techniques that improve the efficiency of logic representation, manipulation and optimization tasks by taking advantage of majority and biconditional logic primitives.

New Data Structures and Algorithms for Logic Synthesis and Verification

Автор: Amaru
Название: New Data Structures and Algorithms for Logic Synthesis and Verification
ISBN: 3319431730 ISBN-13(EAN): 9783319431734
Издательство: Springer
Рейтинг:
Цена: 81050.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book introduces new logic primitives for electronic design automation tools. The author approaches fundamental EDA problems from a different, unconventional perspective, in order to demonstrate the key role of rethinking EDA solutions in overcoming technological limitations of present and future technologies. The author discusses techniques that improve the efficiency of logic representation, manipulation and optimization tasks by taking advantage of majority and biconditional logic primitives. Readers will be enabled to accelerate formal methods by studying core properties of logic circuits and developing new frameworks for logic reasoning engines.

Logic Synthesis and Verification Algorithms

Автор: Gary D. Hachtel; Fabio Somenzi
Название: Logic Synthesis and Verification Algorithms
ISBN: 1475770367 ISBN-13(EAN): 9781475770360
Издательство: Springer
Рейтинг:
Цена: 69650.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Logic Synthesis and Verification Algorithms is a textbook designed for courses on VLSI Logic Synthesis and Verification, Design Automation, CAD and advanced level discrete mathematics. Logic Synthesis and Verification Algorithms is about the theoretical underpinnings of VLSI (Very Large Scale Integrated Circuits).

Design and Analysis of Algorithms: A Contemporary Perspective

Автор: Sandeep Sen, Amit Kumar
Название: Design and Analysis of Algorithms: A Contemporary Perspective
ISBN: 1108496822 ISBN-13(EAN): 9781108496827
Издательство: Cambridge Academ
Рейтинг:
Цена: 49630.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: A valuable text in the field of computer science and engineering, covering fundamental concepts and recent advancements. To help the reader to design/redesign algorithms for their requirements rather than be overawed by the challenges of a new framework.

Design and Analysis of Algorithms: A Contemporary Perspective

Автор: Sandeep Sen, Amit Kumar
Название: Design and Analysis of Algorithms: A Contemporary Perspective
ISBN: 1108721990 ISBN-13(EAN): 9781108721998
Издательство: Cambridge Academ
Рейтинг:
Цена: 47510.00 T
Наличие на складе: Невозможна поставка.
Описание: The text covers important algorithm design techniques, like greedy algorithms, dynamic programming, divide-and-conquer and gives applications to contemporary problems. Techniques including Fast Fourier transform, KMP algorithm for string matching, CYK algorithm for context free parsing and gradient descent for convex function minimization are discussed in detail. The book's emphasis is on computational models and their effect on algorithm design. It gives insights into algorithm design techniques in parallel, streaming and memory hierarchy computational models. The book also emphasizes the role of randomization in algorithm design, and gives numerous applications ranging from data-structures like skip-lists to dimensionality reduction methods.

Compiling Algorithms for Heterogeneous Systems

Автор: Steven Bell, Jing Pu, James Hegarty, Mark Horowitz
Название: Compiling Algorithms for Heterogeneous Systems
ISBN: 1681732637 ISBN-13(EAN): 9781681732633
Издательство: Mare Nostrum (Eurospan)
Рейтинг:
Цена: 72070.00 T
Наличие на складе: Невозможна поставка.
Описание: Most emerging applications in imaging and machine learning must perform immense amounts of computation while holding to strict limits on energy and power. To meet these goals, architects are building increasingly specialized compute engines tailored for these specific tasks. The resulting computer systems are heterogeneous, containing multiple processing cores with wildly different execution models. Unfortunately, the cost of producing this specialized hardware—and the software to control it—is astronomical. Moreover, the task of porting algorithms to these heterogeneous machines typically requires that the algorithm be partitioned across the machine and rewritten for each specific architecture, which is time consuming and prone to error.Over the last several years, the authors have approached this problem using domain-specific languages (DSLs): high-level programming languages customized for specific domains, such as database manipulation, machine learning, or image processing. By giving up generality, these languages are able to provide high-level abstractions to the developer while producing high performance output. The purpose of this book is to spur the adoption and the creation of domain-specific languages, especially for the task of creating hardware designs.In the first chapter, a short historical journey explains the forces driving computer architecture today. Chapter 2 describes the various methods for producing designs for accelerators, outlining the push for more abstraction and the tools that enable designers to work at a higher conceptual level. From there, Chapter 3 provides a brief introduction to image processing algorithms and hardware design patterns for implementing them. Chapters 4 and 5 describe and compare Darkroom and Halide, two domain-specific languages created for image processing that produce high-performance designs for both FPGAs and CPUs from the same source code, enabling rapid design cycles and quick porting of algorithms. The final section describes how the DSL approach also simplifies the problem of interfacing between application code and the accelerator by generating the driver stack in addition to the accelerator configuration.This book should serve as a useful introduction to domain-specialized computing for computer architecture students and as a primer on domain-specific languages and image processing hardware for those with more experience in the field.

Compiling Algorithms for Heterogeneous Systems

Автор: Steven Bell, Jing Pu, James Hegarty, Mark Horowitz
Название: Compiling Algorithms for Heterogeneous Systems
ISBN: 162705961X ISBN-13(EAN): 9781627059619
Издательство: Mare Nostrum (Eurospan)
Рейтинг:
Цена: 51750.00 T
Наличие на складе: Невозможна поставка.
Описание: Most emerging applications in imaging and machine learning must perform immense amounts of computation while holding to strict limits on energy and power. To meet these goals, architects are building increasingly specialized compute engines tailored for these specific tasks. The resulting computer systems are heterogeneous, containing multiple processing cores with wildly different execution models. Unfortunately, the cost of producing this specialized hardware—and the software to control it—is astronomical. Moreover, the task of porting algorithms to these heterogeneous machines typically requires that the algorithm be partitioned across the machine and rewritten for each specific architecture, which is time consuming and prone to error.Over the last several years, the authors have approached this problem using domain-specific languages (DSLs): high-level programming languages customized for specific domains, such as database manipulation, machine learning, or image processing. By giving up generality, these languages are able to provide high-level abstractions to the developer while producing high performance output. The purpose of this book is to spur the adoption and the creation of domain-specific languages, especially for the task of creating hardware designs.In the first chapter, a short historical journey explains the forces driving computer architecture today. Chapter 2 describes the various methods for producing designs for accelerators, outlining the push for more abstraction and the tools that enable designers to work at a higher conceptual level. From there, Chapter 3 provides a brief introduction to image processing algorithms and hardware design patterns for implementing them. Chapters 4 and 5 describe and compare Darkroom and Halide, two domain-specific languages created for image processing that produce high-performance designs for both FPGAs and CPUs from the same source code, enabling rapid design cycles and quick porting of algorithms. The final section describes how the DSL approach also simplifies the problem of interfacing between application code and the accelerator by generating the driver stack in addition to the accelerator configuration.This book should serve as a useful introduction to domain-specialized computing for computer architecture students and as a primer on domain-specific languages and image processing hardware for those with more experience in the field.

Sequential and Parallel Algorithms and Data Structures: The Basic Toolbox

Автор: Sanders Peter, Mehlhorn Kurt, Dietzfelbinger Martin
Название: Sequential and Parallel Algorithms and Data Structures: The Basic Toolbox
ISBN: 3030252116 ISBN-13(EAN): 9783030252113
Издательство: Springer
Рейтинг:
Цена: 41920.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This textbook is a concise introduction to the basic toolbox of structures that allow efficient organization and retrieval of data, key algorithms for problems on graphs, and generic techniques for modeling, understanding, and solving algorithmic problems.

VLSI Specification, Verification and Synthesis

Автор: Graham Birtwistle; P.A. Subrahmanyam
Название: VLSI Specification, Verification and Synthesis
ISBN: 1461291976 ISBN-13(EAN): 9781461291978
Издательство: Springer
Рейтинг:
Цена: 113190.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: VLSI Specification, Verification and Synthesis Proceedings of a workshop held in Calgary from 12-16 January 1987.

Hardware Specification, Verification and Synthesis: Mathematical Aspects

Автор: Miriam Leeser; Geoffrey Brown
Название: Hardware Specification, Verification and Synthesis: Mathematical Aspects
ISBN: 0387972269 ISBN-13(EAN): 9780387972268
Издательство: Springer
Рейтинг:
Цена: 88500.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Current research into formal methods for hardware design is presented in the papers in this volume. The goal of research in this area is to develop methods of improving the design process and the quality of the resulting designs.

Synthesis and Optimization of DSP Algorithms

Автор: George Constantinides; Peter Y.K. Cheung; Wayne Lu
Название: Synthesis and Optimization of DSP Algorithms
ISBN: 1475779844 ISBN-13(EAN): 9781475779844
Издательство: Springer
Рейтинг:
Цена: 83850.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Synthesis and Optimization of DSP Algorithms describes approaches taken to synthesising structural hardware descriptions of digital circuits from high-level descriptions of Digital Signal Processing (DSP) algorithms.

Synthesis of Computational Structures for Analog Signal Processing

Автор: Cosmin Radu Popa
Название: Synthesis of Computational Structures for Analog Signal Processing
ISBN: 1493900153 ISBN-13(EAN): 9781493900152
Издательство: Springer
Рейтинг:
Цена: 139310.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This volume focuses on the analysis and design of analog signal processing circuits. The author presents a multitude of design techniques to improve the performance of analog signal processing circuits, and proposes specific implementation strategies that can be used in CMOS technology.

Algorithms for Synthesis and Testing of Asynchronous Circuits

Автор: Luciano Lavagno; Alberto L. Sangiovanni-Vincentell
Название: Algorithms for Synthesis and Testing of Asynchronous Circuits
ISBN: 1461364108 ISBN-13(EAN): 9781461364108
Издательство: Springer
Рейтинг:
Цена: 204970.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: The book is intended for asynchronous hardware designers, for computer-aided tool experts, and for digital designers interested in ex- ploring the possibility of designing asynchronous circuits.


Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2)
ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz
Kaspi QR
   В Контакте     В Контакте Мед  Мобильная версия