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

  • Добавил: literator
  • Дата: 20-01-2023, 08:35
  • Комментариев: 0
Learning JavaScript Design Patterns: A JavaScript and React Developer’s Guide, 2nd Edition (Second Early Release)Название: Learning jаvascript Design Patterns: A jаvascript and React Developer’s Guide, 2nd Edition (Second Early Release)
Автор: Addy Osmani
Издательство: O’Reilly Media, Inc.
Год: 2023-01-19
Страниц: 159
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.2 MB

Do you want to write beautiful, structured, and maintainable jаvascript by applying modern design patterns to the language? Do you want clean, efficient, manageable code? Want to stay up-to-date with the latest best practices? If so, the updated second edition of Learning jаvascript Design Patterns is the ideal place to start. Author Addy Osmani shows you how to apply modern design patterns to jаvascript and React. That includes popular design patterns such as modules, mixins, observers, and mediators. You'll learn about performance and rendering patterns, such as server-side rendering and islands architecture. You'll also learn how modern architectural patterns—such as MVC, MVP, and MVVM—are useful from the perspective of a modern web application developer. Other essential topics include modern jаvascript syntax and React patterns such as Hooks, higher order components, and render props.
  • Добавил: literator
  • Дата: 20-01-2023, 08:23
  • Комментариев: 0
Functional Programming with C# (6th Early Release)Название: Functional Programming with C#: Create More Supportable, Robust, and Testable Code (6th Early Release)
Автор: Simon J. Painter
Издательство: O’Reilly Media, Inc.
Год: 2023-01-19
Страниц: 259
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.2 MB

After decades of relative obscurity, functional programming is finally coming into its own. With concise, easy-to-read code that supports asynchronous, concurrent processing, aspects of functional programming have begun to appear in several traditionally object-oriented languages such as C# and Java. This practical book shows C# programmers how to use functional programming features without having to navigate an entirely new language. Because of the shared runtime environment common to C# and F# languages, it's possible to use most of F#'s functional features in C# as well. Author Simon J. Painter explains how you can write functional code in C# right away, without having to install dependencies or features newer than .NET 3. You'll learn why functional programming concepts can bring immediate benefit to your work. Functional Programming is not only one of the greatest innovations in the history of software development, it’s also cool.
  • Добавил: literator
  • Дата: 20-01-2023, 06:47
  • Комментариев: 0
Applied Informatics for Industry 4.0Название: Applied Informatics for Industry 4.0
Автор: Nazmul Siddique, Mohammad Shamsul Arefin, Julie Wall, M. Shamim Kaiser
Издательство: CRC Press
Год: 2023
Страниц: 338
Язык: английский
Формат: pdf (true)
Размер: 37.2 MB

Applied Informatics for Industry 4.0 combines the technologies of computer science and information science to assist in the management and processing of data to provide different types of services. Due to the adaptation of 4.0 IR-related technologies, applied informatics is playing a vital role in different sectors such as healthcare, complex system design and privacy-related issues. This book focuses on cutting edge research from the fields of informatics and complex industrial systems, and will cover topics including health informatics, bioinformatics, brain informatics, genomics and proteomics, data and network security and more. The text will appeal to beginners and advanced researchers in the fields of computer science, information sciences, electrical and electronic engineering and robotics.
  • Добавил: literator
  • Дата: 20-01-2023, 06:07
  • Комментариев: 0
C# 11: WWW The server side: Software DevelopmentНазвание: C# 11: WWW The server side: Software Development
Автор: Poul Klausen
Издательство: bookboon.com
Год: 2021
Страниц: 252
Язык: английский
Формат: epub
Размер: 10.1 MB

This book is the eleventh in a series of books on software development. The programming language is C#, and the language and its syntax and semantics fills obviously much, but the books have also largely focus on the process, and how to develop good and robust applications. This book deals with the development of web applications where the focus is on the server side and how to develop dynamic web pages. The book starts with an introduction to world wide web and the main technologies, followed by a simple example on ASP.NET web application. The rest of the book deals with how to write an ASP.NET Core MVC application, and after reading the book, you should be able to write classic web applications. However, the book contains little about the client side, which is dealt with first in the next book.
  • Добавил: literator
  • Дата: 20-01-2023, 05:55
  • Комментариев: 0
C# 10: More on WPF: Software DevelopmentНазвание: C# 10: More on WPF: Software Development
Автор: Poul Klausen
Издательство: bookboon.com
Год: 2021
Страниц: 219
Язык: английский
Формат: epub
Размер: 11.4 MB

This book is the tenth in a series of books on software development. The programming language is C#, and the language and its syntax and semantics fills obviously much, but the books have also largely focus on the process, and how to develop good and robust applications. This book is a continuation of the previous book on WPF. The book deals with issues that one typically encounters in connection with the development of Windows programs. Examples are implementing undo / redo and printing to a physical printer. In addition, as a continuation of the previous book, the book focuses on the development of custom components, but components that are larger and more complex than those shown in the previous book. The book, together with the previous book, is the end of the treatment of WPF, but also of the development of classic PC programs, and the following books will focus on WEB applications and phone apps.
  • Добавил: literator
  • Дата: 20-01-2023, 05:45
  • Комментариев: 0
