CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 简单的绘图

搜索资源列表

  1. VC++BMPASBGround

    0下载:
  2. 这个程序是使用API函数进行绘图操作,可以绘制简单的图形-This procedure is to use the API function mapping operation, you can draw simple graphics
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:27340
    • 提供者:cpp
  1. MFCdrawing

    0下载:
  2. 使用VC6.0 编写的绘图程序 可以进行简单的画直线,椭圆,矩形。 重绘-VC6.0 prepared to use drawing program can be a simple drawing a straight line, oval, rectangular. Redraw
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-11
    • 文件大小:96487
    • 提供者:陈剑
  1. HDraw

    0下载:
  2. 这是一个用来绘图的程序,是一个简单的画图工具,与操作系统自带的画图工具的功能相似,具有详细的源代码和运行程序。-This is a procedure used for mapping, is a simple drawing tools, with the operating system built-in drawing tool similar to a detailed source code and run the program.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:90112
    • 提供者:孙凡淋
  1. MyPaint

    0下载:
  2. 实现了一个简单的绘工具,该绘图工具具有打开,关闭,保存,另存文件的功能;它能够对直线,矩形等几种图元进行绘制和操作。-Achieve a simple drawing tools, the mapping tool to open, close, save, save files it can on a straight line, rectangle, etc. to carry out several pixel mapping and operation.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-28
    • 文件大小:100870
    • 提供者:lyle
  1. MyPaint

    0下载:
  2. 实现了一个简单的绘工具,该绘图工具具有打开,关闭,保存,另存文件的功能;它能够对直线,矩形等几种图元进行绘制和操作。本章主要介绍了视图文档的程序框架的应用,创建工具条,使用设备环境变量的各种绘制功能,使用设备环境变量的不同绘制模式,实现文件的流式存储与加载功能等。 -a paint for use.by c++
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3567428
    • 提供者:志峰
  1. ts

    0下载:
  2. 实现简单的定点绘图,图形对象的移动,及修改其属性-Easy implementation of the fixed-point graphics, graphic objects move, and modify its property
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:49996
    • 提供者:关松
  1. MyChess

    0下载:
  2. 一个简单的五子棋程序,包括绘图,网络通信,网络聊天等功能-A simple Gobang procedures, including graphics, network communications, network features such as chat
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4102102
    • 提供者:liws
  1. DrawText

    0下载:
  2. 一个简单实用的绘图软件,功能强大,值得大家学习和参考-A simple and practical mapping software, powerful, what is worth learning and reference
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-02
    • 文件大小:73805
    • 提供者:
  1. drawingprogram

    0下载:
  2. 一个小型的绘图程序,可画出多种简单的图形,实现绘画功能-A small drawing program, can draw a variety of simple graphics, drawing functions to achieve
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-09
    • 文件大小:16426832
    • 提供者:海子
  1. TicTac1

    0下载:
  2. 一个简单的井字过三关游戏,演示了在WIN CE上面的基本输入输出,绘图控制等技术。-failed to translate
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:3004
    • 提供者:Roy_Ly
  1. ToolDemo

    0下载:
  2. 简单的实现工具栏,为工程添加一绘图下拉菜单,在其添加了“绘制矩形”菜单命令项,在工具栏添加一个图像按钮,并实现其功能-The realization of a simple toolbar, add a mapping for the project drop-down menu, add it in the " Draw Rectangle" menu item command, the toolbar button to add an image, and the real
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-05
    • 文件大小:296506
    • 提供者:Olympia
  1. CH3

    0下载:
  2. 《Windows多媒体编程基础》第三章源代码 Aaa 演示基本GDI绘图、文本输出(此章内容琐碎故有合并) StaticText 操纵简单的静态文本控件和文本框控件(同上) CFontEnum 用程序来枚举系统中的全部字体 CFontInfo 如何获得当前字体的基本信息 RichTextbox 用“Microsoft Rich Textbox Control,version 6.0”ActiveX控件制作文本编辑器 -" Windows Multimedia Pr
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-02
    • 文件大小:285548
    • 提供者:王辉
  1. tuxingjiemian

    0下载:
  2. 一个简单的用户界面 ,可以实现基本绘图功能-A simple user interface
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1958471
    • 提供者:nierui
  1. TreeViewWithPaint

    0下载:
  2. 在微软的.NET 的Forms窗口控件中,比如Treeview和ListView,仅仅是对通用控件的简单封装,因此他们不正常的引发Paint事件。微软所发布内容中,能看到的唯一建议就是设置控件的ControlStyles.UserPaint类型,然后自己为控件做所有的绘图操作-In Microsoft' s. NET Windows Forms control of, such as Treeview and ListView, only a simple general-purpose
  3. 所属分类:TreeView

    • 发布日期:2017-04-04
    • 文件大小:49317
    • 提供者:雷生
  1. Graphic

    0下载:
  2. 简单的图像处理小程序,提供了一些基础的绘图功能,仅作参考。可供初学者参考。-Simple image processing applet to provide the basis for a number of graphics features, only for reference. Reference for beginners.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:33911
    • 提供者:molin
  1. opengl3d_rc

    0下载:
  2. 在VC++6.0中使用OpenGL绘制三维图形的实例源代码,源代码比较复杂,它可以绘制3D立体效果图,长方体、正方体等,其功能类似一款简单的3D绘图工具,还有其它功能,你可以下载编译一下探个究竟!-VC++6.0 in the use of OpenGL graphics rendering three-dimensional examples of source code, source code more complicated, it can draw three-dimensional
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-23
    • 文件大小:7300731
    • 提供者:133
  1. EastDraw

    1下载:
  2. 用MFC做的一个小的绘图软件,简单实用,适合初学者参考使用。-MFC to do with a small graphics software that is simple and practical reference for beginners.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-06
    • 文件大小:361048
    • 提供者:石佛
  1. drawDlg

    0下载:
  2. 绘图程序,简单的描述绘图的基本过程。绘制简单图形。-failed to translate
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-06
    • 文件大小:1725
    • 提供者:zhangzhi
  1. Reporter

    0下载:
  2. 绘图 c# 绘制饼图 柱状图 折线图 只需很简单的调用即可 属性可以随意设置-C#
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:67205
    • 提供者:jikewct
  1. 6-pen

    0下载:
  2. 一个最简单的画图程序,虽然简单对初学者学习绘图可能有很大的帮助-One of the most simple drawing program, which is simple for beginners to learn the drawing may be of great help to
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-09
    • 文件大小:39130
    • 提供者:xicheng
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 17 »
搜珍网 www.dssz.com