21 resultater (0,27892 sekunder)

Mærke

Butik

Pris (EUR)

Nulstil filter

Produkter
Fra
Butikker

Parallel Processing and Applied Mathematics, Part II - - Bog - Springer-Verlag Berlin and Heidelberg GmbH & Co. KG - Plusbog.dk

Euro-Par 2015: Parallel Processing - - Bog - Springer-Verlag Berlin and Heidelberg GmbH & Co. KG - Plusbog.dk

Parallel Programming with C# and .NET - Vaskaran Sarcar - Bog - Springer-Verlag Berlin and Heidelberg GmbH & Co. KG - Plusbog.dk

Parallel Programming with C# and .NET - Vaskaran Sarcar - Bog - Springer-Verlag Berlin and Heidelberg GmbH & Co. KG - Plusbog.dk

If you need to understand concurrency, this book is your guide to the fundamentals behind the advanced software you seek to implement to achieve highly responsive and scalable code. Support for parallel computation is an essential part of concurrency. Concurrency is an advanced concept and solutions are not straightforward. Many developers have been burned by it and are still being burned by it. This book aims to simplify the concept for C# developers. It tries to simplify the concept using the Task Parallel Library (TPL), Concurrent Collections, Parallel LINQ (PLINQ), Asynchronous Programming Patterns, and related topics. The book starts with an overview of TPL and discusses Tasks. Understanding these areas is necessary to learn the concepts that follow in the book. You will go through special scenarios, such as handling exceptions and cancellations, followed by demonstrations of synchronization techniques and concurrent collections. You will see demonstrations of parallel loops to speed up the computations. And you'll understand PLINQ in detail. Finally, you'll learn how to simplify asynchronous programming with async and await keywords is discussed. The book contains “Q&A sessions”, review questions, and exercises (in .NET 8 and C#12). After reading the book, you will be able to understand advanced concepts in parallel programming and implement them in your code. What You Will LearnUnderstand concurrent and multi-threaded developmentUnderstand how some modern-day C# features can promote parallel programmingDemonstrate the latest patterns for parallel development Who This Book Is ForDevelopers familiar with C# but are absolute beginners for parallel programming.

DKK 509.00
1

Euro-Par 2006 Workshops: Parallel Processing - - Bog - Springer-Verlag Berlin and Heidelberg GmbH & Co. KG - Plusbog.dk

Transactions on Large-Scale Data- and Knowledge-Centered Systems XXXIX - - Bog - Springer-Verlag Berlin and Heidelberg GmbH & Co. KG - Plusbog.dk

Membrane Computing - - Bog - Springer-Verlag Berlin and Heidelberg GmbH & Co. KG - Plusbog.dk

Genetic Algorithms + Data Structures = Evolution Programs - Zbigniew Michalewicz - Bog - Springer-Verlag Berlin and Heidelberg GmbH & Co. KG -

Transactions on Computational Science XXVII - - Bog - Springer-Verlag Berlin and Heidelberg GmbH & Co. KG - Plusbog.dk

Transactions on Computational Science XXXIX - - Bog - Springer-Verlag Berlin and Heidelberg GmbH & Co. KG - Plusbog.dk

Transactions on Computational Science XXXIV - - Bog - Springer-Verlag Berlin and Heidelberg GmbH & Co. KG - Plusbog.dk

International Europhysics Conference on High Energy Physics - - Bog - Springer-Verlag Berlin and Heidelberg GmbH & Co. KG - Plusbog.dk

Task Programming in C# and .NET - Vaskaran Sarcar - Bog - Springer-Verlag Berlin and Heidelberg GmbH & Co. KG - Plusbog.dk

Transactions on Computational Science XXXIII - - Bog - Springer-Verlag Berlin and Heidelberg GmbH & Co. KG - Plusbog.dk

Transactions on Computational Science XXXVII - - Bog - Springer-Verlag Berlin and Heidelberg GmbH & Co. KG - Plusbog.dk

Transactions on Computational Science XXXV - - Bog - Springer-Verlag Berlin and Heidelberg GmbH & Co. KG - Plusbog.dk

Transactions on Computational Science XXVIII - - Bog - Springer-Verlag Berlin and Heidelberg GmbH & Co. KG - Plusbog.dk

Transactions on Computational Science XXVIII - - Bog - Springer-Verlag Berlin and Heidelberg GmbH & Co. KG - Plusbog.dk

