Skip to main content

Books in Computer science

The Computing collection presents a range of foundational and applied content across computer and data science, including fields such as Artificial Intelligence; Computational Modelling; Computer Networks, Computer Organization & Architecture, Computer Vision & Pattern Recognition, Data Management; Embedded Systems & Computer Engineering; HCI/User Interface Design; Information Security; Machine Learning; Network Security; Software Engineering.

  • Intelligent Algorithms

    Theory and Practice
    • 1st Edition
    • Han Huang + 1 more
    • English
    Intelligent Algorithms: Theory and Practice discusses the latest achievements of the computation time analysis theory and practical applications of intelligent algorithms. In five chapters, the book covers (1) New methods of intelligent algorithm computation time analysis; (2)Application of intelligent algorithms in computer vision; (3) Application of intelligent algorithms in logistics scheduling; (4) Application of intelligent algorithms in software testing; and (5) Application of intelligent algorithm in multi-objective optimization.The content of each chapter is supported by papers published in top journals. The book's authors introduce the work of each part, which mainly includes a brief introduction (mainly for readers to understand) and academic discussion (rigorous theoretical and experimental support), in a vivid and interesting way through excellent pictures and literary compositions. To help readers learn and make progress together, each part of this book provides relevant literature, code, experimental data, and so on.
  • API Design for C++

    • 2nd Edition
    • Martin Reddy
    • English
    API Design for C++, Second Edition provides a comprehensive discussion of Application Programming Interface (API) development, from initial design through implementation, testing, documentation, release, versioning, maintenance, and deprecation. It is the only book that teaches the strategies of C++ API development, including interface design, versioning, scripting, and plug-in extensibility. Drawing from the author's experience on large scale, collaborative software projects, the text offers practical techniques of API design that produce robust code for the long-term. It presents patterns and practices that provide real value to individual developers as well as organizations.The Second Edition includes all new material fully updated for the latest versions of C++, including a new chapter on concurrency and multithreading, as well as a new chapter discussing how Objective C++ and C++ code can co-exist and how a C++ API can be accessed from Swift programs. In addition, it explores often overlooked issues, both technical and non-technical, contributing to successful design decisions that produce high quality, robust, and long-lived APIs. It focuses on various API styles and patterns that will allow you to produce elegant and durable libraries. A discussion on testing strategies concentrates on automated API testing techniques rather than attempting to include end-user application testing techniques such as GUI testing, system testing, or manual testing.
  • Modern Assembly Language Programming with the ARM Processor

    • 2nd Edition
    • Larry D Pyeatt
    • English
    Modern Assembly Language Programming with the ARM Processor, Second Edition is a tutorial-based book on assembly language programming using the ARM processor. It presents the concepts of assembly language programming in different ways, slowly building from simple examples towards complex programming on bare-metal embedded systems. The ARM processor was chosen as it has fewer instructions and irregular addressing rules to learn than most other architectures, allowing more time to spend on teaching assembly language programming concepts and good programming practice.Careful consideration is given to topics that students struggle to grasp, such as registers vs. memory and the relationship between pointers and addresses, recursion, and non-integral binary mathematics. A whole chapter is dedicated to structured programming principles. Concepts are illustrated and reinforced with many tested and debugged assembly and C source listings. The book also covers advanced topics such as fixed- and floating-point mathematics, optimization, and the ARM VFP and NEONTM extensions.
  • Securing Next-Generation Connected Healthcare Systems

    Artificial Intelligence Technologies
    • 1st Edition
    • Deepak Gupta + 1 more
    • English
    Securing Next-Generation Connected Healthcare Systems: Artificial Intelligence Technologies focuses on the crucial aspects of IoT security in a connected environment, which will not only benefit from cutting-edge methodological approaches but also assist in the rapid scalability and improvement of these systems. This book shows how to utilize technologies like blockchain and its integration with IoT for communication, data security, and trust management. It introduces the security aspect of next generation technologies for healthcare, covering a wide range of security and computing methodologies.Resear... data scientists, students, and professionals interested in the application of artificial intelligence in healthcare management, data security of connected healthcare systems and related fields, specifically on data intensive secured systems and computing environments, will finds this to be a welcomed resource.
  • Cognitive Assistant Supported Human-Robot Collaboration

    • 1st Edition
    • Cecilio Angulo + 2 more
    • English
    Cognitive Assistant Supported Human-Robot Collaboration covers the design and development of cognitive assistants in the smart factory era, its application domains, challenges, and current state-of-the-art in assistance systems with collaborative robotics and IoT technologies, standards, platforms, and solutions. This book also provides a sociotechnical view of collaborative work in human-robot teams, investigating specific methods and techniques to analyze assistance systems. This provides readers with a comprehensive overview of how cognitive assistants function and work in human-robot teams.
  • Application of Artificial Intelligence in Early Detection of Lung Cancer

    • 1st Edition
    • Madhuchanda Kar + 3 more
    • English
    Application of Artificial Intelligence in Early Detection of Lung Cancer presents the most up-to-date computer-aided diagnosis techniques used to effectively predict and diagnose lung cancer. The presence of pulmonary nodules on lung parenchyma is often considered an early sign of lung cancer, thus using machine and deep learning technologies to identify them is key to improve patients’ outcome and decrease the lethal rate of such disease. The book discusses topics such as basics of lung cancer imaging, pattern recognition techniques, deep learning, and nodule detection and localization. In addition, the book discusses risk prediction based on radiological analysis and 3D modeling.This is a valuable resource for cancer researchers, oncologists, graduate students, radiologists, and members of biomedical field who are interested in the potential of AI technologies in the diagnosis of lung cancer.
  • Metaheuristic Optimization Algorithms

    Optimizers, Analysis, and Applications
    • 1st Edition
    • Laith Abualigah
    • English
    Metaheuristic Optimization Algorithms: Optimizers, Analysis, and Applications presents the most recent optimization algorithms and their applications across a wide range of scientific and engineering research fields. The book provides readers with a comprehensive overview of eighteen optimization algorithms to address this complex data, including Particle Swarm Optimization Algorithm, Arithmetic Optimization Algorithm, Whale Optimization Algorithm, and Marine Predators Algorithm, along with new and emerging methods such as Aquila Optimizer, Quantum Approximate Optimization Algorithm, Manta-Ray Foraging Optimization Algorithm, and Gradient Based Optimizer, among others. Each chapter includes an introduction to the modeling concepts used to create the algorithm that is followed by the mathematical and procedural structure of the algorithm, associated pseudocode, and real-world case studies.
  • Performance Enhancement and Control of Photovoltaic Systems

    • 1st Edition
    • Saad Motahhir + 1 more
    • English
    Performance Enhancement and Control of Photovoltaic Systems brings together the latest advances in photovoltaic control and integration, with various embedded technologies applied to standalone and grid connected systems in normal and abnormal operating conditions, with new approaches intended to overcome a number of critical limitations in using PV technology. The book begins by introducing modern photovoltaic (PV) systems, system integration, materials, and thermodynamic analysis for improved performance, before examining applications in industrial processes, artificial neural network technology, and economic analysis of PV systems.In-depth chapters then demonstrate the use of advanced control and optimization techniques, covering the use of new embedded technologies, through different applications such as MPPT controllers, solar trackers, cleaning systems, cooling systems, and monitoring systems. Applications of photovoltaic energy systems in distributed generation, microgrid, and smart grid systems will be considered.
  • Foundations of Quantum Programming

    • 2nd Edition
    • Mingsheng Ying
    • English
    Foundations of Quantum Programming, Second Edition provides a systematic exposition of the subject of quantum programming. Emphasis is placed on foundational concepts, methods, and techniques that can be widely used for various quantum programming models and languages. The book describes how programming methodologies developed for current computers can be extended for quantum computers, along with new programming methodologies that can effectively exploit the unique power of quantum computing. In addition, this resource introduces a chain of quantum programming models from sequential to parallel and distributed programming in the paradigm of superposition-of-dat... to the paradigm of superposition-of-pro... content presents a series of logical and mathematical tools for verification and analysis of quantum programs, including invariant generation, termination analysis, and abstract interpretation.
  • Theory of Structured Parallel Programming

    • 1st Edition
    • Yong Wang
    • English
    Theory of Structured Parallel Programming is a comprehensive guide to structured parallel programming corresponding to traditional structured sequential programming. The book provides readers with comprehensive coverage of theoretical foundations of structured parallel programming, including analyses of parallelism and concurrency, truly concurrent process algebras, building block-based structured parallel programming, modelling and verification of parallel programming language, modelling and verification of parallel programming patterns, as well as modeling and verification of distributed systems.There have been always two ways to approach parallel computing: one is the structured way, and the other is the graph-based (true concurrent) way. The structured way is often based on the interleaving semantics, such as process algebra CCS. Since the parallelism in interleaving semantics is not a fundamental computational pattern (the parallel operator can be replaced by alternative composition and sequential composition), the parallel operator often does not occur as an explicit operator, such as in the mainstream programming languages C, C++, Java, et al.