|
 |
|
 |
|
|
 |
|  |
|
Название: Unreal Engine 5 Game Programming Design Patterns in C++, Java, C#, and Blueprints Автор: Sonicworkflow Издательство: Sonicworkflow LLC Год: 2021 Страниц: 516 Язык: английский Формат: pdf , epub Размер: 32.0 MB
This book is a crosswalk from traditional code to visual scripting. This book is about reconstructing traditional and widely used design patterns in a visual scripting environment. The visual scripting environment is Unreal Engine’s “Blueprints.” We will discuss and implement design patterns to solve some of the most common problems in programming. You will not need to read much of the background material on the design patterns if you are an experienced coder. Chances are, you probably have used many of these patterns previously. Do not fret If you are not a coder. If you are familiar with Blueprints, then you can, and should implement design patterns into your workflow when necessary. C++, Java, and C# “equivalent” code is provided for each design pattern discussed. Additionally, there is an accompanying UML diagram for each design pattern of the Java code implementation. We follow the code in blueprints as close as possible. Some of you may be thinking, “Hey, why would you use Java and C# when Unreal’s main coding language is C++.” I have nothing against C++. I chose to add Java and C# for a few reasons. |
Разместил: Ingvar16 19-12-2021, 14:02 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: VBA for Excel: Programming VBA Macros - The Easy Introduction for Beginners and Non-Programmers Автор: Andrew J. Patterson Издательство: Amazon.com Services LLC Год: October 30, 2017 Страниц: 142 Язык: английский Формат: pdf , epub Размер: 10.2 MB
This e-book is an introductory course to Visual Basic for Applications (VBA), an incredibly useful tool that can make your day-to-day work with Microsoft Excel a lot easier and increase your productivity enormously. With VBA you can automate Excel work that would take a lot of time if done manually. Whether it's copying data from one workbook or worksheet to another, reacting to user input or performing complex calculations on your data - VBA is the right tool to save time and effort on many tasks you face every day. However, many people are afraid of VBA programming because it is an activity unlike any they have done before. They think it’s something for nerds. They think it’s abstract, complex and difficult to learn. It’s not. This book, specifically written for e-book readers, will guide you safely through your first steps with VBA. It is made for learners with no prior programming experience. |
Разместил: Ingvar16 18-12-2021, 19:39 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Python Tutorial for Beginners Автор: Be Sure Издательство: Be Sure Год: 2021 Страниц: 112 Язык: английский Формат: pdf, azw3, mobi, epub Размер: 10.1 MB
Python is a high-level, structured and general-purpose functional programming language that emphasizes on readability of text. Python syntax helps programmers code in less phases relative to Java or C++. Python has diversified uses in software technology companies such as games, online platforms and apps, language creation, prototyping, visual design uses, etc. It makes the language a greater abundance than many programming languages employed in the business. Python is a versatile programming language that makes efficient usage of code lines, installation can be performed in a fantastic way, and debugging can be achieved easily. This has been particularly relevant around the globe because Google company has declared it one of the main programming languages. We've seen a user-friendly and concise solution to Python. Python is the youngest of all the languages but it also gives a lot of frameworks. Python is a strong language all over, but it only excels with the ability to bring a lot of features with only a little bit of coding. |
Разместил: Ingvar16 18-12-2021, 18:50 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Developing A React.js Edge : The jаvascript Library For User Interfaces, 2nd Edition Автор: Richard Feldman, Frankie Bagnardi, Simon Højberg Издательство: Bleeding Edge Press Год: 2018 Страниц: 238 Язык: английский Формат: epub Размер: 10.17 MB
React is a jаvascript library developed internally at Facebook and open sourced in 2013 for building interactive user interfaces for the web. It introduces a new way to deal with the Browser’s DOM. Gone are the days of manually updating the DOM and laboriously keeping track of each piece of state that makes scalability and new feature development at best, a risky endeavor. Instead, React deals with the DOM in a very novel way. You declaratively define your user interface at any point in time. React removes the need to worry about which part of the DOM needs to update when data changes, and enables you to essentially re-render your entire application at any point in time with minimal DOM changes. To get the most out of this book you’ll need to be experienced with jаvascript and HTML. It’s beneficial if you have experience with writing SPAs (regardless of which framework like Backbone.js, AngularJS, or Ember.js), but it is not required. |
Разместил: Ingvar16 18-12-2021, 18:12 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Python One-Liners: Profi-Programmierung durch kurz gefasstes Python Автор: Christian Mayer Издательство: dpunkt.verlag GmbH Год: 2021 Страниц: 248 Язык: немецкий Формат: pdf (true), epub Размер: 11,1 MB
Python in seiner raffiniertesten Form. Python One-Liners zeigt Ihnen, wie man »One Liners« – prägnante Ausdrücke zu nützlicher Funktionalität, verpackt in einer einzigen Codezeile – liest und schreibt. Sie lernen systematisch jede Zeile von Python-Code zu entschlüsseln und zu verstehen, und werden wie ein Experte eloquentes, stark komprimiertes Python schreiben. In den fünf Kapiteln des Buches werden Tipps und Tricks, reguläre Ausdrücke, Machine Learning, Kernthemen der Datenwissenschaft und hilfreiche Algorithmen behandelt. |
Разместил: Ingvar16 18-12-2021, 16:50 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Validity, Reliability, and Significance: Empirical Methods for NLP and Data Science Автор: Stefan Riezler, Michael Hagmann Издательство: Morgan & Claypool Год: 2022 Страниц: 165 Язык: английский Формат: pdf (true) Размер: 10.2 MB
Empirical methods are means to answering methodological questions of empirical sciences by statistical techniques. The methodological questions addressed in this book include the problems of validity, reliability, and significance. In the case of Machine Learning, these correspond to the questions of whether a model predicts what it purports to predict, whether a model's performance is consistent across replications, and whether a performance difference between two models is due to chance, respectively. The goal of this book is to answer these questions by concrete statistical tests that can be applied to assess validity, reliability, and significance of data annotation and Machine Learning (ML) prediction in the fields of natural language processing (NLP) and Data Science. This book can be used as an introduction to empirical methods for machine learning in general, with a special focus on applications in NLP and Data Science. The book is self-contained, with an appendix on the mathematical background on GAMs and LMEMs, and with an accompanying webpage including R code to replicate experiments presented in the book. |
Разместил: Ingvar16 18-12-2021, 16:16 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Artificial Intelligence Driven Circuits and Systems: Select Proceedings of ISED 2021 Автор: Biswajit Mishra, Jimson Mathew, Priyadarsan Patra Издательство: Springer Год: 2022 Страниц: 167 Язык: английский Формат: pdf (true) Размер: 10.2 MB
This book highlights selected papers presented at the 10th International Symposium on Embedded Computing and System Design (ISED) 2021. This symposium provides a platform for researchers to share the latest scientific achievements of embedded computing and system design. The book is divided into three broad sections. The first section discusses topics like VLSI and testing, circuits and systems with a focus on emerging technologies. The second section discusses topics like embedded hardware and software systems and novel applications. The final section discusses the state-of-the-art technologies involving IoT, artificial intelligence, green and edge computing that demonstrates the issues currently. We build an intuitive interface for users to interact with our models and deploy our system as a web application. We carry out experiments on two datasets consisting of Java and Python source programs and their documentation, to demonstrate the effectiveness of our proposed method. |
Разместил: Ingvar16 18-12-2021, 15:37 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Machine Learning with Apache Spark (Early Release) Автор: Adi Polak Издательство: O’Reilly Media Год: 2021-12-20: First Release Формат: ePUB Страниц: 116 Размер: 10 Mb Язык: English
Advances in machine learning techniques, the cloud, and the ability to leverage hardware acceleration have changed the way we work with data--adding entirely new capabilities and business models to the mix. But the demand for processing training data has outpaced the increase in computation power. This practical and comprehensive guide will show you how to distribute your machine learning workload across multiple machines and turn centralized systems into distributed ones. Machine Learning with Spark examines various technologies for building end-to-end distributed machine learning platforms based on the Apache Spark ecosystem with Spark MLlib, TensorFlow, Horovod, PyTorch, and more. This book shows you when to use each technology and why. You'll also learn how to
|
Разместил: vitvikvas 18-12-2021, 04:35 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Efficient Linux at the Command Line (Early Release) Автор: Daniel J. Barrett Издательство: O’Reilly Media Год: 2021-12-17: Second Release Формат: ePUB, PDF Страниц: 387 Размер: 10 Mb Язык: English
Want to increase your Linux productivity to get more done in less time? This practical book teaches you how to be quick and efficient at the Linux command line. You'll learn to create and run complex commands that solve real business problems, organize your files for quick access, efficiently process and retrieve information, and automate manual tasks. You'll truly understand what happens behind the shell prompt. Efficient Linux at the Command Line teaches general best practices and the concepts behind them, so no matter which Linux tools you use, you can become more effective in your daily work and more competitive in the job market. |
Разместил: vitvikvas 18-12-2021, 04:12 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Python Interview Questions: Ultimate guide to Success Автор: Meenu Kohli Издательство: BPB Publication Год: 2019 Формат: ePUB, PDF Страниц: 617 Размер: 10 Mb Язык: English
The book is written assuming that the reader has basic knowledge of Python programming. A brief introduction is provided for all relevant topics. Every topic is followed by all types of possible questions that an examiner or interviewer can ask the reader. The questions are arranged chapter wise so that it is easy for the reader to move from easy to complex questions. |
Разместил: vitvikvas 17-12-2021, 20:29 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
br>
|