-
Adabiyot. Adabiyotshunoslik. Xalq og‘zaki ijodiyoti
-
-
Aloqa. Kommunikatsiya texnologiyalari
-
-
Aloqa. Kommunikatsiya texnologiyalari
-
Tibbiyot va sog‘liqni saqlash
-
Qurilish. Arxitektura
-
Aloqa. Kommunikatsiya texnologiyalari
-
-
Aloqa. Kommunikatsiya texnologiyalari
-
История русской литературы X-XVII веков
Значение культурного наследства. В. И. Ленин о культурном наследстве. Д ля того, чтобы правильно оценить значение древней русской литературы, необходимо усвоить два основных положения В. И. Ленина в его учении о культурном наследии.
-
Нефтепромысловая химия. Регулирование фильтрационных потоков водоизолирующими технологиями при разработке нефтянных месторождений
Представлен обзор современного состояния работ в области физикохимических методов увеличения нефтеотдачи пластов. Рассмотрены подходы к последовательному выбору и обоснованию обьектов для водоизоляции промытых интервалов со стороны нагнетательных скважин с учетом маршрута продвижения воды.
-
Маркетинг
"Маркетинг сегодня" является учебным пособием, изложенным в научно-популярной форме. Рекомендуется студентам высших и средних учебных заведений, изучающим маркетинг и менеджмент, а также всем, интересующим- ся актуальными проблемами социально-экономического развития современной России.
-
Numerical Python: Scientific Computing and Data Science Applications with Numpy, SciPy and Matplotlib
Leverage the numerical and mathematical modules in Python and its standard library as well as popular open source numerical Python packages like NumPy, SciPy, FiPy, matplotlib and more. This fully revised edition, updated with the latest details of each package and changes to Jupyter projects, demonstrates how to numerically compute solutions and mathematically model applications in big data, cloud computing, financial engineering, business management and more. Numerical Python, Second Edition, presents many brand-new case study examples of applications in data science and statistics using Python, along with extensions to many previous examples. Each of these demonstrates the power of Python for rapid development and exploratory computing due to its simple and high-level syntax and multiple options for data analysis. After reading this book, readers will be familiar with many computing techniques including array-based and symbolic computing, visualization and numerical file I/O, equation solving, optimization, interpolation and integration, and domain-specific computational problems, such as differential equation solving, data analysis, statistical modeling and machine learning.
-
Методические указания по составлению с пециализированных форм техпромфинпла
При подготовке Методических указаний учтены директивные документы, методические и инструктивные материалы по вопросам планирования, опыт по составлению техпромфинплана на заводах Минтрансстроя, других министерств и ведомств. Методические указания подготовлены в отделении экономики и организации строительства Всесоюзного научно-исследовательского института транспортного строительства кандидатами экон. наук А. Е. Рабиновичем, А. М. Коротеевым и др.
-
-
Охрана труда при эксплуатации систем водоснабжения и канализации
Рассмотрены вопросы организации труда на предприятиях водоснабжения и канализации. Приведены требования по технике безопасности при эксплуатации водозаборных и очистных сооружений, насосных станций, контрольно-измерительных приборов и автоматических устройств, сосудов, работающих под давлением. Описаны меры защиты сооружений от пожаров. Даны перечни спецодежды и средств индивидуальной защиты.
-
Network Programming with Go: Code Secure and Reliable Network Services from Scratch
Combining the best parts of many other programming languages, Go is fast, scalable, and designed for high-performance networking and multiprocessing. In other words, it’s perfect for network programming. Network Programming with Go will help you leverage Go to write secure, readable, production-ready network code. In the early chapters, you’ll learn the basics of networking and traffic routing. Then you’ll put that knowledge to use as the book guides you through writing programs that communicate using TCP, UDP, and Unix sockets to ensure reliable data transmission. As you progress, you’ll explore higher-level network protocols like HTTP and HTTP/2 and build applications that securely interact with servers, clients, and APIs over a network using TLS. You'll also learn.Internet Protocol basics, such as the structure of IPv4 and IPv6, multicasting, DNS, and network address translation. Methods of ensuring reliability in socket-level communications. Ways to use handlers, middleware, and multiplexers to build capable HTTP applications with minimal code. Tools for incorporating authentication and encryption into your applications using TLS. Methods to serialize data for storage or transmission in Go-friendly formats like JSON, Gob, XML, and protocol buffers.Ways of instrumenting your code to provide metrics about requests, errors, and more.Approaches for setting up your application to run in the cloud (and reasons why you might want to). Network Programming with Go is all you’ll need to take advantage of Go’s built-in concurrency, rapid compiling, and rich standard library.
-
Rapid Access Guide for TRIAGE AND EMERGENCY NURSES
This rapid access guide is the result of five decades of combined emergency nursing experience building upon what we called our pocket-sized “Book of Brains.” As colleagues and friends, together we cocused on continually learning by enhancing our critical thinking skills, improving our decision-making, and being on a quest to acknowledge what we did not know yet needed to know as nurses in a busy urban ED.
-
Укрупненные сметные нормы на здания и сооружения жилищно-гражданского строительства
Укрупненные сметные нормы на здания и сооружения жилищно-гражданского строительства. Сборник № 9—I «Комплексы больниц на 1000 и 600 коек» разработаны Государственным проектным институтом Гипроздрав Министерства здравоохранения СССР совместно с отделом сметных норм и ценообразования в строительстве Госстроя СССР.
-
Материально- техническая база и оформление гостиниц и туркомплексов
В учебнике "Материально- техническая база и оформление гостиниц и туркомплексов" даны сведения об основах конструктивных решений зданий и сооружений гостиниц и туркомплексов, оборудовании, его эксплуатации и техническом обслуживании, правилах оформления интерьеров гостиниц и трукомплексов.
-
Data Structures & Algorithms in Python
This practical introduction to data structures and algorithms can help every programmer who wants to write more efficient software. Building on Robert Lafore's legendary Java-based guide, this book helps you understand exactly how data structures and algorithms operate. You'll learn how to efficiently apply them with the enormously popular Python language and scale your code to handle today's big data challenges. Throughout, the authors focus on real-world examples, communicate key ideas with intuitive, interactive visualizations, and limit complexity and math to what you need to improve performance. Step-by-step, they introduce arrays, sorting, stacks, queues, linked lists, recursion, binary trees, 2-3-4 trees, hash tables, spatial data structures, graphs, and more. Their code examples and illustrations are so clear, you can understand them even if you're a near-beginner, or your experience is with other procedural or object-oriented languages.
-
ЛАБОРАТОРНЫЕ РАБОТЫ
В издании изложены методические указания к лабораторным работам по изучению устройства, принципа работы, неисправностей, технического обслуживания и диагностирования карбюраторов и механических систем впрыска бензиновых двигателей легковых
-
Регенерация адсорбентов
В данной книге впервые сделана попытка обобщить и систематизировать опубликованные материалы по изучению, математическому описанию, применению и технико-экономической оценке различных методов регенерации адсорбентов. На примере оптимизации технико-экономических показателей процесса очистки газовых потоков в неподвижных слоях адсорбента показана необходимость комплексного анализа стадий регенерации во взаимосвязи с основной стадией процесса — адсорбцией.
-
Методические указания на разработку курсового проекта
Курсовой проект предусматривает разработку годового плана электровозного или тепловозного депо. Исходные данные для разработки курсового проекта даются в задании.
-
MySQL Concurrency: Locking and Transactions for MySQL Developers and DBAs
Know how locks work in MySQL and how they relate to transactions. This book explains the major role that locks play in database systems, showing how locks are essential in allowing high-concurrency workloads. You will learn about lock access levels and lock granularities from the user level as well as table locks to record and gap locks. Most importantly, the book covers troubleshooting techniques when locking becomes a pain point. Several of the lock types in MySQL have a duration of a transaction. For this reason, it is important to understand how transactions work. This book covers the basics of transactions as well as transaction isolation levels and how they affect locking. The book is meant to be your go-to resource for solving locking contention and similar problems in high-performance MySQL database applications. Detecting locking issues when they occur is the first key to resolving such issues. MySQL Concurrency provides techniques for detecting locking issues such as contention. The book shows how to analyze locks that are causing contention to see why those locks are in place. A collection of six comprehensive case studies combine locking and transactional theory with realistic lock conflicts. The case studies walk you through the symptoms to look for in order to identify which issue you are facing, the cause of the conflict, its analysis, solution, and how to prevent the issue in the future.