|
 |
|
 |
|
|
 |
|  |
|
Название: Почувствуй класс. Учимся программировать хорошо с объектами и контрактами Автор: Б. Мейер ; под редакцией В. А. Биллига Издательство: ИНТУИТ Год: 2020 - 3-е изд. Cтраниц: 775 Формат: pdf Размер: 103 мб Язык: русский
В книге обобщен многолетний опыт обучения программированию в ЕТН, Цюрих. В ней удачно сочетаются три грани, характерные для профессионального программирования, — наука, искусство и инженерия. Она в первую очередь ориентирована на студентов, обучающихся в области информационных технологий, и их преподавателей, но представляет несомненный интерес для всех программистов, создающих программный продукт высокого качества. В учебнике излагаются основы объектно-ориентированного программирования (ООП). |
Разместил: rivasss Сегодня, 08:15 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: PowerShell: Deployment Scripts Автор: Laszlo Bocso Издательство: Independently published Год: October 31, 2024 Страниц: 643 Язык: английский Формат: pdf, epub, mobi Размер: 10.1 MB
"PowerShell: Deployment Scripts" is an essential guide for IT professionals, developers, and DevOps engineers looking to master the art of automated deployments using PowerShell. This comprehensive book takes you on a journey from PowerShell basics to advanced deployment techniques, equipping you with the skills to streamline your IT operations and enhance your deployment processes. The book is structured to cater to both beginners and experienced PowerShell users. Starting with an introduction to PowerShell and its key features, you'll quickly progress to writing your first deployment scripts. As you advance through the chapters, you'll explore more complex scenarios and learn how to automate various aspects of software deployment, server configuration, and cloud resource management. |
Разместил: Ingvar16 Сегодня, 05:54 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: The Creative Brain: A Generative Adversarial Network Автор: Calin Gheorge Buzea, Maricel Agop Издательство: Nova Science Publishers, Inc. Год: 2025 Страниц: 151 Язык: английский Формат: pdf (true) Размер: 28.2 MB
In an era where science and technology continually reshape our understanding of the world, this book offers a groundbreaking perspective on the human mind by bridging neuroscience, Artificial Intelligence, and philosophy. Through an innovative analogy between the human brain and Generative Adversarial Networks (GANs), readers are invited to reimagine how we perceive and construct reality. GANs, a sophisticated type of AI, operate with two key components: a generator, which creates, and a discriminator, which evaluates. This dynamic, surprisingly, mirrors how the brain functions. Here, the creative and imaginative right hemisphere parallels the generator, while the analytical left hemisphere serves as the discriminator, assessing perceptions for coherence and realism. This book delves into how this GAN-inspired model enhances our understanding of human perception and consciousness, with far-reaching implications. |
Разместил: Ingvar16 Сегодня, 04:46 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: New Kind of Machine Learning–Cellular Automata Model Автор: Parimal Pal Chaudhuri, Adip Dutta, Somshubhro Pal Choudhury, Dipanwita Roy Chowdhury, Raju Hazari Издательство: Springer Год: 2025 Страниц: 407 Язык: английский Формат: pdf (true), epub Размер: 38.0 MB
This book introduces the CAML model, a novel integration of Cellular Automata (CA) and Machine Learning (ML), designed to deliver efficient computation with minimal training data and low computing resources. CAML operates through two key perspectives: one where CA is enhanced by ML to handle complex non-linear evolution, and another where CA strengthens ML by leveraging linear CA evolution to process linear functions effectively. The book focuses on real-world applications of CA, such as in Computational Biology, where CAML models protein chains to predict mutations linked to human diseases, using carefully designed CA rule sequences for each amino acid. Another significant application is in multi-language Sentiment Analysis, where the model analyzes text in five languages (Hindi, Arabic, English, Greek, and Georgian), without relying on pre-trained language models. The input data, used in the experiment, is generated using Python library Scikit-learn and are defined as n-bit binary strings. |
Разместил: Ingvar16 Сегодня, 02:51 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Concurrent Programming Interviews: A Practical Guide to Becoming the Standout Candidate Автор: Bonan Liu Издательство: Apress Год: 2025 Страниц: 266 Язык: английский Формат: pdf (true), epub (true), mobi Размер: 10.1 MB
Ace your software engineering job interviews by preparing yourself for the concurrent programming rounds. This book fills the gap in practical resources designated for concurrency interview prep. It simplifies complex concepts in C++ and provides example questions to help you approach your interview with confidence. Today, interviews for software engineering roles typically include several different rounds: coding, system design, behavioral, and domain knowledge. The domain knowledge round can vary based on the job description, but one extremely common focus is concurrent programming. While not intended to be a comprehensive reference, this book distills the essential interview insights drawn from author Bonan Liu's personal experiences to stand out from the competition. Key topics include mutexes and locks, condition variables, thread abstraction, STL features, and lock-free implementations, with each concept reinforced through practical exercises like building a file handler cache and implementing read/write locks. I chose C++ as the primary language because of its close alignment with core operating system concepts. |
Разместил: Ingvar16 Сегодня, 01:33 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Advanced Front-End Development: Building Scalable and High-Performance Web Applications with React Автор: Nitesh Upadhyaya Издательство: Apress Год: 2025 Страниц: 438 Язык: английский Формат: pdf (true), epub Размер: 11.9 MB
This book is your comprehensive guide to mastering React, the most popular library for building modern web applications. Designed for developers at all levels, it offers a structured approach to understanding and applying React’s core and advanced concepts to create responsive, scalable, and high-performance web applications. Starting with the basics, such as components, JSX, and state management, the book gradually progresses to advanced topics like context API, hooks, routing, and performance optimization. Every chapter is enriched with hands-on examples and step-by-step guides to help you solidify your understanding of React’s ecosystem. The book encourages you to dive deeper into essential best practices, including code maintainability, testing strategies, and leveraging third-party libraries for UI components. For software architects and developers with intermediate knowledge of HTML, CSS, and jаvascript, frontend developers, and full-stack developers. |
Разместил: Ingvar16 Сегодня, 00:42 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Digital Image Processing: An Algorithmic Introduction, 3rd Edition Автор: Wilhelm Burger, Mark J. Burge Издательство: Springer Серия: Texts in Computer Science Год: 2022 Страниц: 937 Язык: английский Формат: pdf (true) Размер: 20.8 MB
This modern, self-contained textbook provides an accessible introduction to the field from the perspective of a practicing programmer, supporting a detailed presentation of the fundamental concepts and techniques with practical exercises and fully worked out implementation examples. This much-anticipated 3rd edition of the definitive textbook on Digital Image Processing has been completely revised and expanded with new content, improved illustrations and teaching material. While we concentrate on practical applications and concrete implementations, we do so without glossing over the important formal details and mathematics necessary for a deeper understanding of the algorithms. In preparing this text, we started from the premise that simply creating a recipe book of imaging solutions would not provide the deeper understanding needed to apply these techniques to novel problems, so instead our solutions are developed stepwise from three different perspectives: in mathematical form, as abstract pseudocode algorithms, and as complete Java programs. |
Разместил: Ingvar16 Сегодня, 00:17 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Практикум по объектно-ориентированному программированию Автор: Бабушкина И. А., Окулов С. М. Издательство: Лаборатория знаний Год: 2020 - 5-е изд. Cтраниц: 370 Формат: pdf (ocr) Размер: 39 мб Язык: русский
Практикум содержит материал для проведения занятий по объектно-ориентированному программированию в среде Delphi. Изложены основы теории объектно-ориентированного программирования, на базе которой изучаются возможности Delphi и отрабатываются технологии разработки различных приложений. Разобрано около 50 упражнений, приведено более 140 заданий для самостоятельной работы и 60 вопросов для контроля. Для учителей информатики, преподавателей высших учебных заведений, старшеклассников школ с углубленным изучением информатики, студентов, обучение которых связано с Computer Science. |
Разместил: rivasss Вчера, 21:16 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Natural Language Processing: A Textbook with Python Implementation, 2nd Edition Автор: Raymond Lee Издательство: Springer Год: 2025 Страниц: 489 Язык: английский Формат: pdf (true), epub Размер: 73.0 MB
This textbook provides a contemporary and comprehensive overview of Natural Language Processing (NLP), covering fundamental concepts, core algorithms, and key applications such as AI chatbots, Large Language Models and Generative AI. Additionally, it includes seven step-by-step NLP workshops, totaling 14 hours, that offer hands-on practice with essential Python tools, including NLTK, spaCy, TensorFlow, Keras, Transformers, and BERT. The objective of this book is to provide readers with a fundamental grasp of NLP and its core technologies, and to enable them to build their own NLP applications (e.g. Chatbot systems) using Python-based NLP tools. It is both a textbook and NLP tool-book intended for the following readers: undergraduate students from various disciplines who want to learn NLP; lecturers and tutors who want to teach courses or tutorials for undergraduate/graduate students on NLP and related AI topics; and readers with various backgrounds who want to learn NLP, and more importantly, to build workable NLP applications after completing its 14 hours of Python-based workshops. |
Разместил: Ingvar16 Вчера, 20:45 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Machine Learning Hero: Master Data Science with Python Essentials: Machine Learning with Python Hands-On Guide from Beginner to Expert (Mastering the AI Revolution Book 1) Автор: Cuantum Technologies Издательство: Cuantum Technologies Год: October 6, 2024 Страниц: 614 Язык: английский Формат: True PDF, True EPUB Размер: 27.3 MB
Become a Machine Learning Hero and Master Data Science with Python. In a world driven by data, mastering Machine Learning is your key to unlocking new opportunities and solving complex problems. Whether you're a beginner or a professional looking to sharpen your skills, Machine Learning Hero: Master Data Science with Python Essentials is your guide to becoming proficient in Machine Learning and Data Science. This book provides a step-by-step journey into Data Science using Python, giving you the tools and knowledge to solve real-world problems confidently. Machine Learning is no longer confined to the academic world or high-tech companies. It is being applied everywhere—from healthcare and finance to marketing and beyond. The question is: How can you, as an aspiring Machine Learning hero, harness this power and master the essential tools that turn data into gold? The answer lies in learning both the foundational concepts of Machine Learning and the Python programming language, which is the go-to language for Machine Learning and Data Science today. |
Разместил: Ingvar16 Вчера, 03:00 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
br>
|