• <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>

            winlinglin

            螺旋數(shù)組

            今天想練練手,所以寫了個螺旋數(shù)組:
              1 #include <iostream>
              2 
              3 using namespace std;
              4 
              5 #define MAXSIZE 8
              6 
              7 void left( int& x, int& y )
              8 {
              9     --y;
             10 }
             11 
             12 void right( int& x, int& y )
             13 {
             14     ++y;
             15 }
             16 
             17 void up( int& x, int& y )
             18 {
             19     --x;
             20 }
             21 
             22 void down( int& x, int& y )
             23 {
             24     ++x;
             25 }
             26 
             27 int main()
             28 {
             29     int numbers[MAXSIZE][MAXSIZE];
             30     // 初始化數(shù)組,若數(shù)值為0,則代表還沒有被賦值
             31     forint i = 0; i<MAXSIZE; ++i )
             32         forint j = 0; j<MAXSIZE; ++j )
             33             numbers[i][j] = 0;
             34 
             35     enum Direction{RIGHT,DOWN,LEFT,UP};    // 移動方向
             36     int x=0,y=0;
             37     int Next = -1;    // 下一個位置的值
             38     Direction direct = RIGHT;
             39     int count = MAXSIZE * MAXSIZE;    // 還沒被賦值的數(shù)目
             40     int value = 1;    //將要被賦值的值
             41 
             42     while( count > 0 )
             43     {
             44         Next = numbers[x][y];
             45         if( Next == 0 && x<MAXSIZE && y<MAXSIZE )    // 無障礙,可以賦值
             46         {
             47             numbers[x][y] = value;
             48             // 賦值成功,count減一, value加一
             49             --count;
             50             ++value;
             51 
             52             // 設(shè)置Next
             53             if( direct == RIGHT )
             54                 right( x, y );
             55             else if( direct == DOWN )
             56                 down( x, y );
             57             else if( direct == LEFT )
             58                 left( x, y );
             59             else if( direct == UP )
             60                 up( x, y );
             61         }
             62         else        // 有障礙,要轉(zhuǎn)彎
             63         {
             64             if( direct == RIGHT )    // 若原來方向是右的話,就轉(zhuǎn)彎向下
             65             {
             66                 x = x + 1;
             67                 y = y - 1;
             68                 direct = DOWN;
             69             }
             70             else if( direct == DOWN )    //若原來方向是下的話,就轉(zhuǎn)彎向左
             71             {
             72                 x = x - 1;
             73                 y = y - 1;
             74                 direct = LEFT;
             75             }
             76             else if( direct == LEFT )    //若原來方向是左的話,就轉(zhuǎn)彎向上
             77             {                
             78                 x = x - 1;
             79                 y = y + 1;
             80                 direct = UP;
             81             }
             82             else if( direct == UP)    //若原來方向是上的話,就轉(zhuǎn)彎向右
             83             {                
             84                 x = x + 1;
             85                 y = y + 1;
             86                 direct = RIGHT;
             87             }
             88         }
             89     }
             90 
             91     forint i = 0; i<MAXSIZE; ++i )
             92     {
             93         forint j = 0; j<MAXSIZE; ++j )
             94         {
             95             cout<<numbers[i][j]<<"   ";
             96         }
             97         cout<<endl;
             98     }
             99 
            100     return 0;
            101 }

            posted on 2009-03-05 18:33 wil 閱讀(1135) 評論(2)  編輯 收藏 引用 所屬分類: 算法

            評論

            # re: 螺旋數(shù)組 2009-03-06 09:02 成大才子

            呵呵,有意思  回復  更多評論   

            # re: 螺旋數(shù)組 2010-03-18 16:16 后現(xiàn)代

            @成大才子
            思路清晰,可改性強。 強  回復  更多評論   

            <2009年3月>
            22232425262728
            1234567
            891011121314
            15161718192021
            22232425262728
            2930311234

            導航

            統(tǒng)計

            常用鏈接

            留言簿(1)

            隨筆分類

            隨筆檔案

            文章分類

            搜索

            最新評論

            閱讀排行榜

            評論排行榜

            99久久国产热无码精品免费久久久久 | 国产成人精品久久亚洲高清不卡 | 国产精品18久久久久久vr| 91久久精品无码一区二区毛片| 久久精品国产福利国产琪琪| 狠狠色丁香久久婷婷综合| 国产福利电影一区二区三区久久久久成人精品综合 | 99久久免费只有精品国产| 亚洲国产成人久久综合区| av无码久久久久不卡免费网站| 亚洲AV伊人久久青青草原| 无码国内精品久久人妻| 欧洲国产伦久久久久久久| 国产午夜福利精品久久2021| 亚洲国产成人久久综合野外| 99久久精品九九亚洲精品| 无码精品久久久久久人妻中字| 欧美国产成人久久精品| 91久久九九无码成人网站| 99久久久国产精品免费无卡顿| 亚洲国产精品成人久久蜜臀| 国产精品热久久毛片| 久久亚洲高清观看| 国产精品18久久久久久vr | 婷婷久久香蕉五月综合加勒比 | 亚洲国产成人久久精品动漫| 久久人人妻人人爽人人爽| 亚洲人成网亚洲欧洲无码久久| 久久综合伊人77777| 九九久久精品无码专区| 国产精品免费看久久久香蕉| 久久久久四虎国产精品| 久久精品国产精品亚洲精品| 99久久er这里只有精品18| 激情伊人五月天久久综合| 久久er99热精品一区二区| 精品国产VA久久久久久久冰| 久久久久国产精品| 伊人色综合久久天天| 午夜精品久久影院蜜桃| 久久精品视频一|