-
Qishloq va o‘rmon xo‘jaligi
-
-
-
-
-
Tibbiyot va sog‘liqni saqlash
-
-
Продвинутое использование торговой платформы MetaTrader 5. Создание индикаторов и торговых роботов на MQL5 и Python.
Эта книга познакомит с практическим использованием языка MetaQuotes Language 5 (MQL5) программирования технических индикаторов, торговых роботов и вспомогательных приложений для автоматизации торговли на финансовых рынках с помощью торговой платформы MetaTrader 5. Вы научитесь создавать MQL5 приложения, используя как процедурное программирование, так и объектно-ориентированное программирование. Познакомитесь с общей структурой и свойствами технических индикаторов и советников, научитесь использовать функции обратного вызова MQL5 для создания пользовательских индикаторов и советников, реализующих автоматическую торговую систему. Познакомитесь с генетическими алгоритмами для создания самооптимизирующегося советника. Узнаете как создать нейронную сеть для предсказания цен на рынке и разработать советник с использование машинного обучения на языке Python для алгоритмической торговли.
-
От джуна до сеньора. Как стать востребованным разработчиком
Книга построена так, чтобы ее можно было использовать практически, исходя из конкретной проблемы или навыка, который вы хотите улучшить. К каждой теме добавлены задания, которые помогут вам преодолеть страх изменений и сделать первый шаг. Книга состоит из трех основных разделов. Раздел «Код» описывает самые полезные практики по работе с кодом. Раздел «Люди» затрагивает проблемы коммуникации и жизни внутри коллектива. Раздел «Я» посвящен личному росту, особенностям человеческого характера и борьбе с сомнениями и страхами, знакомыми каждому разработчику. Лучший способ обучения в IT это практика. Сколько бы вы ни читали книг, ни смотрели курсов и ни слушали подкастов — все это будет бессмысленно, если вы не начнете писать код и развивать навыки самостоятельно. Ваше развитие — это постоянная практика и поиск новых знаний, освоение новых технологий и попытка выяснить, «как же оно устроено».
-
Взаимозаменяемость, стандартизация и технические измерения
Изложены общие принципы стандартизации, рассмотрены вопросы метрологии, даны конструкции приборов и методы измерений, обеспечивающие взаимозаменяемость, особенно в автотракторном и сельскохозяйственном машиностроении. Второе издание учебника (первое вышло в 1981 г.) написано в соответствии с новой программой.
-
Современный русский язык Лексикология
Учебник состоит из двух частей в 1-й изложены основные теоретические сведение о лексико-семантической системе русского языка в функционально-стилистическом аспекте о 2-й рассмотрена фразеологическая система русского языка.
-
Solving Identity Management in Modern Applications. Demystifying OAuth 2.0, OpenID Connect, and SAML 2.0
Know how to design and use identity management to protect your application and the data it manages. At a time when security breaches result in increasingly onerous penalties, it is paramount that application developers and owners understand identity management and the value it provides when building applications. This book takes you from account provisioning to authentication to authorization, and covers troubleshooting and common problems to avoid. The authors include predictions about why this will be even more important in the future. Application best practices with coding samples are provided. Solving Identity and Access Management in Modern Applications gives you what you need to design identity and access management for your applications and to describe it to stakeholders with confidence. You will be able to explain account creation, session and access management, account termination, and more. This book is for Developers, enterprise or application architects, business application or product owners, and anyone involved in an application's identity management solution.
-
Drawing dynamic hands
All right reseved. No part of this publication may be reproduced or used in any form or by any means-graphis, electronic, or mechanical, including photocopying, recording, taping, or information storage and retrieval systems-without written permission of the publisher.
-
Real Time C++ Efficient Object-Oriented and Template Microcontroller Programming
this book, Christopher Kormanyos delivers a highly practical guide to programming real time embedded microcontroller systems in C++. It is divided into three parts plus several appendices. Part I provides a foundation for real-time C++ by covering language technologies, including object-oriented methods, template programming and optimization. Next, part II presents detailed descriptions of a variety of C++ components that are widely used in microcontroller programming. It details some of C++’s most powerful language elements, such as class types, templates and the STL, to develop components for microcontroller register access, low-level drivers, custom memory management, embedded containers, multitasking, etc. Finally, part III describes mathematical methods and generic utilities that can be employed to solve recurring problems in real-time C++. The appendices include a brief C++ language tutorial, information on the real-time C++ development environment and instructions for building GNU GCC cross-compilers and a microcontroller circuit.
-
Python for SAS Users A SAS-Oriented Introduction to Python
Business users familiar with Base SAS programming can now learn Python by example. You will learn via examples that map SAS programming constructs and coding patterns into their Python equivalents. Your primary focus will be on pandas and data management issues related to analysis of data. It is estimated that there are three million or more SAS users worldwide today. As the data science landscape shifts from using SAS to open source software such as Python, many users will feel the need to update their skills. Most users are not formally trained in computer science and have likely acquired their skills programming SAS as part of their job. As a result, the current documentation and plethora of books and websites for learning Python are technical and not geared for most SAS users. Python for SAS Users provides the most comprehensive set of examples currently available. It contains over 200 Python scripts and approximately 75 SAS programs that are analogs to the Python scripts. The first chapters are more Python-centric, while the remaining chapters illustrate SAS and corresponding Python examples to solve common data analysis tasks such as reading multiple input sources, missing value detection, imputation, merging/combining data, and producing output. This book is an indispensable guide for integrating SAS and Python workflows.This book for SAS users, SAS programmers, data scientists, data scientist leaders, and Python users who need to work with SAS
-
Modern CSS Master the Key Concepts of CSS for Modern Web Development
In this book, we will take a tour of modern CSS. Whether you’re brand new to CSS or you have some experience and need a refresher, this book will have something for you. However, this book will not teach you color theory or good design techniques. The intent of this book is to give you a strong foundation with the various CSS technologies. In Chapter 1, we’ll start at the very beginning and talk about what CSS is and how it works. We’ll explore the DOM, the CSSOM, and the render tree as well as take a quick detour to look at CSS preprocessors (though we won’t cover them further in the book). In Chapter 2, we will tackle CSS selectors. These are critical to understand. Selectors determine what CSS styles are applied to what elements. We’ll also explore the concept of specificity.
-
Аналитик кимё
Дарслик олтита бобдан иборат бўлиб, I бобда фаннинг шаклланиши тарихи, мақсади, вазифалари, II ва III бобларида умумий кимё фанининг назарияларини аналитик кимёда қўлланилиши, IV бобда катионларнинг 5 та аналитик гуруҳи, V бобда анионларнинг 3 та аналитик гуруҳи ҳамда VI бобда эса миқдорий анализнинг гравиметрик ва титриметрик анализлари назарий таҳлиллари ёритилган.
-
Infrastructure as Code, Patterns and Practices with Examples in Python and Terraform
Infrastructure as Code, Patterns and Practices teaches flexible techniques for building resilient, scalable infrastructure, including structuring and sharing modules, migrating legacy systems, and more. Learn to build networks, load balancers, and firewalls using Python and Terraform, and confidently update infrastructure while your software is running. You’ll appreciate the expert advice on team collaboration strategies to avoid instability, improve security, and manage costs. Infrastructure as Code is a set of practices and processes for provisioning and maintaining infrastructure using scripts, configuration, or programming languages. With IaC in place, it’s easy to test components, implement features, and scale with minimal downtime. Best of all, since IaC follows good development practices, you can make system-wide changes with just a few code commits. Infrastructure as Code, Patterns and Practices teaches you to automate infrastructure by applying changes in a codified manner. You’ll learn how to create, test, and deploy infrastructure components in a way that’s easy to scale and share across an entire organization. The book is full of flexible automation techniques that work whether you’re managing your personal projects or making live network changes across a large enterprise. A system administrator or infrastructure engineer will learn essential software development practices for managing IaC, while developers will benefit from in-depth coverage of assembling infrastructure as part of DevOps culture. While the patterns and techniques are tool agnostic, you’ll appreciate the easy-to-follow examples in Python and Terraform.
-
Fizika
Kitobda fizikaning maxanika, molekulyar fizika va termodinamika asoslari, elektrodinamika asoslari bo'limlari yuritilgan
-
Химия
Учебник "Химия " написан в соответствии с требованиями типовых программ курсов "Неорганическая химия", "Органическая химия", утверждённых Министерством высшего и среднего специалного образования Республики Узбекистон, объединяет учебное пособие - "Общая и неорганическая химия" и учебник "Органическая химия" (сертификаты МВССО Республики Узбекистан имеются) и предназначен для бакалавров хлопковой, текистильной, лёгкой и полиграфической промышленности.
-
Valeologiya asoslari
Valeologiya inson salomatligi haqidagi keyingi oʻn yilliklar davomida shakllanib kelayotgan fan boʻlib, salomatlikka ta’sir koʻrsatuvchi omillarni oʻrganish orqali organizmning ularga qarshi koʻrsatuvchi oʻrganish orqali organizmning ularga qarshi tura olish va zahiraviy imkoniyatlarni oshirish bilan bogʻliq chora tadbirlarni ishlab chiqadi. Shuningdek, odamlarning mehnatga qobiliyatini oshirish va oʻzini yaxshi his qilgan holda oʻrtacha umr koʻrish davomiyligini uzaytirish kabi vazifalarni maqsad qilib qoʻyadi.
-
Пособие по русскому языку. (Ч асть - 1)
Пособие составлено в соответствии с требованиями Типовой программы «Русский язык» для всех направлений бакалавриата, утвержденной Минвузом Республики Узбекистан в 2017 г. Оно включает Л лексико-грамматических тем, также 3 приложения («Русский язык в таблицах», «Как работать с заданиями с применением инновационных технологий», «Речевой этикет») для каждой темы представлен и презентационный (электронный) материал. В основу системы работы в пособии положен последовательно реализуемый коммуникативно - деятельностный принцип. Использование в процессе обучения инновационных технологий, ИКТ интерактивных методов представляют современный стиль обучения, который способствует развитию творческой активности и креативного мышления обучающихся.
-
Схемотехника ЭВМ
Учебник имеет и принципиальное отличие от учебного пособия « Расчет и проектирование ЭВМ». В книгу в соответствии с развитием интегральной схемотехники включено изложение материала по средним и большим интегральным схемам (СИС и БИС). Рассматриваются основы функционирования и эксплуатационные характеристики регистров, сумматоров, арифметическо-логических устройств (АЛУ), счетчиков, дешифраторов, мультиплексоров, демультиплексоров схем сверток.