Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7 707 857-29-98
  +7(7172) 65-23-70
  10:00-18:00 пн-пт
  shop@logobook.kz
   
    Поиск книг                        
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Бестселлеры | |
 

Options and derivatives programming in c++20, Oliveira, Carlos


Варианты приобретения
Цена: 35390.00T
Кол-во:
 о цене
Наличие: Невозможна поставка.

в Мои желания

Автор: Oliveira, Carlos
Название:  Options and derivatives programming in c++20
ISBN: 9781484263143
Издательство: Springer
Классификация:



ISBN-10: 1484263146
Обложка/Формат: Paperback
Страницы: 393
Вес: 0.79 кг.
Дата издания: 28.10.2020
Язык: English
Издание: 2nd ed.
Иллюстрации: 17 illustrations, color; 10 illustrations, black and white; x, 365 p. 27 illus., 17 illus. in color.
Размер: 25.40 x 17.81 x 2.18 cm
Читательская аудитория: Professional & vocational
Подзаголовок: Algorithms and programming techniques for the financial industry
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание: Algorithms and Programming Techniques for the Financial Industry

Game Programming in C++: Creating 3D Games

Автор: 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.


Structured Products Volume 1: Exotic Options; Interest Rates & Currency (The Swaps & Financial Derivatives Library), 3rd Edition Revised

Автор: 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.

A Primer on Scientific Programming with Python

Автор: 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

The Go Programming Language

Автор: 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.

Modern X86 Assembly Language Programming: Covers X86 64-Bit, Avx, Avx2, and Avx-512

Автор: Kusswurm Daniel
Название: Modern X86 Assembly Language Programming: Covers X86 64-Bit, Avx, Avx2, and Avx-512
ISBN: 1484240626 ISBN-13(EAN): 9781484240625
Издательство: Springer
Рейтинг:
Цена: 32600.00 T
Наличие на складе: Невозможна поставка.
Описание:

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.


Financial Derivatives

Автор: Constantinides George M
Название: Financial Derivatives
ISBN: 981461842X ISBN-13(EAN): 9789814618427
Издательство: World Scientific Publishing
Рейтинг:
Цена: 39070.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Derivatives markets are an important and growing segment of financial markets and play an important role in the management of risk.

Financial Derivatives: Futures, Forwards, Swaps, Options, Corporate Securities, and Credit Default Swaps

Автор: Constantinides George M.
Название: Financial Derivatives: Futures, Forwards, Swaps, Options, Corporate Securities, and Credit Default Swaps
ISBN: 9814618411 ISBN-13(EAN): 9789814618410
Издательство: World Scientific Publishing
Рейтинг:
Цена: 77090.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Derivatives markets are an important and growing segment of financial markets and play an important role in the management of risk.

Options, Futures, and Other Derivatives (10th Edition)

Автор: John C. Hull
Название: Options, Futures, and Other Derivatives (10th Edition)
ISBN: 013447208X ISBN-13(EAN): 9780134472089
Издательство: Pearson Education
Рейтинг:
Цена: 298570.00 T
Наличие на складе: Поставка под заказ.
Описание: Revised edition of the author`s Options, futures, and other derivatives, [2015]

OCA / OCP Java SE 8 Programmer Certification Kit: Exam 1Z0-808 and Exam 1Z0-809

Автор: 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).

Programming in Lua, Fourth Edition

Автор: Ierusalimschy, Roberto (Author)
Название: Programming in Lua, Fourth Edition
ISBN: 8590379868 ISBN-13(EAN): 9788590379867
Издательство: Неизвестно
Рейтинг:
Цена: 41330.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.

Options: The Essential Guide for Getting Started in Derivatives Trading, Tenth Edition

Автор: Thomsett Michael C.
Название: Options: The Essential Guide for Getting Started in Derivatives Trading, Tenth Edition
ISBN: 1547416149 ISBN-13(EAN): 9781547416141
Издательство: Walter de Gruyter
Цена: 45050.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

With over 300,000 copies sold, the new edition of this comprehensive mentoring guide clearly presents all of the essential information needed to learn to trade options.

Whereas most options books focus on profit and loss opportunities, this book addresses the issues of hedging market risks in an equity portfolio head on. The author presents the compelling argument that options should not be thought of as risky stand-alone trading vehicles, but offer greater value as a coordinated strategic methodology for managing equity portfolio risks as presented in numerous examples in this book.

Divided into four parts, Options reflects a guiding standard of the past nine editions and includes:

  • Crystal clear explanations of the attributes and strategies of calls and puts.
  • A chapter on the short life of an option. This, missing in almost every options book, is a key to understanding options trading.
  • Examples in Part 1 showing different trading strategies on both sides of the trade.

The second part of the book is about closing positions; taking profit, exercising, expirations or rolling forward your position, risk analysis, profit calculations, and the impact of volatility.

The third part simplifies the complex issues of advanced strategies including the various spreads, combining spreads to successfully hedge other positions and how certain strategies work. Each spread is covered in at least one detailed example.

The final part is on evaluating risk. The unquestioned benefits of hedging risk and strategies that are virtually guaranteed to succeed that are generally the domain of the investment giants along with many examples are discussed.

The book's broad coverage makes it an incredibly valuable desk reference to any trader in options. You won't get explanations like these on the internet.

Michael C. Thomsett is a market expert, author, speaker, and coach. His many books include Stock Market Math, Candlestick Charting, The Mathematics of Options, and A Technical Approach to Trend Analysis.

Click here to see an interview with the author.

https: //youtu.be/8bgrgLB3Mx4


Python for Scientists

Автор: 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.


Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2)
ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz
Kaspi QR
   В Контакте     В Контакте Мед  Мобильная версия