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

搜索资源列表

  1. Draw

    1下载:
  2. 基于Visual C++ 6.0开发系统,仿制Windows画图软件,实现如下功能: 1. 动态绘制文本、直线、矩形、圆(椭圆)、多边形等基本图形; 2. 可以改变图形的颜色、粗细、线型(实线、虚线、点划线等); 3. 可以实现图形的剪切、复制、粘贴、缩放(全部或指定区域)等基本编辑功能; 4. 基本的图形保存、打开、显示等功能;-Based on Visual C++ 6.0 development system, generic Windows drawing softwar
  3. 所属分类:Graph Drawing

    • 发布日期:2014-12-15
    • 文件大小:4000768
    • 提供者:李超
  1. homework3

    0下载:
  2. Android绘图程序 可以选择绘制椭圆方形 随手涂鸦等等 可以存储和读取文件 代码良好 注释清晰-Android drawing program you can choose to draw the oval square readily graffiti, etc. can be stored and read the file code annotation clear
  3. 所属分类:android

    • 发布日期:2017-03-28
    • 文件大小:30100
    • 提供者:liehai
  1. Five

    0下载:
  2. MFC 绘图程序 点 直线 矩形 圆 椭圆的绘制,可拖动画图,并选择颜色-MFC draw dots lines rectangles and so on ,allow to set the color
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-24
    • 文件大小:375849
    • 提供者:lvhang
  1. diliuzhang

    1下载:
  2. 第六章 MATLAB 特殊图形的绘制 6.1 区域图 6.2 填充图 6.2.1 二维填充图 6.2.2 三维填充图 6.3 条形图 6.3.1 二维条形图 6.3.1 三维条形图 6.4 直方图 6.4.1 笛卡儿坐标系下的直方图 6.4.2 极坐标系下的直方图 6.5 圆体图 6.5.1 圆柱体的绘制 6.5.2 球体的绘制 6.5.3 椭圆体的绘制 6.6 饼图 6.6.1 二维饼图 6.6
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:6364
    • 提供者:胡羽辰
  1. ellispe

    0下载:
  2. 绘制椭圆的两种C语言下的算法程序的实现。-Drawing elliptical two C language under the procedures of the realization of the algorithm.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-03
    • 文件大小:2163
    • 提供者:郭茁
  1. eps

    0下载:
  2. 根据bresenham算法的精髓,逐点绘制椭圆-Bresenham algorithm in accordance with the essence of drawing ellipse point by point
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-30
    • 文件大小:20108
    • 提供者:嘟嘟囔
  1. Graphics

    0下载:
  2. 一个集成的图形界面的程序,可调用每一次作业子程序。 一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。 二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。 三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-31
    • 文件大小:153314
    • 提供者:ling
  1. tuoyuan2

    0下载:
  2. 绘制椭圆的填充算法,可以通过输入参数来绘制自己想要的椭圆-Drawing elliptical filling algorithm can be used to map the input parameters you want oval
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-02
    • 文件大小:1025
    • 提供者:feng
  1. MyPaint

    0下载:
  2. 1、 在屏幕上绘制图形以下图形  直线:从[200,200]到[300,350]画一宽度为3,蓝色的实线,。  矩形;左上角为[150,120]右下角为[200,300],外框为黑色,填充画刷为HS_CROSS,红色。  椭圆弧:  椭圆:  扇形: 2、 用LOGFONT结构来定义字体,输出文本;用字体对话框来选择字体格式、字体颜色。 分别在上述图形的附近标注出:直线、矩形、椭圆、椭圆弧
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-17
    • 文件大小:92557
    • 提供者:张陆军
  1. gh

    0下载:
  2. 1. 简单图元的生成(如直线、圆、长方形等) 2. 用DDA算法或中点(Besenham)算法实现直线段、椭圆或圆的绘制 3. 用扫描线填充算法进行区域填充,用Sutherland 裁剪算法裁减多边形 4. BEZIER曲线或B样条曲线的绘制 5. 个性化图形软件包的开发 6. 所有文件包括源码和截图-1. Easy metafile generation (such as linear, round, rectangular, etc) 2. Using DDA algor
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-04
    • 文件大小:1445148
    • 提供者:lixuan
  1. drawelisipe

    0下载:
  2. 我做的画图程序,可以用这个程序来绘制椭圆和矩形等程序,达到对画图的理解,举一反三-I do the drawing procedures can use this procedure to draw an oval and rectangular, such as procedures to achieve the understanding of the drawing, giving top priority
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-09
    • 文件大小:2011914
    • 提供者:许恒
  1. splendidjava22W

    0下载:
  2. 使用java的2d功能实现的鼠标自由绘制椭圆的小程序!-2d use java functions of the mouse small oval free drawing program!
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:41110
    • 提供者:想恨菲
  1. clq

    0下载:
  2. 使用VC实现绘制椭圆、直线并标注直线的起点终点位置-Draw an oval using the VC to achieve, a straight line and mark the end of the location of the starting point of a straight line
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-08
    • 文件大小:1954682
    • 提供者:邵亮
  1. Ellipse

    0下载:
  2. Win32环境下绘制椭圆,圆角矩形,扇形,弓形的示例.-Drawing elliptical Win32 environment, rounded rectangular, fan-shaped, bow-shaped sample.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-12
    • 文件大小:2915351
    • 提供者:bumble
  1. GDI

    0下载:
  2. 五个程序主要是讲解GDI 中怎么输出文字,绘制椭圆,矩形,使用画笔,画刷。-Mainly on the five procedures of how GDI output text, draw an oval, rectangular, use the brush, painting brush.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-27
    • 文件大小:130519
    • 提供者:canteen
  1. Drawgraph

    0下载:
  2. 计算机图形学中绘制椭圆,矩形,折线,圆在GDI和OpenGL中实现-Computer graphics, drawing ellipse, rectangle, line, round to achieve in the GDI and OpenGL
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-01
    • 文件大小:103787
    • 提供者:糖小夕
  1. Draw

    0下载:
  2. 绘制直线 椭圆 点的代码 想要的请好好珍藏-Elliptic point line drawing code you want a good collection, please
  3. 所属分类:Graph program

    • 发布日期:2017-05-08
    • 文件大小:1937114
    • 提供者:zhuzhu
  1. DrawSys

    1下载:
  2. GDI图形编程,能绘制矩形、椭圆、圆、填充矩形等,并实现一个树形列表列出图形对象,选中能闪烁,显示图形对象属性-GDI graphics programming, can draw rectangular, oval, round, filled rectangle, and set out to achieve a graphic object tree list, select to flash, display graphics object properties
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-18
    • 文件大小:4722201
    • 提供者:
  1. filter

    0下载:
  2. 绘制四种常用低通模拟滤波器(贝赛尔滤波器,巴特沃斯滤波器,切比雪夫滤波器及椭圆滤波器)幅频特性曲线-Draw four commonly used low-pass analog filter (Bessel filter, Butterworth filter, Chebyshev filter and elliptic filter) amplitude-frequency characteristic curve
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:591
    • 提供者:张琳
  1. GraphicsExample

    0下载:
  2. 绘图代码中测试的各种方法,绘制直线绘制矩形绘制椭圆,绘制弧线,绘制弧线-Drawing code to test the various methods of drawing line drawing rectangle drawing ellipse, draw arc, draw arc
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:827
    • 提供者:qinshenlu
« 1 23 4 5 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com