Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Benin, Bindloss


Варианты приобретения
Цена: 7042.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: Есть  
При оформлении заказа до: 2025-07-28
Ориентировочная дата поставки: Август-начало Сентября
При условии наличия книги у поставщика.

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

Автор: Bindloss
Название:  Benin
ISBN: 9781138010970
Издательство: Taylor&Francis
Классификация:


ISBN-10: 1138010979
Обложка/Формат: Paperback
Вес: 0.50 кг.
Дата издания: 17.07.2014
Язык: English
Размер: 213 x 140 x 25
Читательская аудитория: Tertiary education (us: college)
Ключевые слова: History, HISTORY / General
Подзаголовок: Benin the surrounding country, inhabitant, customs and trade
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Европейский союз
Описание: First Published in 1968. Routledge is an imprint of Taylor & Francis, an Informa company.


Dynamic Power Management

Автор: Luca Benini; Giovanni DeMicheli
Название: Dynamic Power Management
ISBN: 079238086X ISBN-13(EAN): 9780792380863
Издательство: Springer
Рейтинг:
Цена: 23508.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Addresses design techniques and computer-aided design solutions for power management. This book presents different approaches related to their applicability to control-units, macro-blocks, digital circuits and electronic systems, respectively. It also describes some approaches to system-level power management.

Principles of Verifiable RTL Design

Автор: Lionel Bening; Harry D. Foster
Название: Principles of Verifiable RTL Design
ISBN: 1475774184 ISBN-13(EAN): 9781475774184
Издательство: Springer
Рейтинг:
Цена: 18167.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: System designers, computer scientists and engineers have c- tinuously invented and employed notations for modeling, speci- ing, simulating, documenting, communicating, teaching, verifying and controlling the designs of digital systems.

Coping with Financial Fragility and Systemic Risk

Автор: Harald A. Benink
Название: Coping with Financial Fragility and Systemic Risk
ISBN: 1441951555 ISBN-13(EAN): 9781441951557
Издательство: Springer
Рейтинг:
Цена: 29209.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Coping with Financial Fragility and Systemic Risk identifies and discusses the sources of perceived fragility in financial institutions and markets and its potential consequences throughout the economy. It then examines private sector solutions for dealing with systemic risk and mitigating the consequences.

Journal of a Second Expedition into the Interior of Africa from the Bight of Benin to Soccatoo

Автор: Clapperton
Название: Journal of a Second Expedition into the Interior of Africa from the Bight of Benin to Soccatoo
ISBN: 0415760836 ISBN-13(EAN): 9780415760836
Издательство: Taylor&Francis
Рейтинг:
Цена: 8573.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: After serving in the Royal Navy in Canada, Hugh Clapperton (1788-1827) participated in two expeditions to the interior of Africa. Richard Lander (1804-34), a young Cornishman applied to accompany him on the second expedition, during which Clapperton died. Lander published this edition of Clapperton`s journal in 1829.

Journal of a Second Expedition into the Interior of Africa from the Bight of Benin to Soccatoo

Автор: Clapperton
Название: Journal of a Second Expedition into the Interior of Africa from the Bight of Benin to Soccatoo
ISBN: 1108084885 ISBN-13(EAN): 9781108084888
Издательство: Cambridge Academ
Рейтинг:
Цена: 6018.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: After serving in the Royal Navy in Canada, Hugh Clapperton (1788-1827) participated in two expeditions to the interior of Africa. He died on the second expedition, but his Cornish servant Richard Lander published this edition of Clapperton`s informal, lively and vivid journal in 1829.

Reusable Firmware Development

Автор: Jacob Beningo
Название: Reusable Firmware Development
ISBN: 1484232968 ISBN-13(EAN): 9781484232965
Издательство: Springer
Рейтинг:
Цена: 6288.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Chapter 1 Concepts for Developing Portable Firmware .............3Why Code Reuse Matters.................................................................................3Portable Firmware ............................................................................................5Modularity ......................................................................................................... 11Module Coupling and Cohesion.................................................................. 12Following A Standard .................................................................................... 14Portability Issues in C - Data Types ......................................................... 15Portability Issues in C - Structures and Unions................................... 17Portability Issues in C - Bit Fields............................................................. 18Portability Issues in C - Preprocessor Directives ............................... 19Hardware Abstraction Layers (HAL) ....................................................... 21Application Programming Interfaces (APIs) ........................................ 28Project Organization...................................................................................... 28Getting Started Writing Portable Firmware ......................................... 29Going Further ................................................................................................... 32Chapter 2 API and HAL Fundamentals.............................................37The Wonderful World of HALs ................................................................... 37APIs versus HALs............................................................................................. 38The API and HAL Landscape ....................................................................... 40The Good, Bad and Ugly................................................................................ 42Potential Issues and the Boogeyman....................................................... 42Characteristics Every HAL should Exhibit ............................................. 46To Build or Not to Build................................................................................ 56A First Look at a HAL...................................................................................... 58The API Scope ................................................................................................... 59API Characteristics to look for ................................................................... 60Designing your own APIs ............................................................................. 65A First Look at an API .................................................................................... 65Going Further ................................................................................................... 67Confidential - (c)2016 Jacob Beningo, All Rights Reserved, DRAFT A08Chapter 3 Device Driver Fundamentals in C..................................73Understanding the Memory Map...............................................................73Identifying Driver Interfaces.......................................................................77Design by Contract..........................................................................................80Assertion Fundamentals...............................................................................83Device Driver Models .....................................................................................85Polled versus Interrupt Driven Drivers

