CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 绘图程序 搜索资源 - 扫描程序

搜索资源列表

  1. tuxingxuedazouye

    2下载:
  2. 1. 做一个集成的图形界面的程序,可调用每一次作业子程序。 2. 调用画点的函数,用DDA、中点算法画直线和中点算法及正负法画圆和抛物线。 3. 交互式的二维直线求交:如果存在交点,用实心圆显示交点,并用文字显示其坐标。 4. 用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括自行车行走和绕固定点旋转的自旋转物体动画。) 5. 线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:108711
    • 提供者:张斌
  1. scanseedfill

    0下载:
  2. 一个超强的扫描种子填充算法程序,使用VC++开发,效果不错。-a super scan seed filling algorithm, the use of VC development effectiveness.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1355903
    • 提供者:翔苗洒
  1. Insar

    0下载:
  2. 该程序很好用,利用激光扫描仪扫描后的数据处理,能够高精度识别图形图像信息。-good use of the procedure, the use of laser scanner and data processing, to identify high-precision graphics image information.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:3948835
    • 提供者:陈正松
  1. Computer_Graphics_Algorithm

    1下载:
  2. 该程序实现了图形学中的一些算法,如画线、画圆,填充、直线多边形、扫描转换,扫描线消隐算法以及一个简单的Gouraud光照模型。-the realization of a number of graphics algorithms, painting lines, the Circle, filling, linear polygon scan conversion, Lines scanning algorithm and a simple scan illumination model.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:725652
    • 提供者:青海长云
  1. scansuanfa

    0下载:
  2. 这是一个图形学的程序,它采用了多边形扫描算法实现了多边形的绘制以及填充.-This is a graphics process, using the polygon scan algorithm achieved a polygon drawing and filling.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:53996
    • 提供者:lizi
  1. Scan304

    0下载:
  2. 扫描线算法是扫描转换多变形的常用算法,它充分利用了相邻向素之间的连贯性,该程序实现多变形扫描转换算法,-scan line scan conversion algorithm is more commonly used deformation of the algorithm, it makes full use of the ratio between adjacent to the coherence, The procedure multi - deformation scan conve
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:25210
    • 提供者:zhang
  1. Vcad

    0下载:
  2. 实现图形学中画直线,园和圆弧以及直线裁剪,区域填充等功能 1. 对于画直线,只需知道起点和终点即可。在工作区间中按下鼠标(即选择起点),拖动至另一处松开(终点),即得到直线。 2. 画圆需要圆心坐标、半径、及起始角和终止角,至于实验要求的画1/4圆弧,可设起始角=0,终止角=45,若要画整个圆弧起始角和终止角分别为0和360即可。 3. 椭圆需要的参数更多,有椭圆中心坐标、长轴、短轴、长轴和X轴正向夹角、及起始离心角和终止离心角,要画整个椭圆还是部分椭圆只需控制起始和终止离心角
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:4878790
    • 提供者:刘路
  1. Bresenham_Line

    0下载:
  2. breseham画线程序,通过在每列像数中确定与理想直线的像数来进行直线的扫描转换
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:33073
    • 提供者:xukun
  1. vc一个画图工具

    0下载:
  2. 类似于画图程序,是图形学各种基本图形的扫描算法的实现,对图形学的入门者大有用处-similar to the drawing process, the basic graphics graphics scanning algorithm implementation of the graphics it would be useful for beginners
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:56754
    • 提供者:李松
  1. tianchong

    0下载:
  2. 实现多边形区域扫描线填充的有序边表算法,并将实现的算法应用于任意多边形的填充,多边形的顶点可由键盘输入或鼠标拾取,填充要准确,不能多填也不能少填。 要求掌握边形区域扫描线填充的有序边表算法的基本原理和算法设计,画出算法实现的程序流程图,使用C或者VC++实现算法,并演示。 -Scan-line polygon fill the region to achieve the orderly side of the table algorithm, and the algorithm is a
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-09
    • 文件大小:1930702
    • 提供者:linym
  1. Graphics

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

    • 发布日期:2017-03-30
    • 文件大小:153314
    • 提供者:ling
  1. Bresenham_Line

    0下载:
  2. 中点画直线法的扫描转换程序:用中点法绘制的直线,可以是任意斜率。-Straight-line method of stippling the scan conversion process: A straight line drawn by the mid-point method, the slope can be arbitrary.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-25
    • 文件大小:21188
    • 提供者:tomomoon
  1. MidPointEllipse

    0下载:
  2. 中点画椭圆法的扫描转换程序,算法描述:考虑圆心不在原点,设圆心坐标为(x0,y0)。通过平移坐标原点到圆心。-Stipple Ellipsometry in the scan conversion process, the algorithm descr iption: consider the center of a circle is not the origin, set up the center coordinates (x0, y0). Through shifting the or
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-15
    • 文件大小:21336
    • 提供者:tomomoon
  1. DisplaySquareBezier

    0下载:
  2. 三次Bezier曲线法的扫描转换程序:可以通过四个控制点来确定P(t)取不同的t时对应的二维坐标。用三次Bezier曲线绘制的一片花瓣和一根曲线。-Three Bezier curve scan conversion process: the four control points can be determined by P (t) at t different from the corresponding two-dimensional coordinates. Bezier curve w
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-25
    • 文件大小:35299
    • 提供者:tomomoon
  1. 2010991641529556

    0下载:
  2. 类似于画图程序,是图形学各种基本图形的扫描算法的实现,对图形学的入门者大有用处-Similar to the Paint program, is of basic graphic graphics scanning algorithm, on the graphics useful for beginners
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-16
    • 文件大小:61209
    • 提供者:杨寿奇
  1. image-conversion-CAD

    0下载:
  2. 图片转CAD格式软件:主要功能是将光栅图像中的单线和多条线转换成相应的矢量图形。此程序可转换扫描的地质图或者工程绘图。转换后的矢量图形可用于 AutoCAD 和 IntelliCAD 等 . 授权码在:http://www.china1000.tk/Soft/Show.asp?id=12 -Image to CAD format for software: the main function is the single raster image and the corresponding
  3. 所属分类:Graph Drawing

    • 发布日期:2015-09-08
    • 文件大小:2065408
    • 提供者:wang
  1. ScanarithDemo

    0下载:
  2. 程序具有以下功能: 1、 采用鼠标输入顶点的方法确定待填充多边形; 2、 实现多边形扫描转换算法完成对该多边形的填充,包括实现边表与活跃边表的构造,要求完成使用自己学号的后四位数字对多边形内部进行填充。-Program has the following features: 1, using the mouse input method to determine the vertices to be filled polygons 2, polygon scan conversion
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-09
    • 文件大小:2494044
    • 提供者:Jack
  1. Mydraw

    0下载:
  2. 简单的绘图程序,包含图形学直线扫描算法:DDA,中点扫描线算法,Bresenham扫描线算法,画圆扫描算法:中点画圆算法和Bresenham扫描算法,几何图形的填充算法:种子填充和扫描线填充算法等-Simple drawing program, contains a the graphics straight line scan algorithm: DDA, the midpoint of the scan line algorithm, Bresenham scan-line algorit
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-24
    • 文件大小:5909996
    • 提供者:杜玉鹏
  1. ellipse

    0下载:
  2. MidPointEllipse 中点画椭圆法的扫描转换程序 -The dotted oval law in MidPointEllipse scan conversion process
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-06
    • 文件大小:1892644
    • 提供者:GinMadrid
  1. CT反演软件

    2下载:
  2. 基于VC++开发的探地雷达CT扫描数据处理程序,能够处理探地雷达CT数据,对地下介质的情况进行成像。(CT scan data processing program of ground penetrating radar based on VC++, which can process ground penetrating radar CT data and image the underground medium.)
  3. 所属分类:绘图程序

    • 发布日期:2017-12-28
    • 文件大小:2235392
    • 提供者:sorra
搜珍网 www.dssz.com