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

  • Добавил: literator
  • Дата: Сегодня, 18:23
  • Комментариев: 0
Название: C++ Low Latency: Multithreading and Hotpath Optimizations
Автор: David Spuler
Издательство: Aussie AI Labs Pty Ltd
Год: 2025
Страниц: 362
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.1 MB

Run faster! This book is about speeding up C++ for low latency programming in multithreaded environments and sequential code in C++ backends. Low latency programming is coding an algorithm so that it completes the task in the fastest time. In many cases, this is effectively the “user response time” or the “round-trip time” for a computation. The main uses of low latency programming include: • AI kernels — latency is the time between submitting a query, and starting to get the answer back; • Embedded devices — the system must respond quickly, in real time (e.g., autonomous self-driving cars are a large embedded device); • High-Frequency Trading (HFT) — latency is the time it takes to submit, execute, and complete a trade; • Game engines — latency is ensuring that the characters or environment moves fast enough to be responsive to user inputs and to keep up with the frame rate. Game engines have historically been written in C++, at least for all the low-level stuff dealing with frame rates and 3D animation. Similarly, high-frequency trading is usually running in C++ at the bottom level. You can also use C, which is the longstanding precursor to C++. The C programming language is obviously fast, as that was its key design point. C is not necessarily any faster than C++, so if you used only a C-like subset of C++, the two would be the same speed.
  • Добавил: literator
  • Дата: Сегодня, 17:02
  • Комментариев: 0
Название: Electronic Circuits And Devices
Автор: Cesar Black
Издательство: Independently published
Год: 2025
Страниц: 1276
Язык: английский
Формат: pdf, epub
Размер: 14.0 MB

Electronic Circuits and Devices is a comprehensive guide designed for students, hobbyists, and professionals eager to master the principles of modern electronics. Covering both analog and digital circuits, this book provides a clear and structured approach to understanding essential components such as diodes, transistors, operational amplifiers, and integrated circuits. With detailed explanations, practical examples, and step-by-step circuit analysis, readers will gain a solid foundation in electronic theory and its real-world applications. Topics include semiconductor physics, biasing techniques, amplifier design, oscillators, power supplies, and troubleshooting methods. Whether you're just starting in electronics or looking to deepen your knowledge, this book offers the perfect blend of theory and practice to help you succeed in the field of electronic engineering.
  • Добавил: Chipa
  • Дата: Сегодня, 16:43
  • Комментариев: 0

Название: CEH v13. Этичный хакинг и тестирование на проникновение -1,2,3,4
Автор: Ianuaria
Издательство: EC-Council
Год: 2024
Формат: PDF
Страниц: много
Размер: 193 Mb
Язык: Русский

Мы научим вас: Находить и исправлять слабые места в безопасности: узнайте, как хакеры эксплуатируют системы, и научитесь сохранять свои данные в безопасности; Как стать экспертом в области безопасности: овладейте основными инструментами и техниками, необходимыми для укрепления безопасности вашей организации; Как защищать свою репутацию: научитесь, как проактивно предотвращать утечки данных и оправдывать доверие ваших клиентов; Как освоить этичный хакинг с использованием ИИ: используйте преимущества методов на базе ИИ для расширения ваших навыков этичного хакинга и опережайте киберугрозы.

  • Добавил: literator
  • Дата: Сегодня, 16:29
  • Комментариев: 0
Название: Python Experiments in Physics and Astronomy
Автор: Padraig Houlahan
Издательство: CRC Press
Год: 2025
Страниц: 200
Язык: английский
Формат: epub (true)
Размер: 52.1 MB

Python Experiments in Physics and Astronomy acts as a resource for science and engineering students or faculty who would like to see how a diverse selection of topics can be analyzed and simulated using Python programs. The book also provides Python solutions that can be learned from and modified as needed. The book is mainly aimed at undergraduates, but since many science students and faculty have limited exposure to scientific programming, having a collection of examples that address curve-fitting, Fast Fourier Transforms, image photometry and image alignment, and many others could be very helpful not just for learning from, but also to support classroom projects and demonstrations. The code examples were written in Python, and use popular supporting libraries such as Matplotlib, Pandas, Numpy, Math, Itertools, and Scikit.
  • Добавил: Chipa
  • Дата: Сегодня, 15:43
  • Комментариев: 0

