. . "\u0410\u043B\u0433\u043E\u0440\u0438\u0442\u043C DDA-\u043B\u0438\u043D\u0438\u0438"@ru . . . "12767224"^^ . "Un analyseur diff\u00E9rentiel num\u00E9rique ou ADN (en anglais, DDA pour Digital Differential Analyzer) est un algorithme qui permet de tracer des approximations de segments de droites sur des m\u00E9dias discrets."@fr . . . "Analyseur diff\u00E9rentiel num\u00E9rique"@fr . "\u0410\u043B\u0433\u043E\u0440\u0438\u0442\u043C DDA-\u043B\u0456\u043D\u0456\u0457 \u0440\u0430\u0441\u0442\u0435\u0440\u0438\u0437\u0443\u0454 \u0432\u0456\u0434\u0440\u0456\u0437\u043E\u043A \u043F\u0440\u044F\u043C\u043E\u0457 \u043C\u0456\u0436 \u043F\u043E\u0447\u0430\u0442\u043A\u043E\u0432\u043E\u044E \u0442\u0430 \u043A\u0456\u043D\u0446\u0435\u0432\u043E\u044E \u0442\u043E\u0447\u043A\u0430\u043C\u0438. \u0412 \u043D\u0430\u0439\u043F\u0440\u043E\u0441\u0442\u0456\u0448\u0456\u0439 \u0440\u0435\u0430\u043B\u0456\u0437\u0430\u0446\u0456\u0457 \u0430\u043B\u0433\u043E\u0440\u0438\u0442\u043C \u0456\u043D\u0442\u0435\u0440\u043F\u043E\u043B\u044E\u0454 \u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F \u0437 \u0456\u043D\u0442\u0435\u0440\u0432\u0430\u043B\u0456\u0432 [(xstart, ystart), (xend, yend)] \u043E\u0431\u0447\u0438\u0441\u043B\u044E\u044E\u0447\u0438 \u0434\u043B\u044F \u043A\u043E\u0436\u043D\u043E\u0433\u043E xi \u0432\u0438\u0440\u0430\u0437 xi = xi\u22121+1/m, yi = yi\u22121 + m, \u0434\u0435 \u0394x = xend \u2212 xstart , \u0394y = yend \u2212 ystart \u0442\u0430 m = \u0394y/\u0394x. \u0410\u0431\u0440\u0435\u0432\u0456\u0430\u0442\u0443\u0440\u0430 DDA \u0432 \u043D\u0430\u0437\u0432\u0456 \u0446\u044C\u043E\u0433\u043E \u0430\u043B\u0433\u043E\u0440\u0438\u0442\u043C\u0443 \u043A\u043E\u043C\u043F'\u044E\u0442\u0435\u0440\u043D\u043E\u0457 \u0433\u0440\u0430\u0444\u0456\u043A\u0438 \u043F\u043E\u0445\u043E\u0434\u0438\u0442\u044C \u0432\u0456\u0434 \u0430\u043D\u0433\u043B. Digital Differential Analyzer (\u0446\u0438\u0444\u0440\u043E\u0432\u0438\u0439 \u0434\u0438\u0444\u0435\u0440\u0435\u043D\u0446\u0456\u0430\u043B\u044C\u043D\u0438\u0439 \u0430\u043D\u0430\u043B\u0456\u0437\u0430\u0442\u043E\u0440) \u2014 \u043E\u0431\u0447\u0438\u0441\u043B\u044E\u0432\u0430\u043B\u044C\u043D\u0438\u0439 \u043F\u0440\u0438\u0441\u0442\u0440\u0456\u0439, \u0449\u043E \u0437\u0430\u0441\u0442\u043E\u0441\u043E\u0432\u0443\u0432\u0430\u043B\u043E\u0441\u044F \u0440\u0430\u043D\u0456\u0448\u0435 \u0434\u043B\u044F \u0433\u0435\u043D\u0435\u0440\u0430\u0446\u0456\u0457 \u0432\u0435\u043A\u0442\u043E\u0440\u0456\u0432. \u0410\u043B\u0433\u043E\u0440\u0438\u0442\u043C \u043C\u043E\u0436\u043D\u0430 \u0440\u0435\u0430\u043B\u0456\u0437\u0443\u0432\u0430\u0442\u0438 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u044E\u0447\u0438 \u0434\u0456\u0439\u0441\u043D\u0456 \u0430\u0431\u043E \u0446\u0456\u043B\u0456 \u0447\u0438\u0441\u043B\u0430."@uk . . . . "En gr\u00E1ficos por ordenador, una implementaci\u00F3n de hardware o software de un (DDA) se usa para la interpolaci\u00F3n lineal de variables sobre un intervalo entre un punto de comienzo y un punto de fin. Los DDAs se usan para rastreo de l\u00EDneas, tri\u00E1ngulos y pol\u00EDgonos. En la implementaci\u00F3n m\u00E1s simple del algoritmo DDA interpola valores en intervalo [(xinicio, yinicio), (xfin, yfin)] por c\u00E1lculo para cada xi las ecuaciones xi = xi\u22121+1, yi = yi\u22121 + \u0394y/\u0394x, donde \u0394x = xfin \u2212 xinicio y \u0394y = yfin \u2212 yinicio."@es . "Un analyseur diff\u00E9rentiel num\u00E9rique ou ADN (en anglais, DDA pour Digital Differential Analyzer) est un algorithme qui permet de tracer des approximations de segments de droites sur des m\u00E9dias discrets."@fr . . . . . . . . "In computer graphics, a digital differential analyzer (DDA) is hardware or software used for interpolation of variables over an interval between start and end point. DDAs are used for rasterization of lines, triangles and polygons. They can be extended to non linear functions, such as perspective correct texture mapping, , and traversing voxels. In fact any two consecutive points lying on this line segment should satisfy the equation."@en . . . "1109887557"^^ . . "Algoritmo DDA"@it . "\u0410\u043B\u0433\u043E\u0440\u0438\u0442\u043C DDA-\u043B\u0438\u043D\u0438\u0438 \u0440\u0430\u0441\u0442\u0435\u0440\u0438\u0437\u0443\u0435\u0442 \u043E\u0442\u0440\u0435\u0437\u043E\u043A \u043F\u0440\u044F\u043C\u043E\u0439 \u043C\u0435\u0436\u0434\u0443 \u0434\u0432\u0443\u043C\u044F \u0437\u0430\u0434\u0430\u043D\u043D\u044B\u043C\u0438 \u0442\u043E\u0447\u043A\u0430\u043C\u0438, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u044F \u0432\u044B\u0447\u0438\u0441\u043B\u0435\u043D\u0438\u044F \u0432 \u0447\u0438\u0441\u043B\u0430\u0445 \u0441 \u043F\u043B\u0430\u0432\u0430\u044E\u0449\u0435\u0439 \u0437\u0430\u043F\u044F\u0442\u043E\u0439 \u0438\u043B\u0438 \u0446\u0435\u043B\u044B\u0445 \u0447\u0438\u0441\u043B\u0430\u0445."@ru . . . . . . . . . "Analizador diferencial digital"@es . . . . . . "4537"^^ . . . "\u0410\u043B\u0433\u043E\u0440\u0438\u0442\u043C DDA-\u043B\u0438\u043D\u0438\u0438 \u0440\u0430\u0441\u0442\u0435\u0440\u0438\u0437\u0443\u0435\u0442 \u043E\u0442\u0440\u0435\u0437\u043E\u043A \u043F\u0440\u044F\u043C\u043E\u0439 \u043C\u0435\u0436\u0434\u0443 \u0434\u0432\u0443\u043C\u044F \u0437\u0430\u0434\u0430\u043D\u043D\u044B\u043C\u0438 \u0442\u043E\u0447\u043A\u0430\u043C\u0438, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u044F \u0432\u044B\u0447\u0438\u0441\u043B\u0435\u043D\u0438\u044F \u0432 \u0447\u0438\u0441\u043B\u0430\u0445 \u0441 \u043F\u043B\u0430\u0432\u0430\u044E\u0449\u0435\u0439 \u0437\u0430\u043F\u044F\u0442\u043E\u0439 \u0438\u043B\u0438 \u0446\u0435\u043B\u044B\u0445 \u0447\u0438\u0441\u043B\u0430\u0445."@ru . . "En gr\u00E1ficos por ordenador, una implementaci\u00F3n de hardware o software de un (DDA) se usa para la interpolaci\u00F3n lineal de variables sobre un intervalo entre un punto de comienzo y un punto de fin. Los DDAs se usan para rastreo de l\u00EDneas, tri\u00E1ngulos y pol\u00EDgonos. En la implementaci\u00F3n m\u00E1s simple del algoritmo DDA interpola valores en intervalo [(xinicio, yinicio), (xfin, yfin)] por c\u00E1lculo para cada xi las ecuaciones xi = xi\u22121+1, yi = yi\u22121 + \u0394y/\u0394x, donde \u0394x = xfin \u2212 xinicio y \u0394y = yfin \u2212 yinicio."@es . . . "Digital differential analyzer (graphics algorithm)"@en . "\u0410\u043B\u0433\u043E\u0440\u0438\u0442\u043C DDA-\u043B\u0456\u043D\u0456\u0457"@uk . "L'algoritmo DDA (digital differential analyzer) \u00E8 un algoritmo di rasterizzazione di linea. L'algoritmo DDA parte dall'osservazione che la pendenza di una retta passante per i punti e \u00E8 esprimibile come: e che Da qui possiamo ricavare che per passare da un punto ad un punto dove , l'aumento di rispetto a dovr\u00E0 essere ovvero:"@it . . . "L'algoritmo DDA (digital differential analyzer) \u00E8 un algoritmo di rasterizzazione di linea. L'algoritmo DDA parte dall'osservazione che la pendenza di una retta passante per i punti e \u00E8 esprimibile come: e che Da qui possiamo ricavare che per passare da un punto ad un punto dove , l'aumento di rispetto a dovr\u00E0 essere ovvero:"@it . . "\u0410\u043B\u0433\u043E\u0440\u0438\u0442\u043C DDA-\u043B\u0456\u043D\u0456\u0457 \u0440\u0430\u0441\u0442\u0435\u0440\u0438\u0437\u0443\u0454 \u0432\u0456\u0434\u0440\u0456\u0437\u043E\u043A \u043F\u0440\u044F\u043C\u043E\u0457 \u043C\u0456\u0436 \u043F\u043E\u0447\u0430\u0442\u043A\u043E\u0432\u043E\u044E \u0442\u0430 \u043A\u0456\u043D\u0446\u0435\u0432\u043E\u044E \u0442\u043E\u0447\u043A\u0430\u043C\u0438. \u0412 \u043D\u0430\u0439\u043F\u0440\u043E\u0441\u0442\u0456\u0448\u0456\u0439 \u0440\u0435\u0430\u043B\u0456\u0437\u0430\u0446\u0456\u0457 \u0430\u043B\u0433\u043E\u0440\u0438\u0442\u043C \u0456\u043D\u0442\u0435\u0440\u043F\u043E\u043B\u044E\u0454 \u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F \u0437 \u0456\u043D\u0442\u0435\u0440\u0432\u0430\u043B\u0456\u0432 [(xstart, ystart), (xend, yend)] \u043E\u0431\u0447\u0438\u0441\u043B\u044E\u044E\u0447\u0438 \u0434\u043B\u044F \u043A\u043E\u0436\u043D\u043E\u0433\u043E xi \u0432\u0438\u0440\u0430\u0437 xi = xi\u22121+1/m, yi = yi\u22121 + m, \u0434\u0435 \u0394x = xend \u2212 xstart , \u0394y = yend \u2212 ystart \u0442\u0430 m = \u0394y/\u0394x. \u0410\u0431\u0440\u0435\u0432\u0456\u0430\u0442\u0443\u0440\u0430 DDA \u0432 \u043D\u0430\u0437\u0432\u0456 \u0446\u044C\u043E\u0433\u043E \u0430\u043B\u0433\u043E\u0440\u0438\u0442\u043C\u0443 \u043A\u043E\u043C\u043F'\u044E\u0442\u0435\u0440\u043D\u043E\u0457 \u0433\u0440\u0430\u0444\u0456\u043A\u0438 \u043F\u043E\u0445\u043E\u0434\u0438\u0442\u044C \u0432\u0456\u0434 \u0430\u043D\u0433\u043B. Digital Differential Analyzer (\u0446\u0438\u0444\u0440\u043E\u0432\u0438\u0439 \u0434\u0438\u0444\u0435\u0440\u0435\u043D\u0446\u0456\u0430\u043B\u044C\u043D\u0438\u0439 \u0430\u043D\u0430\u043B\u0456\u0437\u0430\u0442\u043E\u0440) \u2014 \u043E\u0431\u0447\u0438\u0441\u043B\u044E\u0432\u0430\u043B\u044C\u043D\u0438\u0439 \u043F\u0440\u0438\u0441\u0442\u0440\u0456\u0439, \u0449\u043E \u0437\u0430\u0441\u0442\u043E\u0441\u043E\u0432\u0443\u0432\u0430\u043B\u043E\u0441\u044F \u0440\u0430\u043D\u0456\u0448\u0435 \u0434\u043B\u044F \u0433\u0435\u043D\u0435\u0440\u0430\u0446\u0456\u0457 \u0432\u0435\u043A\u0442\u043E\u0440\u0456\u0432. \u0410\u043B\u0433\u043E\u0440\u0438\u0442\u043C \u043C\u043E\u0436\u043D\u0430 \u0440\u0435\u0430\u043B\u0456\u0437\u0443\u0432\u0430\u0442\u0438 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u044E\u0447\u0438 \u0434\u0456\u0439\u0441\u043D\u0456 \u0430\u0431\u043E \u0446\u0456\u043B\u0456 \u0447\u0438\u0441\u043B\u0430."@uk . "In computer graphics, a digital differential analyzer (DDA) is hardware or software used for interpolation of variables over an interval between start and end point. DDAs are used for rasterization of lines, triangles and polygons. They can be extended to non linear functions, such as perspective correct texture mapping, , and traversing voxels. In its simplest implementation for linear cases such as lines, the DDA algorithm interpolates values in interval by computing for each xi the equations xi = xi\u22121 + 1, yi = yi\u22121 + m, where m is the slope of the line. This slope can be expressed in DDA as follows: In fact any two consecutive points lying on this line segment should satisfy the equation."@en . .