-
-
Aloqa. Kommunikatsiya texnologiyalari
-
Aloqa. Kommunikatsiya texnologiyalari
-
Aloqa. Kommunikatsiya texnologiyalari
-
-
Aloqa. Kommunikatsiya texnologiyalari
-
Ommaviy kommunikatsiya. Jurnalistika. Ommaviy axborot vositalari
-
-
Aloqa. Kommunikatsiya texnologiyalari
-
Chaos Engineering
The book provides examples of chaos engineering experiments across the applica-tion layer, at the operating system level, into containers, on hardware resources, on the network, and even in a web browser. Each of these areas alone is worthy of an entire chapter, if not book; you get the benefit of exploring the full breadth of possi-ble experiments with an experienced facilitator to guide you through. Miko hits dif-ferent ways each area can be affected in just the right level of detail to give you confidence to try it yourself in your own stack.
-
MATEMATIK FIZIKA TENGLAMALARI
0 ‘quv qo‘llanma matematik fizika tenglamalari faniga bag'ishlangan. Unda matematik fizika tenglamalari haqida umumiy tushunchalar, matematik fizikaning asosiy tenglamalari va ularni keltirib chiqarish hamda bu tenglamalar uchun asosiy boshlang‘ich-chegaraviy masalalarning qo'yilishi va ularni yechishning ayrim usullari bayon qilingan.
-
Geometriyadan masalalar to'plami
Qo'llanma akademik litsey va kasb-hunar kollejlari talabalari uchun mo'ljallangan, shuningdek, undan, oliy o'quv yurtlariga kirish uchun test sinovlariga mustaqil tayyorlanayotganlar ham foydalanishlari mumkin.
-
C++ Template Metaprogramming in Practice
This book will construct a relatively complex system: a framework for deep learning. Metaprogramming is no longer a subsidiary role, but the leading role of the whole system. Previously, we mentioned that one of the advantages of metaprogramming and compile-time computing is to make better use of the information of the operation itself to improve system’s performance. Here is an overview of how this can be achieved in large-scale systems.
-
C++ Template Metaprogramming
This book is aimed at any programmer who is comfortable with idioms of the Standard Template Library (STL). C++ power-users will gain a new insight into their existing work and a new fluency in the domain of metaprogramming. Intermediate-level programmers who have learned a few advanced template techniques will see where these tricks fit in the big picture and will gain the conceptual foundation to use them with discipline. Programmers who have caught the scent of metaprogramming, but for whom it is still mysterious, will finally gain a clear understanding of how, when, and why it works. All readers will leave with a new tool of unprecedented power at their disposal-the Boost Metaprogramming Library.
-
The C++ In-Depth Series
This book is about infrastructure software, normally called middleware, for networked computing systems. It’s called middleware because it’s the “waist in the hourglass” that resides above the operating system and net-works, but underneath the application. Middleware comes in a wide va-riety of shapes, sizes, and capabilities, ranging from J2EE application servers, asynchronous messaging systems, and CORBA ORBs to software that monitors sockets for small embedded systems.
-
Narxni shakllantirish
O'quv qo'llanma iqtisodchi mutaxassislar tayyorlovchi oliy ta'lim muassasalari va fakultetlari baklavriyatlari uchun mo'jallangan.
-
Geodeziya
0 ‘quv qo‘llanma «Geodeziya, kartografiya va kadastr» yo'nalishi bo'yicha o'qiydigan talabalar o‘quv dasturi asosida yozilgan. Asosiy diqqat III, IV klass nivelirlash va poligonometriya yo‘li o'tkazishda loyihalash, ishni bajarish usullari, unda qo‘llaniladigan asboblar, ular natijasini tenglashtirish va aniqlikni baholash masalalariga qaratilgan
-
C++ how to programm
This book, trademarks are used. Rather than put a trademark symbol in every occurrence of a trademarked name, we state that we are using the names in an editorial fashion only and to the benefit of the trademark owner, with no intention of infringement of the trademark.
-
optikadan masalalar va labaratoriya ishlari to'plami
Ushbu o'quv qo'llanma fizika hamda astronomiya bakalavir ta'lim yo'nalishlarinig o'quv rejasidaggi Optika faniga tegishli o'quv dasturi talabalari asosida tayyorlangan bo'lib unda amaliy ma'lummotlar berilgan.
-
Ma'lumotlar bazasini dasturlash chuqurlashtirilgan kursi
O'zbekiston Respublikasi Oliy va o'rta maxsus ta'lim vazirligi O'rta maxsus ,'kasb- hunar ta'limi markazi tomonidan axborot kommunikatsiya texnologiyalari sohasidagi kasb-hunar kollejlari uchun mo'ljallangan.
-
Nazariy mexanika misol va masalalarda kinematika
O'quv qo'llanmada ''Nazariy mexanika'' fanining ''Kinimatika'' bo'limining nuqta kinematikasi, qattiq jisimning ilgarilanma va qo'zg'almas o'q atrofidagi aylanma harakati, nuqtaning murakkab harakati, qattiq jisimning tekslikka parallel harakati boblari bo'yicha qisqacha nazariy ma'lumotlar, masalalar taqdim etilgan.
-
C++ Multithreading Cookbook
This book is a practical, powerful, and easy-to-understand guide to C++ multithreading. You will learn how to benefit from the multithreaded approach and enhance your development skills to build better applications. This book will not only help you avoid problems when creating parallel code, but also help you understand synchronization techniques in detail. The book also covers the Windows process model alongside scheduling techniques and Interprocess Communication.
-
Discourse Analysis for Language Teachers
This publication is in copyright. Subject to statutory exception and to the provisions of relevant collective licensing agreements, no reproduction of any part may take place without the written permission of Cambridge University Press.
-
GIDROMELIORATSIYA ISHLARINI BAJARISH
Gidromelioratsiya ishlarini bajarish bo‘yicha asosiy holatlar bayon etilgan. Suv xo‘jaligi tizimlari ob’ektlari uchun zarur bolgan gidrotexnik va meliorativ inshootlar qurilishida tuproq, beton, temir beton va maxsus ishlar, gidromeliorativ tarmoqlarning uzun cho‘zilgan inshootlarini qurish, yerlarni meliorativ holatini yaxshilash ishlarini mexanizmlar bilan bajarishdagi texnologik jarayonlar yoritilgan bolib, ularning mazmuni “Gidromelioratsiya ishlarini tashkil qilish va texnologiyasi” fani dasturiga muvofiq bajariladigan amaliy mashg‘ulotlar. bosqich loyihasi va bitiruv malakaviy ishlarini bajarish tarkibiga mos keladi.
-
C++ Brain Teasers
The book contains 25 C++ puzzles with answers and explanations. Most will be well-formed programs, which the C++ standard guarantees the output of. Some might, however, have a compilation error, and some might have undefined or unspecified behavior. Your task is to figure out what happens when you compile and run the program in each puzzle on a conforming C++ implementation.