-
练习绘制各种图形的源码
练习绘制各种图形的源码-practice to draw various graphics FOSS
- 2022-06-20 11:23:52下载
- 积分: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
-
一个图形处理包,含图形格式转换。
一个图形处理包,含图形格式转换。- A graph processing package, contains the graph format
conversion.
- 2022-04-30 05:22:47下载
- 积分:1
-
CAD实用LISP文件提取一个单独的层的程序,实际@!!!
CAD实用LISP文件单独提取图层程序,实用@-CAD Practical Extraction LISP file a separate layer procedures, practical @! ! !
- 2022-05-10 15:44:52下载
- 积分:1
-
如何让CDC上输出的文字、图形具有保持功能,集合类 CPtrArray的使用,CPaintDC与CClientDC的区别与应用,OnPaint与OnDraw在C...
如何让CDC上输出的文字、图形具有保持功能,集合类 CPtrArray的使用,CPaintDC与CClientDC的区别与应用,OnPaint与OnDraw在CView中的关系及实现内幕,滚动窗口的实现,坐标空间,映射方式,设备坐标与逻辑坐标的转换。元文件设备描述表的使用,如何利用兼容DC实现图形的保存和再现。 -CDC on how to output text, graphics have to keep feature, CPtrArray use of collections, CPaintDC with CClientDC and application of the distinction, OnPaint and OnDraw in CView relations and realize the insider, the realization of a rolling window, the coordinates of space, mapping the way device coordinates and logical coordinates conversion. Metafile device use, how to use DC-compatible graphics realize the preservation and reproduction.
- 2022-01-25 22:58:47下载
- 积分:1
-
这是一个在VC的环境下编写的小应用程序,随便选择一个汉字,然后输入背景字符,和前景字符,然后可以用这两个字符显示出这两个汉字...
这是一个在VC的环境下编写的小应用程序,随便选择一个汉字,然后输入背景字符,和前景字符,然后可以用这两个字符显示出这两个汉字-This is a VC in the preparation of the environment of small applications, choose any one Chinese characters, then the background characters, characters and prospects, could then make use of these two characters from these two Chinese characters
- 2023-09-06 01:35:03下载
- 积分:1
-
Shader动态管线编程复杂的例子 Shader动态管线编程复杂的例子
Shader动态管线编程复杂的例子 Shader动态管线编程复杂的例子-Dynamic Shader Examples Shader Pipeline programming of complex dynamic pipeline programming examples of the complex dynamics Pipeline Shader programming examples of the complex
- 2023-05-03 10:00:03下载
- 积分:1
-
使用这部分代码的话,用户界面、以及输入文件的处理部分的工作就可以省去了...
使用这部分代码的话,用户界面、以及输入文件的处理部分的工作就可以省去了-using this portion of the code, the user interface, as well as the importation of document processing part of the work might dispense with the
- 2023-04-22 11:50:02下载
- 积分:1
-
用于图象边缘的精确检测的susan算法的文章
用于图象边缘的精确检测的susan算法的文章- Uses in the image edge precise examination susan algorithm
article
- 2023-02-21 04:45:04下载
- 积分:1
-
余成波《数字图像处理及Matlab实现》.pdf
余成波《数字图像处理及Matlab实现》.pdf-YU Cheng-bo " digital image processing and Matlab to achieve" . Pdf
- 2022-11-27 12:25:04下载
- 积分:1