-
-
-
-
-
-
-
-
-
-
Veterinariya va chorvachilik
-
Atrof muhitni muhofaza qilish. Ekologiya
-
Practical Robotics in C++
Description: Practical Robotics in C++ teaches the complete spectrum of Robotics, right from the setting up a computer for a robot controller to putting power to the wheel motors. The book brings you the workshop knowledge of the electronics, hardware, and software for building a mobile robot platform. You will learn how to use sensors to detect obstacles, how to train your robot to build itself a map and plan an obstacle-avoiding path, and how to structure your code for modularity and interchangeability with other robot projects. Throughout the book, you can experience the demonstrations of complete coding of robotics with the use of simple and clear C++ programming. In addition, you will explore how to leverage the Raspberry Pi GPIO hardware interface pins and existing libraries to make an incredibly capable machine on the most affordable computer platform ever
-
Автомобили
Широкое развитие в автомобильной промышленности получили специализация производства автоматизация производственных процессов. Существенно обновлен парк новым и машинами
-
Practical Guide to Java Collections Framework
This is a set of most widely used data structures and corresponding algorithms (like sorting, searching or filtering), which inherit the root java.util.Collection interface. These classes are provided as a part of Java Development Kit (JDK) to make our lives as developers easier in many ways. For example, a common base reduces a learning curve for novice programmers and protects us from reinventing a wheel, when we deal with data structures and algorithms. This book is for Java developers of all levels. It can be equally useful for beginners, who just start to study Java Collections. But it can also serve for more advanced software engineers as a reference manual.
-
Расчет тонкостенных конструкций
Изложено развитие смешанного метода строительной механики тонкостенных пространственных систем и предложен вариант уточненной технической теории оболочек.
-
Vue.js 3 for Beginners. Learn the essentials of Vue.js 3 and its ecosystem to build modern web applications
Book Description: Discover why Vue.js is a must-learn JavaScript framework for aspiring developers. If you’re a beginner fascinated by Vue.js and its potential, then this book will show you how the progressive and versatile framework can help you build performant applications. Written by an accomplished software architect with over 12 years of experience, Vue.js 3 for Beginners provides a solid foundation in Vue.js and guides you at every step to create a robust social media application, component by component. Starting with a clean canvas using plain HTML and CSS, you’ll learn new topics to build your application incrementally. Beyond the core features, you’ll explore crucial parts of the Vue.js ecosystem, such as state management with Pinia, routing with Vue Router, and testing with Vitest, and Cypress. The structured GitHub repository ensures a smooth transition from one chapter to the next, offering valuable insights into advanced topics, techniques, and resources. This book is designed to serve as a practical reference guide, allowing you to quickly revisit specific topics when needed. By the end of the book, you’ll have built a strong understanding of Vue.js and be ready to build simple applications effortlessly.
-
Axborotlashgan jamiyat modellari
“Axborotlashgan jamiyat modellari" fanidan o‘quv qo'llanma ma'ruza mashg’ulotlarini o'tkazishga mo'ljallangan. Mazkur o'quv qo'llanma “Axborotlashgan jamiyat modellari"' fanning o'quv dasturida ko'rsatilgan maqsad va vazifalarga muvofiq ishlab chiqilgan.
-
Детский духовой оркестр
Духовая музыка один из самых демократичных видов искусства обладающий богатым арсеналом средств идейно- эмоционального воздействия и разнообразными формами участия в массовых празднествах и концертной деятельности.
-
The Kubernetes Bible. The definitive guide to deploying and managing Kubernetes across cloud and on-prem environments
Book Description: Kubernetes has become the go-to orchestration platform for containerized applications. As a Kubernetes user, you know firsthand how powerful yet complex this tool can be. The Kubernetes Bible cuts through the complexity, offering hands-on examples and expert advice to conquer containerization challenges With this new edition, you will master cutting edge security practices, deploy seamlessly and scale effortlessly, ensuring unwavering service availability. You will gain the expertise to craft production-grade applications, secure development environments, navigate complex deployments with ease, and become a security maestro. You will be able to optimize network communication and data management across major cloud platforms. Additionally, this book dives deep into these challenges, offering solutions such as multi-container Pods, advanced security techniques, and expert networking guidance. You will also explore persistent storage advancements, cloud-specific cluster management updates, and best practices for traffic routing By the end of this comprehensive guide, you will possess the skills and knowledge to orchestrate your containerized applications with precision, ensuring their optimal performance and scalability. Stop settling for basic container management. Order your copy today and orchestrate your containers to greatness
-
Основы трибоники
Трением в широком смысле слова можно назвать такое взаимодействие движущегося тела с окружающей средой или с другими телами которые сопровождается рассеянием энергии.
-
Ўзбек адабий тили тарихи
Мазкур дарсликда ўзбек адабий тилининг энг қадимги даврдан ҳозиргача бўлган тараққиёт босқичлари тарихий-қиёсий асосда тадрижий таҳлил этилган. Адабий тил ривожига Маҳмуд Кошғарий, ЮсуфХос Ҳожиб, Аҳмад Яссавий, Рабғўзий, Хоразмий, Лутфий, ьАтоий, Алишер Навоий, Бобур, Муҳаммад Солиҳ, Абулғози Баҳодирхон, Турди, Махмур, Гулханий, Муқимий, Фурқат, Завқий, Ҳамза, Чўлпон, Абдулла Қодирий, Ойбек, Ғафур ғулом, Абдулла Қаҳҳор каби сўз санъаткорларининг қўшган ҳиссалари, уларнинг тил ва услуб соҳасидаги ўзига хос томонлари мунтазам баён қилинган.
-
Psixologiya nazariyasi va tarixi
Mazkur darslik 5110900-Pedagogika va psixologiya bakalavriat ta’lim yo‘nalishining o‘quv rejasidagi «Psixologiya nazariyasi va tarixi» nomli fan dasturi asosida yaratilgan bo‘lib, mutaxassislikka kirish, psixologiya tarixi, psixologiyaning zamonaviy tadqiqot metodlari, shaxs, faoliyat, motivatsiya, nutq, shaxsning individual-tipologik xususiyatlari, bilish jarayonlari, hissiy-irodaviy sifatlari to‘g‘risidagi materiallarni o‘zida mujassamlashtirgan.
-
Refactoring with C++. Explore modern ways of developing maintainable and efficient applications
Book Description: Despite the prevalence of higher-level languages, C++ is still running the world, from bare-metal embedded systems to distributed cloud-native systems. C++ is on the frontline whenever there is a need for a performance-sensitive tool supporting complex data structures. The language has been actively evolving for the last two decades. This book is a comprehensive guide that shows you how to implement SOLID principles and refactor legacy code using the modern features and approaches of C++, the standard library, Boost library collection, and Guidelines Support Library by Microsoft. The book begins by describing the essential elements of writing clean code and discussing object-oriented programming in C++. You'll explore the design principles of software testing with examples of using popular unit testing frameworks such as Google Test. The book also guides you through applying automated tools for static and dynamic code analysis using Clang Tools.
-
Основы промышленной экологии
Материал учебного пособия изложена на основе действующих законодательных и нормативных документов по охране окружающей среде и рациональному природопользованию.
-
Differensial geometriya va topologiya
Bu darslik bakalavriatning 5130100- matematika yo'nalishi uchun mo'ljallangan bo'lib, amaldagi yangi bakalavrlar dasturi asosida yozilgan. Darslik to'rtta qismdan iborat bo'lib, unda umumiy topologiya elementlari, chiziqlar va sirtlar nazariyasi, tenzor analiz elementlari yoritilgan. Darslikdan magistr, ilmiy-tadqiqotchilar va oliy o'quv yurtlari o'qituvchilari ham foydalanishlari nazarda tutilgan.
-
CHORVA, PARRANDA VABALIQ MAHSULOTLARINI YETISHTIRISH, QA YTA ISHLASH TEXNOLOGIYASI
horvachilik mahsulotlarini qayta ishlash, ulardan turli xiI oziq-ovqat ishlab chiqarish kishilar uchun muhim hayotiy ahamiyat kasb etadi. Chorva mahsulotlaridan ayni mahalda tibbiyotda ba'zi davolash ishlarida nihoyatda zarur bo'lgan dori-dannonlar, sanoat uchun turli texnik mahsulotlar hamda chiqitlaridan har xiI bezak va galanteriya mahsulotlari ham tayyorlanadi.
-
Автотранспортные потоки и окружающая среда-2
Учебное пособие посвящено актуальной проблеме воздействия загрязнений, вызванных эксплуатацией автотранспорта на окружающую среду и является продолжением исследования.