登录
首页 » Visual C++ » PainterUsePattern

PainterUsePattern

于 2021-04-07 发布 文件大小:2048KB
0 81
下载积分: 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 个回复

  • MP3Player_kechengsheji
    说明:  漂亮的MP3播放器,Visual C++ 6.0环境下MFC开发(nice MP3 player, 6.0 Visual C development environment MFC)
    2006-04-12 17:27:09下载
    积分:1
  • AddressListVS05
    该系统为通讯录系统,实现了通讯录的管理功能,增删改通讯功能。通讯录查询工作是一个很复杂的问题,在实际的工作领域中,时常会遇到要修改通讯录的问题,例如修改、删除、添加、查找等都是应用过程中十分频繁的操作,如果有一个应用软件可以使这个操作简单而富有人性化,我们就可以通过界面上的提示语言来轻松准确地完成以上操作了。 本通讯录主要涉及函数的调用、指针、哈希表等主要技术。其中,函数的调用和哈希表是技术的重点。 (The system address book system, and the address book management features, additions and deletions to communication. Directory inquiries is a very complex issue, in the actual work areas, often face the problem to modify the address book, such as modify, delete, add, find the application process are all very frequent operation, if an application can make this simple and full of humane, we are prompted by the interface language to easily and accurately complete the above operation. The book mainly related function call, pointer, hash table and other major technologies. Among them, the function call and a hash table is the focus of technology.)
    2011-06-05 13:03:11下载
    积分:1
  • CSharpchat
    网络编程chat聊天工具好东西啊,快来下载把(Network Programming)
    2013-07-02 16:04:49下载
    积分:1
  • GPS_Software_receirver
    GPS软件接收机的源码,实现信号跟踪、捕获、电文解调、定位解算等功能,有助于学习卫星导航的同学加深对GPS接收机工作原理的理解,也可作为核心代码扩展为GPS接收机工作原理演示程序。(The source code of the software GPS receiver signal tracking, capture, message demodulation, position resolution and other functions, help students to learn satellite navigation to deepen understanding of the GPS receiver works can also be extended as the core code for the GPS receiverworking principle of demo program.)
    2020-07-04 11:20:01下载
    积分:1
  • SourceCodeStatisticTool
    源代码统计工具,可以统计指定目录下原代码文件的个数、行数。文件后缀可自行设置(source statistical tools, statistics can be designated directory source code, document number, the number of rows. File extension can be set up on their own)
    2006-12-13 08:16:23下载
    积分:1
  • AppAgain
    在MFC中对单本文的程序,如何添加一个对话框在里面进行显示,In this paper, the MFC-on-one program, how to add a dialog box is displayed on the inside(In this paper, the MFC-on-one program, how to add a dialog box is displayed on the inside)
    2014-06-12 21:06:09下载
    积分:1
  • Debug
    程序调试方法,查找debug所在,精品文档,共享一下(code Debug)
    2013-11-11 10:23:02下载
    积分:1
  • CProgram.rar
    说明:  实现了很多的数据结构算法,适合与想学习数据结构编程的读者。(achieve a lot of data structure algorithms, fit and want to learn data structure programming readers.)
    2006-04-05 16:52:57下载
    积分:1
  • tes
    对于网络开发包的详细解释,包括了libcap和libnid等(For a detailed explanation of the network development kit, including the libcap and libnid of)
    2012-10-23 10:24:33下载
    积分:1
  • trimesh_12-16_m
    3d 图形变换相关的代码,借助现有的一些几何库,实现了如三角网格化简 参数化等的内容(3D model tranform code)
    2015-12-16 10:00:44下载
    积分:1
  • 696524资源总数
  • 103872会员总数
  • 62今日下载