当前位置:
首页
资源下载

搜索资源 - Sweep line algorithm
搜索资源列表
-
0下载:
用C++和opengl实现的图形学中的扫描线填充算法,对初学图形学很有帮助-Using C++ and opengl graphics to achieve the scan line fill algorithm, useful for the beginner Graphics
-
-
0下载:
基于活性边表的多边形扫描线算法,MFC GPI
可含内环,可自定义多边形!-Based on the activity side of the table scan line algorithm for polygon, MFC GPI can contain inner ring can be custom polygon!
-
-
0下载:
这个是Voronoi生成的代码, 理论基础是扫描线法,具体可以再google上搜索Sweep line method.-include the head file and source code for generating the Voronoi diagram, which is based on the Sweep line algorithm
-
-
0下载:
Voronoi Sweep line Algorithm By Java
-
-
0下载:
在Visual c++的环境下,实现在图形内扫描扫线的算法-Visual C++ environment to achieve the scanning sweep line algorithm in graphics
-
-
0下载:
计算机图形学实验作业,用MFC编的,已经实现了DDA画直线,中点算法画直线,中点画圆和椭圆,扫面转换多边形,种子填充,反走样直线-Computer graphics lab assignments, MFC series has achieved the DDA draw a straight line, the midpoint algorithm to draw a straight line, the midpoint of the circle and the ellipse, swee
-
-
0下载:
实现了基本的DDA直线、中点直线、Bresenham直线算法,实现中点画圆,能画多边形,能进行递归种子,扫面直线填充,能改变颜色和画笔大小。-DDA to achieve the basic line, the midpoint of a straight line, Bresenham linear algorithm, the midpoint of the circle, to draw a polygon, the seeds can be recursive, linear sweep
-
-
0下载:
这个是Voronoi生成的代码, 理论基础是扫描线法,具体可以再google上搜索Sweep line method.-include the head file and source code for generating the Voronoi diagram, which is based on the Sweep line algorithm
-
-
2下载:
本系统是基于零中频正交解调原理的简易频率特性测试仪,用于检测被测网络的幅频特性和相频特性。该系统主要包括DDS集成模块,RLC串联谐振电路,乘法器电路,低通滤波器,同相放大器和测量显示模块,其中RLC串联谐振电路作为被测网络。本系统以DDS
集成模块为核心,将其产生的正交扫频信号通过被测网络后,经乘法器得到高频信号;这两个信号经过低通滤波、同相放大后得到符合要求的I、Q直流分量;最后通过单片机进行ADC
采样、数据处理和液晶显示,得到被测网络的幅频特性和相频特性。本系统在算法上的创新之处
-
-
0下载:
区间扫面线,可用于构建图形,消隐;区间扫描线算法放弃了 z-buffer 的思想,是一个新的算法,区间扫面线算法的思想是每一条扫描线分割成几个区间,确定每一个区间属于哪个多边形 ,用多边形的颜色对离视点最近的区间着色 ,发掘了区间的连贯性,对每一个区 间只做一次可见性判断,所以效率大大提高。(Interval sweep line The interval scan line algorithm abandoning the idea of z-buffer is a new algorithm
-