Bazsites.com Simulators And Programming Languages
Directory Topics
On the Web
- LanQ Quantum Programming Language - LanQ is an implementation of an imperative quantum programming language supporting execution of multiple processes in parallel.
- Bibliography on Quantum Programming Languages - Bibliography by Simon Gay gathering references to papers about theoretical aspects and implementations of quantum programming languages.
- QCL - Quantum Computation Language - Documentation and the source code for the QCL, high level, architecture independent programming language for quantum computers.
- Component-Oriented Simulation Toolkit - COST is a C++ class library that facilitates the development of discrete event simulation using C++ programming language. It consists of a set of classes that allow a simulation to be built by integrating reusable components. Template classes are widely used in order to improve the reusability without damaging the execution efficiency.
- libquantum - A C library for the simulation of a quantum computer. It provides all important operations and the simulation of decoherence effects.
- Artiste Company - Commercial site offering software for Quantum Computer simulation and simulation of other quantum mechanical behavior.
- Quantum Computer Emulator (QCE) - A Windows based simulator of quantum computer hardware. Provides an environment to execute quantum algorithms under realistic experimental conditions.
- QuCalc - Library of Mathematica functions whose purpose is to simulate quantum circuits and solve problems of quantum computation.
Wikipedia Articles
- Non-English-based programming languages - Non-English-based programming languages are computer programming languages that, unlike most well-known programming languages, do not use keywords taken from, or inspired by, the English vocabulary.
- System programming language - System programming languages (otherwise known as applications languages) are programming languages that are statically typed, allow arbitrarily complex data structures, compiled, and meant to operate largely independently of other programs. Prototypical system programming languages are C and Modula-2.
- Comparison of programming languages - Programming languages are used for controlling the behavior of a machine (often a computer). Like human languages, programming languages have syntactic and semantic rules used to define meaning.
- Language-oriented programming - Language oriented programming is a style of computer programming, via metaprogramming in which, rather than solving problems in general-purpose programming languages, the programmer creates one or more domain-specific programming languages for the problem first, and solves the problem in those languages. This concept is described in detail in the paper by Martin Ward entitled
- Von Neumann programming languages - A von Neumann language is any of those programming languages that are high-level abstract isomorphic copies of von Neumann architectures. As of 2004, most current programming languages fit into this description, likely as a consequence of the extensive domination of the von Neumann computer architecture during the past 50 years.