搜索资源列表

  1. Bcircle

    0下载:
  2. 在C++环境下,采用Bresenham画圆算法绘制圆形(计算机图形学的重要算法)-In C++ environment, using Bresenham circle algorithm to draw a circle (an important computer graphics algorithms)
  3. 所属分类:绘图程序

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:yiyi
  1. draw(vc)

    1下载:
  2. VC6.0实现画图功能,包括基本图形:直线(数值微分法、中点画线法,Bresenham画线算法),圆与椭圆(中点画圆法、Bresenham画圆算法、椭圆生成算法),区域填充(边填充算法、种子填充算法、圆与椭圆的填充、图案填充),裁剪、线宽与线型的处理。还有简单的图形变换,以及简单曲线和曲面的实现-VC6.0 implement drawing functions, including basic graphics: linear (nu
  3. 所属分类:绘图程序

    • 发布日期:2024-05-22
    • 文件大小:29973504
    • 提供者:鈞天下
  1. DDACircle

    0下载:
  2. 使用直接画圆算法,运用鼠标响应函数,只要确定圆的中心与半径就可以画出所需的圆-Algorithm using direct circle, using the mouse response function, just make sure the center circle and the radius of the circle needed to be drawn
  3. 所属分类:绘图程序

    • 发布日期:2024-05-22
    • 文件大小:1947648
    • 提供者:塞壬
  1. C

    0下载:
  2. 计算机图形学中的画圆算法,效率还不错啦。大家-Circle in the computer graphics algorithms, the efficiency of the good thing. We look
  3. 所属分类:绘图程序

    • 发布日期:2024-05-22
    • 文件大小:1371136
    • 提供者:caizhen
  1. Computer-Graphic-Algorithm

    0下载:
  2. 计算机图形学相关算法实现,如DDA算法,中点画线算法、Bresenham画线(画圆)算法等-Computer graphics-related algorithms, such as the DDA algorithm, the dotted line algorithm, Bresenham line drawing (circle) algorithm
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-22
    • 文件大小:14020608
    • 提供者:刘洋
  1. the-LCD-Circle-Algorithm

    0下载:
  2. 嵌入式LCD中画圆算法的改进与实现 用于嵌入式图形绘画-Embedded in the LCD Circle Algorithm and Implementation
  3. 所属分类:软件工程

    • 发布日期:2024-05-22
    • 文件大小:129024
    • 提供者:zhuzi
  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-22
    • 文件大小:4493312
    • 提供者:
  1. graphics-lab

    0下载:
  2. 计算机图形学上机实验指导,OPENGL基础, 2.计算机图形学实验 (二) – OPENGL变换3.计算机图形学实验 (三) - 画线、画圆算法的实现 4.计算机图形学实验(四) - 高级OPENGL实验 5.计算机图形学实验(五)- 高级OPENGL实验 6.计算机图形学实验 (六) –-Computer graphics on experiments guidance, OPENGL based on 2 Compu
  3. 所属分类:OpenGL

    • 发布日期:2024-05-22
    • 文件大小:157696
    • 提供者:罗强
  1. SketchPad

    0下载:
  2. 图形学Weiler-Atherton裁剪算法、Brensenham画线、画圆算法和扫描线填充算法。做成一个类似于Windows画笔的东西。-Graphics Weiler-Atherton clipping algorithm, Brensenham drawing a line, circle algorithm and scan line fill algorithm. A brush made of something simil
  3. 所属分类:绘图程序

    • 发布日期:2024-05-22
    • 文件大小:149504
    • 提供者:王宇翔
  1. 33

    0下载:
  2. 最基本的划线画圆算法,利用基础的中点法和一些延伸算法-basic picture made
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-22
    • 文件大小:1978368
    • 提供者:jinhui
  1. test7

    0下载:
  2. 基于CG的二维图形程序,通过动画的方式表示了Bresenham画圆算法的过程-CG-based two-dimensional graphics program, expressed by way of the animation process Bresenham Circle Algorithm
  3. 所属分类:OpenGL

    • 发布日期:2024-05-22
    • 文件大小:338944
    • 提供者:王铸阳
  1. 1

    0下载:
  2. 进一步理解和掌握中点bresenham画圆算法的基本原理;掌握以上算法生成圆和圆弧的基本过程 掌握在C/C++环境下完成用中点bresenham算法圆或圆弧的绘制方法 -bresenham MFC
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-22
    • 文件大小:1953792
    • 提供者:云天碧
  1. OpenGL1

    0下载:
  2. 基于MFC的OpenGL语言画线、画圆算法,可以实现8个区间。其中每种功能都提供了至少一种函数。-OpenGL language painted line MFC-based, circle algorithm can achieve 8 range. Each of which features at least one function.
  3. 所属分类:汇编语言

    • 发布日期:2024-05-22
    • 文件大小:2114560
    • 提供者:刘杨
  1. Bresenham

    0下载:
  2. Opengl,实现Bresenham画线和画圆算法,鼠标右键交互切换画线模式和画圆模式,C++实现。-Opengl, Bresenham draw lines and circle algorithm, Right alternating line mode and circle mode, achieve by C++.
  3. 所属分类:OpenGL

    • 发布日期:2024-05-22
    • 文件大小:32768
    • 提供者:孟jc
  1. 11

    0下载:
  2. 基于matlaB的无序算例和画圆算法,希望对其他人有帮助-This is a program for circyle with matlab.I hope it is useful to others.
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-22
    • 文件大小:2048
    • 提供者:zhang
  1. huaxian

    0下载:
  2. 计算机图形学 Bresenham直线算法与画圆算法 -Bresenham line algorithm and draw a circle algorithms in computer graphics
  3. 所属分类:绘图程序

    • 发布日期:2024-05-22
    • 文件大小:3902464
    • 提供者:kiveson
  1. circle

    0下载:
  2. 基于VC中MFS环境下画圆算法的实现源代码-draw a circle
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:3072
    • 提供者:黄玲
  1. circle

    0下载:
  2. 中点Bresenham画圆算法,根据画圆步骤得到需要的圆。在OPENGL中实现。-print circle
  3. 所属分类:绘图程序

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:zyy
  1. JavaApplication11

    0下载:
  2. java图形,用*号画圆形和正方形,要求一定的画圆算法-java graphics, painting with an asterisk round and square, circle algorithm requires a certain
  3. 所属分类:游戏

    • 发布日期:2024-05-22
    • 文件大小:3072
    • 提供者:曲浩田
  1. OpenGL

    0下载:
  2. 扫描画圆、中点画圆、Bresenham画圆算法、四分之一圆画圆算法-Scan circle, the midpoint Circle, Bresenham circle algorithm, fourth round circle algorithm, etc.
  3. 所属分类:OpenGL

    • 发布日期:2024-05-22
    • 文件大小:1688576
    • 提供者:泪无痕
« 1 2 3 4 5 6 78 9 10 11 12 ... 24 »

源码中国 www.ymcn.org