Marketing the Third Reich persuasion, packaging and propaganda

Автор: GYGLEBOOKS от Вчера, 20:16, Коментариев: 0

Категория: КНИГИ » ИСТОРИЯ


Название: Marketing the Third Reich persuasion, packaging and propaganda
Автор: O’Shaughnessy, Nicholas Jackson
Издательство: Routledge
Год: 2018
Формат: pdf
Страниц: 305
Размер: 43.2 Мб
Язык: English

In this fascinating volume, Nicholas O’Shaughnessy elucidates the phenomenon of the Nazi propaganda machine via the perspective of consumer marketing, conceptualising the Reich as a product campaign. Building on his acclaimed Selling Hitler (2016), he uses marketing scholarship to show how propaganda and political marketing existed not merely as an instrument of government in Nazi Germany, but as the very medium of government itself.
 

История субъективности: Средневековая Европа

Автор: GYGLEBOOKS от Вчера, 20:16, Коментариев: 0

Категория: КНИГИ » ГУМАНИТАРНЫЕ НАУКИ


Название: История субъективности: Средневековая Европа
Автор: Зарецкий Ю.П. (сост.)
Издательство: М.: Академический Проект, Гаудеамус
Год: 2009
Формат: pdf
Страниц: 559
Размер: 42 Mb
Язык: русский



Издание включает переводы на русский язык западноевропейских текстов V-XIV вв., объединенных темой средневековой субъективности. В нем представлены образцы разнообразных форм свидетельств человека Средневековья о самом себе: исповеди, наставления, мистического откровения, хроники собственной жизни. Эти свидетельства позволяют по-новому осмыслить место человека в средневековой культуре. Каждый из текстов снабжен научными комментариями и биографическими справками об авторах. Вводная статья книги очерчивает общую историографическую картину и проблематику изучения феномена средневековой «автобиографии».
 

The Black Sea Encyclopedia

Автор: GYGLEBOOKS от Вчера, 20:16, Коментариев: 0

Категория: КНИГИ » УЧЕБНАЯ ЛИТЕРАТУРА

The Black Sea Encyclopedia
Название: The Black Sea Encyclopedia
Автор: Sergei R. Grinevetsky, Igor S. Zonn, Sergei S. Zhiltsov, Aleksey N. Kosarev, Andrey G. Kostianoy (auth.)
Издательство: Springer-Verlag Berlin Heidelberg
Год: 2015
Формат: pdf
Страниц: 885
Размер: 24 MB
Язык: English

This publication is devoted to the natural feature – the Black Sea and its littoral states. At the same time the Azov Sea is also considered here. This region is the focus of many geopolitical, economic, social and environmental issues that involve not only the countries coming out to the Black and Azov Seas, but other world countries, too.
This publication contains over 1500 articles and terms providing descriptions of geographical and oceanographic features, cities, ports, transport routes, marine biological resources, international treaties, national and international programs, research institutions, historical and archaeological monuments, activities of prominent scientists, researchers, travelers, military commanders, etc. who had relation to the Black Sea.
It includes a multi-century chronology of the events that became the outstanding milestones in the history of development of the Black Sea – Azov Sea region.
 

Историк в поиске. Микро- и макроподходы к изучению прошлого

Автор: GYGLEBOOKS от Вчера, 20:16, Коментариев: 0

Категория: КНИГИ » ИСТОРИЯ


Название: Историк в поиске. Микро- и макроподходы к изучению прошлого
Автор: Бессмертный Ю.Л. (отв. ред.).
Издательство: ИВИ РАН
Год: 1999
Формат: PDF
Страниц: 310
Для сайта: litgu.ru
Размер: 22.0 Мб
Язык: Русский

Сборник посвящен актуальным теоретико-методологическим течениям в современной российской и зарубежной историографии
 

Blockchain and AI in Shaping the Modern Education System

Автор: literator от Вчера, 20:02, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Blockchain and AI in Shaping the Modern Education System
Автор: Randhir Kumar, Prabhat Kumar, Sobin C.C., N.P. Subheesh
Издательство: CRC Press
Год: 2025
Страниц: 278
Язык: английский
Формат: epub (true)
Размер: 11.2 MB

In today’s rapidly evolving digital landscape, blockchain and Artificial Intelligence (AI) are at the forefront of transforming various industries, and education is no exception. The convergence of these two revolutionary technologies promises to reshape the modern education system by enhancing data security, promoting personalized learning, and creating decentralized frameworks for record-keeping and credentialing. This book delves into how blockchain and AI can drive a more inclusive, efficient, and secure educational ecosystem, where student-centered approaches and data integrity are paramount. This book is organized into several sections, each exploring the distinct roles of blockchain and AI within education. It begins with an introduction to the fundamental principles of these technologies and an overview of their individual strengths.
 

Floating Point Numerics for Games and Simulations

Автор: literator от Вчера, 19:15, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Floating Point Numerics for Games and Simulations
Автор: Nima Badizadegan
Издательство: CRC Press
Год: 2025
Страниц: 213
Язык: английский
Формат: epub (true)
Размер: 10.1 MB

Floating point is ubiquitous in computers, where it is the default way to represent non-integer numbers. However, few people understand it. We all see weird behavior sometimes, and many programmers treat it as a mystical and imprecise system of math that just works until it sometimes doesn’t. We hear that we shouldn’t trust floating point with money, we know that 0.1 + 0.2 does not equal 0.3, and “NaN” shows up in our logs when things break. We rarely hear why any of this is the case, and less about what to do about it. This book pulls back the veil on floating point and shows how this number system we program with every day works. It discusses how to leverage the number system for common calculations, particularly in graphics and simulations, and avoid pitfalls. Further, we will review methods that can give you either better performance or better accuracy on tasks like numerical integration and function approximation, so you can learn to make the right tradeoffs in your programs.
 

C++ Low Latency: Multithreading and Hotpath Optimizations

Автор: literator от Вчера, 18:22, Коментариев: 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.
 

Electronic Circuits And Devices (2025)

Автор: 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.
 

CEH v13. Этичный хакинг и тестирование на проникновение. Часть-1,2,3,4

Автор: Chipa от Вчера, 16:46, Коментариев: 0

Категория: КНИГИ » СЕТЕВЫЕ ТЕХНОЛОГИИ


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

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


 

Python Experiments in Physics and Astronomy

Автор: literator от Вчера, 16:30, Коментариев: 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.