-
用最短的时间可以学到更多有用的东西。用最短…
用最短的时间学会更多更实用的东西。用最短的时间学会更多更实用的东西-With the shortest possible time learn more and useful things. With the shortest possible time, more and learn something useful
- 2022-02-13 18:37:14下载
- 积分:1
-
VC6.0的三次Bezier曲线的绘制编写的程序,使用MFC框架D.
这是用VC6.0编写的绘制三次Bezier曲线的程序,使用MFC框架文档视图结构。程序除实现三次Bezier曲线的绘制,还实现了点,直线,圆的绘制,可做为学习计算机图形算法的参考。与其它Bezier曲线绘制程序的不同是,本程序实现了Bezier曲线上型值点的计算显示。程序中编写了Bezier曲线类来完成Bezier曲线的绘制,并能对绘制的曲线数据进行保存与打开。对学习文件操作也有一定帮助。这是我第一次上传源码,有什么不妥之处还请管理员指点。谢谢!-VC6.0 prepared by the cubic Bezier curve drawing procedures, use MFC framework document View structure. In addition to procedures to achieve cubic Bezier curve drawing, but also realized the point, line, round mapping, can be used as learning computer graphics algorithm reference. And other Bezier curves of different procedures, The program of Bezier curve-point value calculations show. Procedures prepared Bezier curves like to complete the Bezier curve drawing, and is able to draw the curve data preservation and open. Operation right to study the documents will also help. This is the first time I uploaded the source code, what is wrong with this manager also requested guidance. Thank you!
- 2022-08-05 22:57:49下载
- 积分:1
-
vfp调用avicap.dll使用摄像头拍照、录像
调用avicap32.dll和user32.dll,实现摄像头拍照、录像,并实现图像格式转换。无ocx、FLL,不受vfp版本和windows版本限制。纯prg文件,可随意移植、扩展。
- 2022-12-21 10:50:03下载
- 积分:1
-
I downloaded for everyone to try something
我自己下载的给大家试一下-I downloaded for everyone to try something
- 2023-01-24 04:05:04下载
- 积分:1
-
两桢差分加像素统计检测运动目标
应用背景应用于运动目标的检测,利用差分法,对路面上的车辆和行人进行检测 关键技术车辆检测部分采用背景差分法,采用平均背景法更新背景图像,代码部分附详细解释,可以有效地对运动目标进行检测和跟踪
- 2022-03-24 20:46:50下载
- 积分:1
-
This is a big screen on the electronic screen led to the specific design options...
这是一个关于大屏幕led电子显示屏的具体设计方案!-This is a big screen on the electronic screen led to the specific design options!
- 2022-01-26 07:40:32下载
- 积分:1
-
一个很好的图片刘汉旗
一个很好的图片刘汉旗-a good picture Ambrose flag
- 2022-01-25 22:15:15下载
- 积分:1
-
一个老外写的车削数控仿真程序,有g代码编辑的
一个老外写的车削数控仿真程序,有g代码编辑的-a foreigner was turning the NC simulation program, code editors g
- 2022-05-24 19:16:38下载
- 积分:1
-
在quartus开发环境下,用硬件描述语言来实现不同的逻辑算法
在quartus开发环境下,用硬件描述语言来实现不同的逻辑算法-Quartus development in the environment, using hardware description language to achieve different logic algorithm
- 2022-03-24 11:54:36下载
- 积分:1
-
犯错
扫描线填充法:
1、原理:该算法利用了扫描线的相关性和多边形边的相关性,而不是逐点进行处理。
2、扫描线的相关性:某条扫描线上相邻的象素,几乎都具有同样的内外性质,这种性质只有遇到多边形边线与该扫描线的交点时才会发生改变。
3、边的相关性:由于相邻扫描线上的交点是与多边形的边线相关的。对同一条边,前一条扫描线yi与该边的交点为xi,而后一条扫描线yi+1=yi+1与该边的交点则为xi+1=xi+1/m,利用这种相关性可以省去大量的求交运算。
边相关扫描线填充算法的实现需要建立两个表:边表(ET)和活动边表(AET)。-err
- 2023-07-27 18:40:02下载
- 积分:1