Odd Bits

Odd Bits

Author: Jennifer McLagan

Publisher: Ten Speed Press

Published: 2011-09-13

Total Pages: 258

ISBN-13: 1607740753

DOWNLOAD EBOOK

The eagerly anticipated follow-up to the author’s award-winning Bones and Fat, Odd Bits features over 100 recipes devoted to the “rest of the animal,” those under-appreciated but incredibly flavorful and versatile alternative cuts of meat. We’re all familiar with the prime cuts—the beef tenderloin, rack of lamb, and pork chops. But what about kidneys, tripe, liver, belly, cheek, and shank? Odd Bits will not only restore our taste for these cuts, but will also remove the mystery of cooking with offal, so food lovers can approach them as confidently as they would a steak. From the familiar (pork belly), to the novel (cockscomb), to the downright challenging (lamb testicles), Jennifer McLagan provides expert advice and delicious recipes to make these odd bits part of every enthusiastic cook’s repertoire.


VLSI

VLSI

Author: Tomasz Wojcicki

Publisher: CRC Press

Published: 2017-12-19

Total Pages: 490

ISBN-13: 1351831437

DOWNLOAD EBOOK

Recently the world celebrated the 60th anniversary of the invention of the first transistor. The first integrated circuit (IC) was built a decade later, with the first microprocessor designed in the early 1970s. Today, ICs are a part of nearly every aspect of our daily lives. They help us live longer and more comfortably, and do more, faster. All this is possible because of the relentless search for new materials, circuit designs, and ideas happening on a daily basis at industrial and academic institutions around the globe. Showcasing the latest advances in very-large-scale integrated (VLSI) circuits, VLSI: Circuits for Emerging Applications provides a balanced view of industrial and academic developments beyond silicon and complementary metal–oxide–semiconductor (CMOS) technology. From quantum-dot cellular automata (QCA) to chips for cochlear implants, this must-have resource: Investigates the trend of combining multiple cores in a single chip to boost performance of the overall system Describes a novel approach to enable physically unclonable functions (PUFs) using intrinsic features of a VLSI chip Examines the VLSI implementations of major symmetric and asymmetric key cryptographic algorithms, hash functions, and digital signatures Discusses nonvolatile memories such as resistive random-access memory (Re-RAM), magneto-resistive RAM (MRAM), and floating-body RAM (FB-RAM) Explores organic transistors, soft errors, photonics, nanoelectromechanical (NEM) relays, reversible computation, bioinformatics, asynchronous logic, and more VLSI: Circuits for Emerging Applications presents cutting-edge research, design architectures, materials, and uses for VLSI circuits, offering valuable insight into the current state of the art of micro- and nanoelectronics.


Reliable Computer Systems

Reliable Computer Systems

Author: Daniel Siewiorek

Publisher: Digital Press

Published: 2014-06-28

Total Pages: 929

ISBN-13: 1483297438

DOWNLOAD EBOOK

Enhance your hardware/software reliability Enhancement of system reliability has been a major concern of computer users and designers ¦ and this major revision of the 1982 classic meets users' continuing need for practical information on this pressing topic. Included are case studies of reliable systems from manufacturers such as Tandem, Stratus, IBM, and Digital, as well as coverage of special systems such as the Galileo Orbiter fault protection system and AT&T telephone switching processors.


Communication Systems

Communication Systems

Author: Marcelo S. Alencar

Publisher: Springer Science & Business Media

Published: 2005-11-22

Total Pages: 421

ISBN-13: 0387270973

DOWNLOAD EBOOK

Presents main concepts of mobile communication systems, both analog and digital Introduces concepts of probability, random variables and stochastic processes and their applications to the analysis of linear systems Includes five appendices covering Fourier series and transforms, GSM cellular systems and more


Interactive Theorem Proving

Interactive Theorem Proving

Author: Marko Van Eekelen

Publisher: Springer

Published: 2011-08-02

Total Pages: 394

ISBN-13: 3642228631

DOWNLOAD EBOOK

This book constitutes the refereed proceedings of the Second International Conference on Interactive Theorem proving, ITP 2011, held in Berg en Dal, The Netherlands, in August 2011. The 25 revised full papers presented were carefully reviewed and selected from 50 submissions. Among the topics covered are counterexample generation, verification, validation, term rewriting, theorem proving, computability theory, translations from one formalism to another, and cooperation between tools. Several verification case studies were presented, with applications to computational geometry, unification, real analysis, etc.


Physicomimetics

Physicomimetics

Author: William M. Spears

