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.

Search Results

Showing 1-20 of 10,000 results
  1. Software Installation

    Every software on the computer should be installed in a certain way, in a certain location on the user’s hard disk. The vast majority of software...
    Berik I. Tuleuov, Ademi B. Ospanova in Beginning C++ Compilers
    Chapter 2024
  2. Some Useful Open Source Utilities

    Abstract
    Berik I. Tuleuov, Ademi B. Ospanova in Beginning C++ Compilers
    Chapter 2024
  3. Crypto++

    Crypto++ (also called CryptoPP, libcrypto++, and libcryptopp) is a cross-platform, free, and open source cryptographic C++ library written by Wei Dai.
    Berik I. Tuleuov, Ademi B. Ospanova in Beginning C++ Compilers
    Chapter 2024
  4. Libraries

    In this chapter, we will talk about static and dynamic-link libraries and how to create them. We will also show that, contrary to popular belief, you...
    Berik I. Tuleuov, Ademi B. Ospanova in Beginning C++ Compilers
    Chapter 2024
  5. Quantum Fields: The Building Blocks of Reality

    The beginning of the 20th century, more specifically 1930s Europe, witnessed the dawn of arguably one of the greatest theories in human history:...
    Vladimir Silva in Quantum Computing by Practice
    Chapter 2024
  6. Game Theory: With Quantum Mechanics, Odds Are Always in Your Favor

    This chapter explores two game puzzles that show the remarkable power of quantum algorithms over their classical counterparts:
    Vladimir Silva in Quantum Computing by Practice
    Chapter 2024
  7. Behold, the Qubit Revolution

    At the heart of a quantum computer is the qubit, designed as the analog of the classical bit, the deterministic component at the heart of all...
    Vladimir Silva in Quantum Computing by Practice
    Chapter 2024
  8. Qiskit, Awesome SDK for Quantum Programming in Python

    In this chapter, you will get started with QISKit, the top SDK out there for quantum programming. You will learn how easy it is to install it in your...
    Vladimir Silva in Quantum Computing by Practice
    Chapter 2024
  9. OpenSSL

    OpenSSL is a popular open source cross-platform cryptographic library. In addition to well-known cryptographic algorithms and hash functions, the...
    Berik I. Tuleuov, Ademi B. Ospanova in Beginning C++ Compilers
    Chapter 2024
  10. Programming Languages and Software

    Currently, there are a large, if not huge, number of high-level languages; however, when it comes to scientific and engineering computing, the choice...
    Berik I. Tuleuov, Ademi B. Ospanova in Beginning C++ Compilers
    Chapter 2024
  11. Developers and Testers Should Constitute a Successful Team

    In this chapter, you will learn how developers and testers can help each other by proving the concept of teamwork 1 + 1 >> 2. We describe methods by...
    István Forgács, Attila Kovács in Modern Software Testing Techniques
    Chapter 2024
  12. Mathematical Foundation: Time to Dust Up That Linear Algebra

    Matrices, complex numbers, and tensor products are the holy trinity of quantum computing. During my quantum learning curve on the mathematical...
    Vladimir Silva in Quantum Computing by Practice
    Chapter 2024
  13. Start Your Engines: From Quantum Random Numbers to Teleportation and Super Dense Coding

    This chapter takes you on a journey about three remarkable information processing capabilities of quantum systems. We start with one of the simplest...
    Vladimir Silva in Quantum Computing by Practice
    Chapter 2024
  14. Quantum Computers, Computing, and Machine Learning: A Review

    Quantum theory has perhaps had the greatest effect over logical advancement during the last 100 years. It introduced another line of logical ideas,...
    Chapter 2024
  15. Quantum in the Real World: Advanced Chemistry and Protein Folding

    My physics teacher used to say that quantum computers are notoriously bad calculators, and then he’ll quote Richard Feynman to emphasize that these...
    Vladimir Silva in Quantum Computing by Practice
    Chapter 2024
  16. Benefits of Designing with Conceptual Models

    Develo** a conceptual model is not simply an additional cost for a project. It produces outputs that are useful or even necessary for later steps,...
    Jeff Johnson, Austin Henderson in Conceptual Models
    Chapter 2024
  17. Scopes and Symbol Tables

    An important concept in programming languages is the ability to name items such as variables, functions and types. Each such named item will have a...
    Torben Ægidius Mogensen in Introduction to Compiler Design
    Chapter 2024
  18. Syntax Analysis

    Where lexical analysis splits a text into tokens, the purpose of syntax analysis (also known as parsing) is to recombine these tokens. Not back into...
    Torben Ægidius Mogensen in Introduction to Compiler Design
    Chapter 2024
  19. Optimisations for Loops

    Since many programs spend most of their time in loops, it is worthwhile to study optimisations specific for loops.
    Torben Ægidius Mogensen in Introduction to Compiler Design
    Chapter 2024
  20. A Taxonomy of Vulnerabilities, Attacks, and Security Solutions in Industrial PLCs

    In recent years, industrial control systems have been extensively utilized across critical industries, encompassing manufacturing, automation, and...
    Eduard Paul Enoiu, Kejsi Biçoku, ... Michael Felderer in CyberSecurity in a DevOps Environment
    Chapter 2024
Did you find what you were looking for? Share feedback.