Principles of Verifiable RTL Design

Автор: Lionel Bening; Harry D. Foster
Название: Principles of Verifiable RTL Design
ISBN: 1475773137 ISBN-13(EAN): 9781475773132
Издательство: Springer
Рейтинг:
Цена: 14365.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Principles of Verifiable RTL Design: A Functional Coding Style Supporting Verification Processes in Verilog explains how you can write Verilog to describe chip designs at the RT-level in a manner that cooperates with verification processes.

Dynamic Power Management

Автор: Luca Benini; Giovanni DeMicheli
Название: Dynamic Power Management
ISBN: 146137491X ISBN-13(EAN): 9781461374916
Издательство: Springer
Рейтинг:
Цена: 18284.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Dynamic power management is a design methodology aiming at controlling performance and power levels of digital circuits and systems, with the goal of extending the autonomous operation time of battery-powered systems, providing graceful performance degradation when supply energy is limited, and adapting power dissipation to satisfy environmental constraints.
Dynamic Power Management: Design Techniques and CAD Tools addresses design techniques and computer-aided design solutions for power management. Different approaches are presented and organized in an order related to their applicability to control-units, macro-blocks, digital circuits and electronic systems, respectively. All approaches are based on the principle of exploiting idleness of circuits, systems, or portions thereof. They involve both the detection of idleness conditions and the freezing of power-consuming activities in the idle components.
The book also describes some approaches to system-level power management, including Microsoft's OnNow architecture and the Advanced Configuration and Power Management' standard proposed by Intel, Microsoft and Toshiba. These approaches migrate power management to the software layer running on hardware platforms, thus providing a flexible and self-configurable solution to adapting the power/performance tradeoff to the needs of mobile (and fixed) computing and communication.
Dynamic Power Management: Design Techniques and CAD Tools is of interest to researchers and developers of computer-aided design tools for integrated circuits and systems, as well as to system designers.

Financial Integration in Europe

Автор: Harald A. Benink
Название: Financial Integration in Europe
ISBN: 9401048118 ISBN-13(EAN): 9789401048118
Издательство: Springer
Рейтинг:
Цена: 6986.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: One of the key issues relating to the perfonnance of national economies is the efficiency of the financial system which stands at the heart of the capital-allocation process.

Compilers and Operating Systems for Low Power

Автор: Luca Benini; Mahmut Kandemir; J. Ramanujam
Название: Compilers and Operating Systems for Low Power
ISBN: 146134879X ISBN-13(EAN): 9781461348795
Издательство: Springer
Рейтинг:
Цена: 13974.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Compilers and Operating Systems for Low Power focuses on both application-level compiler directed energy optimization and low-power operating systems.

Memory Design Techniques for Low Energy Embedded Systems

Автор: Alberto Macii; Luca Benini; Massimo Poncino
Название: Memory Design Techniques for Low Energy Embedded Systems
ISBN: 1441949534 ISBN-13(EAN): 9781441949530
Издательство: Springer
Рейтинг:
Цена: 19139.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: The proliferation of embedded systems, and the corresponding new chip and chip set designs, have brought additional attention to storage units. Indeed, the heterogeneity of components and structures within embedded systems and the possibility of using application-specific storage systems has added a new dimension to memory system design. Moreover, new degrees of freedom have been opened since the introduction of embedded memory arrays in different technologies, such as SRAMs, DRAMs and EEPROMs and Flash, and their realization on the same silicon substate hosting processing units.
Embedded systems are often designed under stringent energy consumption budgets, to limit heat generation and battery size. Since memory systems consume a significant amount of energy to store and to forward data, it is then imperative to balance power consumption and performance in memory system design. Contemporary system design focuses on the trade off between performance and energy consumption in processing and storage units, as well as in their interconnections. While memory design is as important as processor design in achieving the desired design objectives, the former topic has received less attention than the latter in the literature.
Memory Design Techniques for Low Energy Embedded Systems centers one of the most outstanding problems in chip design for embedded application. It guides the reader through different memory organizations and technologies and it reviews the most successful strategies for optimizing them in the power and performance plane.

Coping with Financial Fragility and Systemic Risk

Автор: Harald A. Benink
Название: Coping with Financial Fragility and Systemic Risk
ISBN: 079239612X ISBN-13(EAN): 9780792396123
Издательство: Springer
Рейтинг:
Цена: 29209.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Coping with Financial Fragility and Systemic Risk identifies and discusses the sources of perceived fragility in financial institutions and markets and its potential consequences throughout the economy. It then examines private sector solutions for dealing with systemic risk and mitigating the consequences.


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия