• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            TanZek's 技術空間

            勇往直前,專注于技術...

            首頁 新隨筆 聯系 聚合 管理
              7 Posts :: 19 Stories :: 13 Comments :: 0 Trackbacks
            DDA直線的生成算法:
            [初級版]
            ?1 POINT?A = { 100 , 100 } ,?B = { 200 , 200 } ;
            ?2 void ?dda_line(HDC & ?hdc)
            ?3 {
            ?4 ????? double ?length;
            ?5 ????? double ?dx,dy;
            ?6 ????? double ?x,y;
            ?7 ????? char ?a[ 20 ];
            ?8
            ?9 ????? if (abs(B.x - A.x)? >= ?abs(B.y - A.y))
            10 ??????????length = abs(B.x - A.x);
            11 ????? else
            12 ??????????length = abs(B.y - A.y);
            13 ?????
            14 ?????dx = ((B.x - A.x) / length);
            15 ?????dy = ((B.y - A.y) / length);
            16
            17 ?????x = A.x + 0.5 ;
            18 ?????y = A.y + 0.5 ;
            19 ?????sprintf(a, " A(%d,%d) " , int (x), int (y));
            20 ?????TextOut(hdc, int (x), int (y),a, 10 );
            21 ????? int ?i = 1 ;
            22 ????? while (i? <= ?length)
            23 ????? {
            24 ??????????SetPixel(hdc, int (x), int (y),RGB( 0 , 0 , 0 ));
            25 ??????????x = x + dx;
            26 ??????????y = y + dy;
            27 ??????????i ++ ;
            28 ?????}

            29 ????sprintf(a, " B(%d,%d) " , int (x), int (y));
            30 ????TextOut(hdc, int (x), int (y),a, 10 );
            31 ???? return ;
            32 }

            33

            看書上出來的一段DDA算法。實踐出來了,拿上來記憶~~
            [修改版]
            ?1 void ?dda_line(HDC & ?hdc,?POINT?A,?POINT?B,? int ?color)
            ?2 {
            ?3 ????? double ?length;
            ?4 ????? double ?dx,dy;
            ?5 ????? double ?x,y;
            ?6 ????? if (abs(B.x - A.x)? >= ?abs(B.y - A.y))
            ?7 ??????????length = abs(B.x - A.x);
            ?8 ????? else
            ?9 ??????????length = abs(B.y - A.y);
            10 ????
            11 ?????dx = ((B.x - A.x) / length);
            12 ?????dy = ((B.y - A.y) / length);
            13
            14 ?????x = A.x + 0.5 ;
            15 ?????y = A.y + 0.5 ;
            16 ????? int ?i = 1 ;
            17 ????? while (i? <= ?length)
            18 ????? {
            19 ??????????SetPixel(hdc, int (x), int (y),?color);
            20 ??????????x = x + dx;
            21 ??????????y = y + dy;
            22 ??????????i ++ ;
            23 ?????}

            24 ???? return ;
            25 }

            26

            為使算法更適用于各種編程方法,加入A和B的點參數,更加入顏色值color。在我的實際應用中,color被用來清除上一條畫線結果的。
            posted on 2006-10-07 06:42 TanZek 閱讀(2353) 評論(0)  編輯 收藏 引用 所屬分類: Subject-Study
            亚洲成人精品久久| 亚洲精品tv久久久久久久久| 青青草国产成人久久91网| 国产精品一区二区久久国产| 久久久免费精品re6| 久久综合久久综合久久综合| 欧美午夜A∨大片久久| 亚洲人成精品久久久久| 青青草国产成人久久91网| 久久人人青草97香蕉| 久久综合久久综合久久| 一本色综合网久久| 久久er国产精品免费观看8| 欧洲人妻丰满av无码久久不卡| 九九久久精品无码专区| 久久精品久久久久观看99水蜜桃| 欧美一区二区精品久久| 久久天天躁狠狠躁夜夜96流白浆 | 97久久香蕉国产线看观看| 久久精品国产99久久丝袜| 国产V亚洲V天堂无码久久久| 少妇无套内谢久久久久| 亚洲国产成人久久综合一区77| 久久99精品国产麻豆宅宅 | 久久久久九九精品影院| 99久久久精品| 国产精品国色综合久久| 久久综合狠狠综合久久| 久久婷婷五月综合97色| 97久久国产露脸精品国产| 波多野结衣久久精品| 亚洲精品无码久久久影院相关影片| 欧美精品九九99久久在观看| 奇米影视7777久久精品人人爽| 久久亚洲AV无码西西人体| 久久夜色精品国产亚洲av| 看全色黄大色大片免费久久久| 色99久久久久高潮综合影院| 久久狠狠爱亚洲综合影院| 国产69精品久久久久9999APGF| 亚洲香蕉网久久综合影视|