-
- 2022-03-15 08:52:43下载
- 积分:1
-
根据多边形区域的填充原理可以推广到圆域的填充,由于圆的特殊属性,即可根据任何欲填充的像素点与圆心的距离是否大于或小于半径来判断是否在圆内或圆外,具体实现程序如下...
根据多边形区域的填充原理可以推广到圆域的填充,由于圆的特殊属性,即可根据任何欲填充的像素点与圆心的距离是否大于或小于半径来判断是否在圆内或圆外,具体实现程序如下;
利用中点画圆算法实现边界程序:
void CArea_FillData::MidpointCircle(int xc, int yc, int r, int color)
{//画八分之一的圆
int x,y,d
x=0 y=r d=1-r
WholeCircle(xc,yc,x,y,color)
while(x
- 2023-03-14 21:40:04下载
- 积分:1
-
direct3d
direct3d---meshview
- 2022-08-25 19:54:57下载
- 积分:1
-
this code for control a ball to move
this code for control a ball to move
- 2022-12-13 19:05:03下载
- 积分:1
-
如何生成Hemite曲线,利用Visual C++开发,可以实现控制顶点的移动...
如何生成Hemite曲线,利用Visual C++开发,可以实现控制顶点的移动-how hermitian curve generated using Visual C development, can achieve a mobile control vertices
- 2023-08-04 07:25:03下载
- 积分:1
-
用matlab和vc++联合开发的能量图绘图程序
用matlab和vc++联合开发的能量图绘图程序-using Matlab and vc joint development of energy mapping procedure
- 2022-08-21 15:47:38下载
- 积分:1
-
昨天在论坛上,有人问起双缓冲的实现问题,想起网上这方面资料比较凌乱,而且多是 DirectX 相关的,今天特地在这里给大家简要的介绍一下双缓冲技术及其在 VC+...
昨天在论坛上,有人问起双缓冲的实现问题,想起网上这方面资料比较凌乱,而且多是 DirectX 相关的,今天特地在这里给大家简要的介绍一下双缓冲技术及其在 VC++ 的 GDI 绘图环境下的实现。
-yesterday at the forum, it was asked to achieve double-buffer issues, I think this information online comparison messy, DirectX is also more relevant, specially here today to briefly tell us about the double-buffer technology and the VC GDI drawing environment is achieved.
- 2022-09-19 01:55:03下载
- 积分:1
-
地质图像处理的源代码
地质图像处理的源代码-geological image processing source code
- 2022-03-19 02:24:03下载
- 积分:1
-
图像处理 模板匹配
用模板匹配法找出待分析图片3. 将找到的英文字母按与待分析图片中相同的顺序写入文本文件中...
图像处理 模板匹配
用模板匹配法找出待分析图片3. 将找到的英文字母按与待分析图片中相同的顺序写入文本文件中-Image processing, template matching using template matching method to identify images to be analyzed 3. Will find the English alphabet and to be analyzed by the same order as in the picture into a text file
- 2023-01-06 09:50:03下载
- 积分:1
-
基于移动最小二乘(MLS)的表面重建,实现的是SigGraph2004(图形学顶级)会议上“Define Point Set Surfaces”中的思路,强烈推...
基于移动最小二乘(MLS)的表面重建,实现的是SigGraph2004(图形学顶级)会议上“Define Point Set Surfaces”中的思路,强烈推荐给研究表面重建的同行-Based on the Moving Least Squares (MLS) surface reconstruction, realize that SigGraph2004 (Graphics top) meeting on
- 2022-10-22 09:15:03下载
- 积分:1