189 products were found matching your search for Concurrent in 2 shops:
-
The Concurrent C Programming Language
Vendor: Abebooks.com Price: 247.91 $Book by Gehani, Narain, Roome, William D.
-
Buffalo AirStation Pro 802.11n Gigabit Concurrent Dual Band
Vendor: Adorama.com Price: 179.99 $Just when you thought your wireless network couldn't get more efficient, the Buffalo Technology AirStation Pro 802.11n Gigabit Concurrent Dual Band PoE Wireless Access Point elevates your connectivity experience. This advanced networking device is engineered to deliver high-performance wireless coverage with selectable dual band 802.11n operation, ensuring that your devices can connect seamlessly in either the 2.4GHz or 5GHz frequency bands. With its sophisticated concurrent dual band functionality, the AirStation Pro can effortlessly manage multiple devices, dynamically switching between bands to optimize network traffic and minimize interference. This results in faster speeds and a more reliable connection across your network's range of up to 300 feet, which is significantly more extensive than many competing products.The inclusion of gigabit Ethernet provides a high-speed wired connection that complements the wireless capabilities, making this access point a versatile choice for environments that demand both wireless and wired networking solutions. The AirStation Pro is designed with security and network management in mind, featuring multiple SSID support with VLAN tagging. This allows for easy network segmentation, catering to different user groups or traffic types while enhancing overall network security. Power over Ethernet (PoE) technology simplifies the setup process and expands placement options, as it eliminates the need for a nearby power outlet. This innovative feature enables you to position the access point in optimal locations for maximum coverage and performance.Furthermore, the device boasts two USB 2.0 ports, providing additional connectivity for devices such as printers and external storage, further extending the functionality of your network.Ideal for business and professional settings, the AirStation Pro 802.11n Gigabit Concurrent Dual Band PoE Wireless Access Point stands out as a state-of-the-art solution for creating a robust, secure, and high-speed wireless network that caters to the demanding needs of modern workplaces.
-
Concurrent and Distributed Computing in Java
Vendor: Abebooks.com Price: 87.64 $Concurrent and Distributed Computing in Java addresses fundamental concepts in concurrent computing with Java examples. The book consists of two parts. The first part deals with techniques for programming in shared-memory based systems. The book covers concepts in Java such as threads, synchronized methods, waits, and notify to expose students to basic concepts for multi-threaded programming. It also includes algorithms for mutual exclusion, consensus, atomic objects, and wait-free data structures. The second part of the book deals with programming in a message-passing system. This part covers resource allocation problems, logical clocks, global property detection, leader election, message ordering, agreement algorithms, checkpointing, and message logging. Primarily a textbook for upper-level undergraduates and graduate students, this thorough treatment will also be of interest to professional programmers.
-
Concurrent Programming in Erlang (2nd Edition)
Vendor: Abebooks.com Price: 304.02 $This bok employs a tutorial approach to guide the reader through the programming of real-time and distributed fault-tolerant systems. Written by experts in the field, this practically-oriented bok shows how the use of ERLANG results in modular systems which are easy to specify, design and test.
-
On Concurrent Programming
Vendor: Abebooks.com Price: 37.48 $Here, one of the leading figures in the field provides a comprehensive survey of the subject, beginning with prepositional logic and concluding with concurrent programming. It is based on graduate courses taught at Cornell University and is designed for use as a graduate text. Professor Schneier emphasises the use of formal methods and assertional reasoning using notation and paradigms drawn from programming to drive the exposition, while exercises at the end of each chapter extend and illustrate the main themes covered. As a result, all those interested in studying concurrent computing will find this an invaluable approach to the subject.
-
Concurrent Treatment of PTSD and Substance Use Disorders Using Prolonged Exposure (COPE): Patient Workbook (Treatments That Work)
Vendor: Abebooks.com Price: 3.02 $Concurrent Treatment of PTSD and Substance Use Disorders Using Prolonged Exposure (COPE) is a cognitive-behavioral psychotherapy program designed for patients who have posttraumatic stress disorder (PTSD) and a co-occurring alcohol or drug use disorder. COPE represents an integration of two evidence-based treatments: Prolonged Exposure (PE) therapy for PTSD and Relapse Prevention for substance use disorders.COPE is an integrated treatment, meaning that both the PTSD and substance use disorder are addressed concurrently in therapy by the same clinician, and patients can experience substantial reductions in both PTSD symptoms and substance use severity. Patients use the COPE Patient Workbook while their clinician uses the Therapist Guide to deliver treatment. The program is comprised of 12 individual, 60 to 90 minute therapy sessions. The program includes several components: information about how PTSD symptoms and substance use interact with one another; information about the most common reactions to trauma; techniques to help the patient manage cravings and thoughts about using alcohol or drugs; coping skills to help the patient prevent relapse to substances; a breathing retraining relaxation exercise; and in vivo (real life) and imaginal exposures to target the patient's PTSD symptoms.
-
Concurrent Programming: Algorithms, Principles, and Foundations
Vendor: Abebooks.com Price: 75.52 $This book is devoted to the most difficult part of concurrent programming, namely synchronization concepts, techniques and principles when the cooperating entities are asynchronous, communicate through a shared memory, and may experience failures. Synchronization is no longer a set of tricks but, due to research results in recent decades, it relies today on sane scientific foundations as explained in this book.In this book the author explains synchronization and the implementation of concurrent objects, presenting in a uniform and comprehensive way the major theoretical and practical results of the past 30 years. Among the key features of the book are a new look at lock-based synchronization (mutual exclusion, semaphores, monitors, path expressions); an introduction to the atomicity consistency criterion and its properties and a specific chapter on transactional memory; an introduction to mutex-freedom and associated progress conditions such as obstruction-freedom and wait-freedom; a presentation of Lamport's hierarchy of safe, regular and atomic registers and associated wait-free constructions; a description of numerous wait-free constructions of concurrent objects (queues, stacks, weak counters, snapshot objects, renaming objects, etc.); a presentation of the computability power of concurrent objects including the notions of universal construction, consensus number and the associated Herlihy's hierarchy; and a survey of failure detector-based constructions of consensus objects. The book is suitable for advanced undergraduate students and graduate students in computer science or computer engineering, graduate students in mathematics interested in the foundations of process synchronization, and practitioners and engineers who need to produce correct concurrent software. The reader should have a basic knowledge of algorithms and operating systems.
-
Concurrent Programming: The Java Programming Language
Vendor: Abebooks.com Price: 24.01 $Buy with confidence! Book is in new, never-used condition 0.75
-
Concurrent Systems: Formal Development in CSP (McGraw-Hill International Series in Software Engineering)
Vendor: Abebooks.com Price: 23.86 $The advent of concurrent systems undoubtedly promises greatly increased processing power. These systems, however, are inherently complex and present many new problems at both the design and implementation phases. Appropriate specification, design and implementation methods are required, which will facilitate the development of such systems. Techniques based on formal methods, such as the language of CSP (Communicating Sequential Processes) have proven to be the most successful means of conquering complexity in the specification of concurrent, embedded, real-time and distributed systems.Concurrent Systems: Formal Development in CSP offers an up-to-date and practical treatment of this important subject. The basis of the text is the combination of a tutorial approach with convenient reference material. Beginning with a clear introduction to CSP, the book goes on to provide a comprehensive listing of the laws of CSP and describes the more important variants of the language. An illustrative case study, based on the verification of a network protocol, forms a central part of the book and practical implementation in both Occam and Ada 9X is discussed in depth.This book represents a significant, student-friendly contribution to the teaching of CSP. Its example-based, but rigorous approach makes it ideal for both undergraduate and postgraduate courses in concurrency, formal methods, distributed and real-time systems.Special features include: A tutorial introduction combined with comprehensive reference material, coverage of the most important variants of CSP, a fully annotated select bibliography, and implementation details in Occam and Ada 9X.
-
Concurrent Treatment of Ptsd and Substance Use Disorders Using Prolonged Exposure Cope : Patient Workbook
Vendor: Abebooks.com Price: 4.81 $Concurrent Treatment of PTSD and Substance Use Disorders Using Prolonged Exposure (COPE) is a cognitive-behavioral psychotherapy program designed for patients who have posttraumatic stress disorder (PTSD) and a co-occurring alcohol or drug use disorder. COPE represents an integration of two evidence-based treatments: Prolonged Exposure (PE) therapy for PTSD and Relapse Prevention for substance use disorders.COPE is an integrated treatment, meaning that both the PTSD and substance use disorder are addressed concurrently in therapy by the same clinician, and patients can experience substantial reductions in both PTSD symptoms and substance use severity. Patients use the COPE Patient Workbook while their clinician uses the Therapist Guide to deliver treatment. The program is comprised of 12 individual, 60 to 90 minute therapy sessions. The program includes several components: information about how PTSD symptoms and substance use interact with one another; information about the most common reactions to trauma; techniques to help the patient manage cravings and thoughts about using alcohol or drugs; coping skills to help the patient prevent relapse to substances; a breathing retraining relaxation exercise; and in vivo (real life) and imaginal exposures to target the patient's PTSD symptoms.
-
Concurrent Programming: Algorithms, Principles, and Foundations
Vendor: Abebooks.com Price: 61.06 $This book is devoted to the most difficult part of concurrent programming, namely synchronization concepts, techniques and principles when the cooperating entities are asynchronous, communicate through a shared memory, and may experience failures. Synchronization is no longer a set of tricks but, due to research results in recent decades, it relies today on sane scientific foundations as explained in this book.In this book the author explains synchronization and the implementation of concurrent objects, presenting in a uniform and comprehensive way the major theoretical and practical results of the past 30 years. Among the key features of the book are a new look at lock-based synchronization (mutual exclusion, semaphores, monitors, path expressions); an introduction to the atomicity consistency criterion and its properties and a specific chapter on transactional memory; an introduction to mutex-freedom and associated progress conditions such as obstruction-freedom and wait-freedom; a presentation of Lamport's hierarchy of safe, regular and atomic registers and associated wait-free constructions; a description of numerous wait-free constructions of concurrent objects (queues, stacks, weak counters, snapshot objects, renaming objects, etc.); a presentation of the computability power of concurrent objects including the notions of universal construction, consensus number and the associated Herlihy's hierarchy; and a survey of failure detector-based constructions of consensus objects. The book is suitable for advanced undergraduate students and graduate students in computer science or computer engineering, graduate students in mathematics interested in the foundations of process synchronization, and practitioners and engineers who need to produce correct concurrent software. The reader should have a basic knowledge of algorithms and operating systems.
-
Concurrent Data Processing in Elixir: Fast, Resilient Applications with OTP, GenStage, Flow, and Broadway
Vendor: Abebooks.com Price: 32.21 $New! This book is in the same immaculate condition as when it was published 0.75
-
Concurrent Programming in Java : Design Principles and Pattern, 2nd Edition
Vendor: Abebooks.com Price: 53.02 $In this second edition, you will find thoroughly updated coverage of the Javao 2 platform and new or expanded coverage of: * Memory model * Cancellation * Portable parallel programming * Utility classes for concurrency control The Java platform provides a broad and powerful set of APIs, tools, and technologies. One of its most powerful capabilities is the built-in support for threads. This makes concurrent programming an attractive yet challenging option for programmers using the Java programming language. This book shows readers how to use the Java platforms threading model more precisely by helping them to understand the patterns and tradeoffs associated with concurrent programming. You will learn how to initiate, control, and coordinate concurrent activities using the class java.lang.Thread, the keywords synchronized and volatile, and the methods wait, notify, and notifyAll. In addition, you will find detailed coverage of all aspects of concurrent programming, including such topics as confinement and synchronization, deadlocks and conflicts, state-dependent action control, asynchronous message passing and control flow, coordinated interaction, and structuring web-based and compu
-
Concurrent Treatment of PTSD and Substance Use Disorders Using Prolonged Exposure (COPE): Therapist Guide Format: Paperback
Vendor: Abebooks.com Price: 75.21 $Concurrent Treatment of PTSD and Substance Use Disorders Using Prolonged Exposure (COPE) is a cognitive-behavioral psychotherapy program designed for patients who have posttraumatic stress disorder (PTSD) and a co-occurring alcohol or drug use disorder. COPE represents an integration of two evidence-based treatments: Prolonged Exposure (PE) therapy for PTSD and Relapse Prevention for substance use disorders.COPE is an integrated treatment, meaning that both the PTSD and substance use disorder are addressed concurrently in therapy by the same clinician, and patients can experience substantial reductions in both PTSD symptoms and substance use severity. Patients use the COPE Patient Workbook while their clinician uses the Therapist Guide to deliver treatment. The program is comprised of 12 individual, 60 to 90 minute therapy sessions. The program includes several components: information about how PTSD symptoms and substance use interact with one another; information about the most common reactions to trauma; techniques to help the patient manage cravings and thoughts about using alcohol or drugs; coping skills to help the patient prevent relapse to substances; a breathing retraining relaxation exercise; and in vivo (real life) and imaginal exposures to target the patient's PTSD symptoms.
-
The Concurrent C Programming Language
Vendor: Abebooks.com Price: 56.19 $Book by Gehani, Narain, Roome, William D.
-
Concurrent Cognitive Mapping and Localization Using Expectation Maximization
Vendor: Abebooks.com Price: 10.97 $Robot mapping remains one of the most challenging problems in robot programming. Most successful methods use some form of occupancy grid for representing a mapped region. An occupancy grid is a two dimensional array in which the array cells represent (x, y) coordinates of a cartesian map. This approach becomes problematic in mapping large environments as the map quickly becomes too large for processing and storage. Rather than storing the map as an occupancy grid, our robot (equipped with ultra sonic sonars) views the world as a series of connected spaces. These spaces are initially mapped as an occupancy grid in a room-by-room fashion using a modified version of the Histogram In Motion Mapping (HIMM) algorithm extended in this thesis. ... Using this representation makes navigation and localization easier for the robot to process. The system also performs localization on the simplified cognitive version of the map using an iterative method of estimating the maximum likelihood of the robot's correct position. This is accomplished using the Expectation Maximization algorithm. Treating vector directions from the polygonal map as a Gaussian distribution, the Expectation Maximization algorithm is applied, for the first time, to find the most probable correct pose while using a cognitive mapping approach.
-
Concurrent Engineering : Contemporary Issues and Modern Design Tools
Vendor: Abebooks.com Price: 232.32 $In the area of computer-integrated manufacturing, concurrent engineering is recognized as the manufacturing philosophy for the next decade.
-
Concurrent Programming (Cambridge Computer Science Texts, Series Number 26)
Vendor: Abebooks.com Price: 63.22 $This book is designed as a first book on concurrent programming and provides a comprehensive introduction to the problems of concurrency. The book builds on the reader's familiarity with sequential programming in a high-level language. It is concerned mainly with the high-level aspects of concurrency, which will be equally applicable to traditional time-sliced or more recent truly parallel systems. Topics covered include: processes and inter-process communication, shared data and message passing constructs, languages for concurrency, and the implementation of concurrent kernel.
-
Concurrent Data Processing in Elixir: Fast, Resilient Applications with OTP, GenStage, Flow, and Broadway
Vendor: Abebooks.com Price: 30.89 $Good condition. This is the average used book, that has all pages or leaves present, but may include writing. Book may be ex-library with stamps and stickers. 0.75
-
Concurrent Programming: Principles and Practice
Vendor: Abebooks.com Price: 173.87 $Concurrent programming is critical to a variety of applications, including parallel computation, workstation window systems, multi-user database systems, and network file servers. Andrews provides an in-depth overview of underlying principles as well as practical techniques that can be used to desi
189 results in 0.221 seconds
Related search terms
© Copyright 2024 shopping.eu