|
Java Concurrency in Practice
more books like this
by
Brian Goetz, Joseph Bowbeer, Tim Peierls
"I was fortunate indeed to have worked with a fantastic team on the design and implementation of the concurrency features added to the Java platform in Java 5.0 and Java 6. Now this same team provides the best explanation yet of these new features, and of concurrency in general. Concurrency is no longer a subject for advanced users only. Every ...
see all copies
from $28.80!
new only
from $35.98!
|
SVS
|
|
Concurrency: State Models & Java Programs
more books like this
by
Jeff Magee, Jeff Kramer
"Concurrency" provides a thoroughly updated approach to the basic concepts and techniques behind concurrent programming. Concurrent programming is complex and demands a much more formal approach than sequential programming. In order to develop a thorough understanding of the topic, Magee and Kramer present concepts, techniques and problems through ...
see all copies
from $3.00!
new only
from $22.76!
|
first editions
|
SVS
|
|
High Performance Computing
more books like this
by
Kevin Dowd
This book helps make sense of the newest generation of workstations for application programmers and purchasing managers. It covers everything, from the basics of modern workstation architecture, to structuring benchmarks, to squeezing more performance out of critical applications. It also explains what a good compiler can do, and what you have to ...
see all copies
from $2.31!
first editions
|
|
Foundations of Multithreaded, Parallel, and Distributed Programming
more books like this
by
Gregory R Andrews
Foundations of Multithreaded, Parallel, and Distributed Programming covers, and then applies, the core concepts and techniques needed for an introductory course in this subject. Its emphasis is on the practice and application of parallel systems, using real-world examples throughout. Greg Andrews teaches the fundamental concepts of multithreaded, ...
see all copies
from $25.99!
new only
from $55.42!
|
SVS
|
|
Parallel Programming: Techniques and Applications Using Networked Workstations and Parallel Computers
more books like this
by
Michael Allen, Barry Wilkinson
Designed for undergraduate/graduate-level parallel programming courses. This nontheoretical, highly accessible text--which is linked to real parallel programming software--covers the techniques of parallel programming in a practical manner that enables students to write and evaluate their parallel programs. Supported by the National Science ...
see all copies
from $1.99!
new only
from $34.53!
|
SVS
|
|
Algorithms Sequential and Parallel: A Unified Approach
more books like this
by
Russ Miller, Laurence Boxer
The study of algorithms represents a traditional topic used by programmers and engineers in parallel computing. Concepts are considered from a variety of domains, including sorting and searching, matrix computations, computational geometry, and image processing. By considering techniques for sequential and parallel models of computation in a ...
see all copies
from $1.99!
new only
from $8.61!
|
first editions
|
SVS
|
|
Introduction to Parallel Computing: Design and Analysis of Algorithms
more books like this
by
Vipin Kumar, George Karypis, Anshui Gupta
Take an in-depth look at techniques for the design and analysis of parallel algorithms with this new text. The broad, balanced coverage of important core topics includes sorting and graph algorithms, discrete optimization techniques, and scientific computing applications. The authors focus on parallel algorithms for realistic machine models while ...
see all copies
from $2.53!
new only
from $25.96!
|
first editions
|
|
Multithreaded Programming with Pthreads
more books like this
by
Bill Lewis, Daniel J Berg
For advanced Computer Science programming courses covering operating systems. The books aim is to give the programmer a solid, basic understanding of threads - what they are, how they work, why they work, why they are useful, and some of the programming issues surrounding their use. A reader should come away with a solid understanding of the ...
see all copies
from $6.30!
new only
from $21.29!
|
first editions
|
SVS
|
|
WIN32 Multithreaded Programming
more books like this
by
Aaron Cohen, Mike Woodring
Many Windows developers still write code as if their application is a single entity that, while it is running, has complete control of all system resources. This legacy from the days of DOS means that developers frequently fail to take advantage of Win32's support of multiple threads of execution to improve their application's performance or to ...
see all copies
from $12.48!
new only
from $148.72!
|
|
Parallel Computing on Heterogeneous Networks
more books like this
by
Alexey L Lastovetsky
New approaches to parallel computing are being developed that make better use of the heterogeneous cluster architecture Provides a detailed introduction to parallel computing on heterogenous clusters All concepts and algorithms are illustrated with working programs that can be compiled and executed on any cluster The algorithms discussed have ...
see all copies
from $19.65!
new only
from $69.79!
|
SVS
|
view cover
|
Concurrent Programming on Windows
more books like this
by
Joe Duffy, Craig Mundie (Foreword by)
"I have been fascinated with concurrency ever since I added threading support to the Common Language Runtime a decade ago. That's also where I met Joe, who is a world expert on this topic. These days, concurrency is a first-order concern for practically all developers. Thank goodness for Joe's book. It is a tour de force and I shall rely on it for ...
see all copies
from $41.41!
new only
from $41.41!
|
SVS
|
view cover
|
Professional Multicore Programming: Design and Implementation for C++ Developers
more books like this
by
Cameron Hughes, Tracey Hughes
"Professional Multicore Programming: Design and Implementation for C++ Developers" presents the basics of multi core programming in a simple, easy-to-understand manner so that you can easily apply the concepts to your everyday projects. Learn the fundamentals of programming for multiprocessor and multi threaded architecture, progress to multi-core ...
see all copies
from $34.01!
new only
from $34.49!
|
SVS
|
view cover
|
Concurrent Programming in Java: Design Principles and Patterns
more books like this
by
Doug Lea
This text treats Java as a software engineering language rather than a means of developing simple applets. It aims to enable programmers to find out more about how to use concurrency in the design of classes, applets and applications to create multi-threaded applications. Features of the book include integrated surveys and tutorials on concurrency ...
see all copies
from $1.99!
new only
from $6.99!
|
first editions
|
view cover
|
Parallel Programming in C with Mpi and Openmp
more books like this
by
Michael J Quinn, Quinn Michael
The era of practical parallel programming has arrived, marked by the popularity of the MPI and OpenMP software standards and the emergence of commodity clusters as the hardware platform of choice for an increasing number of organizations. This exciting new book, "Parallel Programming in C with MPI and OpenMP" addresses the needs of students and ...
see all copies
from $35.01!
new only
from $67.55!
|
view cover
|
Mpi: The Complete Reference (Vol. 1), 2nd Edition: Volume 1 - The Mpi Core
more books like this
by
Marc Snir, Marc Sner, Steve Otto
Since its release in summer 1994, the Message Passing Interface (MPI) specification has become a standard for message-passing libraries for parallel computations. There exist more than a dozen implementations on a variety of computing platforms, from the IBM SP-2 supercomputer to PCs running Windoows NT. The initial MPI Standard, known as MPI-1, ...
see all copies
from $4.94!
new only
from $19.99!
|
view cover
|
Fundamentals of Sequential and Parallel Algorithms
more books like this
by
Kenneth A Berman, Jerome Paul
Parallel algorithms are becoming increasingly important due to faster computer architectures. Covering sequential and parallel algorithms, this work gives undergraduate and first-year graduate students an introduction to parallel algorithms without sacrificing coverage of sequential algorithms.
see all copies
from $3.83!
new only
from $75.00!
|
first editions
|
view cover
|
Parallel Distributed Processing: Explorations in the Microstructure of Cognition
more books like this
by
James L. McClelland, San University Of California (Photographer), David E. Rumelhart
Volume 2 applies it to a number of specific issues in cognitive science and neuroscience, with chapters describing models of aspects of perception, memory, language, and thought.
see all copies
from $1.99!
new only
from $10.00!
|
first editions
|
SVS
|
view cover
|
Principles of Parallel Programming
more books like this
by
Calvin Lin, Lawrence Snyder
With the rise of multi-core architecture, parallel programming is an increasingly important topic for software engineers and computer system designers. Written by well-known researchers Larry Snyder and Calvin Lin, this highly anticipated first edition emphasizes the principles underlying parallel computation, explains the various phenomena, and ...
see all copies
from $71.85!
new only
from $79.90!
|
SVS
|
view cover
|
Parallel Programming with MPI
more books like this
by
Peter Pacheco
This is a hands-on introduction to parallel programming based on the Message-Passing Interface (MPI) standard, the de-facto industry standard adopted by major vendors of commercial parallel systems. This textbook/tutorial, based on the C language, contains many fully-developed examples and exercises. The complete source code for the examples is ...
see all copies
from $39.62!
new only
from $58.88!
|
SVS
|
view cover
|
Parallel program design a foundation
more books like this
by
Chandy, Misra
The absence of software has been an obstacle to the wider use of parallel computers. The hardware exists, but the knowledge of how to design programs for it still lags. Chandy and Misra offer a solution to this problem, based on their stimulating new theory of programming and illustrate by a broad range of parallel program applications.
see all copies
from $16.48!
new only
from $85.50!
|
view cover
|
Concurrent Programming
more books like this
by
C R Snow
This textbook is designed as a first book on concurrent programming for computer science undergraduates, and provides a comprehensive introduction to the problems of concurrency. Concurrency is of vital importance in many areas of computer science, particularly in operating systems. It is also increasingly being taught in undergraduate courses. ...
see all copies
from $3.17!
new only
from $34.36!
|
first editions
|
SVS
|
view cover
|
Principles of Concurrent and Distributed Programming
more books like this
by
M Ben-Ari
Principles of Concurrent and Distributed Programming provides an introduction to concurrent programming focusing on general principles and not on specific systems. Software today is inherently concurrent or distributed from event-based GUI designs to operating and real-time systems to Internet applications. The new edition of this classic ...
see all copies
from $4.05!
new only
from $89.00!
|
first editions
|
SVS
|
view cover
|
On a Method of Multiprogramming
more books like this
by
W H J Feijen (Preface by), A J Van Gasteren (Preface by), David Gries (Foreword by)
Among all the interests in parallelism, there is an essential and fundamental one that has remained largely unexplored, namely the question of how to design parallel programs from their specification. And that is what this book is about. It proposes a method for the formal development of parallel programs - multiprograms as we have preferred to ...
see all copies
from $25.00!
new only
from $35.00!
|
first editions
|
SVS
|
view cover
|
Concurrent scientific computing
more books like this
by
Van de Velde
This text covers the fundamental issues of developing programs for scientific computation on concurrent computers. Its purpose is to construct a conceptual framework that is a basis for understanding the real issues of concurrency. The core problems are often buried by mountains of technical detail. The conceptual framework allows us to cut ...
see all copies
from $2.25!
new only
from $37.85!
|
first editions
|
SVS
|
view cover
|
Concurrent Programming in ML
more books like this
by
John H Reppy
This title focuses on the practical use of concurrency in implementing naturally concurrent applications. In addition to a tutorial introduction to programming in Concurrent ML (CML), this book presents three extended examples using CML for practical systems programming. It will be of interest to programmers, students, and profressional ...
see all copies
from $31.17!
new only
from $31.17!
|
first editions
|
SVS
|