¼±Åà - È­»ìǥŰ/¿£ÅÍŰ ´Ý±â - ESC

 
"recurrence"¿¡ ´ëÇÑ ¼¼ºÎ °Ë»ö °á°úÀÔ´Ï´Ù
KMLE À¥ ¿ë¾î ¸ÂÃã °Ë»ö °á°ú : 5 ÆäÀÌÁö: 5
recurrence A mathematical relationship in which the current value of an expression depends on at least one prior value (X t = f(X t-1 )). Loops that calculate recurrences are difficult to parallelize.
Ãâó: techpubs.sgi.com/library/tpl/cgi-bin/getdoc.cgi
recurrence risk The risk that a disorder will occur again in a family. This can be based on the empiric risk, or the presence of a known change in a gene or chromosome in individual family members.
Ãâó: hganj.org/Glossary.htm
recurrence A statement or variable in a loop which uses the value of some variable computed in a previous iteration. May affect vectorization.
Ãâó: www.nacse.org/demos/coping-with-unix/coping-with-u...
recurrence A computation in a loop in which the values produced in the current iteration depend on values produced in previous iterations. A typical example is: DO I=1,N X(I)=X(I-1) + A(I) END DO
Ãâó: docs.cray.com/books/004-2518-002/html-004-2518-002...
recurrence A dependency in a DO-loop whereby a result depends upon completion of the previous iteration of the loop. Such dependencies inhibit vectorization. For example: A(I) = A(I-1) + B(I) In a loop on I, this process would not be vectorizable on most vector computers without marked degradation in performance. This is not an axiom or law, but rather is simply a fact resulting from current machine design. reduced instruction set computer (RISC):
Ãâó: www2.sscc.ru/Litera/gloss/Glossary.html
ÀÌ ¾Æ·¡ ºÎÅÍ´Â °á°ú°¡ ¾ø½À´Ï´Ù.
KMLE À¥ ¿ë¾î À¯»ç °Ë»ö °á°ú : 0 ÆäÀÌÁö: 5
ÅëÇÕ°Ë»ö ¿Ï·á