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

            just Programme

            編程是個很長的路程
            posts - 0, comments - 2, trackbacks - 0, articles - 2
              C++博客 :: 首頁 :: 新隨筆 :: 聯(lián)系 :: 聚合  :: 管理

            //Jose.cpp----使用單向循環(huán)鏈表實現(xiàn)約瑟夫問題
            //問題描述:n個人手拉手排成一個環(huán),從第一個人開始數(shù),每數(shù)到第m個人,第m個人出列,從下一人重新計數(shù)重新數(shù),求全部出列后他們的出列順序
            #include <iostream.h>
            struct jose
            {
            ?int data;
            ?int no;
            ?struct jose * next;
            };

            int main()
            {
            ?struct jose *head,*p_curent,*p_find;
            ?int n,m;
            ?cout << "Please enter the total of numbers (n):";
            ?cin >> n;
            ?cout << "Please enter the counter number (m):";
            ?cin >> m;
            ?
            ?//初始化鏈表
            ?head=p_curent=new jose;//標(biāo)記首表元地址,即頭指針
            ?head->no=1;
            ?cout << "Please enter the first number :";
            ?cin >>head->data;
            ?//形成其余的n-1表元
            ?cout << "Please enter last numbers :"<<endl;
            ?for (int i=2;i<=n;i++)
            ?{
            ??p_curent->next=new jose;
            ??p_curent=p_curent->next;
            ??cin >> p_curent->data;
            ??p_curent->no=i;
            ?}//end for
            ?p_curent->next=head;//尾指針指向頭指針,形成環(huán),到這完成初始化鏈表

            ?//開始查詢,第M個人出列,并輸出
            ?cout << "Now : The? numbers of who will quit the cycle in turn are:"<<endl;
            ?while (n)//全部出列后結(jié)束循環(huán)
            ?{
            ??//掠過m-1個表元
            ??for (int j=1;j<m;j++)
            ???p_curent=p_curent->next;//end?for
            ??//找到第M個人
            ??p_find=p_curent->next;
            ??//從表中刪除第m個人,并輸出第m個人
            ??p_curent->next=p_find->next;
            ??cout << p_find->data<<endl;
            ??//釋放第m個表元占用的空間
            ??delete p_find;
            ??n--;
            ?}
            ?//end while
            ?
            ?return 0;
            }

            Feedback

            # re: 使用單向循環(huán)鏈表實現(xiàn)約瑟夫問題  回復(fù)  更多評論   

            2010-04-01 23:52 by 郝竹林
            你這個程序不算完美 看看我寫的 http://blog.renren.com/blog/316635779/454822169
            久久福利资源国产精品999| 色综合久久最新中文字幕| 久久国产精品一区二区| 久久精品夜色噜噜亚洲A∨| 久久久精品视频免费观看| 亚洲精品国产自在久久| 日本三级久久网| 亚洲国产综合久久天堂| 亚洲国产精品久久久天堂| 久久99精品国产99久久6| 久久久久国产精品熟女影院| 久久综合伊人77777麻豆| 久久丫精品国产亚洲av| 久久久久国产精品| 怡红院日本一道日本久久 | 欧美综合天天夜夜久久| 亚洲天堂久久久| 久久久艹| 国产精品美女久久久久AV福利 | segui久久国产精品| 精品多毛少妇人妻AV免费久久| 2021国内久久精品| 久久久久久国产精品无码下载 | 少妇熟女久久综合网色欲| 国产成人精品久久亚洲高清不卡| 欧美丰满熟妇BBB久久久| 久久国产免费直播| 久久久久99这里有精品10| 日本高清无卡码一区二区久久| 欧美麻豆久久久久久中文| 久久精品国产一区二区| 精品久久久久久国产牛牛app| 97精品国产91久久久久久| 久久久久一区二区三区| 99久久精品午夜一区二区 | 亚洲欧美一级久久精品| 久久久久久青草大香综合精品| 久久国产香蕉一区精品| 久久精品国产WWW456C0M| 无码任你躁久久久久久老妇| 亚洲国产成人久久精品99|