Название: Как готовить на стальной сковороде без слёз и напряжения
Автор: Мария Галицкая
Издательство: Интернет-издание
Год: 2025
Формат: PDF/html
Страниц: 11
Размер: 261 Mb
Язык: Русский

Стальная сковорода — это мощный инструмент, но только если знать, как с ней обращаться. И я помогу вам освоить её. Это не сухая теория, а практика, которая избавит вас от прилипших блинов, сгоревших котлет и ведра масла. Пошаговая система – от подготовки до идеального результата. Без прилипания, без паники и без тефлона.


  • Добавил: Chipa
  • Дата: Сегодня, 14:57
  • Комментариев: 0

Название: Управление вниманием
Автор: Александр Король
Издательство: э
Год: 2023
Формат: epub, fb2, fb3, ios.epub, mobi, pdf, txt, zip
Страниц: 283
Размер: 11 Mb
Язык: Русский

В этой книге я описал примеры, в которых можно ясно увидеть, что все в нашей жизни построено на внимании. Благодаря вниманию люди влюбляются, болеют и выздоравливают. Внимание используется во всем. От вашего внимания зависит ваша жизнь. Ведь внимание – это и есть Вы.

  • Добавил: literator
  • Дата: Сегодня, 14:43
  • Комментариев: 0
Название: Debugging and Testing from Scratch: A Practical Guide with Examples
Автор: William E. Clark
Издательство: Nobtrex L.L.C.
Год: 2025
Страниц: 265
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.1 MB

"Debugging and Testing from Scratch: A Practical Guide with Examples" is an indispensable resource designed to equip software developers with the essential tools and techniques needed to produce high-quality, reliable software. This comprehensive guide delivers in-depth coverage of foundational concepts, from understanding software errors to effectively setting up testing environments. Each chapter is meticulously crafted to build upon the previous one, ensuring that readers gain a holistic understanding of debugging and testing methodologies crucial for the software development lifecycle.Structured to benefit both novices and seasoned professionals, the book delves deeply into practical aspects of debugging, such as using breakpoints, logging, and instrumentation to diagnose issues effectively. Readers will explore advanced topics like memory diagnostics, concurrency debugging, and the integration of automated testing into CI/CD pipelines. With a dedicated focus on real-world applications, it provides actionable strategies for designing test cases, organizing test suites, and executing security testing, ensuring comprehensive software evaluation and enhancement.
  • Добавил: umkaS
  • Дата: Сегодня, 14:31
  • Комментариев: 1
Название: Партизанское оружие
Автор: Скоринко Г.В., Лопарев С.А.
Издательство: Минск: Издательский дом "Звязда"
Год: 2014
Cтраниц: 190, цвет.ил.
Формат: pdf
Размер: 61 мб
Язык: русский

В каталоге впервые публикуется уникальная информация о коллекции самодельного партизанского оружия Белорусского государственного музея истории Великой Отечественной войны. Коллекция имеет статус историко-культурной ценности категории «1» Республики Беларусь. Каталог имеет важное значение с точки зрения развития конструкторской мысли и технических решений, связанных с боевой деятельностью партизан и народных мастеров.
  • Добавил: gol8425
  • Дата: Сегодня, 13:00
  • Комментариев: 0

Название: Денег нет... 150 лайфхаков, как выжить...
Автор: Владислав Бермуда
Издательство: Феникс
Год: 2021
Формат: PDF
Страниц: 158
Размер: 79 Mb
Язык: Русский

Все вокруг кричат, что нужно увеличивать доходы, создавать дополнительные источники извлечения прибыли, и как можно больше, повышать финансовую грамотность, менять окружение, мыслить как богатый человек, визуализировать свои желания, убирать какие-то невидимые блоки в подсознании, копить, инвестировать, откладывать и прочее. Как?!
  • Добавил: Chipa
  • Дата: Сегодня, 12:52
  • Комментариев: 0

Название: Скрипты и алгоритмы успеха
Автор: Радислав Гандапас
Издательство: аст
Год: 2025
Формат: epub, fb2, fb3, ios.epub, mobi, pdf, txt, zip
Страниц: 271
Размер: 9 Mb
Язык: Русский

Кто из нас не мечтает о вершинах успеха? Кому-то кажется, что достичь успеха могут только избранные, другие – несмотря на усилия – так и не находят верного пути к заветной цели. Если вам хочется наконец разобраться, чем определяется успешность человека, то эта книга создана для вас.