Добавить в избранное
Форум
Правила сайта "Мир Книг"
Группа в Вконтакте
Подписка на книги
Правообладателям
Найти книгу:
Навигация
Вход на сайт
Регистрация



Реклама


Название: Excel-VBA: From Solving Mathematical Puzzles to Analysing Complex Engineering Problems
Автор: Tariq Muneer, Stoyanka Ivanova
Издательство: Springer
Год: 2022
Формат: True PDF
Страниц: 183
Размер: 10 Mb
Язык: English

This compact text is a powerful introduction to the Excel/VBA computing environment. The book presents some of the most useful features of Excel. First by introducing mathematical puzzles that will grab the reader’s attention with the reader invited to think hard on solving those puzzles. Then, solutions are presented in a logical manner. The book goes on to describe modern and up-to-date engineering problems and their solutions. Based on many years of the authors’ teaching, the book provides a practical, useful and enjoyable learning methods for readers to become expert in Excel and its application to engineering.
Разместил: vitvikvas 8-05-2022, 10:03 | Комментарии: 0 | Подробнее
Название: Music Representation and Transformation in Software: Structure and Algorithms in Python
Автор: Donald P. Pazel
Издательство: Springer
Год: 2022
Формат: True PDF
Страниц: 341
Размер: 17,5 Mb
Язык: English

Takes the reader on a journey through music concepts and on the way develops music essentials step-by-step
Emphasizes the representation of musical concepts in an object-oriented way as Python classes and objects
Applies a complete library of music elements in software to various localized music transformations
Разместил: vitvikvas 8-05-2022, 02:40 | Комментарии: 0 | Подробнее
Название: Introduction to Quantum Computing with Q# and QDK
Автор: Filip Wojcieszyn
Издательство: Springer
Год: 2022
Формат: PDF
Страниц: 286
Размер: 10 Mb
Язык: English

This book introduces the fundamentals of the theory of quantum computing, illustrated with code samples written in Q#, a quantum-specific programming language, and its related Quantum Development Kit. Quantum computing (QC) is a multidisciplinary field that sits at the intersection of quantum physics, quantum information theory, computer science and mathematics, and which may revolutionize the world of computing and software engineering.
Разместил: vitvikvas 8-05-2022, 02:27 | Комментарии: 0 | Подробнее
Название: The GameMaker Standard
Автор: David Vinciguerra and Andrew Howell
Издательство: Focal Press
Год: 2015
Формат: PDF
Размер: 16 Мб
Язык: английский / English

This book teaches students and entry-level novices how to create games using the GameMaker engine. Readers will quickly hone their design skills with tutorials that are written so that beginners can quickly start building games while also providing lessons on how designers can ‘level up’ and add advanced options to their games. Readers will also have access to a website containing all the assets and resources to create their games, including sprites and animations, walk-through video tutorials of each lesson and music composed by professional musicians. Also provided are rubrics for instructors to use when grading student work or for readers learning on their own to evaluate their own work.
Разместил: black 7-05-2022, 20:32 | Комментарии: 0 | Подробнее
Название: Testing jаvascript Applications
Автор: Lucas da Costa
Издательство: Manning Publications
Год: 2021
Формат: True (PDF, ePUB)
Страниц: 514
Размер: 16,2 Mb
Язык: English

Testing jаvascript Applications teaches you how to implement an automated testing plan for jаvascript-based web applications.
Summary
Automated testing will help you write high-quality software in less time, with more confidence, fewer bugs, and without constant manual oversight. Testing jаvascript Applications is a guide to building a comprehensive and reliable JS application testing suite, covering both how to write tests and how JS testing tools work under the hood. You’ll learn from Lucas de Costa, a core contributor to popular JS testing libraries, as he shares a quality mindset for making testing decisions that deliver a real contribution to your business. You’ll benefit from informative explanations and diagrams, easily-transferable code samples, and useful tips on using the latest and most consolidated libraries and frameworks of the jаvascript ecosystem.
Разместил: vitvikvas 7-05-2022, 12:03 | Комментарии: 0 | Подробнее
Название: Developing Graphics Frameworks With Java and Opengl
Автор: Lee Stemkoski, James Cona
Издательство: CRC Press
Год: 2022
Формат: True PDF
Страниц: 309
Размер: 12 Mb
Язык: English

