-
飘扬的国旗
飘扬的国旗-C语言编写的图形程序-flying the flag-C language prepared by the graphics program
- 2022-01-25 16:33:50下载
- 积分:1
-
Take advantage of Visual C++ 6.0 environment to create MFC AppWizard (exe), the...
利用在Visual C++ 6.0环境下创建MFC AppWizard(exe),实现以屏幕客户区中心为圆心绘制金刚石图案。-Take advantage of Visual C++ 6.0 environment to create MFC AppWizard (exe), the realization of the screen center as the center and draw the client area diamond pattern.
- 2023-02-22 18:35:04下载
- 积分:1
-
在gl_lines简单演示。
Simple demonstration on GL_lines.
- 2022-02-07 09:07:16下载
- 积分: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
-
基于OPenGl的对姿态的估计,该算法能够很好的对下一时刻的姿态进行估计。...
基于OPenGl的对姿态的估计,该算法能够很好的对下一时刻的姿态进行估计。-the motion track based on pose using the opengl
- 2022-03-12 17:13:55下载
- 积分:1
-
立体匹配
双目立体匹配的原理是根据选取的izir配雄元,沿着校正后的立体图像对的水平极线进行匹配搜索,从而求取匹配图像中像素点的一一对应关系,并由此计算出相应的视若图。立体四配算法的实质是,合理利用基木假设和约束条件消除立体匹配的不适〉件,将立体匹配问题转化为求解能量函数最优化的问题。
- 2023-08-01 21:50:02下载
- 积分:1
-
C语言编写的DOS下的图形库支持1024x768的分辨率支持…
DOS下C语言的图形库,支持VESA2.0 支持者1024X768的分辨率 比较好用-C language under DOS graphics library to support a resolution of 1024X768 supporters VESA2.0 useful comparison
- 2023-07-31 07:50:02下载
- 积分:1
-
Face Detection many ways, the PCA is a more effective. The code is based on the...
人脸检测的方法很多,pca是其中比较有效的一种。本代码主要是使用pca的方法进行人脸检测,可以检测出人脸的位置,数目,大小-Face Detection many ways, the PCA is a more effective. The code is based on the PCA method Face Detection can detect human faces in the number, size
- 2023-01-25 00:55:03下载
- 积分:1
-
用java做的一个立体正方形!可以通过键盘或鼠标实现左右上下移动;放大或缩小:
.doc 里面有运行通过的源码和截图~...
用java做的一个立体正方形!可以通过键盘或鼠标实现左右上下移动;放大或缩小:
.doc 里面有运行通过的源码和截图~-done with a three-dimensional square! Through the keyboard or mouse up and down about achieving; To zoom in and out : . doc inside running through the source code and screenshots ~
- 2022-01-26 01:53:34下载
- 积分:1
-
VC6.0
VC6.0-This is a simple drawing program, VC6.0
- 2022-02-15 09:07:19下载
- 积分:1