搜索资源列表

  1. DrawCircle

    0下载:
  2. 输入半径及等分点数便可画出相应的圆并且将等分点两两相连(供初学者参考)-radius and the importation of sub-division will draw the corresponding circle will be broken down and on February 2 points connected (for advanced users)
  3. 所属分类:图形图象

    • 发布日期:2024-05-09
    • 文件大小:29696
    • 提供者:wzs
  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-05-09
    • 文件大小:211968
    • 提供者:邹文科
  1. console_graphic

    0下载:
  2. 用控制台程序(Console project)实现计算机图形学的基本图形,其中Bresenham为Bresenham算法画线的项目,输入起点和终点;dda为DDA算法画直线的项目,输入起点和终点;mid_point为中点画线法的项目,输入起点和终点;Bres_circle为根据Bresenham算法画圆,输入圆心点和半径; midpoint_circle为中点画圆法,包括填充,输入圆心点和半径;midpointEllipse为中点画
  3. 所属分类:绘图程序

    • 发布日期:2024-05-09
    • 文件大小:1744896
    • 提供者:李文
  1. MidPointCircle

    0下载:
  2. 将一个半圆用点画出来,而不是使用画圆函数,其中使用了一个确定点位置的算法-A semicircle with stipple out, rather than using drawcircle function, which uses a point location algorithm to determine
  3. 所属分类:分形几何

    • 发布日期:2024-05-09
    • 文件大小:227328
    • 提供者:沈松剑
  1. DDraw_graphics

    0下载:
  2. 用DirectDraw做出的图形学例子,有画线,画圆,贴图等-Graphics made using DirectDraw example, has painted lines, drawcircle, mapping, etc.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-09
    • 文件大小:270336
    • 提供者:杰迪
  1. vc++draw

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

    • 发布日期:2024-05-09
    • 文件大小:5160960
    • 提供者:姜胜
  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-05-09
    • 文件大小:2037760
    • 提供者:罗格
  1. T6963forC51

    0下载:
  2. C语言编写的T6963驱动,可以分页显示(最大8页),带页复制、画点、画线(横线、竖线、斜线)、画圆、ASCII字符写入、图形写入(点写入或字节写入方式)。-C language T6963 drive, you can display page (maximum 8), with page reproduction, painting, the painting line (horizontal, vertical, diagonal
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-09
    • 文件大小:4096
    • 提供者:周长盛
  1. T6963_driver_C8051F040

    0下载:
  2. 以C8051F040为平台,对东芝LCD驱动器T6963,进行底层及中间层驱动操作,完成写汉字,ASCII码,刷图,画点,画线,画圆操作-C8051F040 as a platform to the Toshiba LCD drive T6963, for the bottom and middle layer drive operation, the completion of written Chinese characters,
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-09
    • 文件大小:8192
    • 提供者:薛佳元
  1. graphics

    0下载:
  2. 用java语言实现的在任意点画圆和画线的程序。可以选择圆的圆点和半径,可以选择线的粗细,起始终止坐标,实线虚线等。-Using java language in any point and drawing a line drawcircle procedures. Can choose a circle and the radius of dots, you can choose the line thickness, the init
  3. 所属分类:绘图程序

    • 发布日期:2024-05-09
    • 文件大小:13312
    • 提供者:鹏鹏
  1. seedfill

    0下载:
  2. 使用扫描线种子填充算法实现400×400的圆的填充,该算法用中点画圆法对原算法进行了优化,实现效率明显提高。-The use of scan line seed fill algorithm to achieve 400 × 400 of a circle filling, the algorithm using the midpoint of the original algorithm drawcircle optimized to
  3. 所属分类:OpenGL

    • 发布日期:2024-05-09
    • 文件大小:1344512
    • 提供者:wxy
  1. ddanew1

    0下载:
  2. 实现三种画线方法及画圆,DDA画线,中点画线,BRESENHAM画线法,可画任意直线及圆弧和圆-Draw a line to achieve the three methods and drawcircle, DDA painting line, in line stipple, BRESENHAM Line Act, may be painting a straight line and arc and arbitrary round
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-09
    • 文件大小:1936384
    • 提供者:yanzi
  1. DrawCircle

    0下载:
  2. 自己用mfc写的画圆程序,在VC2005上编写。并有拖动的功能。可以选择圆的填充颜色。-Their use mfc drawcircle written procedures, prepared in VC2005. And drag functions. Can choose the color-filled circle.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-09
    • 文件大小:56320
    • 提供者:zhmaol
  1. drawCircle

    0下载:
  2. 计算机图形学 画圆算法 bresenham-Computer Graphics drawcircle Bresenham algorithm
  3. 所属分类:绘图程序

    • 发布日期:2024-05-09
    • 文件大小:1895424
    • 提供者:sfdlkwqe
  1. draw

    0下载:
  2. mpl.add(new MenuItem("DDA画线")) mpl.add(new MenuItem("中点画线")) mpl.add(new MenuItem("Bresenham画线")) mpl.addActionListener(this) mp2=new Menu("画圆") mp.add(mp2) mp2.add(new MenuItem("公式法画圆"))
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-09
    • 文件大小:6144
    • 提供者:李默
  1. drawcircle

    0下载:
  2. if(e.getActionCommand()=="参数法画圆"){ p=11 } } //actionPerformed //实现接口WindowListener的所有方法,用于处理发生在窗口上的事件 public void windowClosing(WindowEvent e)-if (e.getActionCommand ()== drawci
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:李默
  1. draw

    0下载:
  2. 计算机图形学 此系统由本人独自开发; CGraph类中是画图函数; 画直线: DDA算法 中点Bresenham算法 改进的Bresenham算法 画圆: 中点Bresenham算法 画椭圆: 中点Bresenham算法-Computer graphics system developed by me alone CGraph class is drawing
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-09
    • 文件大小:1991680
    • 提供者:
  1. DrawCircle

    0下载:
  2. 在一幅图像上画圆,可以输入二值或灰度图像-Drawcircle in an image, you can enter binary or gray image
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:wangqi
  1. DrawCircle

    0下载:
  2. 使用MATLAB 6.5开发,圆弧的扫描转换算法,中点画圆法画圆。-The development of the use of MATLAB 6.5, the scan conversion algorithm arc, the midpoint drawcircle drawcircle.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:流星
  1. DrawCircle

    0下载:
  2. 用Vc实现画圆和其他函数的绘图,图像的变换的内容希望对大家有帮助-Drawcircle with Vc and other functions to achieve the mapping, change the content of images for all of us want to help
  3. 所属分类:Windows编程

    • 发布日期:2024-05-09
    • 文件大小:53248
    • 提供者:wangjiancun
« 12 3 4 5 6 7 8 9 10 ... 14 »

源码中国 www.ymcn.org