Yahoo Search Busca da Web

Resultado da Busca

  1. Metaprogramming is the writing of computer programs that write or manipulate other programs (or themselves) as their data, or that do part of the work at compile time that would otherwise be done at runtime. In many cases, this allows programmers to get more done in the same amount of time as they would take to write all the code manually, or ...

  2. C++-Metaprogrammierung bezeichnet die Technik der Metaprogrammierung innerhalb der Programmiersprache C++, also eine Technik, um in C++ Programmcode von anderem Programmcode generieren zu lassen. Dabei kommen vor allem Templates zum Einsatz (in diesem Fall spricht man auch von Templatemetaprogrammierung ), aber auch Metaprogrammierung mit Hilfe ...

  3. e. In artificial intelligence, genetic programming ( GP) is a technique of evolving programs, starting from a population of unfit (usually random) programs, fit for a particular task by applying operations analogous to natural genetic processes to the population of programs. The operations are: selection of the fittest programs for reproduction ...

  4. www .jetbrains .com /mps /. JetBrains MPS (Meta Programming System) is a language workbench developed by JetBrains. MPS is a tool to design domain-specific languages (DSL). It uses projectional editing which allows users to overcome the limits of language parsers, and build DSL editors, such as ones with tables and diagrams.

  5. The methods of neuro-linguistic programming are the specific techniques used to perform and teach neuro-linguistic programming, [1] [2] which teaches that people are only able to directly perceive a small part of the world using their conscious awareness, and that this view of the world is filtered by experience, beliefs, values, assumptions ...

  6. 7 de nov. de 2022 · Template Meta-programming overview. Template meta-programming (TMP) refers to uses of the C++ template system to perform computation at compile-time within the code. It can, for the most part, be considered to be "programming with types" — in that, largely, the "values" that TMP works with are specific C++ types.

  7. c2.com Wiki: Metaprogramming article; Metaprogramming and Free Availability of Sources by François-René Rideau; MetaL - Metaprogramming language with source code in XML that is used to generate code in several target languages: Java, Perl, PHP, etc. DSLEngine - Scheme macro metaprogramming example