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

搜索资源列表

  1. Draw.rar

    0下载:
  2. 在VC下实现画矩形,椭圆,直线等,适合作为小作业,Under implementation in VC draw rectangle, ellipse, straight line and so on, suitable as a small operation
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:33.39kb
    • 提供者:于心
  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
    • 文件大小:3.82mb
    • 提供者:李超
  1. draw

    0下载:
  2. 用OpenCV实现简单图形的绘制,线段、矩形、多边形以及文本写等。共同学习-Using OpenCV simple drawing, line, rectangle, polygon and text and writing. Learning together
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1.32mb
    • 提供者:meijing
  1. draw_rectangle

    0下载:
  2. windows MFC编程,点击鼠标左键,在鼠标点击的区域,屏幕上画一个矩形-windows MFC programming, click the left mouse button, click the mouse region, draw a rectangle on the screen
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:35.81kb
    • 提供者:高明
  1. rectangle

    2下载:
  2. 用matlab编程绘制矩形窗函数的幅频特性,窗函数形状的长度为10,20,50,100.-Programming using matlab draw rectangle window function of the amplitude-frequency characteristics, the shape of window function of length of 10,20,50,100.
  3. 所属分类:matlab例程

    • 发布日期:2013-01-15
    • 文件大小:1.93kb
    • 提供者:hithit
  1. draw

    0下载:
  2. 以下功能: 1.自定义颜色功能 2.自定义线的宽度,顔色,格式的功能 3.自定义文字的颜色、字体、大小功能 4.繪製擦汗曲綫,直綫,折綫,長方形,實心長方形,正方形,實心正方形,橢圓,實心橢圓, 圓,實心圓。 5.保存為jpg,bmp格式的圖片。-The following features: 1. 2 features custom colors. Custom line width, color, format, function 3. Letter of cust
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:135.81kb
    • 提供者:龙胆
  1. VcProgram

    0下载:
  2. C++下的简单绘图程序源代码,自己做的,初学者适用-The simple program which can draw picture such as circle line point rectangle.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1.84mb
    • 提供者:llc
  1. draw

    0下载:
  2. java画图板,能画矩形、圆、直线。并能实现图形的扩大缩小移动变换颜色。-java drawing board to draw rectangle, circle, straight line. And narrow the achievement of the expansion of mobile graphics color transformation.
  3. 所属分类:Applet

    • 发布日期:2017-05-10
    • 文件大小:2.16mb
    • 提供者:Cynthia
  1. matlab_drawing

    0下载:
  2. This code allows you to draw either a square or a rectangle with matlab- This code allows you to draw either a square or a rectangle with matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1.58kb
    • 提供者:soft
  1. Draw

    0下载:
  2. vc++画图板程序,功能比Windows自带的画图板还要强。从界面来看,像是用有某种皮肤控件,但编译时候没有发现控件,顺利编译。它还可以更换风格,选择不同的皮肤颜色,当初是费了不少心思来完成这款小程序,它主要的画图功能有六种:   1.普通矩形样式   2.圆角矩形样式   3.椭圆样式   4.气球样式   5.吊篮样式   6.心脏样式-vc++ drawing board procedures, more powerful than Windows bu
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-24
    • 文件大小:358.73kb
    • 提供者:692
  1. drawing_rectangle

    0下载:
  2. draw rectangle any size with mouse +opencv-draw rectangle any size with mouse+opencv
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:988byte
    • 提供者:yamraj86
  1. Draw

    0下载:
  2. 实现画圆画方功能,并实现存储功能,即能够从磁盘读入和写入!-draw rectangle and circle,which can be stored and read in disk.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:769.56kb
    • 提供者:程剑
  1. draw

    0下载:
  2. 一个简单的绘图实例,描述了一些简单的MFC绘制矩形,书写文本的方法-A simple drawing examples, describes some simple MFC draw rectangle method of writing the text
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:278.47kb
    • 提供者:sfz
  1. Draw

    0下载:
  2. 一个很小的VC++6.0画图程序,可以提供包括画直线,矩形,圆角矩形,以及多边形的功能,可以作为VC图形图像初级的参考-A small VC++6.0 drawing program, can provide, including drawing a straight line, rectangle, rounded rectangle, and polygon features can be used as the primary reference for VC graphic image
  3. 所属分类:DirextX

    • 发布日期:2017-04-01
    • 文件大小:114.03kb
    • 提供者:suyanhua
  1. Draw

    0下载:
  2. 画图板,可以实现橡皮、铅笔、画刷和画直线、矩形、多边形、圆形、圆矩形的功能,并可以实现颜色选择。-Drawing board, can be achieved rubber, pencil, brush, and draw lines, rectangles, polygons, circles, round rectangle features, and colors can be achieved.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-22
    • 文件大小:2.57kb
    • 提供者:lansesinian
  1. zijixie

    0下载:
  2. 检测图像中矩形并画出 opencv下用vs2008运行无误-Detection of the image and draw rectangle using vs2008 to run correctly under opencv
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:1.98kb
    • 提供者:杨杰
  1. Graphics

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

    • 发布日期:2017-06-03
    • 文件大小:14.75mb
    • 提供者:Peng
  1. Rectangle

    0下载:
  2. 一个可以画矩形和椭圆的VC程序,同时可以对画矩形进行允许和禁止切换-One can draw rectangular and elliptical VC procedures, can be painted to allow and prohibit switching rectangular
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-09
    • 文件大小:1.86mb
    • 提供者:江东
  1. how-to-draw-rectangle

    0下载:
  2. 图形的绘制,任意画一个矩形区域,以便在这个矩形区域范围内进行图像处理-Drawing, draw a rectangle any order within the rectangular area in the image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-27
    • 文件大小:10.08mb
    • 提供者:周开武
  1. Draw-Rectangle-in-J2ME

    0下载:
  2. In this series of J2ME examples and tutorials, we have introduced you with it s various features with examples. Now in the given example, you will learn about creating rectangles in J2ME. Please go through the following methods which are
  3. 所属分类:J2ME

    • 发布日期:2017-03-27
    • 文件大小:154.21kb
    • 提供者:Naresh Patel
« 12 3 4 5 6 7 8 9 10 ... 29 »
搜珍网 www.dssz.com