李毅吧 关注:34,003,325贴子:993,610,304
  • 20回复贴,共1

不知道大d8有没有人知道这个难道千万人的问题的?

只看楼主收藏回复



1楼2014-08-18 14:22回复
    /**
    Decidesifa pointata specificlocationisf illedornot.
    @paramxisthe xcoordinate ofthe point beingchecked
    @paramy isthe y coordinate ofthe point beingchecked
    @paramwidthisthe widthofthe Sierpins kiCarpetbeingchecked
    @paramheightisthe heightofthe Sierpi nskiCarpetbeingchecked
    @return1 ifitistobe filledor0 ifitisnot
    */ intisSierpinskiCarpetPixelFilled(intx,in ty,intwidth,intheight)
    {
    // base case
    if(x<1)
    {
    return0;
    }
    // generalcase
    {
    /*
    Ifthe gridwassplitin9 parts,whatpart(x 2,y2) wouldx,y fitinto?
    */
    intx2 = x*3/width;// anintegerfrom0..2 inclusive
    inty2 = y*3/height;// anintegerfrom0..2 inclusive
    if(x2==1 &&y2==1) // ifinthe centre squ aure,itshouldbe filled.
    return1;
    /* offsetxandy soitbecomesboundedb y 0..width/3 and0..height/3
    andpreparesforrecursive call
    */
    x-=x2*width/3;
    y-=y2*height/3;
    }
    returnisSierpinskiCarpetPixelFilled(x,y,wi dth/3,height/3);
    }


    IP属地:北京来自Android客户端3楼2014-08-18 14:24
    回复
      问题就是exo是狗还是猪


      IP属地:陕西来自Android客户端4楼2014-08-18 14:27
      回复
        有人知道这是谁??


        6楼2014-08-18 14:38
        回复
          我就不信有人知道


          8楼2014-08-18 14:39
          回复
            张翰


            来自Android客户端9楼2014-08-18 14:39
            收起回复
              不造


              来自Android客户端10楼2014-08-18 14:43
              回复
                啥问题,二楼没了


                IP属地:广东来自Android客户端11楼2014-08-18 14:46
                回复
                  大帝吧也没人知道么


                  12楼2014-08-18 14:47
                  回复


                    来自Android客户端13楼2014-08-18 14:48
                    回复
                      大帝吧真没人知道不甘心昂,,


                      14楼2014-08-18 14:52
                      回复
                        问题是:挖机技术哪家强


                        来自Android客户端15楼2014-08-18 14:53
                        回复
                          是谁是谁!


                          17楼2014-08-18 14:55
                          回复