LitMy.ru - литература в один клик

  • Добавил: fisher1978
  • Дата: 9-09-2021, 06:16
  • Комментариев: 0
Название: Фундаментальные алгоритмы на C++. Алгоритмы на графах
Автор: Роберт Седжвик
Издательство: СПб: ООО «ДиаСофтЮП»
Год: 2002
Формат: pdf, djvu
Страниц: 483
Размер: 61,1 Mb
Язык: Русский

Эта книга посвящена глубокому исследованию всех основополагающих концепций и алгоритмов, которые, несомненно, относятся к категории «вечных». Тщательным образом проштудировав их, вы получите знания, которые никогда не устареют и которыми вы будете пользоваться всегда.
  • Добавил: literator
  • Дата: 9-09-2021, 04:17
  • Комментариев: 0
Название: Feature Engineering and Feature Selection with Python: A Practical Guide For Feature Crafting
Автор: Charfaoui Younes
Издательство: Independently published
Год: 2021
Страниц: 253
Язык: английский
Формат: pdf, epub
Размер: 11.9 MB

Feature engineering is the process of using data domain knowledge to create features or variables that make Machine Learning (ML) algorithms work more efficiently. It’s a fundamental task for improving Machine Learning model performance and prediction accuracy. However, feature engineering can be very time-consuming, as it takes quite a bit of effort to effectively process variables in our datasets before using them in a model. The reader of this book should have some familiarity with Machine Learning. We’ll be using Python as a programming language, as well as data science libraries like: Pandas, NumPy, Matplotlib, SciPy, Scikit-learn.
  • Добавил: literator
  • Дата: 8-09-2021, 21:18
  • Комментариев: 0
Название: Алгоритмы ГИС. Теория применения геоинформационных систем и технологий
Автор: Нинчуань Сяо
Издательство: ДМК Пресс
Год: 2021
Страниц: 329
Язык: русский
Формат: pdf
Размер: 10.1 MB

Географические информационные системы (ГИС) приобретают все большее значение, помогая нам понять сложную социальную, экономическую и природную динамику в ситуациях, где ключевую роль играют пространственные компоненты. Однако фундаментальные алгоритмы, применяемые в ГИС, трудны для понимания и преподавания, отчасти из-за отсутствия логически последовательного изложения. Настоящая книга – попытка решить эту проблему за счет сочетания строгого формализованного языка с практическими примерами и упражнениями. Алгоритмы можно описывать разными способами. В данной книге мы избрали более практичный путь – описывать алгоритм на реальном языке программирования, в качестве какового решили взять Python.
  • Добавил: literator
  • Дата: 8-09-2021, 17:25
  • Комментариев: 0
Название: Python. Wise Head Junior: Beginners Guide To Programming. Coding For Kids. Learn With Fun. Learn Logic Building Skills. Computational Thinking. K-12. Beginner's Algorithmic Thinking
Автор: Mohmad Yakub
Издательство: Independently published
Год: 2021
Страниц: 338
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

How can I improve my coding skills? This book has a unique approach, specially crafted for non-programmers/beginners. A sure way to become confident programmer is to master the technique of logic building skills. Solve pattern based problems because it will improve the visualization of logic. After some level of practice, your mind will work like a mini-debugger where you could able to visualize the flow of data. If a problem asked in the interview or anywhere else, then we should able to get the logic correctly in a single chance, instead of guessing logic. After mastering the skills from this book,a beginner can confidently solve logical problems like 2-3 years experienced programmer. This is just not a book but a sensible option to learn programming logic from the very minimal.
  • Добавил: literator
  • Дата: 8-09-2021, 16:16
  • Комментариев: 0
Название: Art of Clean Code: How to Write Codes for Human
Автор: Roosnam Seefan
Издательство: R. Seefan
Год: 2019
Язык: английский
Формат: pdf, epub
Размер: 10.17 MB

The Clean code approach is a coding style that provides software to be quick and easy reading and understanding. With the rapid surge of platforms such as Linux, Git, readability of code has become an important aspect in modern computing. But we're not merely writing code for computer consumption. However, a change has been observed and we are now turning towards human than a machine for explaining codes. Considering the latest development, the book introduces the clean code concepts and some tips and tricks on clean coding also. The modern era has identified software development as an ever-developing process. In other words, this also ensures the scalability of the program to some extent. Hence, software development needs to go beyond the spatial domain as well as the temporal domain. This phenomenon ignites the importance of code readability in the software industry. Therefore, readability of the code is becoming the vital feature of the product in software development. Hence, code readability needs to be one of the very first things to learn and adapt for the young programmers.
  • Добавил: literator
  • Дата: 8-09-2021, 15:17
  • Комментариев: 0
