CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 绘图程序 搜索资源 - draw shape

搜索资源列表

  1. BmpTest

    0下载:
  2. 简单画图板程序 实现windows画图板的部分简单功能 基本功能: (1)绘制直线、曲线; (2)绘制各种形状,比如矩形、椭圆形 (3)绘制各种实心形状,比如实心矩形、实心椭圆等 (4)添加文字 (5)设置不同的绘制颜色 (6)显示磁盘上已有的图片文件 (7)具备“橡皮擦”的功能,进行擦除 (8)填充功能 (9)画刷功能 (10)设置图形边框线宽 (11)不同功能实现鼠标的形状的变化 (12)工具栏图标选中与否的变化 (13)添加
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-17
    • 文件大小:145.16kb
    • 提供者:李刚
  1. Shape

    0下载:
  2. 单文档应用程序,可以拖动鼠标画多个圆和矩形,并能把坐标存储起来。-Single-document application, you can drag the mouse to draw multiple circles and rectangles, and can coordinate stored.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-15
    • 文件大小:3.68mb
    • 提供者:丁丁
  1. Shape

    8下载:
  2. 写一个画图小程序MiniDraw,要求画直线(Line),椭圆(Ellipse),矩形(Rectangle),多边形(Polygon)等图形元素(图元)。 每种图元需用一个类(对象)来封装,如CLine, CEllipse, CRect, CPolygon; 各种图元可从一个父类CShape来继承; 每种图元的绘制不一样,但是绘制接口在父类中是一样,因此可学习和使用类的多态性。 -Write a drawing applet MiniDraw, required drawing
  3. 所属分类:Graph Drawing

    • 发布日期:2014-08-15
    • 文件大小:1.96mb
    • 提供者:陈婉
  1. MFC_drawshape

    0下载:
  2. 本文利用MFC类库,利用设计模式的思想实现了画图工具。可以画直线、圆、椭圆、矩形、填充等-this system can draw shape by Design Patterns methods.
  3. 所属分类:Graph Drawing

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

    0下载:
  2. 模仿xp自带的画板编写的一个画板小程序,该程序的能选择矩形,园,直线等形状进行画图-Xp comes with the preparation of imitation of a drawing board drawing board a small program, the program can select the rectangle, Park, drawing a straight line shape, etc.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-15
    • 文件大小:3.63mb
    • 提供者:yezi
  1. GDI__Tangram

    0下载:
  2. 七巧板程序画出七个拼块的形状并且用不同颜色表示出来-Tangram program to draw the shape of the seven pieces and come in different colors
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-01
    • 文件大小:35.83kb
    • 提供者:夏敏捷
  1. fig-ellipse

    0下载:
  2. 压缩文件里面共包括四个matlab代码,用于画出椭圆形状。只要给出雷达的发射站、接收站、目标位置、雷达探测目标分辨率就可以画出相应的目标椭圆位置图-Zip file which includes a total of four matlab code used to draw an oval shape. Given the radar transmitting station and receiving station, the target location, target resoluti
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-17
    • 文件大小:2.6kb
    • 提供者:大宇
  1. hello

    0下载:
  2. 应用turbo c 的编程环境下在graphics函数库的帮助下进行编程设计出人造卫星运动动画。即在繁星闪烁的夜色背景上,绘出一个有轨道环绕蔚蓝色地球的造型,然后又一颗卫星由左至右不断地从屏幕上掠过,屏幕下方同时显现出“HELLO”的放大字样-The programming environment of the application of turbo c programming graphics library help design satellite motion animation. S
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-22
    • 文件大小:3.98kb
    • 提供者:翼落天
  1. Bezier

    0下载:
  2. 画Bezier曲线,四个点可以用鼠标点击拖动,曲线随点的移动而改变形状-Draw Bezier curves, four points can be dragged with a mouse click, the movement of the curve with the point change shape
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-06
    • 文件大小:767.41kb
    • 提供者:李磊
  1. Hermite

    0下载:
  2. 画Hermite曲线,可以使用鼠标拖动直线,以改变曲线形状的简单绘图程序-Draw Hermite curves, you can use the mouse to drag a straight line, to change the shape of the curve is a simple drawing program
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-07
    • 文件大小:9.8kb
    • 提供者:李磊
  1. W14N1

    0下载:
  2. 1.W14N1.m是一个函数文件,以下是它已有功能的描述:它最多有3个输入量。该函数具有以下功能:(A)如果输入量个数为0,则用蓝色虚线画出半径为3的圆。(B)如果输入了边的个数N,则用蓝色虚线画出N边形,其外接圆的半径为3。(C)如果输入了边的个数N、外接圆半径R,则用蓝色虚线画出外接圆半径为R的正N边形。(D)如果输入了边的个数N、外接圆半径R、线型str,则用给定的线型str画出内切圆半径为R的红色正N边形。 请在原文件中添加代码以完成以下要求:1)当输出量为1个时,这个输出是正多边形
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-12
    • 文件大小:863byte
    • 提供者:liujin
  1. DrawPolygon

    1下载:
  2. mfc视图类,画多边形,能够拖动位置,也可拖动边缘点来调整大小,形状。-MFC view class, this program is for multishaping, you can drag the position and the shape of the picture that you draw.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-29
    • 文件大小:229.64kb
    • 提供者:半寒
  1. draw

    0下载:
  2. 基于MFC的绘图软件。用Microsoft Visual Studio 2008打开,可实现形状选择,颜色选择,画笔粗细设置,橡皮擦等功能。-Graphics software based on MFC. Microsoft Visual Studio 2008 to open, the choice of shape, color selection, set the brush size, eraser, and other functions.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-29
    • 文件大小:15.62kb
    • 提供者:李殊
  1. CAC

    0下载:
  2. MFC程序,设置注记(大小、颜色)、点符号(形状、尺寸、颜色)、线符号(线形、线宽、颜色)、面符号(填充的线型、颜色等)并绘制-MFC program, set the annotation (size, color), point symbol (shape, size, color), line symbols (alignment, width, color), face symbol (fill line, color, etc.) and draw
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-03
    • 文件大小:601.92kb
    • 提供者:刘凯丽
  1. avea

    0下载:
  2. 本实例通过纹理映射,绘制一个方格形状纹理图案 不错的 很好-This example through texture mapping, draw a square shape texture design good very good
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-15
    • 文件大小:34kb
    • 提供者:grgik
  1. ShpFileVisual

    0下载:
  2. shape file read and draw without ussing the esri dlls.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-17
    • 文件大小:2.27mb
    • 提供者:weng
  1. DrawShape

    0下载:
  2. This is a small program that provides the movement of the object at the click of a button.
  3. 所属分类:绘图程序

    • 发布日期:2017-12-19
    • 文件大小:2.03mb
    • 提供者:Vopius
  1. DXFRead-master

    0下载:
  2. 读取dxf文件,并利用opencv画出2D形状(Read the DXF file, and draw a 2D shape using OpenCV)
  3. 所属分类:绘图程序

搜珍网 www.dssz.com