-
-
-
-
Veterinariya va chorvachilik
-
Atrof muhitni muhofaza qilish. Ekologiya
-
-
-
Ўзбек адабий тили тарихи
Мазкур дарсликда ўзбек адабий тилининг энг қадимги даврдан ҳозиргача бўлган тараққиёт босқичлари тарихий-қиёсий асосда тадрижий таҳлил этилган. Адабий тил ривожига Маҳмуд Кошғарий, ЮсуфХос Ҳожиб, Аҳмад Яссавий, Рабғўзий, Хоразмий, Лутфий, ьАтоий, Алишер Навоий, Бобур, Муҳаммад Солиҳ, Абулғози Баҳодирхон, Турди, Махмур, Гулханий, Муқимий, Фурқат, Завқий, Ҳамза, Чўлпон, Абдулла Қодирий, Ойбек, Ғафур ғулом, Абдулла Қаҳҳор каби сўз санъаткорларининг қўшган ҳиссалари, уларнинг тил ва услуб соҳасидаги ўзига хос томонлари мунтазам баён қилинган.
-
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
Учебное пособие посвящено актуальной проблеме воздействия загрязнений, вызванных эксплуатацией автотранспорта на окружающую среду и является продолжением исследования.
-
Python for Algorithmic Trading Cookbook. Recipes for designing, building, and deploying algorithmic trading strategies with Python
Book Description: Discover how Python has made algorithmic trading accessible to non-professionals with unparalleled expertise and practical insights from Jason Strimpel, founder of PyQuant News and a seasoned professional with global experience in trading and risk management. This book guides you through from the basics of quantitative finance and data acquisition to advanced stages of backtesting and live trading. Detailed recipes will help you leverage the cutting-edge OpenBB SDK to gather freely available data for stocks, options, and futures, and build your own research environment using lightning-fast storage techniques like SQLite, HDF5, and ArcticDB. This book shows you how to use SciPy and statsmodels to identify alpha factors and hedge risk, and construct momentum and mean-reversion factors. You’ll optimize strategy parameters with walk-forward optimization using vectorbt and construct a production-ready backtest using Zipline Reloaded. Implementing all that you’ve learned, you’ll set up and deploy your algorithmic trading strategies in a live trading environment using the Interactive Brokers API, allowing you to stream tick-level data, submit orders, and retrieve portfolio details.
-
.NET MAUI Cookbook. Build a full-featured app swiftly with MVVM, CRUD, AI, authentication, real-time updates, and more
Book Description: Think about how much time you usually spend building an app in a technology you're still mastering—grasping new concepts, navigating roadblocks, and even rewriting entire modules as you learn. This book saves you that time, helping you create a modern .NET MAUI application like a pro. The chapters address a wide range of tasks and concepts essential for real-world apps, including UI best practices and advanced tips, MVVM, dependency injection, performance, and memory profiling. Since real-world applications often go beyond frontend development, this book also explores integration with backend services for authentication, data processing, synchronization, and real-time updates. Additionally, you’ll learn to implement multiple AI integration strategies, all without any prior machine learning experience. Mastery comes with practice, so the book is organized with step-by-step recipes, each tackling a specific task. Each recipe includes detailed explanations to help you apply what you're learning to your own unique projects.
-
Практикум по геодезии
Материал практикуме дается подробное описание топографической карты методов производства угловых и линейных измерений на местности определения площадей.
-
Mastering the Java Virtual Machine. An in-depth guide to JVM internals and performance optimization
Book Description: Mastering the Java Virtual Machine is a comprehensive guide that will take you into the heart of Java programming, guiding you through the intricate workings of the Java Virtual Machine (JVM) and equipping you with essential skills to become a proficient Java developer. You’ll start by understanding the JVM, exploring its architecture and how it executes Java code. Through detailed explanations and real-world examples, you’ll gain a deep understanding of JVM internals, enabling you to write efficient and optimized Java applications. As you progress, you’ll delve into memory management and execution, unraveling the complexities of heap and stack management, garbage collection, and memory profiling. You'll learn how memory is allocated and reclaimed in the JVM, as well as how to optimize memory usage and identify performance bottlenecks in your applications. With this knowledge, you’ll be able to create Java programs that are not only robust but also highly performant
-
SITOLOGIYA, GISTOLOGIYA VA EMBRIOLOGIYA
Mazkur darslik 1998 y . .. M~hnal. nashriyoti tomonidan chop qilingan darslikning tuzalilg.1n va to'Idirilgan 11-nashri bo 'lib, Ycln~i 0' zbek alifbosida rayyorlangan Darslik biologiya fanining Silologiya, gistologiya va embriologiya bo 'limlarini mujassamlashlirgan bo'lib, ulaming har birini alohida fan sifatida batafsil o'rganish vazifasi qo' yilgan . Muayyan fanlar. ya ' ni sitologiyada hujayralar tuzilishi, funksiyaJari. gistologiyada to'qimalar tuzilishi. evolyutsiyasi va gistrogenezi. embriologiyada hayvonlar embrionlari o'sishi va rivojlanishi haqida aniq tushunchalar beradigan to'liq ma 'Iumotlar bayon elilgan .
-
Mastering PostgreSQL 17. Elevate your database skills with advanced deployment, optimization, and security strategies
Book Description: Starting with new features introduced in PostgreSQL 17, the sixth edition of this book provides comprehensive insights into advanced database management, helping you elevate your PostgreSQL skills to an expert level. Written by Hans-Jürgen Schönig, a PostgreSQL expert with over 25 years of experience and the CEO of CYBERTEC PostgreSQL International GmbH, this guide distills real-world expertise from supporting countless global customers. It guides you through crucial aspects of professional database management, including performance tuning, replication, indexing, and security strategies. You’ll learn how to handle complex queries, optimize execution plans, and enhance user interactions with advanced SQL features such as window functions and JSON support. Hans equips you with practical approaches for managing database locks, transactions, and stored procedures to ensure peak performance. With real-world examples and expert solutions, you'll also explore replication techniques for high availability, along with troubleshooting methods to detect and resolve bottlenecks, preparing you to tackle everyday challenges in database administration. By the end of the book, you'll be ready to deploy, secure, and maintain PostgreSQL databases efficiently in production environments.
-
A G R O K I M Y O
Ushbu darslikda Agrokimyo fanining predmeti, vazifalari, tarixi, tekshirish uslublari, qonuniyatlari, o‘simliklarning kimyoviy tarkibi va oziqlanishi, o 'simliklar oziqlanish nuqtayi nazaridan tuproqlarning xossalari, o‘g‘itlar, ularning turlari, olinishi, qollanishi, o ‘g‘it qo'llash tizimini ishlab chiqish va asosiy qishloq xo‘jalik ekinlarini o ‘g‘itlash. agrokimvoning ekologik niuammolari bayon etilgan. Darslik universitet va qishloq xo'jalik oliy o ‘quv yurtlarining Tuproqshunoslik, Agrokimyo va agrotuproqshunoslik ta’lim yo'nalishlari talabalari uchun mo'ljallangan.
-
Agrosanoat majmuasi iqtisodiyoti
Ushbu darslikda agrosanoat integratsiyasining chuqurlashuvi, rivojlanishi natijasida ob’yektiv ravishda shakllanadigan agrosanoat majmuasining mohiyati, uning tarkibi, iqtisodiyotda tutgan o’rni, majmuaga kiruvchi sohalarning hozirgi holati, rivojlanish yo’nalishlari, ularning iqtisodiy resurslari va ulardan foydala-nish darajasi hamda iqtisodiy samaradorligini oshirishning asosiy yo’nalishlari yoritilgan. Darslikda agrosa-noat majmuasining asosiy bo’g’ini hisoblanadigan qishloq xo’jaligi tarmog’ining yer-suv, mehnat, moddiy-texnika resurslaridan samarali foydalanish masalalari, tarmoqda ishlab chiqarishni tashkil etishning shakl-lariga oid mavzular batafsil yoritilgan.
-
Malware Development for Ethical Hackers. Learn how to develop various types of malware to strengthen cybersecurity
Book Description: Malware Development for Ethical Hackers is a comprehensive guide to the dark side of cybersecurity within an ethical context. This book takes you on a journey through the intricate world of malware development, shedding light on the techniques and strategies employed by cybercriminals. As you progress, you’ll focus on the ethical considerations that ethical hackers must uphold. You’ll also gain practical experience in creating and implementing popular techniques encountered in real-world malicious applications, such as Carbanak, Carberp, Stuxnet, Conti, Babuk, and BlackCat ransomware. This book will also equip you with the knowledge and skills you need to understand and effectively combat malicious software. By the end of this book, you'll know the secrets behind malware development, having explored the intricate details of programming, evasion techniques, persistence mechanisms, and more.