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

搜索资源列表

  1. midpointEllipse

    0下载:
  2. 中点椭圆生成算法-midpoint oval Algorithm
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:28007
    • 提供者:尹章才
  1. GraphsWork

    0下载:
  2. 这是一个中点法画线程序,可以选择直线的颜色,线形,粗细,均由本人自己编写,没有用到直线类.-This is the midpoint of a line drawing procedure law, we can choose the color line, the line, thickness, by my own preparation, did not use the linear type.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:64063
    • 提供者:吴明
  1. midcut

    0下载:
  2. 中点分割裁减算法的实现,VC++,左键画出任意条直线,右键画出矩形进行裁减-midpoint of the segmentation algorithm to achieve reductions, VC + +, painted arbitrary menu of straight lines, right-painted rectangle for the reduction
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:45264
    • 提供者:郑晓峰
  1. 12123

    0下载:
  2. 计算机图形学实验,中点画圆法画圆,c++,win下,-computer graphics experiment, the midpoint drawcircle Circle, c, win,
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:34030
    • 提供者:许斌
  1. 0372244

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

    • 发布日期:2008-10-13
    • 文件大小:78707
    • 提供者:许斌
  1. 58941

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

    • 发布日期:2008-10-13
    • 文件大小:12007
    • 提供者:徐琼霞
  1. jichengshili

    0下载:
  2. 用java实现继承实例,主要是坐标中点的实现还有测试用例-with java achieve inheritance example, the midpoint of the coordinates is also achieving Test
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1075
    • 提供者:杨海亮
  1. 200609271917135740

    0下载:
  2. 圆/椭圆圆弧生成的中点算法C++源代码,实验模拟的-round / oval arc midpoint algorithm generated C source code, the simulation experiments
  3. 所属分类:分形几何

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

    0下载:
  2. 根据多边形区域的填充原理可以推广到圆域的填充,由于圆的特殊属性,即可根据任何欲填充的像素点与圆心的距离是否大于或小于半径来判断是否在圆内或圆外,具体实现程序如下; 利用中点画圆算法实现边界程序: void CArea_FillData::MidpointCircle(int xc, int yc, int r, int color) {//画八分之一的圆 int x,y,d x=0 y=r d=1-r WholeCircle(xc,yc,x,y,color
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:81758
    • 提供者:周林
  1. midpointcircle-coding

    0下载:
  2. 自己用C语言编写的中点画圆算法,根据用户输入的圆心坐标和半径画出相应的圆形。-own use C language prepared by the midpoint drawcircle algorithm, According to user input center coordinates and radius of the circle corresponding paint.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:32232
    • 提供者:ffff
  1. colorcircle

    0下载:
  2. 用C语言实现的中点画圆算法,并根据扫描线种子填充算法来填充圆形。-C Language Circle the midpoint algorithm, and in accordance with scanning lines seed fill algorithm to fill round.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:34436
    • 提供者:ffff
  1. GuangShanHuiTuYanShi

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

    • 发布日期:2008-10-13
    • 文件大小:34529
    • 提供者:张楠
  1. areafill

    0下载:
  2. 图形学中进行多边形的区域填充.使用VB.先自行取点画多边形-polygon graphics for the regional filling. VB. Midpoint first to choose their own polygon
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:26915
    • 提供者:clara
  1. AlgOfBezier

    0下载:
  2. 此程序实现了bezier曲线的生成算法,分别利用了递归算法和中点插算法。开发环境为VS2003-this program achieved a bezier curve generation algorithm, namely the use of recursive algorithm and the midpoint interpolation algorithm. Development Environment for VS2003
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:181605
    • 提供者:雷恩
  1. fractal7and10

    0下载:
  2. 《分形算法与程序设计——Visual C++实现》的第七章和第十章源码 包括一维元胞自动机生成的Sierpinski三角形、随机分布的Sierpinski三角形、二维元胞自动机小程序源代码、DLA模型源代码、用DLA模型模拟植物的生长源代码、原点演化圆形边界的DLA程序源垂直演化折线干预的DLA程序源代码、垂直演化汉字干预的DLA程序源代码。 随机中点位移法生成山源代码、三维空间中的分形插值算法源代码-"fractal algorithm and program design
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:491989
    • 提供者:郝丽丽
  1. CMidPointLine

    0下载:
  2. C语言,用中点画线法做的一个小程序。画一条线.-C language, the adoption of Midpoint method to do a small procedure. Painting a line.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:23689
    • 提供者:syh
  1. yangke

    0下载:
  2. 这个是我计算机图形学的实验的源代码, 包括中点画线 画圆,Bresenham 画线 画圆, 种子扫描填充区域, 三角形图形基本3种变换,附 实验报告-this my computer graphics of the source code, including Midpoint Circle Line, Circle Bresenham line drawing, scanning seed filling regional triangle three basic types of g
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:168821
    • 提供者:杨科
  1. circlewintc

    0下载:
  2. c 语言实现的画圆的程序。包括中点画圆算法和正负画圆算法。-c Language Circle procedures. Including the midpoint algorithm and positron Circle Circle algorithm.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1404
    • 提供者:望还
  1. BIGDrawing

    0下载:
  2. 实现了中点画线和中点画圆算法 -realized the Midpoint Circle Line and the midpoint algorithm realized the Midpoint Circle Line and the midpoint algorithm
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:59171
    • 提供者:caojun
  1. 20061121

    0下载:
  2. 此源代码是介绍中点位移算法,并且能够运行显示结果-this source code is on the midpoint displacement algorithm, and can run results show
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:58170
    • 提供者:杨秋波
« 1 2 3 45 6 7 8 9 10 ... 24 »
搜珍网 www.dssz.com