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

搜索资源列表

  1. Form1

    0下载:
  2. 计算机图形学实验-扫描线实现的便填充算法,可以填充多边形。采用的是清华的那本课本上所写的伪代码。-Computer Graphics Lab- scan line filling algorithm to achieve it, you can fill the polygon. Tsinghua is used textbook that is written in this pseudo-code.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:1896
    • 提供者:Michael Zhou
  1. yinyuehechengxu

    1下载:
  2. 当键盘有键按下时,判断键值,启动计数器T0,产生一定频率的脉冲,驱动蜂鸣器,放出乐曲。同时启动定时器T1,显示乐曲播放的时间,并驱动LCD,显示歌曲号及播放时间。 (1) 硬件电路中用P1.0~P1.7控制按键,其中P1.0~P1.3扫描行,P1.4~P1.7扫描列; (2) 用P2.0~P2.2作为LCD的RS、R/W、E的控制信号; (3)用P0.0~P0.7作为LCD的D0~D7的控制信号; (4) 用P3.7口控制蜂鸣器; (5) 电路为12MHz晶振频率工作,
  3. 所属分类:SCM

    • 发布日期:2014-04-21
    • 文件大小:2048
    • 提供者:linqinghui
  1. ScanFillPolygon

    0下载:
  2. 扫描线填充算法,OpenGL环境的二维图形填充算法-Scan line filling algorithm, 2 d graphics filling algorithm on OpenGL
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-06
    • 文件大小:1205923
    • 提供者:zhu
  1. keyboard

    0下载:
  2. 昨天刚写的键盘扫描驱动,4×4的键盘扫描 利用的是行扫描-Keyboard scan driver just wrote yesterday, the use of 4 × 4 keyboard scan line scan
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:53817
    • 提供者:123456
  1. OpenGL_scanFill

    0下载:
  2. 用OpenGL实现的通用扫描线填充算法的实现,运用了有序边的数据结构. -Use the data structure of the ordered side of the OpenGL implementation of universal scan line filling algorithm.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:19687
    • 提供者:刘禹
  1. Z_Buf

    2下载:
  2. vc++ opengl(glui) 平台 实现了zbuffer扫描线绘制算法 有使用说明及例子 详见内含的详细的说明文档-Platform: vc++ opengl (glui) Functions: a zbuffer scan line rendering algorithm Specific: see the included detailed documentation Source: the courses jobs
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-22
    • 文件大小:7083008
    • 提供者:RachelChu
  1. DDA_algm

    0下载:
  2. 本代码包含以下算法的演示: 直线:DDA算法生成直线,中点算法生成直线,Bresenham算法生成直线。 圆:中点画圆,Bresenham画圆。 椭圆:中点画椭圆。 区域填充:多边形扫描线填充,种子扫描线填充。-This code contains a demonstration of the following algorithm: Direct Line: DDA algorithm to generate a straight line, the midpoint al
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-07
    • 文件大小:32278
    • 提供者:L
  1. POLYFILL

    0下载:
  2. In this program I accept polygon from user,also which color from the pallet.And fill the polygon by using SCAN-LINE polygon filling method.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-13
    • 文件大小:1595
    • 提供者:Adil
  1. Sample

    0下载:
  2. 画图程序,包含界面,有扫描线算法,种子填充算法-Paint program, including the interface, the scan line algorithm, seed filling algorithm
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-20
    • 文件大小:5961605
    • 提供者:张小乙
  1. Polygon

    0下载:
  2. 用mfc实现计算机图形学中的扫描线填充算法-Use mfc in computer graphics scan line fill algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1946204
    • 提供者:liang
  1. ScanflineFill

    0下载:
  2. 扫描线区域填充算法,完全在VC++6.0控制台上实现-Scan line region filling algorithm, completely in VC++6.0 console
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1806
    • 提供者:殷文斌
  1. diaosi

    0下载:
  2. 用布尼人汉姆算法画线,并用扫描线填充一个多边形-scan line
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:1292
    • 提供者:杨志
  1. Line-tree-and-its-application

    0下载:
  2. 描述了关于线段树的一些原理及基本操作,后面引用两个例题详细介绍了离散化,扫描线,以及二维线段树-Describes the segment tree some of the principles and basic operation, followed by reference to the two examples described in detail the discretization, scan lines, as well as two-dimensional segment tr
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:110035
    • 提供者:orz
  1. fffortuneo

    0下载:
  2. fortune扫描线算法生成voronoi图的演示代代码,可以动态观察算法运行,对原理的理解有很大的帮助! -fortune scan line algorithm to generate voronoi diagram demonstrates the generation of code, you can dynamically observe the algorithm run on the understanding of the principles of great help!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:11092
    • 提供者:baress
  1. MyDraw

    0下载:
  2. 计算机图形学扫描线填充算法,MFC程序。-Computer graphics scan line filling algorithm, MFC program.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-18
    • 文件大小:4453786
    • 提供者:殷文斌
  1. Graphics

    0下载:
  2. 一个集成的图形界面的程序,可调用每一次作业子程序。 一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。 二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。 三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-17
    • 文件大小:86952
    • 提供者:xuzhimin
  1. saomiaoxian

    0下载:
  2. 这是一个扫描线种子填充算法的程序,这个程序的演示效果不错-This is a scan line seed fill algorithm program, this program demonstrates good results
  3. 所属分类:Special Effects

    • 发布日期:2017-11-09
    • 文件大小:61978
    • 提供者:王着
  1. OpenGLtianchong

    0下载:
  2. 基于OPENGL的图形填充,计算机图像学作业。该程序用了两个填充方法,一种是简单种子填充,一种是扫描线种子填充-OPENGL-based graphics filling, computer graphics school job. The program uses two filling method, a simple seed filling, a scan line seed fill
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-22
    • 文件大小:4185088
    • 提供者:刘杨
  1. tianchong

    0下载:
  2. 使用C++语言 能实现多边形扫描线法填充可直接运行-Use C++ language filled polygon scan line method can be run directly
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-17
    • 文件大小:5842088
    • 提供者:黄河
  1. tuxingxue

    0下载:
  2. 计算机图形学实验,实现裁剪算法和扫描线填充算法,给大家一个参考-Computer graphics experiments clipping algorithm and the scan line filling algorithm to a reference
  3. 所属分类:CSharp

    • 发布日期:2017-12-06
    • 文件大小:406528
    • 提供者:杜艳丽
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 21 »
搜珍网 www.dssz.com