搜索资源列表

  1. 20061112238558

    0下载:
  2. 环境配置:系统装有jre运行环境。 使用说明: 1.双击drawer.jar文件,应用程序即可运行。 2.单击“Oval”按钮,拖动鼠标,可以在画图板上画圆。 3.单击“Triangle”按钮,拖动鼠标,可以在画图板上画等边三角形。 4.单击“Clear”按钮,画图板清屏。 5.单击“Exitl”按钮,程序退出。-environment configuration : System with jre operat
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:40960
    • 提供者:talent
  1. caiyuan

    0下载:
  2. 这是计算机图形学中的一个实验,使用VC++编写,功能是实现用菜单和鼠标交互式画圆。-This is the computer graphics an experiment, the use of VC preparation, function is using interactive menus and mouse Circle.
  3. 所属分类:绘图程序

    • 发布日期:2024-04-29
    • 文件大小:44032
    • 提供者:苏艳
  1. DrawPrjPro3

    0下载:
  2. mfc 做的画图板 能画圆 直线斜线 长方形 还能放大缩小 -mfc do drawing board to slash rectangular Circle Line can zooming
  3. 所属分类:Windows编程

    • 发布日期:2024-04-29
    • 文件大小:76800
    • 提供者:zhao
  1. tuxinglicheng

    0下载:
  2. 图形学实验的一些例程 包括画直线的算法,画圆,裁剪, 涉及到位图,GDI+,等-graphics routines including some paintings linear algorithms, Circle, cutting, involving plans in place, GDI, etc.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-04-29
    • 文件大小:153600
    • 提供者:钟超
  1. Ellipticalscanningconversionandachieve

    0下载:
  2. 中点Bresenham画圆算法扫描转换的基本原理,用C语言编程实现这个算法。本算法只讨论圆心位于坐标原点的圆。-midpoint Bresenham algorithm scan conversion Circle to the basic principles C language programming algorithm to achieve this. The algorithm is discussed only at the
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-04-29
    • 文件大小:7168
    • 提供者:管声俊
  1. 0372244

    0下载:
  2. 中点画圆,bresenham画圆,中点画线,bresenham画仙,-midpoint Circle, bresenham Circle, Stipples line bresenham painting cents
  3. 所属分类:绘图程序

    • 发布日期:2024-04-29
    • 文件大小:78848
    • 提供者:许斌
  1. 58941

    0下载:
  2. 中点画圆,直线,bresenham画圆以及直线-midpoint Circle, Line, Circle and straight bresenham
  3. 所属分类:绘图程序

    • 发布日期:2024-04-29
    • 文件大小:13312
    • 提供者:徐琼霞
  1. GuangShanHuiTuYanShi

    0下载:
  2. 这是计算机图形学课程设计程序,实现Breasham、中点、数值微分画线画圆,种子填充、活化边表填充、边填充、Sutherland线段裁减、中点线段裁减、Liang-Basky线段裁减。-This is the computer graphics curriculum design procedures, Breasham, midpoint, numerical differential line drawing Circle, see
  3. 所属分类:绘图程序

    • 发布日期:2024-04-29
    • 文件大小:33792
    • 提供者:张楠
  1. ComputerGraphicsVc++Res

    0下载:
  2. 计算机图形学的编程实践,包括画直线、反走样直线、画圆、 画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于 精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做 通用处理。-computer graphics programming practice, including line drawing, anti-aliasing line, Circle, painted ova
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-29
    • 文件大小:343040
    • 提供者:牛牛
  1. Computer_Graphics_Algorithm

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

    • 发布日期:2024-04-29
    • 文件大小:724992
    • 提供者:青海长云
  1. CRtion123

    0下载:
  2. 用c++编写的画圆程序,能直接运行!真是太棒 了-c prepared with the Circle process, can directly run! Really terrific
  3. 所属分类:书籍源码

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:ad
  1. opengl_circle

    0下载:
  2. 早OPENGL中用逼近的方法画圆,工具是vc++,我刚学opengl,还有很多不懂的地方,希望和大家交流。-early OpenGL used approximation methods Circle, the tool is the vc, I just learning opengl, There are many who do not understand, and we hope that the exchanges.
  3. 所属分类:OpenGL

    • 发布日期:2024-04-29
    • 文件大小:39936
    • 提供者:蓝西
  1. Bresenham_Circle

    0下载:
  2. 本程序实现了Bresenham的画圆算法,并且在此基础上实现了圆的填充-the realization of the Circle Bresenham algorithm, and on this basis to achieve a round filled
  3. 所属分类:绘图程序

    • 发布日期:2024-04-29
    • 文件大小:69632
    • 提供者:李真
  1. threeSamplesForOpenGL

    0下载:
  2. 第一个是分别用Bresenham和DDA算法画直线,第二个是画圆算法,第三个是cohen-sutherland算法的实现-respectively DDA Bresenham algorithm and line drawing, and the second is drawcircle algorithm, Cohen is the third-Algorithm of sutherland
  3. 所属分类:OpenGL

    • 发布日期:2024-04-29
    • 文件大小:211968
    • 提供者:邹文科
  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
  3. 所属分类:DirextX编程

    • 发布日期:2024-04-29
    • 文件大小:1862656
    • 提供者:付金
  1. OpenGL198412

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

    • 发布日期:2024-04-29
    • 文件大小:7168
    • 提供者:yue
  1. vc++draw

    2下载:
  2. 简单绘图,能实现画圆,画椭圆,直线,vc++环境开发 -Simple drawings, to achieve drawcircle, painted oval, linear, vc++ Environment
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-29
    • 文件大小:5160960
    • 提供者:姜胜
  1. hua_yuan

    0下载:
  2. 用MFC做的画圆程序 用MFC做的画圆程序-Drawcircle use MFC to do the procedure of using MFC to do drawcircle procedures make use of MFC
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-04-29
    • 文件大小:8192
    • 提供者:胡添竹
  1. ball

    0下载:
  2. MFC OpenGL 通过曲线函数直接画圆。主要是熟悉OpenGL初始设置和对二维曲线的应用!-MFC OpenGL function through direct drawcircle curve. OpenGL is mainly familiar with the initial set-up and application of two-dimensional curve!
  3. 所属分类:OpenGL

    • 发布日期:2024-04-29
    • 文件大小:2037760
    • 提供者:罗格
  1. Bres_Circle

    0下载:
  2. 给出计算机画圆的最基本方法 本程序现实画5个同心圆,圆心及半径已经设定-Given the most basic methods of computer drawcircle realistic paintings of this procedure five concentric circles, the center and radius has been set
  3. 所属分类:绘图程序

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:haizi
« 1 2 34 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org