Skip to content
#

future

Here are 34 public repositories matching this topic...

The code written in Arduino IDE with ESP32 dev kit. As part of a Fest event ,we made a game which gives a random answer to a pre-input questions which can be chosen by the player by pressing buttons on a keypad . A random answer generating algorithm is made which gives answer to question of the user. To make it attractive , ultrasonic sensor and…

  • Updated Oct 20, 2020
  • C++

It’s not science fiction. We are living connected lives filled with internet-enabled devices that learn our preferences and provide the experiences we want to make our lives more convenient. And the technology that makes it possible to connect our lives is expanding. The term IoT refers to the several related technological fields involved such a…

  • Updated Aug 10, 2021
  • C++

The thread pool written in C++ supports two modes of fixed thread number and adjustable thread number. Using std::future provides a mechanism for accessing the results of asynchronous operations.用C++编写的线程池,支持固定线程数和可调节线程数两种模式,使用std::future提供了一种用于访问异步操作结果的机制。

  • Updated Dec 28, 2020
  • C++

Improve this page

Add a description, image, and links to the future topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the future topic, visit your repo's landing page and select "manage topics."

Learn more