搜索资源列表

  1. 中点算法

    0下载:
  2. 扫描转换直线段的中点算法、描转换圆弧的中点算法和扫描转换椭圆弧的中点算法-linear scan conversion of the midpoint algorithm depiction of the mid-point arc conversion algorithm and scan conversion ellipse the midpoint algorithm
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-23
    • 文件大小:23552
    • 提供者:kuld
  1. 图形的生成

    0下载:
  2. 实现二维基本图元直线段生成的基本算法(DDA,中点法,Bresenham)实现二维基本图元圆弧/椭圆圆弧生成的基本算法(中点法)实现对线型线宽的属性的控制实现二维多边形扫描转换的扫描线算法实现二维多边形扫描转换的边缘填充算法或栅栏填充算法实现二维连通区域填充的扫描线种子填充算法(四连通或八连通)实现二维直线段裁剪的Cohen-Sutherland裁剪算法和中点分割裁剪算法-basic 2D linear map of the yuan
  3. 所属分类:绘图程序

    • 发布日期:2024-05-23
    • 文件大小:228352
    • 提供者:张伟
  1. 汇编奥运五环

    0下载:
  2. 汇编实现的奥运五环,采用了中点Bresenham算法即八分法画圆,来实现-compilation achieve the Olympic rings, using the midpoint of the Bresenham algorithm that interval law Circle to achieve
  3. 所属分类:汇编语言

    • 发布日期:2024-05-23
    • 文件大小:2048
    • 提供者:俞薛永
  1. fractal-FBM

    0下载:
  2. 分形里面的随机中点位移法(分形布朗运动),要正常运行程序,必须在机器上装OPEN GL,有原代码,可用于三维地形仿真显示方面,但是缺点是比较占用资源-fractal random inside the midpoint displacement method (FBM), to be normal operating procedures, must be in machinery makeup OPEN GL, the origina
  3. 所属分类:分形几何

    • 发布日期:2024-05-23
    • 文件大小:307200
    • 提供者:天玩
  1. hueituchenxudaquan

    0下载:
  2. 程序的功能: 一、用两种不同算法(DDA法和中点法)画任意直线,输入方式有鼠标取点点法,和对话框输入直线端点法。直线颜色在画线前任意选取。 二、直线的属性控制。可以从对话框中任意输入线宽画直线。还有画虚线的功能,你可以输入虚线中实线部分的长度和空白间隔的长度来画虚线。 三、用两种算法(中点法和正负法)画任意圆。 四、画任意椭圆。画椭圆时限任意取两点确定一矩形,由该矩形确定椭圆的大小。 五、多边形填充。用鼠标
  3. 所属分类:绘图程序

    • 发布日期:2024-05-23
    • 文件大小:1928192
    • 提供者:upcorange
  1. tuxingxuedazouye

    0下载:
  2. 1. 做一个集成的图形界面的程序,可调用每一次作业子程序。 2. 调用画点的函数,用DDA、中点算法画直线和中点算法及正负法画圆和抛物线。 3. 交互式的二维直线求交:如果存在交点,用实心圆显示交点,并用文字显示其坐标。 4. 用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括自行车行走和绕固定点旋转的自旋转物体动画。) 5. 线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边
  3. 所属分类:绘图程序

    • 发布日期:2024-05-23
    • 文件大小:2161664
    • 提供者:张斌
  1. MidCircle

    0下载:
  2. MidCircle 计算机图形学 中点画圆算法-MidCircle computer graphics algorithms midpoint Circle
  3. 所属分类:Windows编程

    • 发布日期:2024-05-23
    • 文件大小:7804928
    • 提供者:tang
  1. zdfgsf

    0下载:
  2. 本程序是个示例程序,主要是演示计算机图形学的裁剪的中点分割算法.-this program is a sample program, mainly computer graphics demonstration of cutting the midpoint segmentation algorithm.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-23
    • 文件大小:17408
    • 提供者:王延芳
  1. drawcrile

    0下载:
  2. 画圆算法!包括中点画圆等各种算法。VC++实现。-Circle algorithm! Including the midpoint Circle various algorithms. VC.
  3. 所属分类:图片显示浏览

    • 发布日期:2024-05-23
    • 文件大小:33792
    • 提供者:小谢
  1. Rj_Window

    0下载:
  2. 计算机专业图形学课程的作业题目 利用中点法设计像素上点对点直线的画法-professional computer graphics courses using the midpoint of operations entitled Design of pixels on the point-to-point line of paint
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-23
    • 文件大小:36864
    • 提供者:ruanjian
  1. TuXingXueZongHeShiXi

    0下载:
  2. 这是我图形学的综合实习程序,里面实现直线的dda算法,中点Bresenham算法,改进Bresenham算法的绘图,椭圆的中点Bresenham算法,圆的八分画圆结合中点Bresemham算法的绘制,并包含了图形的翻转,平移,对称,比例变换,内有说明文档-integrated graphics attachment procedures, straight line inside the dda algorithm, the midpo
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-23
    • 文件大小:10240
    • 提供者:4587
  1. Rectangle11

    0下载:
  2. 任给出4各点的坐标,程序会自动将4个点排序,计算出其边长、周长、中点-the four points given the coordinates, the program will automatically four points, in order to work out their side length, perimeter, the midpoint
  3. 所属分类:其他小程序

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:jj
  1. 2DLineMeta

    0下载:
  2. vc画圆 使用中点算法 消影 抖动-vc Circle midpoint algorithm using video jitter Consumers
  3. 所属分类:Windows编程

    • 发布日期:2024-05-23
    • 文件大小:44032
    • 提供者:王哲
  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-05-23
    • 文件大小:7168
    • 提供者:管声俊
  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. 所属分类:绘图程序

    • 发布日期:2024-05-23
    • 文件大小:45056
    • 提供者:郑晓峰
  1. 12123

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

    • 发布日期:2024-05-23
    • 文件大小:33792
    • 提供者:许斌
  1. 0372244

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

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

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

    • 发布日期:2024-05-23
    • 文件大小:13312
    • 提供者:徐琼霞
  1. jichengshili

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

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:杨海亮
  1. 200609271917135740

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

    • 发布日期:2024-05-23
    • 文件大小:56320
    • 提供者:小小
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 31 »

源码中国 www.ymcn.org