We are improving our search experience. To check which content you have full access to, or for advanced search, go back to the old search.

Search

Please fill in this field.
Filters applied:

Search Results

Showing 81-100 of 10,000 results
  1. Federated Learning for Drowsiness Detection in Connected Vehicles

    Ensuring driver readiness poses challenges, yet driver monitoring systems can assist in determining the driver’s state. By observing visual cues,...
    William Lindskog, Valentin Spannagl, Christian Prehofer in Intelligent Transport Systems
    Conference paper 2024
  2. Correction to: Frontiers in Software Engineering Education

    Alfredo Capozucca, Sophie Ebersold, ... Bertrand Meyer in Frontiers in Software Engineering Education
    Conference paper 2024
  3. Approaching the Concept of Competency

    The concept of competency is one of the core elements in this book. For this reason, it is crucial to illustrate several approaches to the definition...
    Natalie Kiesler in Modeling Programming Competency
    Chapter 2024
  4. Right and Wrong: Ten Choices in Language Design

    A description of language design choices that have a profound effect on software quality, criticism of how ordinary OO languages addressed them, and...
    Chapter 2024
  5. Sequences

    Computers are really good at dealing with large amounts of information. They can repeat a task over and over again without getting bored. When they...
    Kent D. Lee, Steve Hubbard in Data Structures and Algorithms with Python
    Chapter 2024
  6. Trees

    WhenTree we see a tree in our everyday lives the rootsTreeroot are generally in the ground and the leaves are up in the air. The branches of a tree...
    Kent D. Lee, Steve Hubbard in Data Structures and Algorithms with Python
    Chapter 2024
  7. Heaps

    The word heap is used in a couple of different contexts in Computer Science. A heap sometimes refers to an area of memory used for dynamic (i.e....
    Kent D. Lee, Steve Hubbard in Data Structures and Algorithms with Python
    Chapter 2024
  8. Balanced Binary Search Trees

    In chapter 6 binary search trees were defined along with a recursive insert algorithm. The discussion of binary search trees pointed out they have...
    Kent D. Lee, Steve Hubbard in Data Structures and Algorithms with Python
    Chapter 2024
  9. Appendix F: Turtle Methods

    in the Python shell. In the documentation found here the variable turtle is a reference to a Turtle objectTurtlemethods. This is a subset of that...
    Kent D. Lee, Steve Hubbard in Data Structures and Algorithms with Python
    Chapter 2024
  10. B-Trees

    This chapter covers one of the more important data structures of the last thirty years. B-Trees are primarily used by relational databases to...
    Kent D. Lee, Steve Hubbard in Data Structures and Algorithms with Python
    Chapter 2024
  11. Appendix G: TurtleScreen Methods

    in the Python shell. In the documentation found here the variable turtle is a reference to a Turtle object and screenScreenoperators and methods is a...
    Kent D. Lee, Steve Hubbard in Data Structures and Algorithms with Python
    Chapter 2024
  12. Membership Structures

    In Chap. 5 we covered data structures that support insertion, deletion, membership testing, and iteration. For some applications testing membership...
    Kent D. Lee, Steve Hubbard in Data Structures and Algorithms with Python
    Chapter 2024
  13. Exception Handling in Real-Time and Embedded Systems

    Modern computing not only demands precise execution but also timely and responsive actions. Nowhere is this truer than in the realm of real-time and...
    Pedro Mejia Alvarez, Raul E. Gonzalez Torres, Susana Ortega Cisneros in Exception Handling
    Chapter 2024
  14. Performance Analysis of Compiler Support for Parallel Evaluation of C++ Constant Expressions

    Metaprogramming, the practice of writing programs that manipulate other programs at compile-time, continues to impact software development; enabling...
    Andrew Gozillon, Seyed Hossein Haeri, ... Paul Keir in Software, System, and Service Engineering
    Conference paper 2024
  15. An Auditable Framework for Evidence Sharing and Management Using Smart Lockers and Distributed Technologies: Law Enforcement Use Case

    This paper presents a decentralised framework for sharing and managing evidence that uses smart lockers, blockchain technology, and the...
    Belinda I. Onyeashie, Petra Leimich, ... Gordon Russell in Big Data Technologies and Applications
    Conference paper 2024
  16. A Bibliometric Analysis and Systematic Review of a Blockchain-Based Chain of Custody for Digital Evidence

    The effective management of digital evidence is critical to modern forensic investigations. However, traditional evidence management approaches are...
    Belinda I. Onyeashie, Petra Leimich, ... Gordon Russell in Big Data Technologies and Applications
    Conference paper 2024
  17. BigText-QA: Question Answering over a Large-Scale Hybrid Knowledge Graph

    Answering complex questions over textual resources remains a challenge, particularly when dealing with nuanced relationships between multiple...
    **g**g Xu, Maria Biryukov, ... Vinu Ellampallil Venugopal in Big Data Technologies and Applications
    Conference paper 2024
  18. Pauli Spin Matrices, Adjoint Matrix, and Hermitian Matrix

    In this chapter, I will show you some of the tedious mathematical derivations step-by-step. They are not difficult, and you just need to be patient...
    Chapter 2024
  19. The Last But Not the Least

    In this chapter, we will discuss how to write scripts on IBM-Q to run more sophisticated quantum programs. At this final step, you will find that you...
    Chapter 2024
  20. Grover’s Algorithm: I

    We will first discuss computational complexity analysis before we introduce Grover’s algorithm that has a quadratic speedup over classical...
    Chapter 2024
Did you find what you were looking for? Share feedback.