enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. List of Indian historical novels - Wikipedia

    en.wikipedia.org/wiki/List_of_Indian_historical...

    List of novels [1] [2] Title Author Year Language Notes Anguriyo Binimoy: Bhudev Mukhopadhyay: 1862 Bengali: First known historical novel of India. Doorgeshnondini: Bankim Chandra Chattopadhyay: 1865 Bengali: First part of first trilogy in historical novels of India.

  3. List of concurrent and parallel programming languages

    en.wikipedia.org/wiki/List_of_concurrent_and...

    In both cases, the features must be part of the language syntax and not an extension such as a library (libraries such as the posix-thread library implement a parallel execution model but lack the syntax and grammar required to be a programming language).

  4. Category:Lists of stories - Wikipedia

    en.wikipedia.org/wiki/Category:Lists_of_stories

    Roald Dahl short stories bibliography; List of Dave and Morley stories; List of Doctor Who radio stories; List of supplementary Doctor Who episodes; List of Doctor Who episodes (1963–1989) List of Doctor Who episodes (2005–present)

  5. Opposite - Wikipedia

    en.wikipedia.org/wiki/Opposite

    An antonym is one of a pair of words with opposite meanings. Each word in the pair is the antithesis of the other. A word may have more than one antonym. There are three categories of antonyms identified by the nature of the relationship between the opposed meanings.

  6. List of C++ multi-threading libraries - Wikipedia

    en.wikipedia.org/wiki/List_of_C++_multi-threading...

    List of cross-platform multi-threading libraries for the C++ programming language. Apache Portable Runtime; Boost.Thread; C++ Standard Library Thread; Dlib; HPX; IPP; OpenMP; OpenThreads; Parallel Patterns Library; POCO C++ Libraries Threading; POSIX Threads; Qt QThread; Rogue Wave SourcePro Threads Module; Stapl; TBB

  7. Category:Hindi-language novels - Wikipedia

    en.wikipedia.org/wiki/Category:Hindi-language_novels

    Main page; Contents; Current events; Random article; About Wikipedia; Contact us; Help; Learn to edit; Community portal; Recent changes; Upload file

  8. Threading Building Blocks - Wikipedia

    en.wikipedia.org/wiki/Threading_Building_Blocks

    oneAPI Threading Building Blocks (oneTBB; formerly Threading Building Blocks or TBB) is a C++ template library developed by Intel for parallel programming on multi-core processors. Using TBB, a computation is broken down into tasks that can run in parallel. The library manages and schedules threads to execute these tasks.

  9. Singleton pattern - Wikipedia

    en.wikipedia.org/wiki/Singleton_pattern

    A class diagram exemplifying the singleton pattern.. In object-oriented programming, the singleton pattern is a software design pattern that restricts the instantiation of a class to a singular instance.