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

搜索资源列表

  1. wy

    0下载:
  2. 一个类似于windows自带的画图程序,要求用鼠标为主要的输入手 段,实现直线、多边形、圆和椭圆的绘制,有undo和redo的功能。用C++语言实现。-Similar to the windows built-in Paint program requirements with the mouse as the main means of input, line, polygon, circle and ellipse drawing, undo and redo functionality.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-06-11
    • 文件大小:18446528
    • 提供者:lynn
  1. Graph-theory-Kruskal-minimum-spanning-tree-algori

    0下载:
  2. Graph theory Kruskal minimum spanning tree algorithm and Paint program
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-29
    • 文件大小:918
    • 提供者:pazoo
  1. Paint

    0下载:
  2. this program allows you to draw stuff like in windows paint.-this program allows you to draw stuff like in windows paint.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-05
    • 文件大小:74540
    • 提供者:bogdan
  1. vchuatu

    0下载:
  2. 使用VC开发平台,MFC框架实现一个画图程序,尽可能多的实现Windows自带的画图功能,并扩展其功能。-Use the platform of VC++, MFC framework to achieve a paint program, as much as possible to achieve the Windows comes with Paint function, and to extend its functionality.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-24
    • 文件大小:376025
    • 提供者:尹其伟
  1. Sample

    0下载:
  2. 画图程序,包含界面,有扫描线算法,种子填充算法-Paint program, including the interface, the scan line algorithm, seed filling algorithm
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-20
    • 文件大小:5961605
    • 提供者:张小乙
  1. line

    0下载:
  2. vc控件实现的, 画图程序。-vc control, the Paint program.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-08
    • 文件大小:1938123
    • 提供者:zhoujian
  1. MTK-MMI

    0下载:
  2. mtk入门应用程序编写。包含hello word程序,代码独立,画图程序,屏幕模板,控件介绍-mtk entry application programming. Contain hello word program, independent code, the Paint program, the screen templates, controls introduced
  3. 所属分类:MTK

    • 发布日期:2017-05-03
    • 文件大小:1338439
    • 提供者:yinzhi
  1. 12864lcd-draw-designs

    0下载:
  2. 这是一个基于ST7920控制器的12864LCD液晶显示屏的硬件驱动程序,里面包含了已经编写好的所有画图程序,包括区域画图,反选,画圆,画椭圆。正方形,菱形等,已经写好。只需直接应用即可。-This is a ST7920 controller 12864LCD LCD display hardware drivers, which contains all the Paint program that are already written, including a regional draw
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:2780
    • 提供者:
  1. paint

    0下载:
  2. 使用C++基于制作的绘图程序,基本框架已经建好-Use C++ production-based drawing program, the basic framework has been built
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-22
    • 文件大小:6811379
    • 提供者:whswg
  1. 1111

    0下载:
  2. 编写的画图程序,能够实现大部分画图功能,请大家阅览,无密码-Paint program written to achieve most of the drawing functions, please read no password
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-16
    • 文件大小:15814
    • 提供者:山而
  1. paint

    0下载:
  2. java编写的有趣的小程序,点击按钮可以显示2d的动画。可以直接用jdk打开jar文件来运行程序。-Interestingly, the preparation of java applet, click the button can be displayed 2d animation. Can be used directly jdk to open the jar file to run the program.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-03
    • 文件大小:33318
    • 提供者:于金民
  1. MyApp

    0下载:
  2. 简单的QT画图程序代码,用paintevent实现的-QT Paint program code implemented paintevent
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-08
    • 文件大小:1688626
    • 提供者:石新梅
  1. paint

    0下载:
  2. 画板程序,可以用鼠标在面板上画直线,圆,正方形等,并可以设置画大小-Sketchpad program, you can use the mouse in panel painting a straight line, circle, square, etc., and can set the painting size
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-14
    • 文件大小:3163
    • 提供者:陈冬
  1. drawing

    0下载:
  2. 一个很精美的飞机画图程序,可以画出自己想要的飞机图形。-A very fine aircraft paint program, you can draw the graphics of the aircraft they want.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-08
    • 文件大小:146142
    • 提供者:朱华国
  1. picture

    0下载:
  2. vs2010下编译的画图程序,适合初学者,实现直线折线圆五角星线宽,颜色设置-Paint program compiled under vs2010, suitable for beginners, straight line broken line circle pentacle line width, and color settings
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-21
    • 文件大小:38008832
    • 提供者:默铭
  1. DrawPolygon

    0下载:
  2. WinformC#编写的多边形制作Winform程序,绘画多边形的C#窗体WinForm程序,就像是Windows的画图程序,可画线,可画一些多边形,根据两点一线直接画图。我觉得不错。-Polygons produced Winform WinformC# write program, drawing polygon C# form WinForm program, like the Windows Paint program, you can draw lines, you can draw
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-29
    • 文件大小:15667
    • 提供者:黄高嵩
  1. delphi-paint

    0下载:
  2. delphi绘图程序,实现基本的绘图功能,比较实用-delphi drawing program, basic drawing functions, more practical. . .
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-03
    • 文件大小:256211
    • 提供者:安雅沁
  1. vbht

    0下载:
  2.  简易的画图程序,基于VB源代码实现可先把画笔颜色、设置画笔尺寸、先把所画的图形,包括矩形、圆形和直线三种模式,画错了可清除画布,画完可保存图像。-Simple paint program, the first brush color, set the brush size based on the VB source code, graphics drawn by the first three modes, including rectangular, circular and straig
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:2754
    • 提供者:Fionn
  1. eg2

    2下载:
  2. VC++应用程序开发作业2——画图程序 一. 作业要求: 要求使用文档/视图模式开发。 对于文档处理要求具有保存和打开功能,文件扩展名为(.line)。 要求能处理三种图形的加载和保存工作,这三种图形分别为线、矩形和椭圆,并且能在视图中正确的显示出这些图形。(对于每一个图形除了有一些基本信息外,要能有颜色和线宽信息) 对每一种图形的对象要求采用链表处理,可以分别建立三个链表来分别处理这三种图形。(MFC中的链表类有CPtrList、CTypedPtrList等,建议采用CT
  3. 所属分类:Other windows programs

    • 发布日期:2015-06-12
    • 文件大小:3681280
    • 提供者:李维
  1. msp430_LCD12864

    0下载:
  2. 基于MSP430的lcd12864画图程序-MSP430-based lcd12864 Paint program
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:25029
    • 提供者:玉生
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 20 »
搜珍网 www.dssz.com