0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
Status
Brand

Showing 1 - 17 of 17 matches in All Departments

Internet of Everything - Algorithms, Methodologies, Technologies and Perspectives (Hardcover, 1st ed. 2018): Beniamino Di... Internet of Everything - Algorithms, Methodologies, Technologies and Perspectives (Hardcover, 1st ed. 2018)
Beniamino Di Martino, Kuan-Ching Li, Laurence T. Yang, Antonio Esposito
R4,271 Discovery Miles 42 710 Ships in 12 - 17 working days

This book focuses on the Internet of Everything and related fields. The Internet of Everything adds connectivity and intelligence to just about every device, giving it special functions. The book provides a common platform for integrating information from heterogeneous sources. However, this can be quite reductive, as the Internet of Everything provides links not only among things, but also data, people, and business processes. The evolution of current sensor and device networks, with strong interactions between people and social environments, will have a dramatic impact on everything from city planning, first responders, the military and health. Such a shared ecosystem will allow for the interaction between data, sensor inputs and heterogeneous systems. Semantics is a fundamental component of this since semantic technologies are able to provide the necessary bridge between different data representations, and to solve terminology incongruence. Integrating data from distributed devices, sensor networks, social networks and biomedical instruments requires, first of all, the systematization of the current state of the art in such fields. Then, it is necessary to identify a common action thread to actually merge and homogenize standards and techniques applied in such a heterogeneous field. The exact requirements of an Internet of Everything environment need to be precisely identified and formally expressed, and finally, the role of modern computing paradigms, such as Cloud and Fog Computing, needs to be assessed with respect to the requirements expressed by an Internet of Everything ecosystem.

Wearable Brain-Computer Interfaces - Prototyping EEG-Based Instruments for Monitoring and Control (Hardcover): Pasquale Arpaia,... Wearable Brain-Computer Interfaces - Prototyping EEG-Based Instruments for Monitoring and Control (Hardcover)
Pasquale Arpaia, Antonio Esposito, Ludovica Gargiulo, Nicola Moccaldi
R3,845 R3,360 Discovery Miles 33 600 Save R485 (13%) Ships in 5 - 10 working days

Presents a complete overview of the main EEG-based BCI paradigms and the related practical solutions for their design, prototyping, and testing Describes wearable and low-cost EEG-based solutions Explores active, reactive, and passive BCI paradigms Explains the entire research-and-development process of a BCI prototype Provides examples of BCI system applications in several fields

