and #146 Clinical Obstetrics (12th edition) - 5 Angebote vergleichen

Bester Preis: 7,54 (vom 06.03.2017)
1
9788173719530 - Mudaliar, Menon, Editor: Sarala Gopalan, Editor: S. Rathnakumar, Editor: Vanita Jain: & Clinical Obstetrics
Mudaliar, Menon, Editor: Sarala Gopalan, Editor: S. Rathnakumar, Editor: Vanita Jain

& Clinical Obstetrics (2015)

Lieferung erfolgt aus/von: Indien EN PB NW

ISBN: 9788173719530 bzw. 8173719535, in Englisch, 512 Seiten, Orient Blackswan Private Limited - New Delhi, Taschenbuch, neu.

7,54 ( 535)¹ + Versand: 1,13 ( 80)¹ = 8,67 ( 615)¹
unverbindlich
Lieferung aus: Indien, Usually dispatched within 2-3 business days.
Von Händler/Antiquariat, R K Books.
"This book is written as a textbook for educational programs at colleges and universities. It can also be used by IoT (Internet of Things) vendors and service providers for training their program developers. The authors have used an immersive ‘hands on’ approach, similar to the one adopted in the companion book, Cloud Computing: A Hands-on Approach, to help readers gain expertise in developing working code for real-world IoT applications. It is organised into three main parts. Part I covers the building blocks of Internet of Things (IoT) and their characteristics. Domain specific IoT and their real-world applications are described along with a generic design methodology and an IoT system management approach using NETCONF-YANG. Part II introduces the reader to the programming aspects of IoT with a view to developing rapid prototypes of complex IoT applications. A primer on Python, the programming language used in this book, is included to bring readers to a common level of expertise. Packages, frameworks and cloud services including WAMP-AutoBahn, Xively cloud and Amazon Web Services that can be used to develop IoT systems are described. The Raspberry Pi device has been chosen for the examples in this book. Case studies with complete source code for various IoT domains such as home automation, smart environment, smart cities, logistics, retail, smart energy, smart agriculture, industrial control and smart health are described. Part III introduces the reader to advanced topics in IoT, including IoT data analytics and tools for IoT. Case studies on collecting and analyzing data generated by IoT in the cloud are described. Features: Uses a hands-on approach to help readers gain expertise in developing working code for real-world IoT applications; WAMP-AutoBahn, Xively cloud and Amazon Web Services described. Case studies with complete source code for various IoT domains included. IoT data analytics and tools for IoT introduced. TABLE OF CONTENTS I INTRODUCTION & CONCEPTS Introduction to Internet of Things Introduction 1.1.1 Definition & Characteristics of IoT Physical Design of IoT 1.2.1 Things in IoT 1.2.2 IoT Protocols Logical Design of IoT 1.3.1 IoT Functional Blocks 1.3.2 IoT Communication Models 1.3.3 IoT Communication APIs IoT Enabling Technologies 1.4.1 Wireless Sensor Networks 1.4.2 Cloud Computing 1.4.3 Big Data Analytics 1.4.4 Communication Protocols 1.4.5 Embedded Systems IoT Levels & Deployment Templates 1.5.1 IoT Level-1 1.5.2 IoT Level-2 1.5.3 IoT Level-3 1.5.4 IoT Level-4 1.5.5 IoT Level-5 1.5.6 IoT Level-6 Domain Specific IoTs Introduction Home Automation 2.2.1 Smart Lighting 2.2.2 Smart Appliances 2.2.3 Intrusion Detection 2.2.4 Smoke/Gas Detectors Cities 2.3.1 Smart Parking 2.3.2 Smart Lighting 2.3.3 Smart Roads 2.3.4 Structural Health Monitoring 2.3.5 Surveillance 2.3.6 Emergency Response Environment 2.4.1 Weather Monitoring 2.4.2 Air Pollution Monitoring 2.4.3 Noise Pollution Monitoring 2.4.4 Forest Fire Detection 2.4.5 River Floods Detection Energy 2.5.1 Smart Grids 2.5.2 Renewable Energy Systems 2.5.3 Prognostics Retail 2.6.1 Inventory Management 2.6.2 Smart Payments 2.6.3 Smart Vending Machines Logistics 2.7.1 Route Generation & Scheduling 2.7.2 Fleet Tracking 2.7.3 Shipment Monitoring 2.7.4 Remote Vehicle Diagnostics Agriculture 2.8.1 Smart Irrigation 2.8.2 Green House Control Industry 2.9.1 Machine Diagnosis & Prognosis 2.9.2 Indoor Air Quality Monitoring Health & Lifestyle 2.10.1 Health & Fitness Monitoring 2.10.2 Wearable Electronics IoT and M2M Introduction M2M Difference between IoT and M2M SDN and NFV for IoT 3.4.1 Software Defined Networking 3.4.2 Network Function Virtualization IoT System Management with NETCONF-YANG Need for IoT Systems Management Simple Network Management Protocol (SNMP) 4.2.1 Limitations of SNMP Network Operator Requirements NETCONF YANG IoT Systems Management with NETCONF-YANG 4.6.1 NETOPEER II DEVELOPING INTERNET OF THINGS IoT Platforms Design Methodology Introduction IoT Design Methodology 5.2.1 Step 1: Purpose & Requirements Specification 5.2.2 Step 2: Process Specification 5.2.3 Step 3: Domain Model Specification 5.2.4 Step 4: Information Model Specification 5.2.5 Step 5: Service Specifications 5.2.6 Step 6: IoT Level Specification 5.2.7 Step 7: Functional View Specification 5.2.8 Step 8: Operational View Specification 5.2.9 Step 9: Device & Component Integration 5.2.10 Step 10: Application Development Case Study on IoT System for Weather Monitoring Motivation for Using Python IoT Systems - Logical Design using Python Introduction Installing Python Python Data Types & Data Structures 6.3.1 Numbers 6.3.2 Strings 6.3.3 Lists 6.3.4 Tuples 6.3.5 Dictionaries 6.3.6 Type Conversions Control Flow 6.4.1 if 6.4.2 for 6.4.3 while 6.4.4 range 6.4.5 break/continue 6.4.6 pass Functions Modules Packages File Handling Date/Time Operations Classes Python Packages of Interest for IoT 6.11.1 JSON 6.11.2 XML 6.11.3 HTTPLib & URLLib 6.11.4 SMTPLib IoT Physical Devices & Endpoints What is an IoT Device 7.1.1 Basic building blocks of an IoT Device Exemplary Device: Raspberry Pi About the Board Linux on Raspberry Pi Raspberry Pi Interfaces 7.5.1 Serial 7.5.2 SPI 7.5.3 I2C Programming Raspberry Pi with Python 7.6.1 Controlling LED with Raspberry Pi 7.6.2 Interfacing an LED and Switch with Raspberry Pi 7.6.3 Interfacing a Light Sensor (LDR) with Raspberry Pi Other IoT Devices 7.7.1 pcDuino 7.7.2 BeagleBone Black 7.7.3 Cubieboard IoT Physical Servers & Cloud Offerings Introduction to Cloud Storage Models & Communication APIs WAMP - AutoBahn for IoT Xively Cloud for IoT Python Web Application Framework - Django 8.4.1 Django Architecture 8.4.2 Starting Development with Django . Designing a RESTful Web API Amazon Web Services for IoT 8.6.1 Amazon EC2 8.6.2 Amazon AutoScaling 8.6.3 Amazon S3 8.6.4 Amazon RDS 8.6.5 Amazon DynamoDB . 8.6.6 Amazon Kinesis 8.6.7 Amazon SQS 8.6.8 Amazon EMR SkyNet IoT Messaging Platform Case Studies Illustrating IoT Design Introduction Home Automation 9.2.1 Smart Lighting 9.2.2 Home Intrusion Detection Cities 9.3.1 Smart Parking Environment 9.4.1 Weather Monitoring System 9.4.2 Weather Reporting Bot 9.4.3 Air Pollution Monitoring 9.4.4 Forest Fire Detection Agriculture 9.5.1 Smart Irrigation Productivity Applications 9.6.1 IoT Printer III ADVANCED TOPICS Data Analytics for IoT Introduction Apache Hadoop 10.2.1 MapReduce Programming Model 10.2.2 Hadoop MapReduce Job Execution 10.2.3 MapReduce Job Execution Workflow 10.2.4 Hadoop Cluster Setup Using Hadoop MapReduce for Batch Data Analysis 10.3.1 Hadoop YARN Apache Oozie 10.4.1 Setting up Oozie 10.4.2 Oozie Workflows for IoT Data Analysis Apache Spark Apache Storm 10.6.1 Setting up a Storm Cluster Using Apache Storm for Real-time Data Analysis 10.7.1 REST-based approach 10.7.2 WebSocket-based approach Structural Health Monitoring Case Study Tools for IoT Introduction Chef 11.2.1 Setting up Chef Chef Case Studies 11.3.1 Multi-tier Application Deployment 11.3.2 Hadoop Cluster 11.3.3 Storm Cluster Puppet Puppet Case Study - Multi-tier Deployment NETCONF-YANG Case Studies 11.6.1 Steps for IoT device Management with NETCONF-YANG 11.6.2 Managing Smart Irrigation IoT System with NETCONF-YANG 11.6.3 Managing Home Intrusion Detection IoT System with NETCONF-YANG IoT Code Generator Appendix-A - Setting up Raspberry Pi Appendix-B - Setting up Ubuntu VM Appendix-C - Setting up Django Bibliography Index", Paperback, संस्करण: Twelveth, लेबल: Orient Blackswan Private Limited - New Delhi, Orient Blackswan Private Limited - New Delhi, उत्पाद समूह: Book, प्रकाशित: 2015, स्टूडियो: Orient Blackswan Private Limited - New Delhi, बिक्री रैंक: 10123.
2
9788173719530 - MUDALIAR & MENON: CLINICAL OBSTETRICS 12TH EDN
Symbolbild
MUDALIAR & MENON

