搜索资源列表

  1. Graphic

    0下载:
  2. 使用C语言编写的一些简单的图形算法基础,其中有中点直线算法,中点画圆,种子填充和裁剪算法。-Using the C language written in the basis of some simple graph algorithms, including the midpoint of a straight line algorithms, the mid-point Circle, seed filling and clipp
  3. 所属分类:绘图程序

    • 发布日期:2024-05-16
    • 文件大小:58368
    • 提供者:周拓
  1. MATLAB

    0下载:
  2. 计算机图形学的实验代码。直线的DDA,中点,Bresenham画线,中点画圆,Bresenham画线,椭圆,图形变换代码-MATLAB DDA Bresenham
  3. 所属分类:图形图象

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:
  1. drawcircle

    0下载:
  2. 用中点画圆算法画个整圆,在c++里用opengl实现-Draw a circle with the midpoint algorithm for drawing a full circle
  3. 所属分类:OpenGL

    • 发布日期:2024-05-16
    • 文件大小:11264
    • 提供者:jjs
  1. MidLineCircle

    0下载:
  2. 用中点画圆算法实现计算机图形学里面的画圆任务-Draw a circle with the midpoint algorithm to draw a circle inside the task of computer graphics
  3. 所属分类:绘图程序

    • 发布日期:2024-05-16
    • 文件大小:1939456
    • 提供者:潘红
  1. opengltext

    0下载:
  2. 实现中点画圆,画线,画椭圆,DDA画线,以及bresenham画线,画圆.-To achieve the midpoint of a circle, draw lines, draw ellipse, DDA line drawing, and bresenham drawing lines, circles.
  3. 所属分类:OpenGL

    • 发布日期:2024-05-16
    • 文件大小:399360
    • 提供者:汤姚
  1. matlab_round

    0下载:
  2. 用matlab编写中点画圆算法的程序,原理是:先从(0,R)点画第二个八分之一圆,再利用圆的八对称性,可画出其余七个八分之一圆。- Compiles the center point makeing a circle algorithm with matlab the procedure
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:4096
    • 提供者:静思
  1. MidLine-Bresenham

    0下载:
  2. 中点画线,中点画圆与Bresenham法画线,画圆 -The dotted line, the midpoint circle drawing a line with the Bresenham method, circle
  3. 所属分类:图形图象

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:教授
  1. Med_Circle

    0下载:
  2. 本程序是在VC++环境下用OpenGL实现中点画圆-circle
  3. 所属分类:OpenGL

    • 发布日期:2024-05-16
    • 文件大小:103424
    • 提供者:lian
  1. tuxingxue

    0下载:
  2. 直线 算法:(DDA)算法和Bresenham算法 操作:选择菜单“基本图形绘制”——“直线”——“Bresenham(DDA)” 鼠标左键点击窗口,拖动鼠标,显示橡皮线,松开鼠标左键,绘出 直线。可以连续绘制,直至选择其他的选项。 连续画线 操作:连续点击鼠标左键,并移动鼠标,鼠标移动到起始点是,鼠标成十 字形,点下鼠标左键,将得到一个封闭的多边形。如果在窗口任何 地方点击右键,将停止连续
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-16
    • 文件大小:4082688
    • 提供者:李嘉诚
  1. MidCircle

    0下载:
  2. 使用中点画圆算法,应用鼠标响应,确定中心和半径,就可以拖动鼠标画出我们需要的圆-Using the midpoint circle algorithm, application mouse response, determine the center and radius, you can drag the mouse to draw the circle we need
  3. 所属分类:绘图程序

    • 发布日期:2024-05-16
    • 文件大小:1940480
    • 提供者:塞壬
  1. jmjhb

    0下载:
  2. 用中点画圆算法或者Bresenham算法画圆 -Bresenham midpoint circle algorithm or the use of circle algorithm
  3. 所属分类:绘图程序

    • 发布日期:2024-05-16
    • 文件大小:105472
    • 提供者:陈列
  1. Graphics

    0下载:
  2. 本程序用java实现中点画线、中点画圆、中点画椭圆以及多边形的扫描转换。-Implementation of this program by java dotted line, the midpoint circle, the dotted oval, and scan conversion of polygons.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-16
    • 文件大小:77824
    • 提供者:王阳
  1. Graphics-generation-and-filling

    0下载:
  2. 基本图形的生成与填充VC源码。实现了: 1,点与直线生成算法(数值微分法(DDA算法),中点画线法,Bresenham画线法)。 2,圆的生成算法(中点画圆算法,Bresenham画圆算法)。 3,椭圆生成算法。 4,区域填充(种子填充算法,扫描线填充算法)。 5,汉字的显示技术。 6,曲线的生成(最小二乘直线拟合,三次Bezier直线生成,任意次Bezier直线生成 )。-Basic graphics gene
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:4493312
    • 提供者:
  1. Draw

    0下载:
  2. java 仿windows 画图 中点画圆算法,中点画线算法,边界剪裁,多边形平移-java midpoint circle drawing algorithm imitation windows, the dotted line algorithm, the boundary cut, polygon translation
  3. 所属分类:绘图程序

    • 发布日期:2024-05-16
    • 文件大小:28672
    • 提供者:orange_wang
  1. FileZilla_3.5.0_win32

    0下载:
  2. dda算法指导说明,参考作用,一二三,dda算法,中点划线算法,等等。中点画圆算法-dda algorithm instructions, reference, 123, dda algorithm, crossed the midpoint algorithm, and so on. Midpoint circle algorithm, etc., etc.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:6787072
    • 提供者:yangbao
  1. Points-Circle

    0下载:
  2. 通过中点画圆算法画一个圆,但有一些缺陷,希望对大家有用。-Midpoint circle algorithm by drawing a circle, but there are some shortcomings, I hope useful.
  3. 所属分类:OpenGL

    • 发布日期:2024-05-16
    • 文件大小:288768
    • 提供者:王海强
  1. Zhaojuan

    0下载:
  2. 计算机图形基本图形算法:DDA,Breasenham画线法,中点画圆,中点画椭圆,递归种子填充,简单种子填充-Computer graphics, basic graphics algorithms
  3. 所属分类:绘图程序

    • 发布日期:2024-05-16
    • 文件大小:63488
    • 提供者:赵娟
  1. MidpointCircle

    0下载:
  2. 中点画圆算法,测试通过,绝对保证一定无误。-Middle Circle
  3. 所属分类:OpenGL

    • 发布日期:2024-05-16
    • 文件大小:98304
    • 提供者:chen
  1. MiddlePointCycle

    0下载:
  2. 用MFC实现中点画圆 用MFC实现中点画圆在对话框中输入圆和半径-use mfc to draw a cycle by middle point
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-16
    • 文件大小:1966080
    • 提供者:蔡峰磊
  1. xaut

    0下载:
  2. 中点画圆完整程序,在vc环境中实现,希望对于初学图形的同学有帮助-Complete picture of a program
  3. 所属分类:绘图程序

    • 发布日期:2024-05-16
    • 文件大小:36864
    • 提供者:wangwengang
« 1 2 3 4 5 67 8 9 10 11 »

源码中国 www.ymcn.org