![]() |
C++ Programming Cookbook: Proven solutions using C++ 20 across functions, file I/O, streams, memory management, STL, concurrency, type manipulat
ISBN: 9788119177622 / Angielski Termin realizacji zamówienia: ok. 5-8 dni roboczych. |
cena:
268,97 zł |
![]() |
PowerShell Advanced Cookbook: Enhance your scripting skills and master PowerShell with 90+ advanced recipes (English Edition)
ISBN: 9789355516732 / Angielski Termin realizacji zamówienia: ok. 5-8 dni roboczych. |
cena:
171,95 zł |
![]() |
Practical Rust 1.x Cookbook, Second Edition: 100+ Solutions for beginners to practice rust programming across CI/CD, kubernetes, networking, code perf
ISBN: 9788119177332 / Angielski Termin realizacji zamówienia: ok. 5-8 dni roboczych. |
cena:
268,97 zł |
![]() |
Numerical Analysis and Scientific Computation
ISBN: 9781032204833 / Angielski Termin realizacji zamówienia: ok. 5-8 dni roboczych. |
cena:
277,99 zł |
![]() |
Truly Concurrent Process Algebra with Localities
ISBN: 9780443330681 / Angielski Termin realizacji zamówienia: ok. 5-8 dni roboczych. |
cena:
873,08 zł |
![]() |
Asynchronous Programming with C++: Build blazing-fast software with multithreading and asynchronous programming for ultimate efficiency
ISBN: 9781835884249 / Angielski Termin realizacji zamówienia: ok. 5-8 dni roboczych. |
cena:
180,74 zł |
![]() |
Access 2024 / Microsoft 365 Programming by Example
ISBN: 9781501524141 / Angielski Termin realizacji zamówienia: ok. 5-8 dni roboczych. |
cena:
268,13 zł |
![]() |
Microservices with Go - Second Edition: The expert's guide to building secure, scalable, and reliable microservices with Go
ISBN: 9781836207337 / Angielski Termin realizacji zamówienia: ok. 5-8 dni roboczych. |
cena:
193,64 zł |
![]() |
Signal Processing Roadmap: Technologies, Applications, and Future Directions
ISBN: 9780443331725 / Angielski / 01-03-2026 Książka dostępna od: 01-03-2026 |
|
Termin ukazania się książki: 01-03-2026
Książkę można już zamówić z rabatem 5% |
|
732,11 zł |
![]() |
GPU Programming with C++ and CUDA: Uncover effective techniques for writing efficient GPU-parallel C++ applications
ISBN: 9781805124542 / Angielski Termin realizacji zamówienia: ok. 5-8 dni roboczych. |
cena:
193,64 zł |
![]() |
Introduction to Parallel Computing
ISBN: 9780198515777 / Angielski / Miękka / 288 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. In the last few years, courses on parallel computation have been developed and offered in many institutions in the UK, Europe and US as a recognition of the growing significance of this topic in mathematics and computer science. There is a clear need for texts that meet the needs of students and lecturers and this book, based on the author's lecture at ETH Zurich is an ideal practical student guide to scientific computing on parallel computers working up from a hardware instruction level, to shared memory machines and finally to distributed memory machines. Aimed at advanced undergraduate and...
In the last few years, courses on parallel computation have been developed and offered in many institutions in the UK, Europe and US as a recognition ...
|
cena:
479,96 zł |
![]() |
The Grid 2: Blueprint for a New Computing Infrastructure
ISBN: 9781558609334 / Angielski / Twarda / 748 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. The Grid is an emerging infrastructure that will fundamentally change the way we think about-and use-computing. The word Grid is used by analogy with the electric power grid, which provides pervasive access to electricity and has had a dramatic impact on human capabilities and society. Many believe that by allowing all components of our information technology infrastructure-computational capabilities, databases, sensors, and people-to be shared flexibly as true collaborative tools the Grid will have a similar transforming effect, allowing new classes of applications to emerge.
... The Grid is an emerging infrastructure that will fundamentally change the way we think about-and use-computing. The word Grid is used by analogy wi...
|
cena:
292,61 zł |
![]() |
Parallel Image Processing
ISBN: 9783540674009 / Angielski / Twarda / 203 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. This book developed out of a series of publications in the area of image processing with massively parallel algorithms. The topic of image processing is a particularly promising area for the use of synchronous massively parallel or data-parallel compu ter systems which work according to the SIMD principle (single instruction, multiple data). While the era of large SIMD super-computers has passed, SIMD systems have come back as dedicated vision subsystems and will soon be found even in embedded systems. In comparison to conventional sequential implementations of basic image opera tions, this...
This book developed out of a series of publications in the area of image processing with massively parallel algorithms. The topic of image processing ...
|
cena:
201,72 zł |
![]() |
Quantum Flux Parametron: A Single Quantum Flux Superconducting Logic Device
ISBN: 9789810204594 / Angielski / Twarda / 264 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. |
cena:
307,30 zł |
![]() |
Parallel Complexity of Linear System Solution
ISBN: 9789810205034 / Angielski / Miękka / 228 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. |
cena:
224,37 zł |
![]() |
Ten Years of Concurrency Semantics: Selected Papers of the Amsterdam Concurrency Group
ISBN: 9789810210410 / Angielski / Twarda / 452 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. This collection of reprints describes a unified treatment of semantics, covering a wide range of notions in parallel languages. Included are several foundational and introductory papers developing the methodology of metric semantics, studies on the comparative semantics of parallel object-oriented and logic programming, and papers on full abstraction and transition system specifications. In addition, links with process algebra and the theory of domain equations are established. Throughout, a uniform proof technique is used to relate operational and denotational models. The approach is...
This collection of reprints describes a unified treatment of semantics, covering a wide range of notions in parallel languages. Included are several f...
|
cena:
712,15 zł |
![]() |
Concurrent Programming in Mac OS X and IOS: Unleash Multicore Performance with Grand Central Dispatch
ISBN: 9781449305635 / Angielski / Miękka / 60 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Now that multicore processors are coming to mobile devices, wouldn't it be great to take advantage of all those cores without having to manage threads? This concise book shows you how to use Apple's Grand Central Dispatch (GCD) to simplify programming on multicore iOS devices and Mac OS X. Managing your application s resources on more than one core isn't easy, but it's vital. Apps that use only one core in a multicore environment will slow to a crawl. If you know how to program with Cocoa or Cocoa Touch, this guide will get you started with GCD right away, with many examples to help... Now that multicore processors are coming to mobile devices, wouldn't it be great to take advantage of all those cores without having to manage thre... |
cena:
82,10 zł |
![]() |
Stream Processing with Apache Spark: Mastering Structured Streaming and Spark Streaming
ISBN: 9781491944240 / Angielski / Miękka / 452 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. To build analytics tools that provide faster insights, knowing how to process data in real time is a must, and moving from batch processing to stream processing is absolutely required. Fortunately, the Spark in-memory framework/platform for processing data has added an extension devoted to fault-tolerant stream processing: Spark Streaming. If you're familiar with Apache Spark and want to learn how to implement it for streaming jobs, this practical book is a must.
To build analytics tools that provide faster insights, knowing how to process data in real time is a must, and moving from batch processing to stre... |
cena:
268,97 zł |
![]() |
High Performance Deformable Image Registration Algorithms for Manycore Processors
ISBN: 9780124077416 / Angielski / Miękka / 122 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. High Performance Deformable Image Registration Algorithms for Manycore Processors develops highly data-parallel image registration algorithms suitable for use on modern multi-core architectures, including graphics processing units (GPUs). Focusing on deformable registration, we show how to develop data-parallel versions of the registration algorithm suitable for execution on the GPU. Image registration is the process of aligning two or more images into a common coordinate frame and is a fundamental step to be able to compare or fuse data obtained from different sensor measurements.... High Performance Deformable Image Registration Algorithms for Manycore Processors develops highly data-parallel image registration algorithm... |
cena:
202,43 zł |
![]() |
Parallel Scientific Computation: A Structured Approach Using BSP and MPI
ISBN: 9780198529392 / Angielski / Twarda / 334 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Based on the author's extensive development, this is the first text explaining how to use BSPlib, the bulk synchronous parallel library, which is freely available for use in parallel programming. Aimed at graduate students and researchers in mathematics, physics and computer science, the main topics treated in the book are core in the area of scientific computation and many additional topics are treated in numerous exercises. An appendix on the message-passing interface (MPI) discusses how to program using the MPI communication library. MPI equivalents of all the programs are also presented....
Based on the author's extensive development, this is the first text explaining how to use BSPlib, the bulk synchronous parallel library, which is free...
|
cena:
687,91 zł |