CLINICAL OBSTETRICS 12TH EDN

Lieferung erfolgt aus/von: Indien EN NW

ISBN: 9788173719530 bzw. 8173719535, in Englisch, Orient BlackSwan (P) Ltd. neu.

16,38 ($ 17,38)¹ + Versand: 2,83 ($ 3,00)¹ = 19,21 ($ 20,38)¹
unverbindlich
Lieferung aus: Indien, शिपिंग लागत के लिए: IND.
Von Händler/Antiquariat, BookVistas.
Orient BlackSwan (P) Ltd. . New.
3
9788173719530 - Sarala Gopalan, Dr. S.Rathnakumar, Dr. Vanita Jain: Mudaliar and Menon´s Clinical Obstetrics (12th edition)
Symbolbild
Sarala Gopalan, Dr. S.Rathnakumar, Dr. Vanita Jain

Mudaliar and Menon´s Clinical Obstetrics (12th edition)

Lieferung erfolgt aus/von: Indien EN NW

ISBN: 9788173719530 bzw. 8173719535, in Englisch, neu.

15,53 ($ 16,48)¹ + Versand: 0,94 ($ 1,00)¹ = 16,47 ($ 17,48)¹
unverbindlich
Lieferung aus: Indien, शिपिंग लागत के लिए: IND.
Von Händler/Antiquariat, D.K. Printworld (P) Ltd.
New.
4
9788173719530 - Mudaliar & Menon: Clinical Obstetrics 12th Edn
Symbolbild
Mudaliar & Menon

Clinical Obstetrics 12th Edn

Lieferung erfolgt aus/von: Vereinigte Staaten von Amerika EN NW

ISBN: 9788173719530 bzw. 8173719535, in Englisch, Universities Press, neu.

13,10 ($ 13,90)¹ + Versand: 2,51 ($ 2,66)¹ = 15,61 ($ 16,56)¹
unverbindlich
Von Händler/Antiquariat, Books in my Basket [53363467], New Delhi, India.
5
9788173719530 - Mudaliar & Menon: Clinical Obstetrics 12th Edn
Symbolbild
Mudaliar & Menon

Clinical Obstetrics 12th Edn

Lieferung erfolgt aus/von: Indien EN NW

ISBN: 9788173719530 bzw. 8173719535, in Englisch, Orient BlackSwan, neu.

64,10 ($ 68,00)¹
unverbindlich
Lieferung aus: Indien, प्लस शिपिंग, शिपिंग क्षेत्र: INT.
Von Händler/Antiquariat, uJustBuy, DELHI, New Delhi, [RE:3].
Lade…