-
VC++图形绘制代码,操作风格类似AutoCAD,很有研究价值!
可以画出简单的直线,方形等图形...
VC++图形绘制代码,操作风格类似AutoCAD,很有研究价值!
可以画出简单的直线,方形等图形-VC++ Graphics rendering code, operating style similar to AutoCAD, great research value! Can draw a simple straight line, square and other graphics
- 2022-04-25 13:52:49下载
- 积分:1
-
可以实现线段的裁减
,对初学者有所帮助
可以实现线段的裁减
,对初学者有所帮助-segment can be achieved reductions to help beginners
- 2022-07-12 13:29:41下载
- 积分:1
-
3d地形模型,空格键可以停止/开始动画,回车键随机生成新的地形...
3d地形模型,空格键可以停止/开始动画,回车键随机生成新的地形-3d terrain model, the space bar can stop/start animation, the ENTER key randomly generate new terrain
- 2022-03-28 17:36:11下载
- 积分:1
-
用VC++开发的图像压缩
用VC++开发的图像压缩-development of the VC Image Compression
- 2022-06-21 11:04:05下载
- 积分:1
-
VTK的示例代码
VTK example code - 1-VTK example code- 1
- 2023-07-12 15:15:08下载
- 积分:1
-
on the stereoscopic images show that in addition there is still a question menti...
关于图象的 立体显示 除了显示这一块仍然有问提,框家基本没问题了,仅供参考-on the stereoscopic images show that in addition there is still a question mention that the basic frame house no problem for reference
- 2023-07-12 04:50:03下载
- 积分:1
-
本源码实现了一个在3D编程中很重要的四元数的类。在写这个类前提还包括对三维空间中向量类,以及4*4矩阵的运算。四元数对于三维模型的旋转能够很好的计算。...
本源码实现了一个在3D编程中很重要的四元数的类。在写这个类前提还包括对三维空间中向量类,以及4*4矩阵的运算。四元数对于三维模型的旋转能够很好的计算。-The source to achieve a 3D programming in a very important class Quaternion. At the time of writing the premise of this class also includes three-dimensional vector space categories, as well as 4* 4 matrix arithmetic. Quaternion for the rotation of three-dimensional model can be well calculated.
- 2023-08-07 08:40:08下载
- 积分: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
-
在对话框画图标核心程序
在对话框画图标核心程序-icon painting in the dialog box procedure core
- 2023-06-19 12:20:03下载
- 积分:1
-
FCM algorithm is a clustering algorithm based on the division of its thinking is...
FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大而,不同簇之间的相似度最小。-FCM algorithm is a clustering algorithm based on the division of its thinking is that it is making is divided into clusters with the greatest similarity between the object and different minimum similarity between the clusters.
- 2023-08-16 00:00:03下载
- 积分:1