• <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>
            alpc60 ACM/ICPC程序設(shè)計
            成長的路……源
            posts - 20,comments - 42,trackbacks - 0
            Temple of Dune
            Time Limit: 1000MS Memory Limit: 65536K
            Total Submissions: 211 Accepted: 82

            Description

            The Archaeologists of the Current Millenium (ACM) now and then discover ancient artifacts located at the vertices of regular polygons. In general it is necessary to move one sand dune to uncover each artifact. After discovering three artifacts, the archaeologists wish to compute the minimum number of dunes that must be moved to uncover all of them.

            Input

            The first line of input contains a positive integer n, the number of test cases. Each test case consists of three pairs of real numbers giving the x and y coordinates of three vertices from a regular polygon.

            Output

            For each line of input, output a single integer stating the fewest vertices that such a polygon might have. You may assume that each input case gives three distinct vertices of a regular polygon with at most 200 vertices.

            Sample Input

            4
            10.00000 0.00000 0.00000 -10.00000 -10.00000 0.00000
            22.23086 0.42320 -4.87328 11.92822 1.76914 27.57680
            156.71567 -13.63236 139.03195 -22.04236 137.96925 -11.70517
            129.400249 -44.695226 122.278798 -53.696996 44.828427 -83.507917
            

            Sample Output

            4
            6
            23
            100
            

            Source



            題目大意是給出三個點的(x,y)坐標(biāo),要求輸出一個邊數(shù)最小的正多邊形的邊數(shù),使這三個點恰好在

            這個正多邊形上面。其實這個三角形和這個正多邊形是共外接圓,由外接圓的圓心出發(fā),三角形的三

            條邊可以把圓分成三份,每份圓弧所對應(yīng)的圓心角分別為arg[0],arg[1]和arg[2],正多邊形把圓弧

            分成相等的n份,每份對應(yīng)的圓心角為2*pi/n。其實三角形的三個角就分別占用了若干等份正多邊形

            所劃分的圓弧,最后也就只要求arg[0],arg[1],arg[2]和2*pi的最大公約數(shù)(gcd)即可。但是這里是

            個角度都是浮點數(shù),所以還定義一個浮點數(shù)的gcd,計算浮點數(shù)的gcd可以利用math.h的函數(shù)fmod

            (x,y)表示x%y。例如3.5%0.3=0.2,x%y的結(jié)果為不超過y的一個浮點數(shù)。下面寫了一個fmod(x,y)自己

            的實現(xiàn)。
            double fmod(double x, double y)
            {
             return x-floor(x/y)*y;
            }
            有了fmod函數(shù)以后,就可以用它來求gcd了!
            double fgcd(double a, double b)
            {
             double t;
             if(dblcmp(a-b) == 1)  //a>b
             {
              t=a;
              a=b;
              b=t;
             }
             if(dblcmp(a) == 0) return b;
             return fgcd(fmod(b,a),a);
            }

            posted on 2008-06-28 15:18 飛飛 閱讀(1286) 評論(3)  編輯 收藏 引用 所屬分類: ACM/ICPC

            FeedBack:
            # re: POJ 2335 浮點數(shù)的gcd
            2008-08-16 04:56 | ecnu_zp
            果然能從alpc大牛這里學(xué)到東東。。。(*^__^*) 嘻嘻……  回復(fù)  更多評論
              
            # re: POJ 2335 浮點數(shù)的gcd
            2008-11-24 23:06 | 11
            大牛啊。。最近我都在學(xué)習(xí)你的blog呢。。。

            寫的不錯?。。。?nbsp; 回復(fù)  更多評論
              
            # re: POJ 2335 浮點數(shù)的gcd
            2008-12-04 23:44 | yumi
            敬愛的……都不更新了  回復(fù)  更多評論
              
            夜夜亚洲天天久久| 久久国产精品99久久久久久老狼 | 五月丁香综合激情六月久久| 中文字幕热久久久久久久| 久久久婷婷五月亚洲97号色| 93精91精品国产综合久久香蕉 | 久久久久精品国产亚洲AV无码| 久久超碰97人人做人人爱| 精品久久久久中文字| 久久久久久毛片免费播放| 久久99精品久久久久久9蜜桃| 99久久精品免费看国产一区二区三区 | 久久精品成人| 久久发布国产伦子伦精品| 亚洲国产精品无码久久久久久曰| 久久夜色精品国产欧美乱| 久久亚洲精品国产亚洲老地址| 久久亚洲高清观看| 日韩乱码人妻无码中文字幕久久| 天天爽天天爽天天片a久久网| 香蕉久久影院| 无码人妻久久一区二区三区蜜桃| 国内精品久久久久久99| 亚洲熟妇无码另类久久久| 亚洲国产成人精品女人久久久| 99久久亚洲综合精品网站| 色综合久久中文字幕无码| 久久久久亚洲av综合波多野结衣| 久久久久综合中文字幕| 狠狠人妻久久久久久综合蜜桃 | 久久精品无码av| 91久久精品国产免费直播| 一本久久久久久久| 婷婷久久综合九色综合98| 国产成人久久AV免费| 亚洲成色WWW久久网站| 久久久SS麻豆欧美国产日韩| 青青草原综合久久大伊人| 久久99热这里只有精品国产| 亚洲色欲久久久综合网东京热| 国产A三级久久精品|