Go Data Structures and AlgorithmsНазвание: Go Data Structures and Algorithms
Автор: Christopher Fox
Издательство: bookboon.com
Год: 2018
Страниц: 374
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.2 MB

A concise introduction to data structures and algorithms in Go. Data structures are presented in a container hierarchy that includes stacks and queues as non-traversable dispensers, and lists, sets, and maps as traversable collections. Algorithm analysis is introduced and applied to linear and binary search, bubble sort, selection sort, insertion sort, merge sort and quicksort. The book also covers heaps and heapsort, unbalanced binary search trees, AVL trees, 2-3 trees, hashing, graph representations, and graph algorithms based on depth-and breadth-first search. Code is presented in Go (more about this in a moment), but the book does not teach Go and it does not include reference material about the language. The book does include features of pedagogical value: every chapter has review questions with answers, and a set of exercises. There is also a glossary at the end. The book (and versions of it using other programming languages) has been used successfully for several years to teach introductory algorithms and data structures at James Madison University. Many students have commented appreciatively regarding its brevity, clarity, and low cost. Go is a relatively new language from Google, and many students are interested in learning it. Overall, Go is an excellent choice for teaching algorithms and data structures.
  • Добавил: literator
  • Дата: 20-01-2023, 05:22
  • Комментариев: 0
Coding & Programming The Complete Manual - Winter 2022Название: Coding & Programming The Complete Manual - Winter 2022
Автор: Papercut Limited
Издательство: Papercut Limited
Год: 2023
Страниц: 216
Язык: английский
Формат: pdf (true)
Размер: 67.3 MB

The essential step-by-step manual for improving your Python, Linux, Windows & C++ coding skills. Coding is everywhere. From your TV through to the International Space Station, you’ll find millions of lines of code controlling and delivering the services that we take for granted. Behind all this code are the programmers who develop our digital world, using a multitude of different languages to weave the fabric of the Internet, operating systems, games and modern entertainment. Whether it’s inside the world’s most powerful supercomputer or automating tasks aboard the ISS, scripting is the key to effective interaction between systems and people. The Complete Coding Manual Series aims to help you get the most from your coding experience. Inside this book, you will find ideas, concepts, tutorials, hints and projects that will take you from being a beginner to an advanced programmer who understands several languages (Python, C++) and how to form your own code.
  • Добавил: literator
  • Дата: 20-01-2023, 04:24
  • Комментариев: 0
C++ & Python for Beginners - 13th Edition 2023Название: C++ & Python for Beginners - 13th Edition 2023
Автор: Papercut Limited
Издательство: Papercut Limited
Год: 2023
Язык: английский
Формат: pdf
Размер: 36.1 MB

Изучите основы Python и C++ и расширьте свои навыки! Высококачественный справочник, содержащий подробные руководства от команды экспертов. Изучайте Python и применяйте его в реальных программах. Начните изучать основы C++ и лучшие советы по работе с кодом. Python и C++ - два самых мощных и многофункциональных языка программирования. Умение понимать и использовать любой из них позволит вам лучше понять современные технологии и то, как они взаимодействуют с нами и окружающей средой.
  • Добавил: literator
  • Дата: 20-01-2023, 03:50
  • Комментариев: 0
Practical Artificial Intelligence for Internet of Medical Things: Emerging Trends, Issues, and ChallengesНазвание: Practical Artificial Intelligence for Internet of Medical Things: Emerging Trends, Issues, and Challenges
Автор: Ben Othman Soufene, Chinmay Chakraborty, Faris A. Almalki
Издательство: CRC Press
Год: 2023
Страниц: 346
Язык: английский
Формат: pdf (true)
Размер: 14.2 MB

This book covers the fundamentals, applications, algorithms, protocols, emerging trends, problems, and research findings in the field of Artificial Intelligence (AI) and Internet of things (IoT) in smart healthcare. It includes case studies, implementation and management of smart healthcare systems using AI. Chapters focus on AI applications in Internet of Healthcare Things, provide working examples on how different types of healthcare data can be used to develop models and predict diseases using Machine Learning and AI, with the real-world examples. This book is aimed at Researchers and graduate students in Computer Engineering, Artificial Intelligence and Machine Learning, Biomedical Engineering, and Bioinformatics.
  • Добавил: polyanskiy
  • Дата: 19-01-2023, 19:22
  • Комментариев: 0

Автор: Ред. Дж. Каттл и П. Робинсон
Название: Супервизоры и операционные системы. Библиотека «Кибернетического Сборника»
Издательство: М:, Мир
Год: 1972
Страниц: 159
Формат: DJVU, PDF
Размер: 10 МБ
Коллективная монография, авторами которой являются известные английские специалисты, охватывает круг вопросов, связанных с созданием супервизоров и операционных систем, играющих важную роль в программном обеспечении вычислительных машин. После рассмотрения основных концепций, положенных в основу конструирования операционных систем, и освещения роли супервизоров в качестве иллюстраций приводятся конкретные операционные системы. Обсуждается идея «разговорных» компиляторов и указываются специальные требования, предъявляемые к средствам программного обеспечения для управления вычислительной системой при работе в реальном времени...