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

搜索资源列表

  1. Graph1.6

    0下载:
  2. 画图程序 ,能够画圆直线 矩形 并能对圆矩形进行填充-drawing program to Circle Line rectangular and is able to conduct a round rectangle filled
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:72876
    • 提供者:kdl
  1. 20211676140200612281753186387988

    0下载:
  2. 我对计算机图形学的编程实践,包括画直线、反走样直线、画圆、 画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于 精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做 通用处理。解压缩后建立gui16目录,在其下有原代码和工程文件。在gui16下建立 release目录,其下有一可执行文件及其所须的位图及模型文件。如在release目录之 外执行程序,必须复制所需位图及模型文件。 必须复制的文件: Choppe
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:31504
    • 提供者:胡波
  1. AdvancedComputerGraphic

    0下载:
  2. 画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图-painting line, anti-aliasing line, Circle, painted oval, rectangular painting, drawing polygon, rectangle filling, polygon filling, 3D transformation, lighting, map
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:2434931
    • 提供者:wangli
  1. 3Dimageprogramming

    0下载:
  2. 原代码下载,我对计算机图形学的编程实践,包括画直线、反走样直线、画圆、 画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于 精力有限,未对原码做任何注释。-download the original code, the computer graphics programming practice, including line drawing, anti-aliasing line, Circle. painted oval, rectangular pain
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2447043
    • 提供者:kuki0702
  1. Gui_e

    0下载:
  2. zlg 的GUI实例,包括嵌入式系统的窗口、菜单、画圆、直线、椭圆、矩形等。-zlg GUI examples, including the Embedded System window, menu, Circle, a straight line, oval, rectangle, and so on.
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:92412
    • 提供者:wp70
  1. 0_Bresenham_circle

    1下载:
  2. Bresenham_circle一个Bresenham算法画圆 的方法,希望对图形学课程学习的有所帮助-Bresenham_circle a Bresenham algorithm Circle method hope to learn the graphics help
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:980
    • 提供者:rosie
  1. tuxingxueshiyan1

    1下载:
  2. 《计算机图形学》 实验一 基本图形的生成 实验目的: 1、编写直线的DDA和Bresenham算法的实现程序,验证算法的正确性。 2、编写圆的Bresenham算法或中点算法的实现程序,验证算法的正确性。 3、用多边形的扫描线填充算法对一多边形进行填充,验证算法的正确性。 4、使用Cohen-Sutherland算法裁减二维线段或使用Sutherland-Hodgman算法对多边形进行裁减,验证算法的正确性。 5、通过算法的编写,切实掌握图形学中直线和圆生成的原理以及
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:44947
    • 提供者:fisherman
  1. GraphicsDesign

    0下载:
  2. 计算机图形学做的课程设计, 主要有画线、画圆、画曲线、画球-do computer graphics courses, designed a line drawing, Circle, painting curve ball painting, etc.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:51511
    • 提供者:nimeda
  1. JPaint

    0下载:
  2. 本程序主要是实现了画圆以及几何图形的图形编辑器,希望能给爱好用JAVA编辑图形的朋友有所帮助.-this procedure is a major Circle geometry and graphics editor, hope that they will be using Java-loving friends graphics editing help.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:5929
    • 提供者:陈军
  1. MyCirclesView

    0下载:
  2. 给定坐标和半径画圆, 给定坐标和半径画圆,给定坐标和半径画圆-given coordinates and radius Circle, given coordinates and radius Circle. given coordinates and radius Circle
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1323
    • 提供者:孙凤娟
  1. 0102050202

    0下载:
  2. 计算机图形学设计,实现画线、画圆、画多边形,用DDA算法实现画线,用Bresenham 算法实现画圆。还有实现区域的填充和多边形的裁剪,填充用种子填充算法,多边形的裁剪用的是Sutherland_Hodgman算法!本程序只是实现这些算法,如要使用,还可以进行完善!谢谢!-computer graphics design, realization of line drawing, Circle, drawing polygons, DDA algorithm used for line draw
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:56188
    • 提供者:张建
  1. DrawPaintCode

    0下载:
  2. 代码实现了计算机图形学中画线算法(包括DDA,中点法,Bresenham)以及画圆算法(包括中点法,Bresenham)以及多边形的填充(包括边填充,种子填充,扫描填充)多边形的二维变换,多边形的裁减等功能.根据不同的控件进行选择,然后实现各算法.-code realized the computer graphics line drawing algorithm (including DDA, the midpoint method, Bresenham) and Circle algorit
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:229613
    • 提供者:刘晴
  1. Circle_Picture

    0下载:
  2. 这是一个简单的画圆功能,主要让用户学会如何利用Windows提供的画图工具,用户单击鼠标右键则会弹出对话框选择线宽,在菜单上也设计了圆的颜色选择菜单。-This is a simple function of the Circle. mainly for users to learn how to use Windows for the drawing tools, Users right-click pop-up dialog box will be chosen linewidth, the
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:38620
    • 提供者:刘海涛
  1. gui3d

    0下载:
  2. 程序是基于d3d开发的,开发工具vc++,包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等-are based on d3d development, development tools vc, including line drawing, anti-aliasing line, Circle. painted oval, rectangular painting, drawing polygon, rectangle filling, po
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:1551116
    • 提供者:付金
  1. MFC_SDI

    0下载:
  2. 本软件实现多种功能,可以简单绘图,比如画线,画圆,画矩形,而且内嵌一播放器,可播放WAV,MIDI,AVI三种多媒体文件,效果可爱,欢迎交流-the software to achieve a variety of functional and simple drawings, such as painting lines, the Circle, rectangular paintings, but incorporates a player, broadcast WAV, MIDI, AVI
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:55187
    • 提供者:吴健雄
  1. drawcircle

    0下载:
  2. 一个简单的源码 实现画圆功能 图形学实验1drawcicle-a simple source to achieve functional graphics Circle experimental 1drawcicle
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1985692
    • 提供者:qip
  1. OpenGL198412

    0下载:
  2. OPenGL作业,基于控制台的OpenGL画圆的程序.-OpenGL operations, the OpenGL-based console Circle procedures.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:7600
    • 提供者:yue
  1. GRAPHICS2

    0下载:
  2. c语言环境下的教程 画圆综合-under the Comprehensive Guide Circle
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:2657
    • 提供者:王宝金
  1. GraphLib

    0下载:
  2. 给出一个矩型框,画圆的算法-is a rectangular frame, the algorithm Circle
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:12386
    • 提供者:文晋
  1. gui16

    0下载:
  2. 本原代码集是我对计算机图形学的编程实践,包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等-primitive code sets for my computer graphics programming practice, including painting line, anti-aliasing straight Circle, painted oval, rectangular painting, drawing polygon, rec
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2434931
    • 提供者:卢峰
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com