dongwai4434 2010-02-03 04:50 采纳率: 0%
浏览 23
已采纳

绘制锦标赛支架(PHP&GD)

I'm currently working on drawing a tournament bracket for one of my projects. It seems to be working drawing smaller brackets but once I get to 16 it starts acting up.

Follow through the links, and see how it falls out of place after 8.

http://www.mattdsworld.com/mmaplayer/index.php/tournament/viewBracket/2

http://www.mattdsworld.com/mmaplayer/index.php/tournament/viewBracket/4

http://www.mattdsworld.com/mmaplayer/index.php/tournament/viewBracket/8

http://www.mattdsworld.com/mmaplayer/index.php/tournament/viewBracket/16

http://www.mattdsworld.com/mmaplayer/index.php/tournament/viewBracket/32

http://www.mattdsworld.com/mmaplayer/index.php/tournament/viewBracket/64

http://www.mattdsworld.com/mmaplayer/index.php/tournament/viewBracket/128

After that I get out of ram errors, which isn't really an issue since its legitimate use of ram, and I can justify raising the maximums for this script (of course, it won't run every page load in the final script,the image will be cached).

Anyways, As you can see if you progress through the images, they seem to get more and more off track.

The code is here: http://pastebin.com/f5485b027 (should I be posting code like this, or inline? I wasn't sure)

I am completely lost as to how to fix this, so please input ideas/suggestions. I don't need a code solution, I just need guidance on the math/positioning.

Thanks, Matt

  • 写回答

1条回答 默认 最新

  • duanbarong4617 2010-02-03 05:43
    关注

    The brackets are "correctly" drawn based on the algorithm.

    Did you step through the code for the problem cases especially for $y?

    i'm not sure how the algo works (don't really understand the use of the $takeAway).

    But this is what i would come up with:

    for ($k = 1; $k < ($rounds + 1); $k++)
    {
        // Calculate currLeftDraw and currRightDraw Here...
    
        $spacing = 60 * pow(2, ($k - 1));
        $firstY = ($spacing / 2) - 30;
    
        for ($i = 0; $i < ($sizePlayers / (pow(2, $k))); $i++)
        {
            $yPos = $firstY + ($i * $spacing);
    
            // Rest of code here...
        }
    }
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥20 基于MSP430f5529的MPU6050驱动,求出欧拉角
  • ¥20 Java-Oj-桌布的计算
  • ¥15 powerbuilder中的datawindow数据整合到新的DataWindow
  • ¥20 有人知道这种图怎么画吗?
  • ¥15 pyqt6如何引用qrc文件加载里面的的资源
  • ¥15 安卓JNI项目使用lua上的问题
  • ¥20 RL+GNN解决人员排班问题时梯度消失
  • ¥60 要数控稳压电源测试数据
  • ¥15 能帮我写下这个编程吗
  • ¥15 ikuai客户端l2tp协议链接报终止15信号和无法将p.p.p6转换为我的l2tp线路