Yahoo Search Busca da Web

Resultado da Busca

  1. Curiously recurring template pattern. The curiously recurring template pattern ( CRTP) is an idiom, originally in C++, in which a class X derives from a class template instantiation using X itself as a template argument. [1] More generally it is known as F-bound polymorphism, and it is a form of F -bounded quantification .

  2. In object-oriented programming languages such as Java, reflection allows inspection of classes, interfaces, fields and methods at runtime without knowing the names of the interfaces, fields, methods at compile time. It also allows instantiation of new objects and invocation of methods. Reflection is often used as part of software testing, such ...

  3. テンプレートメタプログラミング(英: template metaprogramming )は、メタプログラミング技法の一種であり、コンパイラがテンプレートを使って一時的ソースコードを生成し、それを他のソースコードと結合してコンパイルする方式である。

  4. Fordítás. Metaprogramozás. A metaprogramozás egy programozási módszer, amiben a számítógépes programok adatokként kezelnek programokat. Ez azt jelenti, hogy a program olvas, generál, elemez, transzformál egy másik programot, vagy futás közben módosítja önmagát. [1] [2] Bizonyos esetekben ez lehetővé teszi, hogy a ...

  5. 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 ...

  6. Metaprogramação. Metaprogramação é a programação de programas que escrevem ou manipulam outros programas (ou a si próprios) assim como seus dados, ou que fazem parte do trabalho em tempo de compilação. Em alguns casos, isso permite que os programadores sejam mais produtivos ao evitar que parte do código seja escrita manualmente.

  7. F# was first included in Visual Studio in the 2010 edition, at the same level as Visual Basic and C# (albeit as an option), and has remained in subsequent editions, thus making the language widely available and well-supported. F# originates from Microsoft Research, Cambridge, UK. The language was originally designed and implemented by Don Syme ...