CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - sweep line

搜索资源列表

  1. Sweep-Representation

    0下载:
  2. 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 water. There are two attachments
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1919
    • 提供者:zira
  1. Line

    0下载:
  2. 2D平面直线扫过的格子情况,精确计算到边缘坐标-2D linear sweep of the lattice plane, the accurate calculation of the coordinates-to-edge
  3. 所属分类:DirextX

    • 发布日期:2017-04-16
    • 文件大小:184687
    • 提供者:nieruxu
  1. sweep

    0下载:
  2. 用C++和opengl实现的图形学中的扫描线填充算法,对初学图形学很有帮助-Using C++ and opengl graphics to achieve the scan line fill algorithm, useful for the beginner Graphics
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:658512
    • 提供者:倪翔
  1. j_14194_sl

    0下载:
  2. 在网上看到有人编写过自动扫雷的程序,但是很不理想,高级几乎扫不出来,就索性自己编写了一个。效果还算满意,基本上高级可以在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 simply have written a. Fairly satis
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-16
    • 文件大小:135247
    • 提供者:王琪
  1. sweep

    0下载:
  2. 基于活性边表的多边形扫描线算法,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!
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-27
    • 文件大小:378043
    • 提供者:方青
  1. voronoi

    0下载:
  2. 这个是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
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:5913
    • 提供者:Stone
  1. 20077208571327245

    0下载:
  2. 股市金融的k、线编写代码多撒谎打扫打扫打扫的 打扫打扫打扫打扫打扫大道-Financial market k, line code and more lie clean sweep clean sweep clean sweep clean sweep of road
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:8599
    • 提供者:liuyang
  1. SweepLine

    0下载:
  2. Voronoi Sweep line Algorithm By Java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:1914
    • 提供者:jibrel Salem
  1. MSP430PAD9854-Parallel

    1下载:
  2. MSP430通过并行、端口模拟SPI方式控制AD9854 程序 资料包括 MSP430F149通过口线模拟SPI时序控制AD9854扫频程序。 MSP430F149通过并行总线控制AD9854扫频程序。 整理时间: 2011_12_26 沨-MSP430 control the AD9854 via the parallel port analog SPI In
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-08-30
    • 文件大小:78197
    • 提供者:HuNB
  1. 9833saopin

    1下载:
  2. AD9833的扫频程序,实现连续没有中间横线的扫频。注意:AD9833有个切换的平滑功能,但是由于平滑时输出为中间直流,所以会有一条线,但这样打扫频平滑,关闭平滑后,没中间的直流,但会跳。-The AD9833 sweep program, and continuous with no intermediate horizontal sweep.Note: the AD9833 switch smoothing function, but Intermediate DC output smo
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:1303
    • 提供者:xiao
  1. Fill-the-domain-scan-line-algorithm

    0下载:
  2. 在Visual c++的环境下,实现在图形内扫描扫线的算法-Visual C++ environment to achieve the scanning sweep line algorithm in graphics
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:2417043
    • 提供者:彭洋
  1. Sweep_line

    0下载:
  2. Sweep Line code for Computational Geometry using C Sharp
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:12175
    • 提供者:Isra_H
  1. draw

    0下载:
  2. 计算机图形学实验作业,用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
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-25
    • 文件大小:5522811
    • 提供者:王燕霞
  1. Meshing-command-stream

    0下载:
  2. 对这三个面的划分是为了提高网格的密度,对面网格的划分只能在整体的XY平面内进行,所以不能对其他的面进行网格划分来作为体扫掠的依据。这个划分不能得到和右半部分的划分一样的在每条边上10等分,要想得到10等分的划分网格,必须先将角点处的线5等分,然后将角点的面连结,再用体扫掠即可。-These three faces division is to increase the density of the grid, the grid can only be divided across the who
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:1508
    • 提供者:new
  1. Draw

    0下载:
  2. 实现了基本的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
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-24
    • 文件大小:206184
    • 提供者:李泽
  1. HPlatformSDK

    0下载:
  2. 这个是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
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:1602
    • 提供者:tzh
  1. AD9854_Template

    2下载:
  2. 本系统是基于零中频正交解调原理的简易频率特性测试仪,用于检测被测网络的幅频特性和相频特性。该系统主要包括DDS集成模块,RLC串联谐振电路,乘法器电路,低通滤波器,同相放大器和测量显示模块,其中RLC串联谐振电路作为被测网络。本系统以DDS 集成模块为核心,将其产生的正交扫频信号通过被测网络后,经乘法器得到高频信号;这两个信号经过低通滤波、同相放大后得到符合要求的I、Q直流分量;最后通过单片机进行ADC 采样、数据处理和液晶显示,得到被测网络的幅频特性和相频特性。本系统在算法上的创新之处
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:169829
    • 提供者:彭干涛
  1. tform_Lidar

    1下载:
  2. 激光雷达数据处理,辨别有毒云,校正因为激光雷达数据扫描时造成的极坐标几何扭曲-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 and other types of imaging.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-05
    • 文件大小:9802
    • 提供者:黄阳朔
  1. AspV9.1

    0下载:
  2. 网地直销软件9.1版本说明 声明: 本程序是由广西网地软件开发有限公司(统一社会信用代码91450721MA5KCKMX4F)自主开发,不存在任何侵权问题。免费版可以公布给个人研究使用,运营企业需要上线运行,请联系客服进行版权购买。 9.1版更新内容: 1、增加了操作余额前自动备份数据库,如果操作成功,则自动删除备份的数据库;如果操作有页面错误导致不成功,则会自动恢复到备份的数据库。这样运行过程中,即使是程序错误,也不用担心数据丢失了。 2、增加会员登录首页可以使
  3. 所属分类:Other systems

    • 发布日期:
    • 文件大小:1197478
    • 提供者:邓诗伟
  1. main

    0下载:
  2. 区间扫面线,可用于构建图形,消隐;区间扫描线算法放弃了 z-buffer 的思想,是一个新的算法,区间扫面线算法的思想是每一条扫描线分割成几个区间,确定每一个区间属于哪个多边形 ,用多边形的颜色对离视点最近的区间着色 ,发掘了区间的连贯性,对每一个区 间只做一次可见性判断,所以效率大大提高。(Interval sweep line The interval scan line algorithm abandoning the idea of z-buffer is a new algorithm
  3. 所属分类:图形图象

    • 发布日期:2018-05-03
    • 文件大小:1041408
    • 提供者:yixuexiaodaren
搜珍网 www.dssz.com