登录
首页 » Visual C++ » PainterUsePattern

PainterUsePattern

于 2021-04-07 发布 文件大小:2048KB
0 217
下载积分: 1 下载次数: 2

代码说明:

  绘图系统,VC++ MFC ,可以绘制直线,椭圆,点,圆,可以擦除(VC++ MFC painterusepatten draws basic graph)

文件列表:

PainterUsePattern
.................\AbstractVisitor.cpp,600,2003-05-29
.................\AbstractVisitor.h,1276,2003-05-29
.................\ChildFrm.cpp,1544,2003-05-29
.................\ChildFrm.h,1397,2003-05-29
.................\Circle.cpp,1509,2003-05-29
.................\Circle.h,1254,2003-05-29
.................\CommonFactory.cpp,1307,2003-05-29
.................\CommonFactory.h,1373,2003-05-29
.................\ComplexFactory.cpp,1313,2003-05-29
.................\ComplexFactory.h,1389,2003-05-29
.................\Debug
.................\.....\AbstractVisitor.obj,4061,2011-11-21
.................\.....\ChildFrm.obj,16104,2011-11-21
.................\.....\Circle.obj,11403,2011-11-21
.................\.....\CommonFactory.obj,12959,2011-11-21
.................\.....\ComplexFactory.obj,13019,2011-11-21
.................\.....\GraphicFactory.obj,4146,2011-11-21
.................\.....\GraphicItem.obj,7883,2011-11-22
.................\.....\Line.obj,13805,2011-11-21
.................\.....\MainFrm.obj,33897,2011-11-21
.................\.....\MoveItemVisitor.obj,6646,2011-11-21
.................\.....\PainterCollection.obj,16790,2011-11-21
.................\.....\PainterUsePattern.exe,159817,2014-03-07
.................\.....\PainterUsePattern.ilk,468076,2014-03-07
.................\.....\PainterUsePattern.obj,24511,2014-03-07
.................\.....\PainterUsePattern.pch,5492236,2011-11-21
.................\.....\PainterUsePattern.pdb,459776,2014-03-07
.................\.....\PainterUsePattern.res,12432,2011-11-21
.................\.....\PainterUsePatternDoc.obj,15120,2011-11-21
.................\.....\PainterUsePatternView.obj,33032,2011-12-11
.................\.....\PaintItemVisitor.obj,13517,2011-11-21
.................\.....\Paintor.obj,30305,2011-11-21
.................\.....\Point.obj,11384,2011-11-21
.................\.....\Rect.obj,11315,2011-11-23
.................\.....\SelectItemVisitor.obj,6692,2011-11-21
.................\.....\StdAfx.obj,105499,2011-11-21
.................\.....\vc60.idb,279552,2014-03-07
.................\.....\vc60.pdb,372736,2014-03-07
.................\GraphicFactory.cpp,593,2003-05-29
.................\GraphicFactory.h,1121,2003-05-29
.................\GraphicItem.cpp,621,2003-05-29
.................\GraphicItem.h,1579,2003-05-29
.................\Line.cpp,4361,2003-05-29
.................\Line.h,1320,2003-05-29
.................\MainFrm.cpp,11152,2003-05-29
.................\MainFrm.h,1945,2003-05-29
.................\MoveItemVisitor.cpp,1608,2003-05-29
.................\MoveItemVisitor.h,1107,2003-05-29
.................\PainterCollection.cpp,2813,2003-05-29
.................\PainterCollection.h,1618,2003-05-29
.................\PainterUsePattern.aps,35436,2014-03-07
.................\PainterUsePattern.clw,5295,2014-03-07
.................\PainterUsePattern.cpp,4700,2003-05-29
.................\PainterUsePattern.dsp,6933,2003-05-29
.................\PainterUsePattern.dsw,559,2003-05-29
.................\PainterUsePattern.h,1477,2003-05-29
.................\PainterUsePattern.ncb,181248,2014-03-07
.................\PainterUsePattern.opt,52736,2014-03-07
.................\PainterUsePattern.plg,1217,2014-03-07
.................\PainterUsePattern.rc,15496,2003-05-29
.................\PainterUsePatternDoc.cpp,1962,2003-05-29
.................\PainterUsePatternDoc.h,1596,2003-05-29
.................\PainterUsePatternView.cpp,5733,2003-05-29
.................\PainterUsePatternView.h,2519,2003-05-29
.................\PaintItemVisitor.cpp,2372,2003-05-29
.................\PaintItemVisitor.h,897,2003-05-29
.................\Paintor.cpp,14633,2003-05-29
.................\Paintor.h,2334,2003-05-29
.................\Point.cpp,1489,2003-05-29
.................\Point.h,1000,2003-05-29
.................\Rect.cpp,1628,2003-05-29
.................\Rect.h,1191,2003-05-29
.................\res
.................\...\bmp00001.bmp

