The System Engineers Handbook


Book Description

The System Engineer's Handbook, written by the developer of the VME bus system and some of the most knowledgeable experts in the computer industry, is the most comprehensive guide available for the VME bus standard. It is the system engineer's guide to building high performance multiprocessor systems. This book contains complete copies of VME bus and VXI bus specifications and applications information, enabling a system engineer to purchase state-of-the-art board components from specialized manufacturers and assemble them into a fully-functional system.




Instruction Book


Book Description




Practical Design of Digital Circuits


Book Description

Practical Design of Digital Circuits: Basic Logic to Microprocessors demonstrates the practical aspects of digital circuit design. The intention is to give the reader sufficient confidence to embark upon his own design projects utilizing digital integrated circuits as soon as possible. The book is organized into three parts. Part 1 teaches the basic principles of practical design, and introduces the designer to his ""tools"" — or rather, the range of devices that can be called upon. Part 2 shows the designer how to put these together into viable designs. It includes two detailed descriptions of actual design exercises. The first of these is a fairly simple exercise in CMOS design; the second is a much more complex design for an electronic game, using TTL devices. Part 3 focuses on microprocessors. It illustrates how a particular design problem changes emphasis when a microprocessor is introduced. This book is aimed at a fairly broad market: it is intended to aid the linear design engineer to cross the barrier into digital electronics; it should provide interesting supporting reading for students studying digital electronics from the more academic viewpoint; and it should enable the enthusiast to design much more ambitious and sophisticated projects than he could otherwise attempt if restricted to linear devices.




Prediction and Change of Health Behavior


Book Description

This volume honors the work of Martin Fishbein by illustrating the breadth and depth of the reasoned action approach. It demonstrates the profound impact of Fishbein and Ajzen's theories of reasoned action on attitude research as well as on the app




From Psychology to Phenomenology


Book Description

Although highly influential, Brentano's doctrines from Psychology from an Empirical Standpoint were taken up and changed by his students and subsequent thinkers. Tassone's study of this important text offers readers a better understanding of PES and outlines its ongoing relevance for contemporary philosophy of mind.




Popular Electronics


Book Description




The Sense of Agency


Book Description

Agency has two meanings in psychology and neuroscience. It can refer to one's capacity to affect the world and act in line with one's goals and desires--this is the objective aspect of agency. But agency can also refer to the subjective experience of controlling one's actions, or how it feels to achieve one's goals or affect the world. This subjective aspect is known as the sense of agency, and it is an important part of what makes us human. Interest in the sense of agency has exploded since the early 2000s, largely because scientists have learned that it can be studied objectively through analyses of human judgment, behavior, and the brain. This book brings together some of the world's leading researchers to give structure to this nascent but rapidly growing field. The contributors address questions such as: What role does agency play in the sense of self? Is agency based on predicting outcomes of actions? And what are the links between agency and motivation? Recent work on the sense of agency has been markedly interdisciplinary. The chapters collected here combine ideas and methods from fields as diverse as engineering, psychology, neurology, neuroscience, and philosophy of mind, making the book a valuable resource for any student or researcher interested in action, volition, and exploring how mind and brain are organized.




Attitudes, Behavior, and Social Context


Book Description

The reasons why people do not always act in accord with their attitudes has been the focus of much social psychological research, as have the factors that account for why people change their attitudes and are persuaded by such influences as the media. There is strong support for the view that attitude-behavior consistency and persuasion cannot be well understood without reference to the wider social context in which we live. Although attitudes are held by individuals, they are social products to the extent that they are influenced by social norms and the expectations of others. This book brings together an international group of researchers discussing private and public selves and their interaction through attitudes and behavior. The effects of the social context on attitude-behavior relations and persuasion is the central theme of this book, which--in its combination of theoretical exposition, critique, and empirical research--should be of interest to both basic and applied social psychologists.







CUDA Fortran for Scientists and Engineers


Book Description

CUDA Fortran for Scientists and Engineers: Best Practices for Efficient CUDA Fortran Programming shows how high-performance application developers can leverage the power of GPUs using Fortran, the familiar language of scientific computing and supercomputer performance benchmarking. The authors presume no prior parallel computing experience, and cover the basics along with best practices for efficient GPU computing using CUDA Fortran. In order to add CUDA Fortran to existing Fortran codes, they explain how to understand the target GPU architecture, identify computationally-intensive parts of the code, and modify the code to manage the data and parallelism and optimize performance – all in Fortran, without having to rewrite in another language. Each concept is illustrated with actual examples so you can immediately evaluate the performance of your code in comparison. This second edition provides much needed updates on how to efficiently program GPUs in CUDA Fortran. It can be used either as a tutorial on GPU programming in CUDA Fortran as well as a reference text. - Presents optimization strategies for current hardware, including Hopper generation GPUs - Includes discussions of new language and hardware features, including managed memory, tensor cores, shuffle instructions, new multi-GPU paradigms - Offers resources and strategies for porting large codes to GPUs, including language features as well as library use