搜索资源列表
sweepline
- 著名的Voronoi Diagram结构fortun算法经典C描述,各位搞算法的仁兄可千万别错过,要看懂该算法,需要搞清楚Voronoi Diagram结构,还有非常深厚的C语言功底。-famous structure fortun Voronoi Diagram C classical algorithm descr iption, to engage algorithm should not miss the chance to b
Line
- 2D平面直线扫过的格子情况,精确计算到边缘坐标-2D linear sweep of the lattice plane, the accurate calculation of the coordinates-to-edge
sweep
- 用C++和opengl实现的图形学中的扫描线填充算法,对初学图形学很有帮助-Using C++ and opengl graphics to achieve the scan line fill algorithm, useful for the beginner Graphics
j_14194_sl
- 在网上看到有人编写过自动扫雷的程序,但是很不理想,高级几乎扫不出来,就索性自己编写了一个。效果还算满意,基本上高级可以在5秒内扫出来(如果运气好的话),我机器上的记录现在是三秒。 -It was prepared in line to see the automatic de-mining process, but far from ideal, senior almost did not come out So, we simpl
sweep
- 基于活性边表的多边形扫描线算法,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!
voronoi
- 这个是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
20077208571327245
- 股市金融的k、线编写代码多撒谎打扫打扫打扫的 打扫打扫打扫打扫打扫大道-Financial market k, line code and more lie clean sweep clean sweep clean sweep clean sweep of road
Sweep-Representation
- Rotational sweep is one of the types of sweep representation. It defined by rotating a planar curve (generator) around an axis line. So, this is coding how sweeping representation present the outer surface of a bottle wa
SweepLine
- Voronoi Sweep line Algorithm By Java
MSP430PAD9854-Parallel
- MSP430通过并行、端口模拟SPI方式控制AD9854 程序 资料包括 MSP430F149通过口线模拟SPI时序控制AD9854扫频程序。 MSP430F149通过并行总线控制AD9854扫频程序。 整理时间: 2011_12_26 沨-MSP430 control the AD9854 via the parallel port analog
9833saopin
- AD9833的扫频程序,实现连续没有中间横线的扫频。注意:AD9833有个切换的平滑功能,但是由于平滑时输出为中间直流,所以会有一条线,但这样打扫频平滑,关闭平滑后,没中间的直流,但会跳。-The AD9833 sweep program, and continuous with no intermediate horizontal sweep.Note: the AD9833 switch smoothing function, bu
Fill-the-domain-scan-line-algorithm
- 在Visual c++的环境下,实现在图形内扫描扫线的算法-Visual C++ environment to achieve the scanning sweep line algorithm in graphics
Sweep_line
- Sweep Line code for Computational Geometry using C Sharp
draw
- 计算机图形学实验作业,用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 th
Meshing-command-stream
- 对这三个面的划分是为了提高网格的密度,对面网格的划分只能在整体的XY平面内进行,所以不能对其他的面进行网格划分来作为体扫掠的依据。这个划分不能得到和右半部分的划分一样的在每条边上10等分,要想得到10等分的划分网格,必须先将角点处的线5等分,然后将角点的面连结,再用体扫掠即可。-These three faces division is to increase the density of the grid, the grid can
Draw
- 实现了基本的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
HPlatformSDK
- 这个是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
AD9854_Template
- 本系统是基于零中频正交解调原理的简易频率特性测试仪,用于检测被测网络的幅频特性和相频特性。该系统主要包括DDS集成模块,RLC串联谐振电路,乘法器电路,低通滤波器,同相放大器和测量显示模块,其中RLC串联谐振电路作为被测网络。本系统以DDS 集成模块为核心,将其产生的正交扫频信号通过被测网络后,经乘法器得到高频信号;这两个信号经过低通滤波、同相放大后得到符合要求的I、Q直流分量;最后通过单片机进行ADC 采样、数据处理和液晶显示
tform_Lidar
- 激光雷达数据处理,辨别有毒云,校正因为激光雷达数据扫描时造成的极坐标几何扭曲-In this particular application, scanning Lidar equipment is used to detect cross sections of clouds or plumes. The same scan geometry, however, is used in medical ultrasound an
main
- 区间扫面线,可用于构建图形,消隐;区间扫描线算法放弃了 z-buffer 的思想,是一个新的算法,区间扫面线算法的思想是每一条扫描线分割成几个区间,确定每一个区间属于哪个多边形 ,用多边形的颜色对离视点最近的区间着色 ,发掘了区间的连贯性,对每一个区 间只做一次可见性判断,所以效率大大提高。(Interval sweep line The interval scan line algorithm abandoning the idea