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

搜索资源列表

  1. ph

    0下载:
  2. 计算机图形学相关画线 画圆 画椭圆 画球相关算法的实现 -Computer graphics related to drawing a line drawing a circle painted oval ball-related Algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-10
    • 文件大小:2143794
    • 提供者:fei
  1. computergraphicsprogramming

    0下载:
  2. 我对计算机图形学的编程实践,包括画直线、反走样直线、画圆、 画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于 精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做 通用处理。解压缩后建立gui16目录,在其下有原代码和工程文件。在gui16下建立 release目录,其下有一可执行文件及其所须的位图及模型文件。如在release目录之 外执行程序,必须复制所需位图及模型文件。 必须复制的文件: Choppe
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-07
    • 文件大小:341544
    • 提供者:RQG
  1. huaban

    0下载:
  2. 利用vc++编写的一个画板,通过选择画笔的颜色,能够画任意的直线,椭圆,矩形以及任意的线段。还能用橡皮擦工具清除所画的内容。-Using vc++ written a drawing board, by selecting the color of the pen, we can draw any straight line, oval, rectangular, and arbitrary line. Can also use the eraser tool to remove the con
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:2026545
    • 提供者:parker
  1. Graphic

    0下载:
  2. 用VC画直线、画椭圆、画矩形、画点。邮箱dominicif@163.com-Straight line drawn with the VC, painted oval, rectangular painting, drawing point
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-07
    • 文件大小:29761
    • 提供者:dominicif
  1. GraphicsDraw

    0下载:
  2. 一个测试GDI+的程序,利用C#语言写成。可以实现画线画椭圆画多边形和矩形以及颜色填充等各种基本绘图功能-A test procedure for GDI+ using C# language written. Drawing a line drawing can be achieved oval and rectangular polygon drawing and color fill the basic drawing functions, etc.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-04
    • 文件大小:47460
    • 提供者:马钧霆
  1. bresenhame

    0下载:
  2. 用自定义算法画椭圆,自定义半径的值和中心坐标的值-Oval with a custom algorithm paintings, custom radius value and the value of the center coordinates
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:596816
    • 提供者:adu
  1. miniPainter

    0下载:
  2. 简易的画图程序,可以画椭圆,矩形,直线。一般作业!-simple minipainter
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-05
    • 文件大小:46857
    • 提供者:冉迅
  1. MFCDrawEllipse

    0下载:
  2. 用Visual C++ 6.0 MFC编写的画椭圆程序,适合初学C++MFC的人收录的MFC实例,此码绝对能运行!! -Using Visual C++ 6.0 MFC oval painting written procedures, suitable for beginners C++ MFC of people included in the MFC example, this code will never run! !
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-04
    • 文件大小:43916
    • 提供者:yake
  1. gongcheng1

    0下载:
  2. 在坐标系中画直线、椭圆、圆等程序。(计算机图形学 vb)-Straight line drawn in the coordinate system, oval, round and other procedures. (Computer graphics vb)
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:4556
    • 提供者:yan
  1. 11

    0下载:
  2. 可以用c语言实现的自动清屏及画椭圆的程序-C language can automatically clear screen and draw the ellipse program
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-04
    • 文件大小:884
    • 提供者:王越鹏
  1. c2

    0下载:
  2. C语言画椭圆程序,用于学习考试,了解数据结构-Oval painting program for learning test
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2597
    • 提供者:z6hong
  1. huayuansuanfa

    0下载:
  2. 基于openGL的重点画圆算法和画椭圆算法。用C++代码实现-OpenGL-based algorithm and draw the focus of ellipse circle algorithm. C++ code using
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-30
    • 文件大小:1180
    • 提供者:jjjj
  1. yfMidPointElliseMouse

    0下载:
  2. 添加鼠标程序,实现交互式画椭圆 在mfc 环境下实现-realize interactive ellipse
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1936166
    • 提供者:tony
  1. ComputerGraphics

    0下载:
  2. 计算机图形学的相关程序 如DDA画直线 DDA画圆 DDA画椭圆 裁剪-Computer graphics-related programs such as circle DDA DDA DDA line drawing painting oval cut.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-10
    • 文件大小:2541301
    • 提供者:奥利弗
  1. lab

    0下载:
  2. 用MFC实现的直线(DDA算法、中点算法和Bresenham算法)、圆(八分画圆)、椭圆(四分画椭圆)。-Line with the MFC implementation (DDA algorithm, Bresenham midpoint algorithm and the algorithm), round (eighth circle), elliptic (oval four paintings).
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1957998
    • 提供者:Jim
  1. graphics

    0下载:
  2. 一个计算机图形学的vc++程序示例.调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆 多边形扫描转换算法和区域填充算法实现-A computer graphics vc++ program examples. Call draw point function with DDA, the midpoint algorithm and the midpoint algorithm to draw lines circle and ellipse polygon scan convers
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-24
    • 文件大小:126741
    • 提供者:Jack
  1. draw

    0下载:
  2. 使用vc++实现画椭圆,源程序内有注释,便于阅读,可运行-Using vc++ to achieve draw an ellipse, there are source notes, easy to read, run
  3. 所属分类:Graph program

    • 发布日期:2017-03-24
    • 文件大小:9251
    • 提供者:李浩
  1. tuxingxue

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

    • 发布日期:2017-05-15
    • 文件大小:4082265
    • 提供者:李嘉诚
  1. zhsy2

    0下载:
  2. 利用MFC开发的windows画图软件,实现画椭圆、矩形、文本等功能。-use MFC to realize windows draw
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-15
    • 文件大小:3806287
    • 提供者:conan
  1. ImageEditor

    0下载:
  2. 一个画图板程序,可以实现直线、椭圆等图形的绘制。可以进行颜色选择,线宽选择、填充等功能。-A drawing board procedures, can achieve a straight line, oval and other graphics rendering. Can choose the color, line width selection, fill and other functions.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-05
    • 文件大小:66802
    • 提供者:jack
« 1 2 3 4 5 6 78 9 10 11 12 ... 39 »
搜珍网 www.dssz.com