AI
推荐
模板社区
专题
登录
免费注册
首页
流程图
详情
逐点扫描算法
2015-11-27 16:45:00
0
举报
分享方式
仅支持查看
图形填充点扫描算法
图形
点扫描算法
模版推荐
作者其他创作
大纲/内容
定义准备填充点,把准备填充点的坐标初始化为矩形的起点fillPoint.x = tempMinx;fillPoint.y = tempMiny;
int i = tempMiny;i =tempMaxy;i++
结束
把点的颜色改为当前颜色
准备填充点Y加一fillPoint.y = i;
fillPoint在图形内
准备填充点X坐标加一fillPoint.x = j;
int j = tempMinx;j =tempMaxx;j++
开始
YES
收藏
立即使用
技术路线
收藏
立即使用
cloth
收藏
立即使用
Class Diagram
收藏
立即使用
Use case2
PO_ae5e1e
职业:暂无
去主页
Collect
Get Started
系统扫描
Collect
Get Started
算法模型
Collect
Get Started
奖励算法
Collect
Get Started
算法模型
评论
0
条评论
下一页
Document