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

搜索资源列表

  1. OpenGLcode

    0下载:
  2. OpenGL实现多边形扫描转换的扫描线算法-OpenGL polygon scan conversion scan line algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:66524
    • 提供者:云天清
  1. seed-fill

    0下载:
  2. 1.扫描线种子填充算法实现多边形内实面积填充。 2.用边标志填充算法实现多边形内实面积填充。--1.scan line seed fill algorithm implemented within the polygon area fill. 2. with the edge flag filling algorithm implemented within the polygon area fill.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-11
    • 文件大小:848
    • 提供者:宁儒林
  1. MyCapture

    0下载:
  2. 在ZXing的开源代码上进行了精简,只保留了扫描的功能。界面为竖屏,添加了四个角和扫描线-On ZXing open source code has been streamlined, leaving only the scanning function. Interfaces for vertical screen, add the corners and scan lines
  3. 所属分类:android

    • 发布日期:2017-05-12
    • 文件大小:2566857
    • 提供者:kuro
  1. double-buffering

    0下载:
  2. // 经过改进后,画面刷新速度大大加快,绝对看不到任何的“扫描线”,帧数也从5帧一下就提高到了9帧, // 几乎是两倍于前的速度。这究竟是什么原因呢?让我来讲述其中的道理。 // 因为圆是要一个一个画上去,所以每画一个圆,系统就要做一次图形的绘制操作, // 图形的重绘是很占用资源的,当需要重绘的图形数量很多的时候,所造成的系统开销就特别大, // 造成我们看到的那种刷新缓慢的情况。那么如何来解决这个问题呢? //答案就是双缓冲,何谓“双缓冲”?它的基
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:52421
    • 提供者:王斌
  1. Graphics

    0下载:
  2. 计算机图形学CG实验实现的所有功能集合:中点算法画线,扫描线种子填充,BEIZER曲线-a group of CG exercises
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-20
    • 文件大小:6130709
    • 提供者:程浩
  1. ScanConversion

    0下载:
  2. 填充算法+扫描线填充算法部分代码,C++语言编写的MFC程序- Filling algorithm+ scan line fill algorithm part of the code, C++ MFC program language
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2364641
    • 提供者:王子健
  1. X-ray-scan-line-algorithm

    0下载:
  2. X-扫描线算法,按扫描线顺序,计算扫描线与多边形的相交区间,再用要求的颜色显示这些区间的所有象素。可以运行-X-ray scan line algorithm, can run
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:224746
    • 提供者:pangjyong
  1. polygonfill

    0下载:
  2. 图形学的经典算法之一,扫描线种子填充算法,填充种子点所在扫描线上的位于给定区域的一个区段,然后确定与这一区段相连通的上、下两条扫描线上位于给定区域内的区段,确定新种子点,并依次保存下来。-One of the classic graphics algorithms, scan line seed fill algorithm, filling the seed point is located where the scan line to a given area of ​ ̴
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-29
    • 文件大小:11315177
    • 提供者:伤心
  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. ComputerGraphic

    0下载:
  2. 计算机图形学课程中的实现,包括二维和三维图形中平移,旋转,缩放的实现,DDA,中点画线法,Bressenhanm算法绘制直线,多边形扫描算法和种子扫描线算法绘制多边形。-Courses in computer graphics implementations, including 2D and 3D graphics in translation, rotation, scaling to achieve, DDA, were dotted line, Bressenhanm algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-06-14
    • 文件大小:22086212
    • 提供者:吴彬洁
  1. ScanLine

    0下载:
  2. 用OpenGL写的一种扫描线填充算法,用户可以任意给定图像,程序会用扫描线填充方法填充多边形。-Using OpenGL write a scan line filling algorithm, the user can at any given image, the program will scan line filling method with filled polygons.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-16
    • 文件大小:3711772
    • 提供者:jiangtao
  1. 082400

    0下载:
  2. 赵克奇编写的扫描线算法,可以直接使用,对基础编程的同志有好处。-The scan lines written by Zhao Keqi algorithm, can be used directly, is good for the basic programming comrades.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2742331
    • 提供者:pustar
  1. Arbitrary-polygon-scan-line-filling

    0下载:
  2. 这是一个运用OpenGL编程的实例,是在VC++6.0中编写的一个控制台程序,能够实现任意多边形的填充,基于的算法是扫描线填充算法。-This is a use of OpenGL programming examples, is a console program written in VC++6.0, filling to achieve arbitrary polygon, the algorithm is based on scan line filling algorithm.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:2962
    • 提供者:谢伟康
  1. Worm.Sasser

    0下载:
  2. 在本地开辟后门,监听TCP 5554端口,做为FTP服务器等待远程控制命令。病毒以FTP的形式提供文件传送。黑客可以通过这个端口偷窃用户机器的文件和其他信息。 病毒开辟128个扫描线程。以本地IP地址为基础,取随机IP地址,疯狂的试探连接445端口,试图利用Windows目录下的Lsass.exe中存在一个缓冲区溢出漏洞进行攻击,一旦攻击成功会导致对方机器感染此病毒并进行下一轮的传播,攻击失败也会造成对方机器的缓冲区溢出,导致对方机器程序非法操作,以及系统异常等。-Open the back d
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-13
    • 文件大小:2560
    • 提供者:张得帅
  1. FloodFill4

    0下载:
  2. 实验二 (选做)种子填充算法 (选做)扫描线算法 -Experiment two (Optional) seed filling algorithm (Optional) scan line algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-24
    • 文件大小:212991
    • 提供者:林伟鸿
  1. BoundaryFill4

    0下载:
  2. 实验二 (选做)种子填充算法 (选做)扫描线算法 -Experiment two (Optional) seed filling algorithm (Optional) scan line algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-17
    • 文件大小:231898
    • 提供者:林伟鸿
  1. computer-grapfics

    0下载:
  2. 计算机图形学中任意封闭多边形彩线填充算法设计与OpenGL实现:水平扫描线填充多边形,彩色斜线填充多边形。画线算法自定义实现。-Computer graphics
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-13
    • 文件大小:3493048
    • 提供者:小小小
  1. scan-line-filling-algorithm

    0下载:
  2. 用opengl实现扫描线填充算法 程序可正常运行-Use opengl achieve scan line filling algorithm Program can be run properly
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:2672
    • 提供者:wangxiaochen
  1. parspl

    0下载:
  2. 一个小程序:计算机图形学程序 扫描线算法-Computer graphics program- sweepline
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:1141
    • 提供者:陶方德
  1. Zbuffer

    1下载:
  2. 用OPENGL和C++实现了扫描线Z-buffer算法-OPENGL and C++ achieved by scanning line Z-buffer algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-19
    • 文件大小:5201077
    • 提供者:wzh
« 1 2 ... 12 13 14 15 16 1718 19 »
搜珍网 www.dssz.com