搜索资源列表
hw01
- 本程序实现了一个二维图元的移动、旋转、缩放功能。采用设备坐标系。 首先输入多边形,以三角形为例: 1、输入多边形顶点个数:3 2、输入第一个顶点坐标:200 130 3、输入第二个顶点坐标:100 300 4、输入第三个顶点坐标:70 100 而后,输入: m :表示移动多边形。接着输入x方向移动大小和y方向移动大小,均为设备坐标系下的像素数; r :表示选装多边形。接着输入旋转角度,比如:20; s :表示缩放多边形。接着输入x方向比例和y
sanjiao
- 请编程在屏幕上画出下图中的三棱柱的三视图,其中 (0,0,0)(0,50,100)(0,100,0)(300,0,0)(300,50,100)(300,100,0) 为三棱柱的六个顶点的三维坐标-Please programming draw on the screen under the prism of view, (0, 0, 0), (0, 50, 100) (0,100,0) (300,0,0) (300,50,100) (300,100, 0) for the three-d
completedproject
- DOs下的俄罗斯方方块游戏,自己编写的,不到300行。-DOS under the Russian box, their own series, less than 300 lines
GraphBasedIS
- 将Pedro F. Felzenszwalb的 Efficient Graph Based Image segmentation 作者提供的c代码封装,提供了Matlab调用接口。 输入参数如英文所示。-offer the matlab code interface of pedro F. Felzenszwalb s efficient graph based image segmentation (image,sigma 0.8,k 300,min_size 100)