CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 GDI/图象编程 搜索资源 - 椭圆

搜索资源列表

  1. Hough

    0下载:
  2. Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等。 -Hough transform image processing image recognition from the basic geometry of one of the me
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-28
    • 文件大小:24258
    • 提供者:王超
  1. computergraphicsprogramming

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

    • 发布日期:2017-04-07
    • 文件大小:341544
    • 提供者:RQG
  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. 452323425

    0下载:
  2. 用算法实现画直线,椭圆,圆,三角形. 颜色的填充. 以及几何变换:平移,旋转,缩放.-Drawing a straight line with the algorithm, oval, round, triangle. Color fill. As well as geometric transformations: translation, rotation, scaling.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-05
    • 文件大小:147971
    • 提供者:Percy
  1. Graphic

    0下载:
  2. 菜单响应绘制点、线、矩形、椭圆,可以设置线宽线型、可以选择颜色,可以设置字体类型。-Menu response to draw point, line, rectangle, ellipse, line width can be set to linear, you can choose the color, you can set the font type.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-12
    • 文件大小:3045360
    • 提供者:Grace_King
  1. computer_graphics

    0下载:
  2. 课程设计的作品。基于MFC的图形图像绘制程序,程序完成的功能有,直线,椭圆,贝塞尔曲线等的绘制,并能保存图像文件,并且提供了操作的取消和重做等功能。-Course design work. MFC-based graphics image rendering process, the program completed the function, line, ellipse, Bezier curve drawing, and can save the image file, and provi
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-11
    • 文件大小:2789796
    • 提供者:于岩
  1. Graphic1

    0下载:
  2. 用MFC写的GDI绘画程序,含有选择不同画笔类型及颜色并显示示例,可以画出矩形,椭圆等图像。-MFC GDI drawing with written procedures, with selection of different pen types and colors and displays the sample, you can draw rectangles, ellipses and other images.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:106748
    • 提供者:sunzh
  1. GraphExp4

    0下载:
  2. 实现画线、圆、椭圆、矩形等常见图形,并且还能把图形保存至文件,还可以再次显示。-Draw line、circle、rectangle and store it
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-06
    • 文件大小:57382
    • 提供者:张龙
  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. DrawPicture

    0下载:
  2. 简单的GDI编程,实现直线,椭圆,双曲线等的绘制-Simple GDI programming, linear, elliptic, hyperbolic, etc. Draw
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-13
    • 文件大小:3532426
    • 提供者:刘勇
  1. Ex14_03

    0下载:
  2. 绘制椭圆 gdI+初学者绘制基本图形的方法.包括C#源代码 -draw Ellipse gdI+ basic graphics rendering method for beginners. Including C# source code
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-05
    • 文件大小:33486
    • 提供者:lxw
  1. tuxingxue

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

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

    0下载:
  2. 中点画椭圆的算法实现椭圆的绘制,可以任意输入圆心坐标和长短半轴的长度。-The algorithm in the oval stipple
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:590
    • 提供者:刘艳涛
  1. MenuTest

    0下载:
  2. 用VC++画椭圆、画矩形,不是即时画画那 种,点一下按钮会生成椭圆或矩形,比较简单那种,可以了解一下椭圆、矩形用代码是如何实现的。 -VC++ painted with oval, draw a rectangle, not the kind of real-time drawing, tap the button will generate an oval or rectangular, relatively simple kind, you can look oval, rectangu
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:27241
    • 提供者:madud00039
  1. Graphic

    0下载:
  2. Graphic 用VC画直线、画椭圆、画矩形、画点,选择所要绘制的图形,拖动鼠标即可完成绘制,同时程序还演示了如何读取和写入TXT文件。 -Graphic drawing a straight line with the VC, painted oval, rectangular painting, drawing point, select the graphic you want to draw, drag the mouse to complete the drawing, and t
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:29564
    • 提供者:madud00047
  1. Circle

    0下载:
  2. 在windows界面输入圆心坐标(x,y)及半径r任意画圆,并自动生成一个椭圆-The center coordinates of the windows interface of the input (x, y) and radius r arbitrary circle, and automatically generates an ellipse
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-10
    • 文件大小:2510489
    • 提供者:李倩
  1. text_drawing

    0下载:
  2. 实现在菜单下设置画图板的功能 ,可以画直线,椭圆,点和矩形,还可以设置线的宽度和颜色-The realize establishes to draw knothole function under the menu, can draw a rectilinear writing recorder, ellipse, click with rectangle, can also establish the width and color of wire
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-12
    • 文件大小:2785128
    • 提供者:
  1. tuxiang

    0下载:
  2. 画图程序,让画出直线,椭圆,多边形等几何元素,结果可以保存并可读出。可以修改颜色。 -Drawing program, so that draw lines, ellipses, polygons and other geometric elements, the results can be saved and can be read out. Can modify the color.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-17
    • 文件大小:4187571
    • 提供者:徐骏
  1. shiyan2

    0下载:
  2. 计算机图形学实验二 圆、椭圆的生成算法 绝对可行,欢迎下载-Computer graphics experiments two round, oval generation algorithm is absolutely possible, please download
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-10
    • 文件大小:2368737
    • 提供者:付斌
  1. MFCtest4_chen

    0下载:
  2. 简单的绘图软件,实现点,直线,椭圆,矩形,多边形等的绘制,实现文字的输入,选择,拖动等功能。计算机图形学的实验。-Simple drawing software, to achieve points, lines, ovals, rectangles, polygons, etc. drawn to achieve text input, select, drag and other functions. Computer graphics experiments.
  3. 所属分类:GDI-Bitmap

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