登录
首页 » Visual C++ » PainterUsePattern

PainterUsePattern

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

  • chat实例
    基于VC++的局域网聊天室,能够实现多人房间聊天。(LAN chat room based on VC++ can realize multi-room chat.)
    2019-02-15 10:30:43下载
    积分:1
  • bpnnet_156
    在实际应用中,原始的BP算法很难胜任,因此出现了很多的改进算法。BP算法的改进主要有两种途径,一种是采用启发式学习方法,另一种则是采用更有效的优化算法。本例采用动量BP算法,来实现对网络的训练过程,动量法降低了网络对于误差曲面局部细节的敏感性,有效地抑制网络陷于局部极小。 (In practical applications, the original BP algorithm very difficult to do, so there were a lot of the improved algorithm. BP Algorithm There are two main channels, a heuristic learning method is adopted, another is the introduction of more efficient optimization algorithm. In this case the use of momentum BP algorithm to realize the network training process, momentum method to reduce the network error surface for the local details of the sensitivity of the network effectively inhibited in a local minimum.)
    2008-06-16 20:29:09下载
    积分:1
  • daoyouzixun
    根据课程设计任务书要求,为校园管理部门设计一个简单的导游咨询程序, 实现如下功能: (1) 设计校园平面图,所含景点不少于10个,以图中顶点表示校园内各景点,存放景点名称、代号、简介等信息,图中的边表示景点间的道路,存放路径长度等信息。 (2) 为来访客人提供图中任意景点相关信息的查询。 (3) 为来访客人提供图中任意景点的问路查询,即查询任意两个景点之间的路径(列出所有),并向访客推荐一条最短路径。(Curriculum design task requirements for campus management department to design a simple guide consultation process to achieve the following functions: (1) The design of the campus plan, contained in the attractions of not less than 10, said the campus attractions to vertices in the graph store Attraction name, code, brief information, edges in the graph represents a road between the attractions storage path length information. (2) information query any attractions for visiting guests. (3) provide for the visiting guests to ask the way of any attractions query, that query path between any two attractions (list all) to visitors recommend a shortest path.)
    2013-03-23 15:21:40下载
    积分:1
  • passTp1
    过tp所有函数hook驱动 过tp所有函数hook驱动 2015.9.1(pass TP All Hook)
    2015-09-01 20:35:34下载
    积分:1
  • MFCDraw
    MFC 画图程序 包括了所有画图的功能! 里面包括了源代码,相当好用!(MFC Paint program to include all the functions of drawing! Which includes source code, very easy to use!)
    2020-11-19 10:09:37下载
    积分:1
  • MirGui
    收集的传奇外挂原码。希望大家有用,版本比较旧了。但原理很好。对于新手来说有很大帮助。(The legend of the original collection of plug-in code. Hope that useful, the older version. But the principle of good. For the novice of great help.)
    2008-12-29 12:33:34下载
    积分:1
  • 531469b0ca56
    并口程序 测试PC并口输入输出文件,挺不错的一个程序 分享(this is a little )
    2014-09-11 11:49:42下载
    积分:1
  • OPCserver
    用vc++实现了一个标准的OPC DA服务器!可以实现工业以太网数据采集并为实现了标准OPC接口的客户程序进行数据交互!(Using vc++ to achieve a standard OPC DA server! Industrial Ethernet can be achieved for the realization of data acquisition and a standard OPC client interface for data exchange!)
    2009-07-03 10:50:14下载
    积分:1
  • wifisend
    /mfc 小程序 主要是用来测试wifi信号的发送 手机连接后方可与上微机进行通信(/mfc small program is mainly for communication with the microcomputer rear sending mobile phone used to test the WiFi signal connection)
    2020-06-30 19:20:02下载
    积分:1
  • FenblBoh
    一个用VC实现分辨调整和网络拨号切换的程序(a resolution with VC adjustment dial-up and network switching procedures)
    2007-05-30 09:40:54下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载