资源列表
[绘图程序] DrawJinganshi
说明:设计实现直线的DDA算法或BRESENHAM算法,并在此基础上进行下面的实验: 绘制金刚石图案 -Design linear algorithms or DDA BRESENHAM algorithm, and on this basis for the following experiments : Drawing diamond logo<沈丽华> 在 2025-02-02 上传 | 大小:89kb | 下载:0
[绘图程序] jisuanjituxing
说明:根据多边形区域的填充原理可以推广到圆域的填充,由于圆的特殊属性,即可根据任何欲填充的像素点与圆心的距离是否大于或小于半径来判断是否在圆内或圆外,具体实现程序如下; 利用中点画圆算法实现边界程序: void CArea_FillData::MidpointCircle(int xc, int yc, int r, int color) {//画八分之一的圆 int x,y,d x=0 y=r d=1-r<周林> 在 2025-02-02 上传 | 大小:89kb | 下载:0
[绘图程序] 1921682910720071121555219522753
说明:图形学曲线直线三角行变换 ,简单明了,容易看懂-graphics Triangle straight line curve transformation, in simple, easy to understand<yy> 在 2025-02-02 上传 | 大小:89kb | 下载:0
[绘图程序] DrawGraphic
说明:实例实现了基本图元的绘制和画笔画刷的使用,对于绘图编程是个不错的案例。-Examples to achieve the basic drawing primitives and the use of brush painting strokes, for graphics programming is a good case.<liu> 在 2025-02-02 上传 | 大小:88kb | 下载:0
[绘图程序] Bresenham_line
说明:Bresenham直线和圆的生成算法原理及其实现-Bresenham straight line and circle generation algorithm principle and its implementation<raul> 在 2025-02-02 上传 | 大小:88kb | 下载:0