Internet of Everything - Algorithms, Methodologies, Technologies and Perspectives (Paperback, Softcover reprint of the original... Internet of Everything - Algorithms, Methodologies, Technologies and Perspectives (Paperback, Softcover reprint of the original 1st ed. 2018)
Beniamino Di Martino, Kuan-Ching Li, Laurence T. Yang, Antonio Esposito
R3,988 Discovery Miles 39 880 Ships in 10 - 15 working days

This book focuses on the Internet of Everything and related fields. The Internet of Everything adds connectivity and intelligence to just about every device, giving it special functions. The book provides a common platform for integrating information from heterogeneous sources. However, this can be quite reductive, as the Internet of Everything provides links not only among things, but also data, people, and business processes. The evolution of current sensor and device networks, with strong interactions between people and social environments, will have a dramatic impact on everything from city planning, first responders, the military and health. Such a shared ecosystem will allow for the interaction between data, sensor inputs and heterogeneous systems. Semantics is a fundamental component of this since semantic technologies are able to provide the necessary bridge between different data representations, and to solve terminology incongruence. Integrating data from distributed devices, sensor networks, social networks and biomedical instruments requires, first of all, the systematization of the current state of the art in such fields. Then, it is necessary to identify a common action thread to actually merge and homogenize standards and techniques applied in such a heterogeneous field. The exact requirements of an Internet of Everything environment need to be precisely identified and formally expressed, and finally, the role of modern computing paradigms, such as Cloud and Fog Computing, needs to be assessed with respect to the requirements expressed by an Internet of Everything ecosystem.

Cloud Portability and Interoperability - Issues and Current Trends (Paperback, 2015 ed.): Beniamino Di Martino, Giuseppina... Cloud Portability and Interoperability - Issues and Current Trends (Paperback, 2015 ed.)
Beniamino Di Martino, Giuseppina Cretella, Antonio Esposito
R1,807 Discovery Miles 18 070 Ships in 10 - 15 working days

This book offers readers a quick, comprehensive and up-to-date overview of the most important methodologies, technologies, APIs and standards related to the portability and interoperability of cloud applications and services, illustrated by a number of use cases representing a variety of interoperability and portability scenarios. The lack of portability and interoperability between cloud platforms at different service levels is the main issue affecting cloud-based services today. The brokering, negotiation, management, monitoring and reconfiguration of cloud resources are challenging tasks for developers and users of cloud applications due to the different business models associated with resource consumption, and to the variety of services and features offered by different cloud providers. In chapter 1 the concepts of cloud portability and interoperability are introduced, together with the issues and limitations arising when such features are lacking or ignored. Subsequently, chapter 2 provides an overview of the state-of-the-art methodologies and technologies that are currently used or being explored to enable cloud portability and interoperability. Chapter 3 illustrates the main cross-platform cloud APIs and how they can solve interoperability and portability issues. In turn, chapter 4 presents a set of ready-to-use solutions which, either because of their broad-scale use in cloud computing scenarios or because they utilize established or emerging standards, play a fundamental part in providing interoperable and portable solutions. Lastly, chapter 5 presents an overview of emerging standards for cloud Interoperability and portability. Researchers and developers of cloud-based services will find here a brief survey of the relevant methodologies, APIs and standards, illustrated by case studies and complemented by an extensive reference list for more detailed descriptions of every topic covered.

Reactive Programming for .NET Developers (Paperback): Antonio Esposito, Michael Ciceri Reactive Programming for .NET Developers (Paperback)
Antonio Esposito, Michael Ciceri
R1,206 Discovery Miles 12 060 Ships in 10 - 15 working days

Get up and running with reactive programming paradigms to build fast, concurrent, and powerful applications About This Book * Get to grips with the core design principles of reactive programming * Learn about Reactive Extensions for .NET through real-world examples * Improve your problem-solving ability by applying functional programming Who This Book Is For If you are a .NET developer who wants to implement all the reactive programming paradigm techniques to create better and more efficient code, then this is the book for you. No prior knowledge of reactive programming is expected. What You Will Learn * Create, manipulate, and aggregate sequences in a functional-way * Query observable data streams using standard LINQ query operators * Program reactive observers and observable collections with C# * Write concurrent programs with ease, scheduling actions on various workers * Debug, analyze, and instrument Rx functions * Integrate Rx with CLR events and custom scheduling * Learn Functional Reactive Programming with F# In Detail Reactive programming is an innovative programming paradigm focused on time-based problem solving. It makes your programs better-performing, easier to scale, and more reliable. Want to create fast-running applications to handle complex logics and huge datasets for financial and big-data challenges? Then you have picked up the right book! Starting with the principles of reactive programming and unveiling the power of the pull-programming world, this book is your one-stop solution to get a deep practical understanding of reactive programming techniques. You will gradually learn all about reactive extensions, programming, testing, and debugging observable sequence, and integrating events from CLR data-at-rest or events. Finally, you will dive into advanced techniques such as manipulating time in data-flow, customizing operators and providers, and exploring functional reactive programming. By the end of the book, you'll know how to apply reactive programming to solve complex problems and build efficient programs with reactive user interfaces. Style and approach This is a concise reference manual for reactive programming with Rx for C# and F# using real-world, practical examples.

Learning .NET High-performance Programming (Paperback): Antonio Esposito Learning .NET High-performance Programming (Paperback)
Antonio Esposito
R1,341 Discovery Miles 13 410 Ships in 10 - 15 working days

0

Della normativa urbanistica, con particolare riguardo ai regolamenti edilizi, alle legislature speciali e alle disposizioni... Della normativa urbanistica, con particolare riguardo ai regolamenti edilizi, alle legislature speciali e alle disposizioni sulle barriere architettoniche (Italian, Paperback)
Piero Antonio Esposito
R515 Discovery Miles 5 150 Ships in 10 - 15 working days
Delle problematiche in tema di spazi comuni, regolamenti condominiali, ripartizione dei costi in relazione alle tabelle... Delle problematiche in tema di spazi comuni, regolamenti condominiali, ripartizione dei costi in relazione alle tabelle millesimali (Italian, Paperback)
Piero Antonio Esposito
R495 Discovery Miles 4 950 Ships in 10 - 15 working days
Manuale di contabilita, economia aziendale e strumenti informatici (Italian, Paperback): Piero Antonio Esposito Manuale di contabilita, economia aziendale e strumenti informatici (Italian, Paperback)
Piero Antonio Esposito
R1,436 Discovery Miles 14 360 Ships in 10 - 15 working days
Manuale di urbanistica, impiantistica e sicurezza degli edifici (Italian, Paperback): Piero Antonio Esposito Manuale di urbanistica, impiantistica e sicurezza degli edifici (Italian, Paperback)
Piero Antonio Esposito
R1,461 Discovery Miles 14 610 Ships in 10 - 15 working days
Dell'economia aziendale e della contabilita (Italian, Paperback): Piero Antonio Esposito Dell'economia aziendale e della contabilita (Italian, Paperback)
Piero Antonio Esposito
R520 Discovery Miles 5 200 Ships in 10 - 15 working days
Manuale Tecnico del Condominio e dell'Amministratore (Italian, Paperback): Piero Antonio Esposito Manuale Tecnico del Condominio e dell'Amministratore (Italian, Paperback)
Piero Antonio Esposito
R2,291 Discovery Miles 22 910 Ships in 10 - 15 working days
Della sicurezza degli edifici, requisiti di staticita e di risparmio energetico, sistemi di riscaldamento e di condizionamento,... Della sicurezza degli edifici, requisiti di staticita e di risparmio energetico, sistemi di riscaldamento e di condizionamento, impianti idrici, elettrici, ascensori, verifica della manutenzione delle parti comuni degli edifici e prevenzione incendi (Italian, Paperback)
Piero Antonio Esposito
R503 Discovery Miles 5 030 Ships in 10 - 15 working days
Manuale di diritto condominiale (Italian, Paperback): Piero Antonio Esposito Manuale di diritto condominiale (Italian, Paperback)
Piero Antonio Esposito
R1,515 Discovery Miles 15 150 Ships in 10 - 15 working days
Dei diritti reali, con particolare riguardo al condominio degli edifici e alla proprieta edilizia (Italian, Paperback): Piero... Dei diritti reali, con particolare riguardo al condominio degli edifici e alla proprieta edilizia (Italian, Paperback)
Piero Antonio Esposito
R546 Discovery Miles 5 460 Ships in 10 - 15 working days
Dell'Amministrazione condominiale, con particolare riguardo ai compiti e ai poteri dell'Amministrazione (Italian,... Dell'Amministrazione condominiale, con particolare riguardo ai compiti e ai poteri dell'Amministrazione (Italian, Paperback)
Piero Antonio Esposito
R520 Discovery Miles 5 200 Ships in 10 - 15 working days
Die Wanderung (German, Paperback): Antonio Esposito Die Wanderung (German, Paperback)
Antonio Esposito
R383 Discovery Miles 3 830 Ships in 10 - 15 working days
Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Russell Hobbs Toaster (4 Slice) (Matt…
R1,167 Discovery Miles 11 670
Paint by Number Kids DIY Kit…
R280 R159 Discovery Miles 1 590
Sellotape Clear Tape - Double Value…
R22 R16 Discovery Miles 160
Snappy Tritan Bottle (1.5L)(Green)
R229 R179 Discovery Miles 1 790
Brother LX27NT Portable Free Arm Sewing…
 (2)
R3,999 R2,999 Discovery Miles 29 990
Energizer MAX Alkaline AAA Card (4 Pack…
R89 R83 Discovery Miles 830
Ghostbusters: Afterlife
Mckenna Grace Blu-ray disc  (1)
R171 R130 Discovery Miles 1 300
Sylvanian Families - Walnut Squirrel…
R749 R579 Discovery Miles 5 790
Midnights
Taylor Swift CD R394 Discovery Miles 3 940
Nintendo Joy-Con Neon Controller Pair…
R1,899 R1,729 Discovery Miles 17 290

 

Partners