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

搜索资源列表

  1. JAVA图形源程序

    0下载:
  2. 特别适用于JAVA初学者的源代码,都是标准算法-particularly applicable to beginners of Java source code, is a standard algorithm
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:20368
    • 提供者:沈毅
  1. 计算机图形学-倩

    0下载:
  2. 这是两个计算机图形学中的两个算法。一个是直线中点算法,另一个圆的正负算法。-This is the computer graphics algorithms. A straight line is the midpoint algorithm, another round of plus or minus algorithm.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:80271
    • 提供者:程倩
  1. 计算机图形学小项目

    1下载:
  2. 实现了 DAA画线法画直 (1) 中点画线法画圆(输入x坐标,y坐标,圆心) (必做) (2) 二维区域填充(四向种子填充颜色算法) (选作) (3) 直线裁减(任选一种) (必做) (4) 贝塞尔曲线(输入四个控制点,或者直接用鼠标点,要求坐标会随右键显示)(必做) -realized DAA painting painting straight line method (1) dotted line method Circle (input coordinates x,
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:89469
    • 提供者:韩为
  1. 种子填色算法

    0下载:
  2. 这是计算机图形学当中的一个绘图程序,希望会对图形学热爱者有所帮助。-This is the computer graphics which a mapping procedure, hoping graphics enthusiasts will be helpful.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:27489
    • 提供者:
  1. 扫描线填色算法

    0下载:
  2. 这是一个用c++编写出来的计算机图形学中的绘图算法,希望能给读者带来帮助。-This is a c + + with the preparation of the computer graphics mapping algorithm, in hopes of giving the readers to help.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:32869
    • 提供者:
  1. 图形的生成

    0下载:
  2. 实现二维基本图元直线段生成的基本算法(DDA,中点法,Bresenham)实现二维基本图元圆弧/椭圆圆弧生成的基本算法(中点法)实现对线型线宽的属性的控制实现二维多边形扫描转换的扫描线算法实现二维多边形扫描转换的边缘填充算法或栅栏填充算法实现二维连通区域填充的扫描线种子填充算法(四连通或八连通)实现二维直线段裁剪的Cohen-Sutherland裁剪算法和中点分割裁剪算法-basic 2D linear map of the yuan generated by the basic algorit
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:228823
    • 提供者:张伟
  1. 橡皮筋算法和多边形填充算法

    1下载:
  2. 计算机图形学中的橡皮筋算法和多边形填充算法,使用vc编写.-computer graphics algorithms and the rubber-band polygon filling algorithm, vc prepared.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:59559
    • 提供者:
  1. VC6DrawBezier

    1下载:
  2. 这是用VC6.0编写的绘制三次Bezier曲线的程序,使用MFC框架文档视图结构。程序除实现三次Bezier曲线的绘制,还实现了点,直线,圆的绘制,可做为学习计算机图形算法的参考。与其它Bezier曲线绘制程序的不同是,本程序实现了Bezier曲线上型值点的计算显示。程序中编写了Bezier曲线类来完成Bezier曲线的绘制,并能对绘制的曲线数据进行保存与打开。对学习文件操作也有一定帮助。这是我第一次上传源码,有什么不妥之处还请管理员指点。谢谢!-VC6.0 prepared by the cu
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:174818
    • 提供者:王占辉
  1. 231048hh

    0下载:
  2. 很有用的 计算机图形算法演示,介绍了常用的图形算法
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:442388
    • 提供者:龙睿
  1. 计算机图形算法

    0下载:
  2. 用VC++编的计算机图形算法-with VC + + series of the computer graphics algorithms
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:29131
    • 提供者:ddd
  1. 计算机图形学算法演示系统

    0下载:
  2. 计算机图形学部分算法演示系统:包括:直线,圆,Bezier曲线,直线裁剪算法。-some algorithm in computer graphics presentation systems : including : straight lines, circles, Bezier curves, straight cutting algorithm.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:80666
    • 提供者:cwm_awt
  1. 直线圆的生成算法(计算机0204班张冀川23号)

    0下载:
  2. c语言绘图程序 输入参数即可花图形(直线圆)-mapping procedures input parameters can be spent graphics (line Yuan)
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:56728
    • 提供者:张冀川
  1. [计算机图形学]画图v0.12b

    1下载:
  2. 计算机图形学中,使用中点算法绘画直线条的算法,在vc中实现,可用鼠标操作画线,且有动态效果-computer graphics, the use of line drawing algorithm midpoint of the algorithm to achieve the vc, can be used to operate the mouse to draw lines and have dynamic effects
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:39276
    • 提供者:葳蕤
  1. seedfill算法

    0下载:
  2. 计算机图形学的seedfill算法,运行在tubroC上,通过按键进行填充-seedfill of computer graphics algorithms running on tubroC, through buttons for filling
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:20240
    • 提供者:陈哈
  1. 计算机图形学的电子书

    1下载:
  2. 第1章 绪论 第2章 光栅图形学 第3章 几何造型技术 第4章 真实感图形学 第5章 OpenGL与VRML 第6章 附录—图形变换
  3. 所属分类:绘图程序

    • 发布日期:2009-03-20
    • 文件大小:3184155
    • 提供者:mady0505
  1. 图形图像

    0下载:
  2. 用MFC编写的中点直线,DDA直线,Bresenham圆,正负圆算法实现
  3. 所属分类:绘图程序

    • 发布日期:2011-03-19
    • 文件大小:38827
    • 提供者:darkljdnulung
  1. erweicaijian.rar

    0下载:
  2. 实现鼠标点击绘制出矩形和直线,然后用梁友栋算法进行的二维图形裁剪,The realization of a mouse click rectangle and draw a straight line, and then You-Xin Liang Dong algorithm using two-dimensional graphics cutting
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-19
    • 文件大小:46800
    • 提供者:yuyan
  1. 计算机图形学实验

    0下载:
  2. B氏画线算法,中心画圆算法,中心画椭圆算法,优质的UI界面(Draw a line, draw a circle, and draw an ellipse)
  3. 所属分类:绘图程序

    • 发布日期:2018-01-08
    • 文件大小:37128192
    • 提供者:asjkfhsdkjf
  1. 图形学

    0下载:
  2. 本人自己写的图形学文件,在vs2010上可以运行(配置openGL环境),包含生成直线,圆,和线段裁剪算法。(My own graphics file, on VS2010, can run (configure the openGL environment), including the generation of straight line, circle, and line clipping algorithm.)
  3. 所属分类:绘图程序

  1. 案例7-多边形边缘填充算法

    1下载:
  2. MFC图形学 多边形边缘填充算法 直接用VC打开编译即可运行(MFC graphics polygon edge fill algorithm can be run directly by VC.)
  3. 所属分类:绘图程序

    • 发布日期:2018-05-01
    • 文件大小:428032
    • 提供者:冯泽涛
« 12 3 4 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com