Developing Graphics Frameworks with Java and OpenGL shows you how to create software for rendering complete three-dimensional (3D) scenes. The book explains the foundational theoretical concepts as well as the practical programming techniques that will enable you to create your own animated and interactive computer-generated worlds.
You will learn how to combine the power of OpenGL, the most widely adopted cross-platform application programming interface (API) for graphics processing unit (GPU) programming, with the accessibility and versatility of the Java programming language.
Topics in this book include generating geometric shapes, transforming objects with matrices, applying image-based textures to surfaces, and lighting a scene. Advanced sections explain how to implement procedurally generated textures, postprocessing effects, and shadow mapping. In addition to the sophisticated graphics framework discussed throughout the book, you will gain a foundational knowledge that will allow you to adapt and extend that framework, leading to even more spectacular graphical results.
Разместил: vitvikvas 7-05-2022, 09:03 | Комментарии: 0 | Подробнее
Название: Learn Enough jаvascript to be Dangerous: A Tutorial Introduction to Programming with jаvascript
Автор: Michael Hartl
Издательство: Pearson
Год: 2022
Формат: ePUB
Страниц: 672
Размер: 34,9 Mb
Язык: English

All You Need to Know, and Nothing You Don't, to Write jаvascript for the Web and Beyond
jаvascript plays a key role in modern software development, not only because it is the only language that runs inside virtually all web browsers, but also because it has become widely used for back-end and general-purpose development as well. Although jаvascript is a big language, you don't need to learn "everything" about it to get started--just how to use it efficiently to solve real problems. In Learn Enough jаvascript to Be Dangerous, renowned instructor Michael Hartl teaches the specific concepts, skills, and approaches you need to be professionally productive.
Разместил: vitvikvas 6-05-2022, 20:53 | Комментарии: 0 | Подробнее
Название: Learn Enough Developer Tools to Be Dangerous: Command Line, Text Editor, and Git Version Control Essentials
Автор: Michael Hartl
Издательство: Pearson
Год: 2022
Формат: ePUB
Страниц: 368
Размер: 35,8 Mb
Язык: English

All You Need to Know, and Nothing You Don't, About Core Tools for Software Development
Three of the core tools needed for modern software development are the Unix command line, a text editor, and version control with Git. But you don't need to learn "everything" about them, just how to use them efficiently to solve real problems. In Learn Enough Developer Tools to Be Dangerous, renowned instructor Michael Hartl teaches the specific concepts, skills, and approaches you need so you can learn to write apps, get hired, collaborate, and maybe even launch your own company.
Even if you've never used (or even heard of) these tools before, Hartl helps you quickly build technical sophistication and master the lore you need to succeed. Focused exercises help you internalize what matters, without wasting time on details pros don't care about. Soon, it'll be like you were born knowing this stuff–and you’ll be suddenly, seriously dangerous.
Разместил: vitvikvas 6-05-2022, 15:46 | Комментарии: 0 | Подробнее
Название: Learn to Code With jаvascript
Автор: Darren Jones
Издательство: Sitepoint
Год: 2021
Формат: True ePUB, PDF
Страниц: 404
Размер: 23 Mb
Язык: English

Do you want to learn to code? Perhaps you want to learn how to build the next social media sensation or blockbuster game? Or perhaps you just want to get some valuable coding experience under your belt? This easy-to-follow, practical, and fun guide is the perfect place to start on your coding journey. You'll be learning to program with jаvascript - the most popular programming language on Earth. And it runs in web browsers, making it particularly suited to creating web-based apps and games. But the principles and techniques that you'll learn will provide you with a foundation to go on and learn many other languages, too.
Разместил: vitvikvas 6-05-2022, 09:37 | Комментарии: 0 | Подробнее
Название: Optimization Modelling Using R
Автор: Timothy R. Anderson
Издательство: CRC Press
Год: 2022
Формат: True PDF
Страниц: 299
Размер: 10 Mb
Язык: English

This book covers using R for doing optimization, a key area of operations research, which has been applied to virtually every industry. The focus is on linear and mixed integer optimization. It uses an algebraic modeling approach for creating formulations that pairs naturally with an algebraic implementation in R.
With the rapid rise of interest in data analytics, a data analytics platform is key. Working technology and business professionals need an awareness of the tools and language of data analysis. R reduces the barrier to entry for people to start using data analytics tools.
Philosophically, the book emphasizes creating formulations before going into
implementation. Algebraic representation allows for clear understanding and generalization
of large applications, and writing formulations is necessary to explain and convey the modeling decisions made.
Appendix A introduces R. Mathematics is used at the level of subscripts and summations Refreshers are provided in Appendix B.
Разместил: vitvikvas 5-05-2022, 09:54 | Комментарии: 0 | Подробнее
 MyMirKnig.ru  ©2019     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности