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

搜索资源列表

  1. ChildFrm

    0下载:
  2. 画自由曲线,在C++环境下,建立一个MFC工程,通过你拟合的方法分别画出抛物线,椭圆,双曲线,-Free curve drawn in C++ environment, build an MFC project, through the fitting method you were to draw a parabola, ellipse, hyperbola,
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-04
    • 文件大小:706
    • 提供者:zhang
  1. plot_ellipses

    0下载:
  2. 输入椭圆五参数(中心x、y坐标,长轴,短轴和长轴与坐标轴夹角),绘制椭圆2D图像-Draw an ellipse by the input five geometric parameters
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-10
    • 文件大小:1324
    • 提供者:纸鸢
  1. ex2

    0下载:
  2. 用画笔绘制圆角矩形,椭圆,饼形,并用不同颜色画刷进行填充。-Draw a rounded rectangle, ellipse, pie with a brush, and brush with a different color fill.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-06
    • 文件大小:1127443
    • 提供者:吴雨林
  1. ChessNetWork

    0下载:
  2. 局域网中国象棋源码,此源码为毕业设计,附件包括详细设计方案,论文等资料. 棋盘: 利用PhotoShop绘制出带底纹的棋盘。并将其映射到窗口的范围。 棋子: 调用绘图函数Ellipse()和TextOut()绘制棋子。 使用WM_PAINT消息响应完成对窗口的重绘。 网络连接: 利用socket套接字进行连接,绑定端口号为5050。 联机代码: 联机使用专用代码10000表示邀请、10001表示接受、10002表示退出。-LAN Chinese ch
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-12
    • 文件大小:2969690
    • 提供者:神之子
  1. HW2_B9929020

    0下载:
  2. To simplify the drawing for now, we use circles as gems. For drawing circles or any other primitives, we just need to call the Draw method on our surface with the primitive as a parameter (in our case an Ellipse with the same width and height), the C
  3. 所属分类:Other Databases

    • 发布日期:2017-04-07
    • 文件大小:135609
    • 提供者:趙羲程
  1. 03_paint

    0下载:
  2. QT实现的可以画直线,自由曲线,矩形、椭圆的简易画板,qt creator开发的。-QT implementation can draw a straight line, free curve, rectangle, ellipse simple drawing board, qt creator development.
  3. 所属分类:GUI Develop

    • 发布日期:2017-06-16
    • 文件大小:25570122
    • 提供者:闫亚军
  1. CTViewer

    0下载:
  2. 医学图像后处理 功能: 文件操作: 打开文件、保存文件。 打开文件是将CT图像转化为Bitmap,并导入到软件中显示出来。 保存文件是将Bitmap图像及用户操作同时保存下来. 视图布局: 布局随滚轮自适应窗口。 图像处理: 调窗功能可以让用户随意改变图像的窗宽窗位。 放缩、移动、旋转功能可以放大缩小、移动、旋转图像。 局部放大则应用的是放大镜功能,可以在一正方形区域内将该区域进行放大。 选定剪切则可以用户自
  3. 所属分类:CSharp

    • 发布日期:2017-05-12
    • 文件大小:3033323
    • 提供者:屈奇勋
  1. DrawDemo01

    0下载:
  2. 画图工具 可以画长方形、 圆形、 椭圆 、立方体等, 并实现涂鸦功能。-Drawing tools can draw a rectangle, circle, ellipse, cube, etc., and to achieve graffiti.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-09
    • 文件大小:2015524
    • 提供者:yudexian
  1. v3-metest2

    0下载:
  2. 简单的交互式绘图程序,可使用鼠标进行直线,矩形,和椭圆的绘制。-Simple interactive drawing program, you can use the mouse lines, rectangles, and draw an ellipse.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:263697
    • 提供者:马永博
  1. Paint-and-Save

    0下载:
  2. 一个用WPF开发的小程序,实现的功能是绘制椭圆并且将绘制的图形保存。-A small program with WPF development, function and will draw an ellipse is drawn graphics saved.
  3. 所属分类:.net

    • 发布日期:2017-04-24
    • 文件大小:50535
    • 提供者:zhongjf04
  1. MyDraw

    0下载:
  2. MyDraw.rar基本功能:菜单栏有绘图按钮,点击后可以选择点、线、椭圆、矩形。然后便可以画出相应的图形。-The basic function of MyDraw.rar: the menu bar drawing button, click can select the point, line, rectangle, ellipse. Then we can draw the corresponding graphics.
  3. 所属分类:Menu control

    • 发布日期:2017-05-28
    • 文件大小:10543199
    • 提供者:
  1. huizhituoyuan

    0下载:
  2. 通过先绘制两个同心圆,然后根据两个同心圆的半径绘制一个椭圆-By first drawing two concentric circles, and then draw an ellipse based on two concentric circles of radius
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:55402
    • 提供者:郑洪振
  1. C

    0下载:
  2. Delphi在窗体上直接绘图,可画出椭圆 直线,可选择画笔,不过挺简单,作为delphi画图的基础知识还是不错的,源码直接在Delphi7中编译生成EXE。 -Delphi drawing directly on the form, you can draw a straight line ellipse, select the brush, but very simple, as delphi basics of drawing is good, source code directly
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:7224
    • 提供者:4FTK1GG
  1. Delphi_323315

    0下载:
  2. Delphi:Delphi Constraints属性绘制椭圆,并填充颜色,若有对Constraints属性用法不太熟悉的朋友,可下载参考这个示例源码。 -Delphi: Delphi Constraints attribute draw an ellipse and fill color, if not familiar with the use of property for Constraints friends refer to this sample source code can
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-14
    • 文件大小:5189
    • 提供者:3KC5NC1
  1. useGDIP

    0下载:
  2. 画图源码,可以写文字,画圆弧,画直线,画椭圆,画贝塞尔曲线。如运行截图所示,图上的蓝色线条就是用GDI画出来的。-Paint source, you can write text, draw an arc, painting line, ellipse, Bezier drawing. As shown in the screenshot run, the blue line on the map is drawn with GDI.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-15
    • 文件大小:7002
    • 提供者:wangtian
  1. InteractiveROI

    1下载:
  2. 一个halcon的人机交互画图的例子,可以画矩形,旋转矩形,椭圆,圆形,多边形等。值得参考-An example of human-computer interaction halcon drawing, you can draw a rectangle, rotated rectangle, ellipse, circle, polygon, and so on. Worth considering
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-25
    • 文件大小:409556
    • 提供者:wushengguang
  1. OpenGL

    0下载:
  2. 本代码通过OpenGL库,绘制了一个机器人,其中算法运用了,中点画线,中点画圆和中点画椭圆等。-The code via OpenGL library, draw a robot, which algorithm to use, and the dotted line, the midpoint Circle and the stippling ellipse.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-06
    • 文件大小:1259347
    • 提供者:程海粟
  1. PaintORama

    0下载:
  2. 一个小型的画图程序,可以选择颜色,线条类型,形状等功能。可以学习怎么调用画刷,怎么设置颜色,画出彩色矩形、椭圆等-A small drawing program, you can choose the color, line type, shape and other functions. You can learn how to call the brush, how to set the color, draw colored rectangle, ellipse, etc.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-06-15
    • 文件大小:23737344
    • 提供者:沈攀
  1. yinzhang

    0下载:
  2. 制作印章实例,用到Graphics来根据设定的公司名称和用章信息绘制出一个圆章 来制作公司的公章,制作印章来说,主要是如何让字均匀的 显示在弧线段上,那么一般的印章要么以圆或者椭圆为底图,不过这两者的算法大致相同, 为了方便说明, 如下就用相对简单的圆来举例说明, 如果需要做椭圆的话, 可以在我的基础 上进行扩展,因为核心算法是一样的,相对于圆来说,椭圆求弧长以及各个字符的位置,这 两点相对麻烦些,但是这两者都可找到相应的数学公式。-Production seal
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-16
    • 文件大小:3587500
    • 提供者:赵凯
  1. CadSurf

    0下载:
  2. 实现图形学中画直线,园和圆弧以及直线裁剪,区域填充等功能 1. 对于画直线,只需知道起点和终点即可。在工作区间中按下鼠标(即选择起点),拖动至另一处松开(终点),即得到直线。 2. 画圆需要圆心坐标、半径、及起始角和终止角,至于实验要求的画1/4圆弧,可设起始角=0,终止角=45,若要画整个圆弧起始角和终止角分别为0和360即可。 3. 椭圆需要的参数更多,有椭圆中心坐标、长轴、短轴、长轴和X轴正向夹角、及起始离心角和终止离心角,要画整个椭圆还是部分椭圆只需控制起始和终止离心角。与画圆弧类似,具
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-10
    • 文件大小:569
    • 提供者:邹皓
« 1 2 ... 5 6 7 8 9 1011 12 »
搜珍网 www.dssz.com