The LNCS journal Transactions on Computational Science reflects recent developments in the field of Computational Science, conceiving the field not as a mere ancillary science but rather as an innovative approach supporting many other scientific disciplines. The journal focuses on original high-quality research in the realm of computational science in parallel and distributed environments, encompassing the facilitating theoretical foundations and the applications of large-scale computations and massive data processing. It addresses researchers and practitioners in areas ranging from aerospace to biochemistry, from electronics to geosciences, from mathematics to software architecture, presenting verifiable computational methods, findings, and solutions, and enabling industrial users to apply techniques of leading-edge, large-scale, high performance computational methods. This, the 28th issue of the Transactions on Computational Science journal, is comprised of extended versions of selected papers from the International Conference on Cyberworlds, CyberWorlds 2015, held in Gotland, Sweden, in October 2015. The first paper is a position paper, presenting open problems and identifying future directions within the domain. The remaining 8 papers focus on a range of topics, including virtual reality, games, haptic modeling, cybersecurity, brain wave analysis, shape parameterization, projects, and data mining.

DKK 416.00
1

Transactions on Computational Science XXXVI - - Bog - Springer-Verlag Berlin and Heidelberg GmbH & Co. KG - Plusbog.dk

Economic Growth - Alfonso Novales - Bog - Springer-Verlag Berlin and Heidelberg GmbH & Co. KG - Plusbog.dk

DKK 646.00
1

Economic Growth - Alfonso Novales - Bog - Springer-Verlag Berlin and Heidelberg GmbH & Co. KG - Plusbog.dk

DKK 986.00
1

Software Development, Design, and Coding - John F. Dooley - Bog - Springer-Verlag Berlin and Heidelberg GmbH & Co. KG - Plusbog.dk

Software Development, Design, and Coding - John F. Dooley - Bog - Springer-Verlag Berlin and Heidelberg GmbH & Co. KG - Plusbog.dk

Learn the principles of good software design and then turn those principles into great code. This book introduces you to software engineering — from the application of engineering principles to the development of software. You'll see how to run a software development project, examine the different phases of a project, and learn how to design and implement programs that solve specific problems. This book is also about code construction — how to write great programs and make them work. This new third edition is revamped to reflect significant changes in the software development landscape with updated design and coding examples and figures. Extreme programming takes a backseat, making way for expanded coverage of the most crucial agile methodologies today: Scrum, Lean Software Development, Kanban, and Dark Scrum. Agile principles are revised to explore further functionalities of requirement gathering. The authors venture beyond imperative and object-oriented languages, exploring the realm of scripting languages in an expanded chapter on Code Construction. The Project Management Essentials chapter has been revamped and expanded to incorporate "SoftAware Development” to discuss the crucial interpersonal nature of joint software creation. Whether you're new to programming or have written hundreds of applications, in this book you'll re-examine what you already do, and you'll investigate ways to improve. Using the Java language, you'll look deeply into coding standards, debugging, unit testing, modularity, and other characteristics of good programs. You Will LearnModern agile methodologiesHow to work on and with development teamsHow to leverage the capabilities of modern computer systems with parallel programmingHow to work with design patterns to exploit application development best practicesHow to use modern tools for development, collaboration, and source code controls Who This Book Is ForEarly career software developers, or upper-level students in software engineering courses

DKK 509.00
1

Computational Materials Science for Thin-Film Solar Cells - - Bog - Springer-Verlag Berlin and Heidelberg GmbH & Co. KG - Plusbog.dk

Computational Materials Science for Thin-Film Solar Cells - - Bog - Springer-Verlag Berlin and Heidelberg GmbH & Co. KG - Plusbog.dk

Scientists and engineers in academic and industrial research experience a strong evolving discipline: Computational Materials Science. This discipline provides materials insights that are not readily achievable by experiments, and it offers the opportunity to design materials and composites “ab-initio”. This book presents the methods and the practical use of Computational Materials Science using two distinct examples: the development of optimized or alternative materials for CIGS (Copper-Indium-Gallium-di-Selenide) photovoltaics and the optimization of CIGS thin film solar cells for maximum efficiency. After a general introduction the theoretical background of the book is illustrated: The strategies and principles of High Performance Computing (HPC) for materials science are covered and rounded out by a number of examples for highly parallel computing. Next theory and working principles of solar cells are depicted with emphasis on CIGS. Finally the theory of the quantum mechanical simulations (Density Functional Theory, Monte Carlo simulations for canonical and grand-canonical ensembles, cluster expansions) and the software used for these purposes are presented. In the practical section of the book the simulation work for the various functional layers of the CIGS cell is described in detail: After general electronic structure calculations for the CIGS photo absorber light is shed on the role of the Indium/Gallium distribution as well as on the influence of vacancies in chalcopyrite structures. Base requirements for the buffer layer are defined and simulation results from a search for alternative (Cadmium-free) buffer compounds are presented. Experimental results for synthesized replacement materials complete this part of the work. The optimization of the system transparent conductive oxide (TCO) / contact grid for maximum overall cell efficiency is described. The charge transport through TCO/grid is modelled by a Finite Element Method and cell efficiencies are calculated considering ohmic as well as optical losses. The last section of the book outlines the simulation results implications on the optimization of thin film cell processing. Special emphasis is placed on the influence of process temperatures on film homogeneity and cell efficiency as well as on the requirements for substrate selection. The calculations are validated by experimental results.

DKK 762.00
1