Publisher: Springer Science & Business Media

Published: 2012-01-05

Total Pages: 651

ISBN-13: 3642228046

DOWNLOAD EBOOK

Standard approaches to understanding swarms rely on inspiration from biology and are generally covered by the term “biomimetics”. This book focuses on a different, complementary inspiration, namely physics. The editors have introduced the term 'physicomimetics' to refer to physics-based swarm approaches, which offer two advantages. First, they capture the notion that “nature is lazy', meaning that physics-based systems always perform the minimal amount of work necessary, which is an especially important advantage in swarm robotics. Second, physics is the most predictive science, and can reduce complex systems to simple concepts and equations that codify emergent behavior and help us to design and understand swarms. The editors consolidated over a decade of work on swarm intelligence and swarm robotics, organizing the book into 19 chapters as follows. Part I introduces the concept of swarms and offers the reader a physics tutorial; Part II deals with applications of physicomimetics, in order of increased complexity; Part III examines the hardware requirements of the presented algorithms and demonstrates real robot implementations; Part IV demonstrates how the theory can be used to design swarms from first principles and provides a novel algorithm that handles changing environments; finally, Part V shows that physicomimetics can be used for function optimization, moving the reader from issues of swarm robotics to swarm intelligence. The text is supported with a downloadable package containing simulation code and videos of working robots. This book is suitable for talented high school and undergraduate students, as well as researchers and graduate students in the areas of artificial intelligence and robotics.


Cellular Communications

Cellular Communications

Author: Nishith Tripathi

Publisher: John Wiley & Sons

Published: 2014-09-12

Total Pages: 871

ISBN-13: 1118956516

DOWNLOAD EBOOK

Even as newer cellular technologies and standards emerge, many of the fundamental principles and the components of the cellular network remain the same. Presenting a simple yet comprehensive view of cellular communications technologies, Cellular Communications provides an end-to-end perspective of cellular operations, ranging from physical layer details to call set-up and from the radio network to the core network. This self-contained source for practitioners and students represents a comprehensive survey of the fundamentals of cellular communications and the landscape of commercially deployed 2G and 3G technologies and provides a glimpse of emerging 4G technologies.


The Art of 64-Bit Assembly, Volume 1

The Art of 64-Bit Assembly, Volume 1

Author: Randall Hyde

Publisher: No Starch Press

Published: 2021-11-16

Total Pages: 1034

ISBN-13: 1718501099

DOWNLOAD EBOOK

A new assembly language programming book from a well-loved master. Art of 64-bit Assembly Language capitalizes on the long-lived success of Hyde's seminal The Art of Assembly Language. Randall Hyde's The Art of Assembly Language has been the go-to book for learning assembly language for decades. Hyde's latest work, Art of 64-bit Assembly Language is the 64-bit version of this popular text. This book guides you through the maze of assembly language programming by showing how to write assembly code that mimics operations in High-Level Languages. This leverages your HLL knowledge to rapidly understand x86-64 assembly language. This new work uses the Microsoft Macro Assembler (MASM), the most popular x86-64 assembler today. Hyde covers the standard integer set, as well as the x87 FPU, SIMD parallel instructions, SIMD scalar instructions (including high-performance floating-point instructions), and MASM's very powerful macro facilities. You'll learn in detail: how to implement high-level language data and control structures in assembly language; how to write parallel algorithms using the SIMD (single-instruction, multiple-data) instructions on the x86-64; and how to write stand alone assembly programs and assembly code to link with HLL code. You'll also learn how to optimize certain algorithms in assembly to produce faster code.


Reliable Computer Systems

Reliable Computer Systems

Author: Daniel P. Siewiorek

Publisher: CRC Press

Published: 1998-12-15

Total Pages: 929

ISBN-13: 1439863962

DOWNLOAD EBOOK

This classic reference work is a comprehensive guide to the design, evaluation, and use of reliable computer systems. It includes case studies of reliable systems from manufacturers, such as Tandem, Stratus, IBM, and Digital. It covers special systems such as the Galileo Orbiter fault protection system and AT&T telephone switching system processors


Dynamics Of Complex Systems

Dynamics Of Complex Systems

Author: Yaneer Bar-yam

Publisher: CRC Press

Published: 2019-03-04

Total Pages: 864

ISBN-13: 0429697589

DOWNLOAD EBOOK

This book aims to develop models and modeling techniques that are useful when applied to all complex systems. It adopts both analytic tools and computer simulation. The book is intended for students and researchers with a variety of backgrounds.