.................\...\PainterUsePattern.rc2,409,2003-05-29


.................\...\toolbar1.bmp
.................\Resource.h,1289,2003-05-29
.................\SelectItemVisitor.cpp,1772,2003-05-29
.................\SelectItemVisitor.h,1055,2003-05-29
.................\StdAfx.cpp,219,2003-05-29
.................\StdAfx.h,1054,2003-05-29

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • VC_examples
    实例12-1:使用用户界面线程实例。源代码在光盘中“12InterfaceThread”目录下。 实例12-2:使用工作者线程实例。源代码在光盘中“12ControlThread”目录下。 实例12-3:多线程实例。源代码在光盘中“12WQDemo”目录下。 实例12-4:线程间的通信。源代码在光盘中“12ThreadCommu”目录下。 实例13-1:动态链接库(Dll)实例。源代码在光盘中“13dlltest ”目录下。 实例13-2:鼠标钩子应用实例。源代码在光盘中“13MouseHook”目录下。 实例13-3:键盘钩子应用实例。源代码在光盘中“13KeyboardHook”目录下。 实例14-1:WinSock网络程序:聊天室。源代码在光盘中“14WinSocketChat”目录下。 实例14-2:利用MSComm控件进行串口数据传输。源代码在光盘中“14MSComm”目录下。 实例14-3:简单的WinInet应用程序。源代码在光盘中“14SimpleNet”目录下。 实例15-1:创建Access数据库。源代码在光盘的“15Info”中。 实例15-2:MFC的ODBC数据库实例。源代码在光盘中“15Enroll”目录下。 实例15-3:利用ADO查询并操作数据库实例。源代码在光盘中“15AdoTest”目录下。(InterfaceThread ControlThread ThreadCommu )
    2009-11-17 23:23:22下载
    积分:1
  • myDicomView
    vtk mfc 打开dicom图片,用文档类新建一个视图类实现(vtk mfc open dicom images, use the document class to create a new view class implementation)
    2021-03-08 14:19:29下载
    积分:1
  • 独特论坛-精品下载者源码
    独特论坛-精品下载者源码,体积小,免杀好做,非常厉害的一款下载者源码。(Unique BBS - boutique downloaders source code, small volume, free to kill good, very powerful download source code.)
    2017-09-28 21:19:02下载
    积分:1
  • sjtest3
    实现VC6.0链接access数据库,进行增加,修改,删除,清除工作。(Achieve VC6.0 Link Access , to increase, modify, delete, clear.)
    2015-09-16 09:24:13下载
    积分:1
  • 免费的优秀图形控件VC
    这是VC 写的源码工业控件,在软件实现工业控制或者其他领域,根据实时数据或者历史数据生成各种历史、实时曲线已经变得非常的重要,但是如何使你的曲线显示功能变得十分的强大而且界面美观呢,这个是我在下载到的最多的控件中间最完美的(This is the source code to write VC industrial controls, can be directly applied to industrial display very good, absolutely no less than a century, dust control)
    2020-06-26 09:20:02下载
    积分:1
  • lft2
    用MFC实现的3D图形学中的立方体,可旋转,有三种投影方式,正交,透视,斜投影三种(MFC achieved with 3D graphics in the cube can be rotated in three projection mode, orthogonal, perspective, oblique projection of three)
    2020-06-30 12:00:02下载
    积分:1
  • fetion
    My Fetion 实现PC客户端通过FETION WEB URL 发送短信( My Fetion)
    2011-11-17 13:24:08下载
    积分:1
  • change
    用于将网络边关系转换成matlab可用的临近矩阵。(Used to convert the network edge into matlab available close relationship matrix.)
    2013-12-12 16:37:24下载
    积分:1
  • IOCP
    实现服务器发送结构体到客户端 联合开发网 - pudn.com
    2012-02-14 14:51:44下载
    积分:1
  • cvJECl29
    UG二次开发很好的东西 需要的朋友可以下载来看看 很好用啊(UGerci kaof a )
    2009-03-30 17:32:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载