Options and derivatives programming in c++20, Oliveira, Carlos
Автор: Madhav Sanjay Название: Game Programming in C++: Creating 3D Games ISBN: 0134597206 ISBN-13(EAN): 9780134597201 Издательство: Pearson Education Рейтинг: Цена: 48830.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Program 3D Games in C++: The #1 Language at Top Game Studios Worldwide C++ remains the key language at many leading game development studios. Since it's used throughout their enormous code bases, studios use it to maintain and improve their games, and look for it constantly when hiring new developers. Game Programming in C++ is a practical, hands-on approach to programming 3D video games in C++. Modeled on Sanjay Madhav's game programming courses at USC, it's fun, easy, practical, hands-on, and complete. Step by step, you'll learn to use C++ in all facets of real-world game programming, including 2D and 3D graphics, physics, AI, audio, user interfaces, and much more. You'll hone real-world skills through practical exercises, and deepen your expertise through start-to-finish projects that grow in complexity as you build your skills. Throughout, Madhav pays special attention to demystifying the math that all professional game developers need to know.
Set up your C++ development tools quickly, and get started
Implement basic 2D graphics, game updates, vectors, and game physics
Build more intelligent games with widely used AI algorithms
Implement 3D graphics with OpenGL, shaders, matrices, and transformations
Integrate and mix audio, including 3D positional audio
Detect collisions of objects in a 3D environment
Efficiently respond to player input
Build user interfaces, including Head-Up Displays (HUDs)
Improve graphics quality with anisotropic filtering and deferred shading
Load and save levels and binary game data
Whether you're a working developer or a student with prior knowledge of C++ and data structures, Game Programming in C++ will prepare you to solve real problems with C++ in roles throughout the game development lifecycle. You'll master the language that top studios are hiring for--and that's a proven route to success.
Автор: Satyajit Das Название: Structured Products Volume 1: Exotic Options; Interest Rates & Currency (The Swaps & Financial Derivatives Library), 3rd Edition Revised ISBN: 0470821663 ISBN-13(EAN): 9780470821664 Издательство: Wiley Рейтинг: Цена: 116160.00 T Наличие на складе: Нет в наличии. Описание: Structured Products Volume 1 consists of 4 Parts and 20 Chapters covering applications of derivatives, the creation of synthetic assets using derivaves (such as asset swaps, structured notes and repackaged assets), exotic options, non-generic derivative structures used in interest rates and currency markets (including non-generic swaps, basis (floating-to-floating) swaps, swaptions (options on interest rate swaps), callable bonds, CMT products, IAR products, interest rate and currency structured products.
Автор: Langtangen Hans Petter Название: A Primer on Scientific Programming with Python ISBN: 3662498863 ISBN-13(EAN): 9783662498866 Издательство: Springer Рейтинг: Цена: 32600.00 T Наличие на складе: Есть Описание: The book serves as a first introduction to computer programming of scientific applications, using the high-level Python language. The exposition is example and problem-oriented, where the applications are taken from mathematics, numerical calculus, statistics, physics, biology and finance. The book teaches 'Matlab-style' and procedural programming as well as object-oriented programming. High school mathematics is a required background and it is advantageous to study classical and numerical one-variable calculus in parallel with reading this book. Besides learning how to program computers, the reader will also learn how to solve mathematical problems, arising in various branches of science and engineering, with the aid of numerical methods and programming. By blending programming, mathematics and scientific applications, the book lays a solid foundation for practicing computational science.From the reviews: Langtangen … does an excellent job of introducing programming as a set of skills in problem solving. He guides the reader into thinking properly about producing program logic and data structures for modeling real-world problems using objects and functions and embracing the object-oriented paradigm. … Summing Up: Highly recommended. F. H. Wild III, Choice, Vol. 47 (8), April 2010Those of us who have learned scientific programming in Python ‘on the streets’ could be a little jealous of students who have the opportunity to take a course out of Langtangen’s Primer.” John D. Cook, The Mathematical Association of America, September 2011This book goes through Python in particular, and programming in general, via tasks that scientists will likely perform. It contains valuable information for students new to scientific computing and would be the perfect bridge between an introduction to programming and an advanced course on numerical methods or computational science.Alex Small, IEEE, CiSE Vol. 14 (2), March?/April 2012 “This fourth edition is awonderful, inclusive textbook that covers pretty much everything one needs toknow to go from zero to fairly sophisticated scientific programming in Python…”Joan Horvath, Computing Reviews, March2015
Functional Programming in C++ teaches developers the practical side of functional programming and the tools that C++ provides to develop software in the functional style. This in-depth guide is full of useful diagrams that help you understand FP concepts and begin to think functionally.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the Technology
Well-written code is easier to test and reuse, simpler to parallelize, and less error prone. Mastering the functional style of programming can help you tackle the demands of modern apps and will lead to simpler expression of complex program logic, graceful error handling, and elegant concurrency. C++ supports FP with templates, lambdas, and other core language features, along with many parts of the STL.
About the Book
Functional Programming in C++ helps you unleash the functional side of your brain, as you gain a powerful new perspective on C++ coding. You'll discover dozens of examples, diagrams, and illustrations that break down the functional concepts you can apply in C++, including lazy evaluation, function objects and invokables, algebraic data types, and more. As you read, you'll match FP techniques with practical scenarios where they offer the most benefit.
What's inside
Writing safer code with no performance penalties
Explicitly handling errors through the type system
Extending C++ with new control structures
Composing tasks with DSLs
About the Reader
Written for developers with two or more years of experience coding in C++.
About the Author
Ivan Čukic is a core developer at KDE and has been coding in C++ since 1998. He teaches modern C++ and functional programming at the Faculty of Mathematics at the University of Belgrade.
Table of Contents
Introduction to functional programming
Getting started with functional programming
Function objects
Creating new functions from the old ones
Purity: Avoiding mutable state
Lazy evaluation
Ranges
Functional data structures
Algebraic data types and pattern matching
Monads
Template metaprogramming
Functional design for concurrent systems
Testing and debugging
Автор: Billimoria Kaiwan Название: Hands-On System Programming with Linux ISBN: 1788998472 ISBN-13(EAN): 9781788998475 Издательство: Неизвестно Цена: 67430.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Twenty five years ago, as often happens in our industry, pundits laughed at and called Linux a joke. To say that view has changed is a massive understatement. This book will cement for you both the conceptual `why` and the practical `how` of systems programming on Linux, and covers Linux systems programming on the latest 4.x kernels.
Автор: Winkle Lewis Van Название: Hands-On Network Programming with C ISBN: 1789349869 ISBN-13(EAN): 9781789349863 Издательство: Неизвестно Рейтинг: Цена: 57610.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Network programming, a challenging topic in C, is made understandable through careful exposition of socket programming APIs. Keeping up with the current trends, you will gain an insight into web programming for IoT. Finally, you will learn how to monitor the network, troubleshoot problems, implement security, and understand best practices.
Автор: John M. Stewart Название: Python for Scientists ISBN: 1316641236 ISBN-13(EAN): 9781316641231 Издательство: Cambridge Academ Рейтинг: Цена: 33780.00 T Наличие на складе: Нет в наличии. Описание: Scientific Python is taught from scratch in this book via copious, downloadable, useful and adaptable code snippets. Everything the working scientist needs to know is covered, quickly providing researchers and research students with the skills to start using Python effectively.
Автор: Jeanne Boyarsky, Scott Selikoff Название: OCA / OCP Java SE 8 Programmer Certification Kit: Exam 1Z0-808 and Exam 1Z0-809 ISBN: 1119272092 ISBN-13(EAN): 9781119272090 Издательство: Wiley Рейтинг: Цена: 73920.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Your complete certification guide on the path to Oracle Java SE The Oracle Java SE Certification track now consists of three levels Associate (OCA), Professional (OCP), and Master (OCM).
Автор: Ierusalimschy, Roberto (Author) Название: Programming in Lua, Fourth Edition ISBN: 8590379868 ISBN-13(EAN): 9788590379867 Издательство: Неизвестно Рейтинг: Цена: 41330.00 T Наличие на складе: Есть у поставщика Поставка под заказ.
Автор: Hyer Tom Название: Derivatives Algorithms - Volume 1: Bones (Second Edition) ISBN: 9814699519 ISBN-13(EAN): 9789814699518 Издательство: World Scientific Publishing Рейтинг: Цена: 116160.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Derivatives Algorithms - Volume 1: Bones (Second Edition) is for practicing quants who already have some expertise in risk-neutral pricing and in programming, and want to build a reusable and extensible library.
Автор: Kernighan Brian W., Donovan Alan Название: The Go Programming Language ISBN: 0134190440 ISBN-13(EAN): 9780134190440 Издательство: Pearson Education Рейтинг: Цена: 46190.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: The book will quickly get students started using Go effectively from the beginning, and by the end, they will know how to use it well to write clear, idiomatic and efficient programs to solve real-world problems. They`ll understand not just how to use its standard libraries, but how they work, and how to apply the same design techniques to their own projects.
Gain the fundamentals of x86 64-bit assembly language programming and focus on
the updated aspects of the x86 instruction set that are most relevant to application
software development. This book covers topics including x86 64-bit programming and
Advanced Vector Extensions (AVX) programming.
The focus in this second edition is exclusively on 64-bit base programming architecture
and AVX programming. Modern X86 Assembly Language Programming's structure and
sample code are designed to help you quickly understand x86 assembly language
programming and the computational capabilities of the x86 platform. After reading
and using this book, you'll be able to code performance-enhancing functions and
algorithms using x86 64-bit assembly language and the AVX, AVX2 and AVX-512
instruction set extensions.
What You Will Learn
Discover details of the x86 64-bit platform including its core architecture, data types,
registers, memory addressing modes, and the basic instruction set
Use the x86 64-bit instruction set to create performance-enhancing functions that
are callable from a high-level language (C++)
Employ x86 64-bit assembly language to efficiently manipulate common data types
and programming constructs including integers, text strings, arrays, and structures
Use the AVX instruction set to perform scalar floating-point arithmetic
Exploit the AVX, AVX2, and AVX-512 instruction sets to significantly accelerate the
performance of computationally-intense algorithms in problem domains such as
image processing, computer graphics, mathematics, and statistics
Apply various coding strategies and techniques to optimally exploit the x86 64-bit,
AVX, AVX2, and AVX-512 instruction sets for maximum possible performance
Who This Book Is For
Software developers who want to learn how to write code using x86 64-bit assembly language. It's also ideal for software developers who already have a basic understanding of x86 32-bit or 64-bit assembly language programming and are interested in learning how to exploit the SIMD capabilities of AVX, AVX2 and AVX-512.
Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2) ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz