-
Qurilish. Arxitektura
-
Aloqa. Kommunikatsiya texnologiyalari
-
Avtomatika. Hisoblash texnikasi
-
Aloqa. Kommunikatsiya texnologiyalari
-
-
Aloqa. Kommunikatsiya texnologiyalari
-
Aloqa. Kommunikatsiya texnologiyalari
-
-
Aloqa. Kommunikatsiya texnologiyalari
-
Aloqa. Kommunikatsiya texnologiyalari
-
-
Aloqa. Kommunikatsiya texnologiyalari
-
Aloqa. Kommunikatsiya texnologiyalari
-
Положение о геодезической службе строительно-монтажных организаций
Настоящее Положение распространяется на геодезическую службу строительно-монтажных трестов и приравненных к ним организаций (трестов механизации, домостроительных комбинатов, сельских строительных комбинатов и т.п.), а также передвижных строительных формирований и строительно-монтажных управлений, на которые распространяется действие Положения о социалистическом государственном производственном предприятии.
-
Biocompatibility and perfomance of medical devices
The response of cells to biomaterials is critical in medical devices. Specifi c cell responses may be benefi cial – encouraging adhesion, healing or cell multiplication. Cellular response to biomaterials examines the response of cells to a wide range of materials, targeted at specifi c medical applications. Chapters in the fi rst section review cellular response to polymers and ceramics. A second group of chapters discuss cell responses and regenerative medicine for nerves, muscles and orthopaedic materials. The fi nal set of chapters analyses the effect of surface chemistry and how it can be manipulated to provoke a useful cell response.
-
Learning React: Modern Patterns for Developing React Apps
If you want to learn how to build efficient React applications, this is your book. Ideal for web developers and software engineers who understand how JavaScript, CSS, and HTML work in the browser, this updated edition provides best practices and patterns for writing modern React code. No prior knowledge of React or functional JavaScript is necessary. With their learning road map, authors Alex Banks and Eve Porcello show you how to create UIs that can deftly display changes without page reloads on large-scale, data-driven websites. You’ll also discover how to work with functional programming and the latest ECMAScript features. Once you learn how to build React components with this hands-on guide, you’ll understand just how useful React can be in your organization. Understand key functional programming concepts with JavaScriptLook under the hood to learn how React runs in the browserCreate application presentation layers with React componentsManage data and reduce the time you spend debugging applicationsIncorporate React Hooks to manage state and fetch dataUse a routing solution for single-page application featuresLearn how to structure React applications with servers in mind
-
Industrial automation and Robotics
The purpose of this book is to present an introduction to the multidisciplinary field of automation and robotics for industrial applications. The book initially covers the important concepts of hydraulics and pneumatics and how they are used for automation in an industrial setting. It then moves to a discussion of circuits and using them in hydraulic, pneumatic, and fluidic design. The latter part of the book deals with electric and electronic controls in automation and final chapters are devoted to robotics, robotic programming, and applications of robotics in industry. A companion disc is included with applications and videos.
-
Learning SQL Generate, Manipulate, and Retrieve Data
As data floods into your company, you need to put it to work right away―and SQL is the best tool for the job. With the latest edition of this introductory guide, author Alan Beaulieu helps developers get up to speed with SQL fundamentals for writing database applications, performing administrative tasks, and generating reports. You’ll find new chapters on SQL and big data, analytic functions, and working with very large databases. Each chapter presents a self-contained lesson on a key SQL concept or technique using numerous illustrations and annotated examples. Exercises let you practice the skills you learn. Knowledge of SQL is a must for interacting with data. With Learning SQL, you’ll quickly discover how to put the power and flexibility of this language to work.
-
Transfer RNA in Protein Synthesis
This book contains information obtained from authentic and highly regarded sources. Reasonable efforts have been made to publish reliable data and information, but the author and publisher cannot assume responsibility for the validity of all materials or the consequences of their use. The authors and publishers have attempted to trace the copyright holders of all material reproduced in this publication and apologize to copyright holders if permission to publish in this form has not been obtained. If any copyright material has not been acknowledged please write and let us know so we may rectify in any future reprint.
-
Агрохимия
В учебнике изложены теоретические основы питания растеный, свойства почвы и их значение для правильного применения удобрений; методы химической мелиорации почв, состав и взаимодействие с прчвой минеральных и органических удобрений; системы удобрения в севооборотах.
-
Kubernetes Patterns: Reusable Elements for Designing Cloud-Native Applications
The way developers design, build, and run software has changed significantly with the evolution of microservices and containers. These modern architectures use new primitives that require a different set of practices than most developers, tech leads, and architects are accustomed to. With this focused guide, Bilgin Ibryam and Roland Huß from Red Hat provide common reusable elements, patterns, principles, and practices for designing and implementing cloud-native applications on Kubernetes. Each pattern includes a description of the problem and a proposed solution with Kubernetes specifics. Many patterns are also backed by concrete code examples. This book is ideal for developers already familiar with basic Kubernetes concepts who want to learn common cloud-native patterns.
-
Низкочастотный вибраторов ВПТ-7 для погружения в грунт крупноразмерного железобетонного шпунта
При строительстве набережных, причалов и других сооружений вертикальные стенки устраиваются из шпунтованных металлических, железобетонных и деревянных свай, забиваемых в грунт.
-
Knative Cookbook: Building Effective Serverless Applications with Kubernetes and OpenShift
Enterprise developers face several challenges when it comes to building serverless applications, such as integrating applications and building container images from source. With more than 60 practical recipes, this cookbook helps you solve these issues with Knative—the first serverless platform natively designed for Kubernetes. Each recipe contains detailed examples and exercises, along with a discussion of how and why it works. If you have a good understanding of serverless computing and Kubernetes core resources such as deployment, services, routes, and replicas, the recipes in this cookbook show you how to apply Knative in real enterprise application development. Authors Kamesh Sampath and Burr Sutter include chapters on autoscaling, build and eventing, observability, Knative on OpenShift, and more.
-
Plant Cell Biology
This book is in essence the lectures I give in my plant cell biology course at Cornell University. Heretofore, the lecture notes have gone by various titles, including “Cell La Vie,” “The Book Formerly Known as Cell La Vie,” “Molecular Theology of the Cell,” “Know Thy Cell” (with apologies to Socrates), “Cell This Book” (with apologies to Abbie Hoffman), and “Impressionistic Plant Cell Biology.” I would like to take this opportunity to describe this course. It is a semester-long course for undergraduate and graduate students.
-
AWS Cookbook: Recipes for Success on AWS
This practical guide provides over 70 self-contained recipes to help you creatively solve common AWS challenges you'll encounter on your cloud journey. If you're comfortable with rudimentary scripting and general cloud concepts, this cookbook provides what you need to address foundational tasks and create high-level capabilities. Authors John Culkin and Mike Zazon share real-world examples that incorporate best practices. Each recipe includes a diagram to visualize the components. Code is provided so that you can safely execute in an AWS account to ensure solutions work as described. From there, you can customize the code to help construct an application or fix an existing problem. Each recipe also includes a discussion to provide context, explain the approach, and challenge you to explore the possibilities further. Go beyond theory and learn the details you need to successfully build on AWS.
-
JavaScript Everywhere Building Cross-Platform Applications with GraphQL, React, React Native, and Electron
JavaScript is the little scripting language that could. Once used chiefly to add interactivity to web browser windows, JavaScript is now a primary building block of powerful and robust applications. In this practical book, new and experienced JavaScript developers will learn how to use this language to create APIs as well as web, mobile, and desktop applications. Author and engineering leader Adam D. Scott covers technologies such as Node.js, GraphQL, React, React Native, and Electron. Ideal for developers who want to build full stack applications and ambitious web development beginners looking to bootstrap a startup, this book shows you how to create a single CRUD-style application that will work across several platforms.
-
Патентшунослик
Дарсликда интеллектуал мулк объектлари ихтиролар, саноат намуналари, товар белгилари ва бошқаларни яратиш, ҳуқуқий муҳофазалаш ҳамда улардан фойдаланиш масалалари кўриб чиқилган. Талабномаларни тузиш қоидалари, топшириш ва экспертизадан ўтказиш тартиби, патент ҳуқуқларини муҳофазалаш усуллари, баён этилиб, патент ахборотининг мазмуни ва ундан фойдаланиш кўрсатиб ўтилган. Шунингдек, хорижда интеллектуал мулк объектларини муҳофазалаш, лицензия савдоси, инновация фаолияти асослари ва бошқалар кўриб чиқилган. Дарслик Ўзбекистон Республикасининг амалдаги конунчилигини амалда қўлланиш, шунингдек интеллектуал мулкни муҳофазалаш соҳасидаги халқаро конвенциялар ва шартномаларни ҳисобга олган ҳолда ишлаб чиқилган.
-
Practical Mathematical Optimization
This book presents basic optimization principles and gradient-based algorithms to a general audience, in a brief and easy-to-read form. It enables professionals to apply optimization theory to engineering, physics, chemistry, or business economics.
-
Object-Oriented Python: Master OOP by Building Games and GUIs
Object-Oriented Python is an intuitive and thorough guide to mastering object-oriented programming from the ground up. You’ll cover the basics of building classes and creating objects, and put theory into practice using the pygame package with clear examples that help visualize the object-oriented style. You’ll explore the key concepts of object-oriented programming — encapsulation, polymorphism, and inheritance — and learn not just how to code with objects, but the absolute best practices for doing so. Finally, you’ll bring it all together by building a complex video game, complete with full animations and sounds. The book covers two fully functional Python code packages that will speed up development of graphical user interface (GUI) programs in Python.