gpt4 book ai didi

java - "turn right"和 "turn left"在固定内存填区法中是什么意思?

转载 作者:行者123 更新时间:2023-11-29 05:56:23 27 4
gpt4 key购买 nike

我正在尝试实现一种算法来填充一个区域,该特定算法在以下 Wikipedia 中给出“固定内存法(右手填充法)”标题下的文档。下面给出算法中发生左转和右转的特定部分...

START:
set count to number of non-diagonally adjacent pixels filled (front/back/left/right ONLY)
if count is not 4
do
turn right
while front-pixel is empty
do
turn left
while front-pixel is filled
end if

该声明明确指出要右转或左转,而不是向右或向左移动。让我感到困惑的是,(x,y) 坐标处的像素如何从左侧转向右侧?

最佳答案

假设 forward 最初表示“向上”。向右转改变了向前的意思——现在它的意思是“向右”。再右转,向前就是“下”。

关于java - "turn right"和 "turn left"在固定内存填区法中是什么意思?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11950768/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com