Warning: Undefined variable $resultados in /home/enciclo/public_html/dictious.com/search.php on line 17
function_pointer - Dictious

10 Talált eredmények " function_pointer"

function pointer

<span class="searchmatch">function</span> <span class="searchmatch">pointer</span> (tsz. <span class="searchmatch">function</span> pointers) (informatika) A <span class="searchmatch">function</span> <span class="searchmatch">pointer</span> (függvénymutató) egy olyan mutató, amely egy függvény címét tárolja, és lehetővé...


callback function

átadott függvény (<span class="searchmatch">function</span> <span class="searchmatch">pointer</span>, <span class="searchmatch">function</span> reference) Lambda kifejezés (C++11-től elérhető, névtelen függvény) Functor (<span class="searchmatch">function</span> object) — olyan objektum...


function signature

<span class="searchmatch">function</span> signature (tsz. <span class="searchmatch">function</span> signatures) (informatika) A <span class="searchmatch">function</span> signature (függvény szignatúra) a programozásban egy formális leírása annak, hogyan...


pure virtual function

pure virtual <span class="searchmatch">function</span> (tsz. pure virtual functions) (informatika) A pure virtual <span class="searchmatch">function</span> a C++-ban egy olyan virtuális függvény, amelynek nincs saját...


segmentation fault

(dangling) <span class="searchmatch">pointer</span> használata Nullpointer dereferálása Túlindexelés egy tömbön Stack overflow (például végtelen rekurzió miatt) Nem inicializált <span class="searchmatch">pointer</span> használata...


anonymous function

anonymous <span class="searchmatch">function</span> - WordNet anonymous <span class="searchmatch">function</span> - Яндекс (en-ru) anonymous <span class="searchmatch">function</span> - Google (en-hu) anonymous <span class="searchmatch">function</span> - Wikidata anonymous <span class="searchmatch">function</span> - Wikipédia...


dispatch table

virtuális függvényeknek → vtable Használható kézzel is: <span class="searchmatch">function</span> <span class="searchmatch">pointer</span> array, map&lt;string, <span class="searchmatch">function</span>&lt;&gt;&gt;, stb. dispatch table - Szótár.net (en-hu) dispatch...


dynamic dispatch

0; } Derived osztály print() Mi történik itt? - Az obj egy Base* típusú <span class="searchmatch">pointer</span>, de valójában egy Derived objektumot mutat. - Az obj-&gt;print() híváskor...


template metaprogramming

írjunk. template&lt;typename T&gt; struct Is<span class="searchmatch">Pointer</span> { static const bool value = false; }; template&lt;typename T&gt; struct Is<span class="searchmatch">Pointer</span>&lt;T*&gt; { static const bool value = true;...


Fibonacci-kupac

key &lt; heap.min.key: heap.min = node heap.size += 1 <span class="searchmatch">function</span> Find-Min(heap): return heap.min <span class="searchmatch">function</span> Extract-Min(heap): z = heap.min if z is not None:...