|
 |
|
 |
|
|
 |
|  |
|
Название: Multiplayer Game Development in Rust (MEAP v2) Автор: Stephan Dilly, Lyon Becker Издательство: Manning Publications Год: 2022 Страниц: 150 Язык: английский Формат: pdf, epub, mobi Размер: 10.2 MB
Use Rust to create a high performance and easy-to-scale multiplayer game that can handle hundreds of players. In Multiplayer Game Development in Rust you’ll learn how to build performance-optimized applications in Rust by developing your own multiplayer game backend. You’ll iterate on your backend in every chapter, adding new features as you go. Discover how Rust can deliver increased performance and memory safety, and take advantage of handy Rust tools and libraries that can help with the heavy lifting. Modern games often use completely different stacks for the frontend and backend. Developers end up needing to write the game logic twice, or they have to build complex solutions for data exchange. Rust is an ideal language for the whole project, delivering high performance on both client and server. |
Разместил: Ingvar16 13-01-2023, 08:37 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Google Anthos in Action (MEAP v11) Автор: Antonio Gulli Издательство: Manning Publications Год: 2022 Страниц: 795 Язык: английский Формат: pdf, epub Размер: 31.9 MB
Learn Anthos directly from the Google development team! Anthos delivers a consistent management platform for deploying and operating Linux and Windows applications anywhere—multicloud, edge, on-prem, bare metal, or VMware. In a cloud-centric world, all deployment is becoming hybrid deployment. Anthos is a modern, Kubernetes-based cloud platform that enables you to run your software in multicloud, hybrid, or on-premises deployments using the same operations tools and approach. With powerful automation features, it boosts your efficiency along the whole development lifecycle. Google Anthos in Action demystifies Anthos with practical examples of Anthos at work and invaluable insights from the Google team that built it. Anthos is built on a simple concept: write once, and run anywhere—whether that’s on-prem, in any public cloud, on the edge, or all three. |
Разместил: Ingvar16 13-01-2023, 07:55 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: An Introduction to Python Programming for Scientists and Engineers Автор: Johnny Wei-Bing Lin, Hannah Aizenman, Erin M.C. Espinel, Kim Gunnerson Издательство: Cambridge University Press Год: 2022 Страниц: 766 Язык: английский Формат: pdf (true) Размер: 57.7 MB
Python is one of the most popular programming languages, widely used for data analysis and modelling, and is fast becoming the leading choice for scientists and engineers. Unlike other textbooks introducing Python, typically organised by language syntax, this book uses many examples from across Biology, Chemistry, Physics, Earth science, and Engineering to teach and motivate students in science and engineering. The text is organised by the tasks and workflows students undertake day-to-day, helping them see the connections between programming tools and their disciplines. The pace of study is carefully developed for complete beginners, and a spiral pedagogy is used so concepts are introduced across multiple chapters, allowing readers to engage with topics more than once. “Try This!” exercises and online Jupyter notebooks encourage students to test their new knowledge, and further develop their programming skills. Online solutions are available for instructors, alongside discipline-specific homework problems across the sciences and engineering. |
Разместил: Ingvar16 13-01-2023, 07:40 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Statistics and Data Visualisation with Python Автор: Jesus Rogel-Salazar Издательство: CRC Press Серия: The Python Series Год: 2023 Страниц: 554 Язык: английский Формат: pdf (true) Размер: 14.3 MB
This book is intended to serve as a bridge in statistics for graduates and business practitioners interested in using their skills in the area of data science and analytics as well as statistical analysis in general. On the one hand, the book is intended to be a refresher for readers who have taken some courses in statistics, but who have not necessarily used it in their day-to-day work. On the other hand, the material can be suitable for readers interested in the subject as a first encounter with statistical work in Python. Statistics and Data Visualisation with Python aims to build statistical knowledge from the ground up by enabling the reader to understand the ideas behind inferential statistics and begin to formulate hypotheses that form the foundations for the applications and algorithms in statistical analysis, business analytics, machine learning, and applied machine learning. This book begins with the basics of programming in Python and data analysis, to help construct a solid basis in statistical methods and hypothesis testing, which are useful in many modern applications. In the Chapter 3 we are going to concentrate on a few that are useful in statistical analysis, namely NumPy, SciPy and Pandas. |
Разместил: Ingvar16 13-01-2023, 07:23 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Algorithm Design: A Methodological Approach - 150 problems and detailed solutions Автор: Patrick Bosc, Marc Guyomard, Laurent Miclet Издательство: CRC Press Год: 2023 Страниц: 820 Язык: английский Формат: pdf (true) Размер: 17.4 MB
A best-seller in its French edition, the construction of this book is original and its success in the French market demonstrates its appeal. It is based on three principles: 1. An organization of the chapters by families of algorithms : exhaustive search, divide and conquer, etc. At the contrary, there is no chapter only devoted to a systematic exposure of, say, algorithms on strings. Some of these will be found in different chapters. 2. For each family of algorithms, an introduction is given to the mathematical principles and the issues of a rigorous design, with one or two pedagogical examples. 3. For its most part, the book details 150 problems, spanning on seven families of algorithms. For each problem, a precise and progressive statement is given. More important, a complete solution is detailed, with respect to the design principles that have been presented ; often, some classical errors are pointed at. Roughly speaking, two thirds of the book are devoted to the detailed rational construction of the solutions. |
Разместил: Ingvar16 13-01-2023, 07:09 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Quick jаvascript Автор: David Matuszek Издательство: CRC Press Год: 2023 Страниц: 187 Язык: английский Формат: pdf (true) Размер: 10.2 MB
Are you an experienced programmer who wants to get started quickly in jаvascript and the HTML DOM? This is your book. Do you need encyclopedic knowledge of jаvascript and/or the HTML DOM? This book is not for you. Are you a novice who wants to learn to program? This book is not for you. In fact, this language is not for you. Get a good Python book. This book will get you programming in jаvascript as quickly as possible. In addition, it will provide you with a basic understanding of the Document Object Model, the massive data structure used to represent web pages. With these tools, you will be able to build interactive web pages. If you program in C++ or Java, there are parts of the book you can skip over because the jаvascript statements are exactly the same. These parts are clearly marked. |
Разместил: Ingvar16 12-01-2023, 21:40 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Fast Python High performance techniques for large datasets (MEAP v10) Автор: Tiago Antao Издательство: Manning Publications Год: 2022 Страниц: 373 Язык: английский Формат: pdf, epub Размер: 10.9 MB
Master these effective techniques to reduce costs and run times, handle huge datasets, and implement complex machine learning applications efficiently in Python. Fast Python is your guide to optimizing every part of your Python-based data analysis process, from the pure Python code you write to managing the resources of modern hardware and GPUs. You'll learn to rewrite inefficient data structures, improve underperforming code with multithreading, and simplify your datasets without sacrificing accuracy. Fast, accurate systems are vital for handling the huge datasets and complex analytical algorithms that are common in modern data science. Python programmers need to boost performance by writing faster pure-Python programs, optimizing the use of libraries, and utilizing modern multi-processor hardware; Fast Python shows you how. |
Разместил: Ingvar16 12-01-2023, 18:58 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Collaborative Worldbuilding for Video Games Автор: Kaitlin Tremblay Издательство: CRC Press Год: 2023 Страниц: 215 Язык: английский Формат: pdf (true) Размер: 10.2 MB
This book is a theoretical and practical deep dive into the craft of worldbuilding for video games, with an explicit focus on how different job disciplines contribute to worldbuilding. In addition to providing lenses for recognizing the various components in creating fictional and digital worlds, the author positions worldbuilding as a reciprocal and dynamic process, a process which acknowledges that worldbuilding is both created by and instrumental in the design of narrative, gameplay, art, audio, and more. Collaborative Worldbuilding for Video Games encourages mutual respect and collaboration among teams and provides game writers and narrative designers tools for effectively incorporating other job roles into their own worldbuilding practice and vice versa. Programmers and engineers (along with designers) determine how everything in the game world actually works, how things feel, what actions are available to players, and how certain technical constraints can create opportunities for signature worldbuilding moments. Programming brings worlds (and everything in worlds) to life, which in turn also has a huge effect on how elements of the game’s world feels. Programming can also provide creative solutions to technical obstacles that in turn have a direct effect on what the world looks like, plays like, or feels like. |
Разместил: Ingvar16 12-01-2023, 18:45 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: MATLAB & Simulink 3D Animation User’s Guide (R2022b) Автор: MathWorks Издательство: The MathWorks, Inc. Год: September 2022 Страниц: 564 Язык: английский Формат: pdf (true) Размер: 10.2 MB
Visualize dynamic system behavior in a virtual reality environment. Simulink 3D Animation links Simulink models and MATLAB algorithms to 3D graphics objects in virtual reality scenes. You can animate a virtual world by changing position, rotation, scale, and other object properties during desktop or real-time simulation. You can also sense collisions and other events in the virtual world and feed them back into your MATLAB and Simulink algorithms. Video from virtual cameras can be streamed to Simulink for processing. Simulink 3D Animation includes editors and viewers for rendering and interacting with virtual scenes. With the 3D World Editor, you can import CAD and URDF file formats as well as author detailed scenes assembled from 3D objects. The 3D world can be viewed immersively using stereoscopic vision. You can incorporate multiple 3D scene views inside MATLAB figures, and interact with the virtual world using a force-feedback joystick, space mouse, or other hardware device. Simulink 3D Animation supports X3D, an ISO standard file format and run-time architecture for representing and communicating with 3D scenes and objects. |
Разместил: Ingvar16 12-01-2023, 17:34 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Designing Microservices (MEAP v3) Автор: S. Ramesh Издательство: Manning Publications Год: 2022 Страниц: 176 Язык: английский Формат: pdf, epub Размер: 10.1 MB
Start your microservices projects right! Choosing the best design patterns, tools, deployment strategies, and team structure will maximize innovation, agility, time to market, and reliability.In Designing Microservices you’ll learn an elegant approach to microservices architecture that’s based on the principles of loose coupling, high cohesion, and isolation. Created by award-winning microservices veteran S. Ramesh, this cutting-edge method has been proven and tested in high-stakes enterprise environments. This practical and approachable book covers the design challenges you’re most likely to encounter, alongside patterns and components to solve each problem. You’ll even learn strategies for selecting and equipping teams for maximum productivity. |
Разместил: Ingvar16 12-01-2023, 15:58 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
br>
|