|
|
|
|
|
|
|
| |
|
Название: Data Structures and Algorithms in jаvascript (Early Access) Автор: Federico Kereki Издательство: No Starch Press Год: 07/25/24 Страниц: 562 Язык: английский Формат: pdf (true) Размер: 10.1 MB
Think you know jаvascript? Think again. This isn’t your typical coding book—it’s a deep dive into the powerful world of data structures and algorithms that will transform the way you approach problem solving in jаvascript. Whether you’re a frontend developer tackling complex applications, a backend engineer building scalable systems, or a programmer preparing for technical interviews, this book will revolutionize the way you code. Each chapter is carefully crafted with clear, no-nonsense explanations of complex concepts, real-world coding examples, and challenging questions (with answers at the end) to reinforce your understanding. This book is geared toward three groups of readers. The first and main group is JS frontend (web) and backend (Node.js) developers, as it explores how we can apply data structures and algorithms to solve and optimize complex problems. The second group of readers is computer science (CS) students, as the book covers topics that appear in most CS courses. These students should be familiar with several programming languages, so the JS focus shouldn’t be a hindrance. The algorithms don’t heavily depend on aspects of the language and can be translated into other languages with little difficulty. Finally, the third group of readers includes programmers who are preparing for coding interviews or are interested in competitive programming. |
Разместил: Ingvar16 11-11-2024, 04:17 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: PHP Crash Course: The Complete, Modern, Hands-On Guide (Early Access) Автор: Matt Smith Издательство: No Starch Press Год: 08/19/24 Страниц: 692 Язык: английский Формат: pdf (true) Размер: 17.9 MB
This book will take you from beginner-level to professional PHP programming, through hundreds of in-depth examples and hands-on exercises. You’ll explore best practices for developing fast, secure, and easy-to-maintain websites, while establishing a broad foundation of programming knowledge and experience. PHP is one of the engines that drive the internet: it plays a role both in what the user sees on web pages and in what happens behind the scenes, such as processing form submissions, talking to other websites, and interacting with databases. PHP is currently in its eighth major version, so as well as being tried and tested, it’s faster and more secure than ever before. It’s a free, open source, and well-maintained language. While other popular web programming languages are available, about 70 percent of the web is run by PHP programs, including Etsy, Facebook (using its dialect of PHP, called Hack), Spotify, Wikipedia, and WordPress. PHP also has a relatively shallow learning curve. We’ll start off with just a few lines of code, and once you’re comfortable with the basics, we’ll move on to larger, more structured web application systems. |
Разместил: Ingvar16 11-11-2024, 03:40 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Applications of Deep Machine Learning in Future Energy Systems Автор: Mohammad-Hassan Khooban Издательство: Elsevier Год: 2024 Страниц: 336 Язык: английский Формат: pdf (true), epub Размер: 35.8 MB
Applications of Deep Machine Learning in Future Energy Systems pushes the limits of current Artificial Intelligence (AI) techniques to present deep machine learning suitable for the complexity of sustainable energy systems. The first two chapters take the reader through the latest trends in power engineering and system design and operation, before laying out the current AI approaches and our outstanding limitations. Later chapters provide in-depth accounts of specific challenges and the use of innovative third-generation machine learning, including neuromorphic computing, to resolve issues from security to power supply. An essential tool for the management, control, and modelling of future energy systems, Applications of Deep Machine Learning maps a practical path towards AI capable of supporting sustainable energy. |
Разместил: Ingvar16 11-11-2024, 03:08 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Math for Programming (Early Access) Автор: Ronald T. Kneusel Издательство: No Starch Press Год: 2025 Страниц: 498 Язык: английский Формат: pdf (true) Размер: 16.1 MB
A one-stop-shop for all the math you should have learned for your programming career.Math for Programming summarizes all the core math topics a typical professional software engineer needs to know. The book condenses the various mathematics concepts covered in an undergraduate computer science program into a single volume, providing a starting point for independent study or a refresher for those who are some years removed from the classroom. The book first covers preliminary subjects like number representation systems, set theory, and Boolean algebra. Then it dives into the field of discrete mathematics, including functions, induction proofs, number theory, combinatorics, graphs, and trees. The book also examines essential topics in probability, statistics, linear algebra, and calculus. Rather than confine itself to abstract theory, the book focuses on practical application and numerical methods at the level typically encountered by working developers. Hands-on code examples in Python and C also make the topics concrete. Brush up on all the math you should have learned and level-up your career today. |
Разместил: Ingvar16 10-11-2024, 21:05 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: The Official Raspberry Pi Camera Module Guide: For Raspberry Pi Camera Modules, 2nd Edition Автор: David Plowman Издательство: Raspberry Pi Press Год: 2024 Страниц: 215 Язык: английский Формат: epub (true) Размер: 36.1 MB
Take pictures and shoot video with your Raspberry Pi. Attaching a Camera Module to Raspberry Pi is a powerful way to expand its capabilities. With an image sensor attached, Raspberry Pi can capture high quality still images and record full HD video. Raspberry Pi Camera Modules are easy to attach to your computer with a ribbon cable. This book walks you through all the different types of Camera Module, and how to attach them to Raspberry Pi and integrate vision technology to your projects. The powerful rpicam apps and PiCamera2 Python library enable you to integrate Raspberry Pi Camera Module with your code. With the AI Kit attached to Raspberry Pi you can perform image recognition and other AI computing tasks. In this book, you will discover how to attach a Camera Module to your Raspberry Pi, install the software, and code your own solutions. Our example projects explain how to perform image recognition, build time-lapse projects, wildlife camera traps, and live-stream video. You can find example code and other information about this book, including errata, in its GitHub repository. |
Разместил: Ingvar16 10-11-2024, 20:20 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Google JAX Cookbook: Perform Machine Learning and numerical computing with combined capabilities of TensorFlow and NumPy Автор: Zephyr Quent Издательство: GitforGits Год: 2024 Страниц: 333 Язык: английский Формат: pdf, azw3, epub, mobi Размер: 10.1 MB
This is the practical, solution-oriented book for every data scientists, Machine Learning engineers, and AI engineers to utilize the most of Google JAX for efficient and advanced Machine Learning. It covers essential tasks, troubleshooting scenarios, and optimization techniques to address common challenges encountered while working with JAX across Machine Learning and numerical computing projects. JAX is a Python library for accelerator-oriented array computation and program transformation, designed for high-performance numerical computing and large-scale Machine Learning. JAX provides a familiar NumPy-style API for ease of adoption by researchers and engineers. The book starts with the move from NumPy to JAX. It introduces the best ways to speed up computations, handle data types, generate random numbers, and perform in-place operations. It then shows you how to use profiling techniques to monitor computation time and device memory, helping you to optimize training and performance. |
Разместил: Ingvar16 10-11-2024, 19:35 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Астрономия. Солнечная система: учебное пособие для среднего профессионального образования, 4-е изд., перераб. и доп. Автор: С.А. Язев Издательство: Юрайт Год: 2024 Страниц: 375 Язык: русский Формат: pdf Размер: 78.6 MB
Издание представляет собой краткий ознакомительный курс сравнительной планетологии, рассматривающий планеты, их спутники, Главный пояс астероидов, планеты-гиганты, объекты пояса Койпера, кометы и (кратко) Солнце. Рассмотрение планет земной группы и крупных спутников планет-гигантов в сопоставлении с данными о Земле позволяет уяснить место Земли в ряду других объектов Солнечной системы, осознать связь условий на Земле с внешними космическими причинами. В курсе использованы современные данные о планетах и малых телах Солнечной системы, полученные с помощью миссий межпланетных космических аппаратов и пока еще не вошедшие в учебники и энциклопедии. Особое место занимают современные данные об астероидах и астероидной опасности. Курс «Астрономия. Солнечная система» предназначен в первую очередь для студентов географических и геологических факультетов, а также студентов средних профессиональных учебных заведений, изучающих астрономию. Кроме того, он может быть рекомендован будущим журналистам, которые намерены писать на космические темы, и всем, кто интересуется астрономией. |
Разместил: Ingvar16 10-11-2024, 18:55 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Вертикальная лужа + Нарушение пищевого поведения + Amino. Детали тела Автор: Виктория Самира Издательство: nativalife Год: 2024 Формат: PDF Страниц: много Размер: 19 Mb Язык: Русский
Вертикальная лужа - Трактат о роли жидкости и соединительной ткани в напряженно-связанной конструкции организма. И о так называемых диффузных патологиях, связанных с нарушениями работы этой ткани.
|
Разместил: Chipa 10-11-2024, 18:47 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Stitched Sewing Organizers: Pretty Cases, Boxes, Pouches, Pincushions & More Автор: Aneela Hoey Издательство: Stash Books Год: June 1, 2017 Размер: 43 Мб Формат: PDF Страниц: 231 Язык: Английский Продемонстрируйте свои навыки шитья с помощью 15 стильных и в то же время функциональных выкроек Aneela Hoey для самых разных органайзеров для шитья. Многие небольшие проекты, разработанные для совместной работы, вписываются в более крупные проекты и могут быть объединены в единый набор. Продемонстрируйте модные четвертинки и полуярды или используйте обрезки своей любимой ткани, чтобы сделать симпатичные контейнеры для себя, чтобы подарить своим друзьям или взять с собой на обмен!
|
Разместил: sun 10-11-2024, 18:43 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Docker на практике Год издания: 2024 Автор: Александр Бабочкин Жанр: программирование Количество страниц: много Формат: PDF Язык: Русский Размер: 4.5 Mb
Курс по Docker спроектирован так, чтобы предложить начинающим DevOps инженерам самое широкое и глубокое понимание принципов работы с Docker. В начале курса вы научитесь установке Docker, а также основам работы с контейнерами, образами и т.д., получите знания о Dockerfile и сможете создавать образы, используя файловую систему Docker.
|
Разместил: Chipa 10-11-2024, 18:25 | Комментарии: 0 | Подробнее
| | | |
|
| |
br>
|