Letectvi a kosmonautika 1970-13

Автор: aviatik от 26-04-2024, 19:25, Коментариев: 0

Категория: ЖУРНАЛЫ » ВОЕННЫЕ


Название: Letectvi a kosmonautika
Издательство: vydává Svazarm ve Vydavatelství časopisů MNO. Praha
Год: 1970
Номер 13
Страниц: 44
Формат: pdf
Размер: 15,26 mb
Язык: Чешский

Letectvi a kosmonautika Научно-популярный чешский журнал о авиации и космонавтике. Обзор новостей. История. Авиаспорт. Описание летательных аппаратов, выдающиеся достижения в аэрокосмической области вчера и сегодня, в стране и в мире. Самое читаемое авиационное издание в Чехии и один из наиболее популярнейших авиационных журналов в мире, за все время своего существования

 

1001 мир. Цикл из 2 книг

Автор: tatanavip от 26-04-2024, 19:10, Коментариев: 0

Категория: КНИГИ » ФАНТАСТИКА И ФЭНТЕЗИ


Название: 1001 мир. Цикл из 2 книг
Автор: Кирилл Шарапов
Издательство: СИ
Год: 2024
Формат: fb2, rtf
Размер: 10 Мб
Качество: Хорошее
Язык: Русский

Давно хотел написать приключенческую книгу без всякой войны с глобальным злом. Так родился цикл «1001 мир». Егор Раевский - каскадёр. Его судьба - странствовать по мирам, ища части ключа. Если собрать его целиком - это даст ему власть над порталами, а пока они спонтанные, возникают, когда захотят, вот и проваливается он, летя в очередной мир. Всё его богатство - химера-слуга и волшебный кинжал - поглотитель душ. И ждут его миры, коих во вселенной множество, волшебные и технологичные, постапокалипсис и далёкий космос, населённые людьми и тварями, эльфами и орками. И в каждом Егора поджидает опасность - потому что он Странник.
 

Embedded System Design, 3rd Edition

Автор: literator от 26-04-2024, 18:46, Коментариев: 0

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

Название: Embedded System Design, 3rd Edition
Автор: Santanu Chattopadhyay
Издательство: PHI Learning Private Limited
Год: 2023
Страниц: 277
Язык: английский
Формат: pdf (true)
Размер: 23.7 MB

Embedded system, as a subject, is an amalgamation of different domains, such as digital design, architecture, operating systems, interfaces, and algorithmic optimization techniques. This book acquaints the students with the alternatives and intricacies of embedded system design. It is designed as a textbook for the undergraduate students of Electronics and Communication Engineering, Electronics and Instrumentation Engineering, Computer Science and Engineering, Information Communication Technology (ICT), as well as for the postgraduate students of Computer Applications (MCA). While in the hardware platform the book explains the role of microcontrollers and introduces one of the most widely used embedded processors, ARM; it also deliberates on other alternatives, DSP, FPD and IC. It provides a good overview of the interfacing standards covering RS232C, RS422, RS485, USB, IrDA, Bluetooth, and CAN. In the software domain, the book introduces the features of real-time operating systems for use in embedded applications. Various scheduling algorithms have been discussed with their merits and demerits. The existing real-time operating systems have been surveyed. Guided by cost and performance requirements, embedded applications are often implemented partly in hardware and partly in software. This book covers the different optimization techniques proposed in the literature to take a judicious decision about this partitioning of application tasks. Power-aware design of embedded systems has also been dealt with.
 

Меховая птица

Автор: Knizhka01 от 26-04-2024, 17:57, Коментариев: 0

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


Название: Меховая птица
Автор: Спангенберг Е.П.
Издательство: КОИЗ
Год издания: 1934
Количество страниц: 72
Язык: русский
Формат: PDF
Размер: 29,88 Мб

В своей книге автор делает краткую сводку имеющихся данных по промыслу и биологии меховой птицы и результатов его работы.
 

Серия "История на пальцах" в 40 книгах

Автор: SCART56 от 26-04-2024, 17:22, Коментариев: 0

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


Название: Серия "История на пальцах" в 40 книгах
Автор(ы): разные
Издательство: Москва
Год: 2018-2024
Страниц: 1000+
Формат: fb2, pdf
Размер: 655 Мб
Язык: русский

Серия "История на пальцах" – это объединение целого ряда изданий под эгидой единого тематического направления. Многочисленные научные труды и музейные выставки убеждают нас, что об истории человечества известно почти все и практически на любой вопрос у историков есть ответ. Однако если мы всмотримся в далекое прошлое более пристально, то обнаружим там множество противоречий и нестыковок. Почему, например, живописцы Средневековья изображали античных персонажей, как своих современников, в соответствующей времени жизни художника одежде?
 

Computer Algorithms: Correctness Proofs and Performance Analyses

Автор: literator от 26-04-2024, 16:06, Коментариев: 0

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

Название: Computer Algorithms: Correctness Proofs and Performance Analyses
Автор: Shashank K. Mehta
Издательство: PHI Learning Private Limited
Год: 2023
Страниц: 473
Язык: английский
Формат: pdf (true)
Размер: 34.4 MB

