-
Iqtisodiyot. Iqtisodiyot fanlari
-
Iqtisodiyot. Iqtisodiyot fanlari
-
Aloqa. Kommunikatsiya texnologiyalari
-
Iqtisodiyot. Iqtisodiyot fanlari
-
Iqtisodiyot. Iqtisodiyot fanlari
-
Iqtisodiyot nazariyasi III tom
Mazkur darslikda predmet, bilish metodlari, rivojlanish davrlari, jamiyatda iqtisodiy munosabatlarning tuzilishi va bozorning harakat qilishi; butun jahon va alohida mamlakatlar miqyosida mikro-, mezo-, makro-, mega iqtisodiyotning asosiy muammolari ko‘rib chiqilgan.
-
Umumiy psixologiya 2-kitob
Umumiy psixologiya darsligi inson shaxsidagi psixologik xolatlar, xususyatlar, jarayonlar haqidagi dastlabki bilimlar majmuasini borishga qaratilgan.
-
Yuqori molekulyar birikmalar
Darslikda yuqori molekulyar birikmalar kimyosi kursi bo'yicha universitetlar uchun mavjud dasturning barcha bo'limlari bayon qilingan
-
IQTISODIYOT NAZARIYASI
Mazkur darslikda predmet, bilish metodlari, rivojlanish davrlari, jamiyatda iqtisodiy munosabatlarning tuzilishi va bozorning harakat qilishi; butun jahon va alohida mamlakatlar miqyosida mikro-, mezo-, makro-, mega iqtisodiyotning asosiy muammolari ko‘rib chiqilgan.
-
Digital Video and Audio Broadcasting Technology: A Practical Engineering Guide (4th Ed.)
This practical guide offers all important digital television, sound radio, and multimedia standards such as MPEG, DVB, DVD, DAB, ATSC, T-DMB, DMB-T, DRM and ISDB-T. It provides an in-depth look at these subjects in terms of practical experience. In addition explains the basics of essential topics like analog television, digital modulation, COFDM or mathematical transformations between time and frequency domains. The fourth edition addresses many new developments and features of digital broadcasting. Especially it includes Ultra High Definition Television (UHDTV), 4K, HEVC / H.265 (High Efficiency Video Coding), DVB-T2 measurement techniques and practice, DOCSIS 3.1, DVB - S2X, and 3DTV, as well as VHF-FM radio, HDMI, terrestrial transmitters, and stations.
-
Iqtisodiyot nazariyasi I tom
Mazkur darslikda predmet, bilish metodlari, rivojlanish davrlari, jamiyatda iqtisodiy munosabatlarning tuzilishi va bozorning harakat qilishi; butun jahon va alohida mamlakatlar miqyosida mikro-, mezo-, makro-, mega iqtisodiyotning asosiy muammolari ko‘rib chiqilgan.
-
Количественный анализ
Книга является учебником по количественному анализу неорганических веществ рассчитанным на студентов нехимических вузов и факультетов
-
The FPGA Programming Handbook (2nd Ed.)
Book Description: In today's tech-driven world, Field Programmable Gate Arrays (FPGAs) are the foundation of many modern systems. Transforming ideas into reality demands a deep dive into FPGA architecture, tools, and design principles. This FPGA book is your companion to mastering FPGA development with SystemVerilog and VHDL. In this edition, you will master both SystemVerilog and VHDL, gaining supreme versatility in FPGA design. These skills open doors to diverse opportunities and projects in the field. Move beyond theory with real-world projects, starting from LED control and progressing to advanced microcontroller applications, which are highly sought after in today's FPGA job market. You will journey from basic Boolean logic circuits to a resource-optimized calculator, showcasing your hardware design prowess. You will elevate your knowledge by designing a Video Graphics Array (VGA) controller, demonstrating your ability to synthesize complex hardware systems.
-
Курс качественного химического полумикроанализа
Предлагаемое издание существенно переработано по сравнению с предыдущим четвертым изданием. выпущенным в изложены современные представления о механизме различных типов реакций; все задачи и примеры исправлены с учетом новых данных констант, стандартных потенциалов и т. п
-
Inson resurslarini boshqarish
Darslikda iqtisodiyotni raqamlashtirish, bilimga asoslangan jamiyatni shakllantirish sharoitida mehnat bozorida raqobat muhiti tobora oshayotgan va inson kapitali sifati hal qiluvchi asosiy mezonga ega bo‘lgan davrda tashkilotlarda inson resurslarini boshqarish tizimini yaratish va rivojlantirish bilan bog‘liq masalalar ochib berilgan
-
Основы аналитической химии
Во второй книге изложены теоретические вопросы и освещены вопросы практического применения методов анализа основанных на взаимодействии вещества с электромагнитным излучением и электрохимических свойствах
-
Big Data. Principles and best practices of scalable realtime data systems
Big Data teaches you to build big data systems using an architecture that takes advantage of clustered hardware along with new tools designed specifically to capture and analyze web-scale data. It describes a scalable, easy-to-understand approach to big data systems that can be built and run by a small team. Following a realistic example, this book guides readers through the theory of big data systems, how to implement them in practice, and how to deploy and operate them once they're built.
-
Building a Data Warehouse With Examples in SQL Server
Friends and colleagues who want to start learning data warehousing sometimes ask me to recommend a practical book about the subject matter. They are not new to the database world; most of them are either DBAs or developers/consultants, but they have never built a data warehouse. They want a book that is practical and aimed at beginners, one that contains all the basic essentials. There are many data warehousing books on the market, but they usually cover a specialized topic such as clickstream, ETL, dimensional modeling, data mining, OLAP, or project management and therefore a beginner would need to buy five to six books to understand the complete spectrum of data warehousing.
-
Аналитик кимё асослари
Китобда аналитик кимёнинг ҳозирги аҳволи, ривожланиш тенденциялари, йўналишлари, аҳамияти, вазифалари, қисқача тарихи, асосий таҳлилий объектлар, улардан намуна олиш, намунани анализга тайёрлаш, кимёвий метрологиянинг назарий ва амалий масалалари, аналитик сигнал, тўғрилик ва қайта такрорланувчанликнинг статистик мезонлари қараб чиқилган
-
Concurrent Programming with Harmony
Programming with concurrency is hard. Concurrency can make programs faster than sequential ones, but having multiple threads read and update shared variables concurrently and synchronize with one another makes programs more complicated than programs where only one thing happens at a time he execution of a sequential program is usually deterministic: If you run the program twice with the same input, the same output will be produced. Bugs are reproducible and thus easy to track down, for example by instrumenting the program. They are called Bohrbugs. However, the output of running concurrent programs depends on how the execution of the various threads are interleaved. Some bugs may occur only occasionally and may never occur when the program is instrumented to nd them.
-
Introduction to Numerical Methods and Matlab Programming for Engineers
These notes were developed by the first author in the process of teaching a course on applied numerical methods for Civil Engineering majors during 2002-2004 and was modified to include Mechanical Engineering in 2005. The materials have been periodically updated since then and underwent a major revision by the second author in 2006-2007. The main goals of these lectures are to introduce concepts of numerical methods and introduce Matlab in an Engineering framework. By this we do not mean that every problem is a “real life” engineering application, but more that the engineering way of thinking is emphasized throughout the discussion.