Название: React Deep Dive
Автор: Manuel Bieh, Sibylle Katharina Sehl
Издательство: Leanpub
Год: 2021
Страниц: 410
Язык: английский
Формат: pdf, epub
Размер: 10.16 MB

React has taken Frontend Development by storm over the past couple of years, unlike any other library before it. Today there are hardly any metrics where React does not take the top spot: downloads, popularity, usability. With "React Deep Dive" you will take a deep look into developing modern Frontend applications with the help of React. Not only will you learn how react works, but you will also look into what makes React so special and what the creators of React were thinking when creating the library. You will also learn why React is a more descriptive approach to Frontend Development, and how it has turned previous approaches on their head.
  • Добавил: literator
  • Дата: 8-09-2021, 14:47
  • Комментариев: 0
Название: Let Us C++, Third Edition
Автор: Yashavant Kanetkar
Издательство: BPB Publications
Год: 2019
Страниц: 618
Язык: английский
Формат: pdf, epub
Размер: 10.2 MB

Highlights Core Features Like Encapsulation, Polymorphism, Inheritance, Virtual Functions, Templates, Exception Handling, STL and more
Most best-selling software including MS Office, Internet Explorer, Photoshop, AutoCAD, Google Earth, Firefox, etc. are written in C++. So, for anyone who aspires to write good software, C++ has become the language of choice. One has to know the concepts of Object-Oriented Programming and how to use them in C++, to make a mark in the programming world. Let Us C++ teaches you C++ in Yashavant Kanetkar's inimitable style.]
  • Добавил: igor_gin
  • Дата: 8-09-2021, 10:33
  • Комментариев: 0

Название: Справочное руководство для Free Pascal, Версия 3.0.0. Версия документа 3.0
Автор: Ван Кеннейт М.
Издательство: Интернет-издание
Год: 2015
Формат: pdf
Страниц: 286
Размер: 12 mb
Язык: русский

Этот документ служит руководством по языку Pascal реализованном компилятором Free Pascal. Оно описывает все конструкции которые поддерживает Free Pascal, а также списки всех поддерживаемых типов данных. Однако оно, не дает подробное объяснение языка Pascal: это не учебник. Цель заключается в создании списка конструкций которые поддерживаются языком Pascal , и показать, где реализация Free Pascal отличается от реализации Turbo Pascal или Delphi.
  • Добавил: literator
  • Дата: 8-09-2021, 04:55
  • Комментариев: 0
Название: Data Mesh: Delivering Data-Driven Value at Scale (Third Early Release)
Автор: Zhamak Dehghani
Издательство: O’Reilly Media, Inc.
Год: 2021-09-07
Страниц: 90
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

Data Mesh is a new approach in sourcing, managing, and accessing data for analytical use cases at scale. Let’s call this class of data, analytical data. Analytical data is used for predictive or diagnostic use cases. It is the foundation for visualizations and reports that provide insights into the business. It is used to train Machine Learning (ML) models that augment the business with data-driven intelligence. It is the essential ingredient for organizations to move from intuition and gut-driven decision-making to taking actions based on observations and data-driven predictions. Analytical data is what powers the software and technology of the future. It enables a technology shift from human-designed rule-based algorithms to data-driven machine-learned models. Analytical data is becoming an increasingly critical component of the technology landscape.
  • Добавил: literator
  • Дата: 8-09-2021, 04:19
  • Комментариев: 0
Название: Professional C# and .NET, 2021 Edition
Автор: Christian Nagel
Издательство: Wiley
Год: 2022
Страниц: 1011
Язык: английский
Формат: pdf (true), epub
Размер: 31.8 MB

Get the latest coverage of the newest features in C#9 and .NET 5. In Professional C# and .NET: 2021 Edition, Microsoft MVP for Visual Studio and Development Technologies and veteran developer, Christian Nagel, delivers a comprehensive tour of the new features and capabilities of C#9 and .NET 5. Experienced programmers making the transition to C# will benefit from the author’s in-depth explorations to create Web- and Windows applications using ASP.NET Core, Blazor, and WinUI using modern application patterns and new features offered by .NET including Microservices deployed to Docker images, GRPC, localization, asynchronous streaming, and much more.