The book is self-contained and includes the desired mathematical background. The book covers most of the data structures and classical graphs algorithms, string algorithms, matroid algorithms, linear algebra algorithms, flow and circulation algorithms, linear programming solvers, and integer algorithms. It covers several topics which are rarely covered in the existing textbooks. Pseudocode is provided for every algorithm. Proof of correctness and the complexity analysis is given for every algorithm. Examples are also provided to help explain several algorithms. The book is designed for an introductory as well as an advance course in the design and analysis of algorithms. It is intended for undergraduate as well as postgraduate students of computer science and engineering. Some of the topics covered in the book are as follows. i) String homomorphism and isomorphism ii) Detailed proof of graph matching algorithm including augmenting path computation iii) Gallai Edmonds decomposition algorithm iv) Matroid Intersection algorithm Klein. There are excellent textbooks1 available for an undergraduate course on algorithms. However, the same cannot be said for graduate level books on the subject. A graduate level book requires rigorous treatment of two issues for each algorithm: the correctness proof and the time/space complexity analysis. The motive behind writing this book was to develop a textbook covering most of the traditional topics but with complete proof of correctness and complexity analysis. The book is not only for a graduate student but also for an advance undergraduate student as well. It is self contained so that an undergraduate student can follow the subject without having to study other books.
 

Simulation with Arena, 7th Edition

Автор: literator от 26-04-2024, 14:59, Коментариев: 0

Категория: КНИГИ » ОС И БД

Название: Simulation with Arena, 7th Edition
Автор: W. David Kelton, Nancy B. Zupick, Nathan J. Ivey
Издательство: McGraw Hill
Год: 2024
Страниц: 689
Язык: английский
Формат: pdf (true)
Размер: 21.5 MB

Simulation with Arena provides a comprehensive treatment of simulation using industry-standard Arena software. The textbook begins by having the reader develop simple high-level models, and then progresses to advanced modeling and analysis. Statistical design and analysis of simulation experiments is integrated with the modeling chapters, reflecting the importance of mathematical modeling of these activities. An informal, tutorial writing style is used to aid the beginner in fully understanding the ideas and topics presented. The new edition now reflects Arena version 16.2, which contains many new and useful features. Arena simulation software is a tool to remove the guesswork from decision making and improve processes, efficiencies, work teams, and profitability. It uses 2D and 3D modeling and real world data to simulate various process scenarios and optimize system performance. It uses the SIMAN processor and simulation language. We assume neither prior knowledge of simulation nor computer-programming experience. We do assume basic familiarity with computing in general (files, folders, basic editing operations, etc.), but nothing advanced. A fundamental understanding of probability and statistics is needed. We also assume knowledge of basic derivative and integral calculus. Arena combines the ease of use found in high-level simulators with the flexibility of simulation languages and even all the way down to general-purpose procedural languages like the Microsoft Visual Basic programming system or C if you really want. It does this by providing alternative and interchangeable templates of graphical simulation-modeling and analysis modules that you can combine to build a fairly wide variety of simulation models. For specialized needs, like complex decision algorithms or accessing data from an external application, you can write pieces of your model in a procedural language like Visual Basic or C/C++.
 

Вспышка. Как обезвредить инфекцию до появления осложнений

Автор: tatanavip от 26-04-2024, 14:35, Коментариев: 0

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


Название: Вспышка. Как обезвредить инфекцию до появления осложнений
Автор: Светлана Орыщак
Издательство: Эксмо
Год: 2023
Формат: fb2, rtf
Размер: 22 Мб
Качество: Хорошее
Язык: Русский

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

Electronics: Principles and Applications, 10th Edition

Автор: literator от 26-04-2024, 14:05, Коментариев: 0

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

Название: Electronics: Principles and Applications, 10th Edition
Автор: Charles A. Schuler
Издательство: McGraw Hill
Год: 2024
Страниц: 641
Язык: английский
Формат: pdf (true)
Размер: 27.8 MB

Electronics: Principles and Applications, 10e, requires no prior knowledge of electrical theory and principles. This text has been written at a level that allows students with limited math and reading skills to gain a clear understanding, and provides the entry-level knowledge and skills for a wide range of occupations within electricity and electronics. The text also offers a wildly popular Experiments Manual. Electronics: Principles and Applications, 10e, introduces analog devices, circuits, and systems. It also presents various digital techniques that are now commonly used in what was once considered the sole domain of analog electronics. It is intended for students who have a basic understanding of Ohm’s law; Kirchhoff’s laws; power; schematic diagrams; and basic components such as resistors, capacitors, and inductors. The digital material is self-contained and will not pose a problem for those students who have not completed a course in digital electronics. The only mathematics prerequisite is a command of basic algebra. The major objective of this text is to provide entry-level knowledge and skills for a wide range of occupations in electricity and electronics. Its purpose is to assist in the education and preparation of technicians who can effectively diagnose, repair, verify, install, and upgrade electronic circuits and systems. It also provides a solid and practical foundation in analog electronic concepts, device theory, and modern digital solutions for those who may need or want to go on to more advanced study. The tenth edition, like the earlier ones, combines theory and applications in a logical, evenly paced sequence. It is important that a student’s first exposure to electronic devices and circuits be based on a smooth integration of theory and practice.
 

Серия "Проза Русского Севера" в 19 книгах

Автор: SCART56 от 26-04-2024, 13:58, Коментариев: 0

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


Название: Серия "Проза Русского Севера" в 19 книгах
Автор(ы): разные
Издательство: Вече
Год: 2018-2022
Страниц: 1000+
Формат: FB2
Размер: 33 Мб
Язык: русский

"Проза Русского Севера" - серия русской художественной прозы, касающейся наших северных территорий. Загадочный, но суровый северный край очень красив и опасен. Земля Белого безмолвия очаровывала и притягивала исследователей, путешественников и романтиков.
В книгах про север вы познакомитесь с трудной жизнью коренного населения, их обрядами, сказками и легендами. Они расскажут о подвиге сильных и мужественных людей, которые пришли осваивать его территории: исследовали природу, искали подземные ископаемые, строили города. В книгах про север содержится много познавательной информации о растениях, животных этой еще не изученной до конца территории.