Programming Languages for Business Problem Solving, Wang, Shouhong
Автор: Hutton Название: Programming in Haskell ISBN: 1316626229 ISBN-13(EAN): 9781316626221 Издательство: Cambridge Academ Рейтинг: Цена: 49270.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: This edition has been extensively updated and expanded, with new chapters covering recent and more advanced features of Haskell, new examples and exercises, and freely downloadable lecture slides and example code. All concepts are explained from first principles and no programming experience is required, making it accessible to a broad range of readers.
Автор: Pierce, Benjamin C. Название: Types and programming languages ISBN: 0262162091 ISBN-13(EAN): 9780262162098 Издательство: MIT Press Рейтинг: Цена: 107220.00 T Наличие на складе: Невозможна поставка. Описание:
A comprehensive introduction to type systems and programming languages.
A type system is a syntactic method for automatically checking the absence of certain erroneous behaviors by classifying program phrases according to the kinds of values they compute. The study of type systems -- and of programming languages from a type-theoretic perspective -- has important applications in software engineering, language design, high-performance compilers, and security.
This text provides a comprehensive introduction both to type systems in computer science and to the basic theory of programming languages. The approach is pragmatic and operational; each new concept is motivated by programming examples and the more theoretical sections are driven by the needs of implementations. Each chapter is accompanied by numerous exercises and solutions, as well as a running implementation, available via the Web. Dependencies between chapters are explicitly identified, allowing readers to choose a variety of paths through the material.
The core topics include the untyped lambda-calculus, simple type systems, type reconstruction, universal and existential polymorphism, subtyping, bounded quantification, recursive types, kinds, and type operators. Extended case studies develop a variety of approaches to modeling the features of object-oriented languages.
Автор: Barry Wittman, Aditya Mathur, Tim Korb Название: Start Concurrent: An Introduction to Problem Solving in Java With a Focus on Concurrency, 2014 ISBN: 1626710090 ISBN-13(EAN): 9781626710092 Издательство: Mare Nostrum (Eurospan) Цена: 71150.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: How can the new generation of computer scientists growing up with multicore chips learn to program applications that exploit this latent processing power? This unique book is an attempt to introduce concurrent programming to first-year computer science students. This book assumes no programming background but offers a broad coverage of Java.
Автор: Sal Washah Название: Scientific Approach to Problem Solving: With C++ Programming ISBN: 1626614725 ISBN-13(EAN): 9781626614727 Издательство: Mare Nostrum (Eurospan) Рейтинг: Цена: 107190.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Teaches the basic concepts needed to master C++, illustrating every building block of the programming language. The book provides practical information such as style guidance, debugging, and real-world, coherent programming advice. The material is accessible to those new to the language, and adds information and techniques for those who are already experts in C++ programming.
Автор: Attaway, Stormy Название: MATLAB ISBN: 0128154799 ISBN-13(EAN): 9780128154793 Издательство: Elsevier Science Рейтинг: Цена: 55950.00 T Наличие на складе: Поставка под заказ. Описание: MATLAB: A Practical Introduction to Programming and Problem Solving, winner of TAA’s 2017 Textbook Excellence Award ("Texty"), guides the reader through both programming and built-in functions to easily exploit MATLAB's extensive capabilities for tackling engineering and scientific problems. Assuming no knowledge of programming, this book starts with programming concepts, such as variables, assignments, and selection statements, moves on to loops, and then solves problems using both the programming concept and the power of MATLAB. The fifth edition has been updated to reflect the functionality of the current version of MATLAB (R2018a), including the addition of local functions in scripts, the new string type, coverage of recently introduced functions to import data from web sites, and updates to the Live Editor and App Designer.
Автор: Oliveira Carlos Название: Practical C++20 Financial Programming: Problem Solving for Quantitative Finance, Financial Engineering, Business, and Economics ISBN: 1484268334 ISBN-13(EAN): 9781484268339 Издательство: Springer Цена: 51230.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: 1. The Fixed-Income Market2. The Equities Market3. C++ Programming Techniques in Finance4. Common Libraries for Financial Code5. Designing Numerical Classes6. Plotting Financial Data7. Linear Algebra8. Interpolation9. Calculating Roots of Equations10. Numerical Integration11. Solving Partial Differential Equations12. Algorithm Optimization13. Portfolio Optimization14. Monte Carlo Methods for Equity markets15. Extending Financial Libraries16. C++ with R and Octave17. MultithreadingA. Appendix A: C++20 Features
Автор: Dale Nell, Weems Chip, Richards Tim Название: Programming and Problem Solving with C++ ISBN: 1284157326 ISBN-13(EAN): 9781284157321 Издательство: Jones & Bartlett Рейтинг: Цена: 182750.00 T Наличие на складе: Поставка под заказ. Описание: Over the Atlantic, an airliner`s controls suddenly stop reacting. In Japan, an oil tanker runs aground when its navigational system fails. At first, these computer failures seem unrelated. But Jeff Aiken, a former government analyst who saw the mistakes made before 9/11, fears that there may be a more serious attack coming.
Автор: Nair, Premchand S. Название: Java Programming Fundamentals ISBN: 1420065475 ISBN-13(EAN): 9781420065473 Издательство: Taylor&Francis Рейтинг: Цена: 112290.00 T Наличие на складе: Нет в наличии.
Автор: Alex Gezerlis Название: Numerical Methods in Physics with Python ISBN: 1009303856 ISBN-13(EAN): 9781009303859 Издательство: Cambridge Academ Рейтинг: Цена: 116160.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Bringing together idiomatic Python programming, foundational numerical methods, and physics applications, this is an ideal standalone textbook for courses on computational physics. All the frequently used numerical methods in physics are explained, including foundational techniques and hidden gems on topics such as linear algebra, differential equations, root-finding, interpolation, and integration. The second edition of this introductory book features several new codes and 140 new problems (many on physics applications), as well as new sections on the singular-value decomposition, derivative-free optimization, Bayesian linear regression, neural networks, and partial differential equations. The last section in each chapter is an in-depth project, tackling physics problems that cannot be solved without the use of a computer. Written primarily for students studying computational physics, this textbook brings the non-specialist quickly up to speed with Python before looking in detail at the numerical methods often used in the subject.
Автор: Harper Название: Practical Foundations for Programming Languages ISBN: 1107150302 ISBN-13(EAN): 9781107150300 Издательство: Cambridge Academ Рейтинг: Цена: 66520.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: This book defines and analyzes a full range of programming language concepts in a single unifying framework that isolates core abstractions and avoids irrelevant details of specific languages. It stresses the central role of types and teaches the use of rigorous mathematical techniques for proving properties of languages and programs.
Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2) ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz