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

搜索资源列表

  1. ImageEditor

    0下载:
  2. 最近做了一个类似Windows画图板的小程序,拿来和大家分享一下。功能和界面全部模仿于Windows自带的画图板,界面如截图。功能主要有: 手绘线、简单图形、文字输入、图块拖放、重复撤销、画面缩放、打开保存图片文件,另外为了直接从数据库或者XML中存取图片,另外还提供了从Base64编码存取图片的接口,其他还实现了和画图板同样效果的工具箱及颜料盒。-Recently made a similar drawing board a small Windows program, bring and s
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-05
    • 文件大小:496939
    • 提供者:嘎嘎的份额
  1. VBsmall

    0下载:
  2. 程式提供最小二乘法的計算結果變成函式 畫成圖形-Least squares program provides the calculation results into paint graphics function
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:2042
    • 提供者:kenny
  1. Draw

    0下载:
  2. 暑假实习所编写的绘图程序,有与windows自带程序类似的绘图工具栏及颜料调色板,基本实现了其所有的绘图功能,包括铅笔、橡皮差、绘制直线、曲线、圆、矩形、多边形、喷枪、颜色填充等,并用双缓冲解决了图像闪烁的问题。-Drawings prepared by the summer internship program, a program comes with windows similar to the drawing toolbar and paint palette, basically al
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-29
    • 文件大小:99015
    • 提供者:王立为
  1. fractal_julia

    0下载:
  2. Program that paint Fractal Julia
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-30
    • 文件大小:167090
    • 提供者:kakbeya
  1. draw

    0下载:
  2. 绘图工具+文件保存与读取小程序。压缩包中有详细注释。 使用方法:打开exe文件,可以绘制矩形和直线,也可以选择不画画模式并对界面上的图形进行拖拽,之后有保存和读取功能,文件保存在c盘根目录下。-Drawing Tools+ file and read the small program. Notes compressed package in detail. Usage: Open the exe file, you can draw rectangles and lines, you ca
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-08
    • 文件大小:1707236
    • 提供者:朱迪
  1. GUI-drawing-board

    2下载:
  2. Matlab鼠标画图,用pop-up menu选择画图标记,颜色edit记录鼠标坐标 但是功能比较简单,只能画线,不能画矩形、椭圆等 其中一个难点就是:拖动鼠标的过程中如何显示矩形/椭圆的轮廓,并且轮廓跟着鼠标指针移动。 程序的亮点: 1、可选择点、线、矩形、椭圆进行画图; 2、可选择marker、LineTyple进行画图; 3、可选择画图颜色; 4、可实时显示鼠标指针当前坐标; 5、可清除画板; 6、可保存画好的图(bmp、jpg、gif); 7
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:20725
    • 提供者:ydb
  1. huatu

    0下载:
  2. 画图小程序,可设置线条粗细、颜色、背景色-Paint a small program, you can set the line width, color, background color
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-13
    • 文件大小:2294
    • 提供者:潘晨昊
  1. printsoft

    0下载:
  2. Windows paint panel simple edition. This program can drow different shap and modify the shap. User control is build in this program-Windows paint panel simple edition
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:110744
    • 提供者:nnnnnn
  1. ploting

    0下载:
  2. matlab的画图的程序使用,数形结合的重要工具,灵活掌握对于matlab开始的学习很重要。-matlab program to use the Paint, The Combination of the important tools, flexibility of learning for matlab start is important.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:2793
    • 提供者:胡海静
  1. ImageEditor

    0下载:
  2. 一个类似Windows画图板的小程序, 功能和界面全部模仿于Windows自带的画图板,界面如截图。功能主要有: 手绘线、简单图形、文字输入、图块拖放、重复撤销、画面缩放、打开保存图片文件,另外为了直接从数据库或者XML中存取图片,另外还提供了从Base64编码存取图片的接口,其他还实现了和画图板同样效果的工具箱及颜料盒。 -A similar drawing board a small Windows program, features, and interface all built
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-04
    • 文件大小:177713
    • 提供者:张平
  1. VC-draw-toolbox

    1下载:
  2. 本程序功能与Windows下附件中的画图软件功能相近。本程序是在VC6.0平台上用MFC所编,支持多文档和多视图结构,视图为滚动视图,允许分割窗口。绘制方面的功能主要包括绘制各种图元,包括直线、Bezier曲线、矩形、圆角矩形、椭圆(圆)、多边形,用笔或画刷自由绘图,橡皮擦擦除,颜料桶填充,取色和区域选取移动。绘图时可以选择各种画笔颜色和画刷颜色,各种线型和线宽,以及画封闭图元时是否填充,当然,还能设置背景色、清除图像及画布大小调整等,并且在绘图区单击右键会弹出快捷菜单。程序支持保存和读取位图格
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-09
    • 文件大小:2376067
    • 提供者:penggy
  1. Tamrin4

    0下载:
  2. this program is a very simple version of paint.
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:200315
    • 提供者:majid
  1. huadian

    0下载:
  2. 实现在窗体上画点,在黑底上画白点,对于需要画图的程序很有帮助-Draw on a form to achieve points in the black paint on the white point, the program is helpful for the need to draw
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-03
    • 文件大小:30683
    • 提供者:宋园园
  1. Graphic

    0下载:
  2. 画图程序 简单画图程序可以实现直线,矩形的画图,包括笔,画刷的实现-Paint a simple drawing program can be a straight line, rectangle drawing, including pen, the brush to achieve
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-10
    • 文件大小:2486803
    • 提供者:杨旭鹏
  1. biancheng

    0下载:
  2. 1、可选择点、线、矩形、椭圆进行画图; 2、可选择marker、LineTyple进行画图; 3、可选择画图颜色; 4、可实时显示鼠标指针当前坐标; 5、可清除画板; 6、可保存画好的图(bmp、jpg、gif); 7、操作比较人性化,模仿了windows画板; 8、该程序牵涉的面广,是一个很好的GUI学习资料。 -1, the choice point, line, rectangle, ellipse for drawing 2, optional mark
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-08
    • 文件大小:10728
    • 提供者:雷士
  1. bmploader

    0下载:
  2. 该例子加载一幅BMP给CRaster类对象,该类包含一个成员函数可以把位图显示到一个windows设备上(如屏幕)-This example loads a BMP file into an object of class CRaster that includes members to store Palette, Raster bits, and Bitmap information. CRaster includes a member function (GDIPain
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-03
    • 文件大小:25124
    • 提供者:李瑛
  1. Draw

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

    • 发布日期:2017-05-09
    • 文件大小:1997226
    • 提供者:李俊
  1. drawpainv1.3aa

    0下载:
  2. Application programmed in Microsoft Visual Studio 2010 based on the MFC Doc / View Architecture. The program is used to draw lines and objects. A typical paint-type program. Package contains all necessary source code of the project classes.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-06-17
    • 文件大小:26128472
    • 提供者:az
  1. ZoomIt

    0下载:
  2. 一个屏幕绘图程序,运行后鼠标就变成了画笔,可以再屏幕上任意作图,效果很好-A drawing program screen, running after the mouse will become the paint brush, can again the screen any plot, the effect is very good
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-10
    • 文件大小:1767312
    • 提供者:Friday
  1. font

    0下载:
  2. windows下的字库生成程序单个字体的矢量画图效果-Vector Paint effect of a single font in the font generation program under windows
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:1225675
    • 提供者:房胡
« 1 2 ... 13 14 15 16 17 1819 20 »
搜珍网 www.dssz.com