-
Nazariy mexanika
Hozirgi zamon fani va texnikasining tez sur’atlar bilan o’sishi umumtexnika fanlarining asosi bo'lgan nazariy mexanikani puxta o’rganishni talab etadi. O’quv qo’llanma, “Nazariy mexanika” fanining statika bo’limiga bag’ishlangan bo’lib, uning qonun-qoidalari to’liq, batafsil bayon etilgan. UIarga doir masalalar yechilgan. Qo’llanma “Muhandislik va muhandislik ishi” yo’nalishlarida ta’lim olayotgan bakalavriat talabalari uchun mo’ljallangan.
-
Ўзбекистонда боғдорчилик
Ушбу қўлланма қишлоқ хўжалик техникумларининг ўқувчилари шунингдек боғбонлар ва қишлоқ хўжалик мутахассислари учун мўлжалланган. Китобда боғдорчиликка оид барча маълумотлар келтирилган.
-
Мусиқа педагогикаси
Қисқача курс олий махсус мусиқа таълими Давлат стандартлари ва "Мусиқа педагогикаси" фани ўқyв дастурига мувофиқ Ўзбекистон давлат консерваториясининг бакалавриат, магистратура босқичи талабалари учун тайёрланган.
-
Сарахбор (2-китоб)
Ушбу китоб мумтоз адабиётимиз дурдоналари асосида яратилган қўшиқлардан тузилган.
-
Practical grammar tense and voice
Ushbu o'quv qo'llanma Amaliy grammatika va Xorijiy til (ingliz tili) darslarida fe'l zamonlar va majhul nisbatning yasalishi va ishlatilishini o'rgatishda qaratilgan bo'lib, qo'llanmaga kiritilgan mavzular, mavzular yuzasidan berilgan topshiriqlar og'zaki nutqni tushunish, o'z fikrini ingliz tilida to'g'ri va xatolarsiz bayon eta olish hamda yozish, ingliz tilining grammatik qonuniyatlarini o'rgatishni nazarda tutadi
-
Прикладное машинное обучение без учителя с использованием Python
Машинное обучение - класс методов искусственного интеллекта (ИИ), позволяющих компьютерам обучаться на основе данных (обычно в ходе решения узкоспециализированных задач) без явного программирования. Термин машинное обучение был введен Артуром Сэмюэлем, легендой в области ИИ, еще в 1959 году, однако до конца ХХ века лишь немногим проектам удалось достигнуть коммерческого успеха в области машинного обучения, которая оставалась не более чем нишей для академических исследований.
-
PostgreSQL изнутри
Эта книга для тех, кого не устраивает работать с базой данных как с черным ящиком. Если вы любознательны, не довольствуетесь авторитетными советами и хотите во всем разобраться сами — нам по пути.
-
PHP Cookbook
The views expressed in this work are those of the author, and do not represent the publisher’s views. While the publisher and the author have used good faith efforts to ensure that the information and instructions contained in this work are accurate, the publisher and the author disclaim all responsibility for errors or omissions, including without limitation responsibility for damages resulting from the use of or reliance on this work.
-
Speed up your python with Rust
The Rust programming language is an exciting new language. It gives us memory safety without garbage collection, resulting in fast times and low memory footprints. However, rewriting everything in Rust can be expensive and risky as there might not be package support in Rust for the problem being solved.
-
Game Development with Rust and WebAssembly
The Rust programming language has held the "most-loved" technology ranking on Stack Overflow for 6 years running, while JavaScript has been the most-used programming language for 9 years straight, as it runs on every web browser (https://bit. ly/3JBg4ms). Now, thanks to WebAssembly (or Wasm), you can use the language you love on a platform that's everywhere. This book is an easy-to-follow reference to help you develop your own games, teaching you all about game development and how to create an endless runner from scratch.
-
Beginning PHP
Developing a website is a priority these days in order for your business to have a presence on the internet. Design and development are foundational steps for any website. PHP is commonly used for website and web application development. PHP is a general purpose, server-side scripting language that's designed to make dynamic pages and applications.
-
Programming Rust
Rust is a language for systems programming. This bears some explanation these days, as systems programming is unfamiliar to most working programmers. Yet it underlies everything we do.
-
Fluency activities and Grammar Drills
You can see for kilometers from the mountains where Allahverdi Ibadov herds his small flock of sheep amid a sea of yellow, red, and purple wildflowers. The view from Amburdere in southern Azerbaijan toward the Iranian border is spectacular, but Mr.Ibadov barely gives it a second glance
-
Optika
Ushbu o'quv qo'llanma, harbiy-texnik mutaxassisligi bo'yicha ta'lim olayotgan kursantlarga va universitetning ta'lim jarayonining modul- kredit tizimiga o'tishida talabalarni mustaqil ta'lim olish layoqatini shakllantirish va fizika fanini chuqurroq o'rganishi uchun mo'ljallangan
-
Smaller C
In a world where new JavaScript frameworks come and go almost daily, why would you dive into an aging, bare-bones language like C Well, for one, if you hope to keep up with all those framework fads (ouch, opinion alert), you might want a background in just such aging, bare-bones technologies that provide a foundation for so many “modern” languages.
-
Modern Tkinter for busy python developers
This book will help you quickly get up to speed and build mainstream desktop graphical user interfaces with Python 3 and Tkinter. As you may know, Tkinter is the Python interface to a GUI library called Tk. It was initially developed for the Tcl language but widely adopted by other dynamic languages, including Ruby, Perl, and of course,Python.