文件名称:Request
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- zhan****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
求图像的周长(ZOJ1047)
给一个用 . 和X表示的图形,图形在上、下、左、右、左上、左下、右上、右下8个方向都被看作是连通的,并且图像中间不会出现空洞,求这个图形的边长。
输入:首先给出m、n、x、y四个正整数,下面给出m×n的图形,x、y表示点击的位置,全0表示结束。
-Request image perimeter (ZOJ1047) to a use. And X, said the graphics, graphics, down, left, right, upper left, lower left, upper right, lower right eight directions are seen as connected, and the middle image does not appear empty, find the graphics side. Input: Firstly m, n, x, y four positive integer m × n are given below the graph, x, y position that hits all 0 end.
给一个用 . 和X表示的图形,图形在上、下、左、右、左上、左下、右上、右下8个方向都被看作是连通的,并且图像中间不会出现空洞,求这个图形的边长。
输入:首先给出m、n、x、y四个正整数,下面给出m×n的图形,x、y表示点击的位置,全0表示结束。
-Request image perimeter (ZOJ1047) to a use. And X, said the graphics, graphics, down, left, right, upper left, lower left, upper right, lower right eight directions are seen as connected, and the middle image does not appear empty, find the graphics side. Input: Firstly m, n, x, y four positive integer m × n are given below the graph, x, y position that hits all 0 end.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
图像的周长.cpp