资源简介
此设计模式以完整的项目作为基础,在此基础上使用设计模式,是一遍不可多得的好文章,内容齐全,含类图,源码,文档报告。。。
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using DragonQuest.General;
using System.Drawing;
namespace DragonQuest
{
///
/// 血条,生命值
///
public class BloodBar : Element
{
//血条的单位长度
private const int WIDTH = 1;
//血条的高度
private const int HEIGHT = 10;
private int allLife nowLife;
public int X
{
get { return x; }
set { x = value; }
}
public int Y
{
get{return y;}
set { y = value; }
}
public BloodBar(int x int y int allLife)
: base(x y)
{
this.allLife = allLife;
this.nowLife = allLife;
}
public int NowLife
{
get
{
return nowLife;
}
set
{
nowLife = value;
}
}
public override void Draw(System.Drawing.Graphics g)
{
g.DrawString(“Life:“ new Font(“Arial“ 10f) new SolidBrush(Color.Red) x+50 y-20);
g.DrawRectangle(new Pen(Color.Red) x+85 y-18 WIDTH * allLife HEIGHT);
g.FillRectangle(new SolidBrush(Color.Red) x+85 y-18 WIDTH * nowLife HEIGHT);
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 269198 2013-07-18 19:34 设计模式(包含5个设计模式)含源代码报告\DragonQuest(VS2013版)\DragonQuest\DragonQuest\bin\Debug\backgroundMUsic\i_comic.mp3
文件 1446589 2013-07-18 19:34 设计模式(包含5个设计模式)含源代码报告\DragonQuest(VS2013版)\DragonQuest\DragonQuest\bin\Debug\backgroundMUsic\r_bgm_01.mp3
文件 1446589 2013-07-18 19:34 设计模式(包含5个设计模式)含源代码报告\DragonQuest(VS2013版)\DragonQuest\DragonQuest\bin\Debug\backgroundMUsic\r_bgm_02.mp3
文件 1159033 2013-07-18 19:34 设计模式(包含5个设计模式)含源代码报告\DragonQuest(VS2013版)\DragonQuest\DragonQuest\bin\Debug\backgroundMUsic\u_bgm.mp3
文件 12778028 2013-12-31 10:01 设计模式(包含5个设计模式)含源代码报告\DragonQuest(VS2013版)\DragonQuest\DragonQuest\bin\Debug\backgroundMUsic\u_bgm.wav
文件 83456 2014-01-01 21:27 设计模式(包含5个设计模式)含源代码报告\DragonQuest(VS2013版)\DragonQuest\DragonQuest\bin\Debug\DragonQuest.exe
文件 132608 2014-01-01 21:27 设计模式(包含5个设计模式)含源代码报告\DragonQuest(VS2013版)\DragonQuest\DragonQuest\bin\Debug\DragonQuest.pdb
文件 22704 2014-01-01 21:26 设计模式(包含5个设计模式)含源代码报告\DragonQuest(VS2013版)\DragonQuest\DragonQuest\bin\Debug\DragonQuest.vshost.exe
文件 490 2013-03-18 17:00 设计模式(包含5个设计模式)含源代码报告\DragonQuest(VS2013版)\DragonQuest\DragonQuest\bin\Debug\DragonQuest.vshost.exe.manifest
文件 31747 2011-06-16 22:57 设计模式(包含5个设计模式)含源代码报告\DragonQuest(VS2013版)\DragonQuest\DragonQuest\bin\Debug\images\background.png
文件 35870 2011-06-16 22:57 设计模式(包含5个设计模式)含源代码报告\DragonQuest(VS2013版)\DragonQuest\DragonQuest\bin\Debug\images\background1.png
文件 284 2011-06-16 22:57 设计模式(包含5个设计模式)含源代码报告\DragonQuest(VS2013版)\DragonQuest\DragonQuest\bin\Debug\images\blast1_0.gif
文件 423 2011-06-16 22:57 设计模式(包含5个设计模式)含源代码报告\DragonQuest(VS2013版)\DragonQuest\DragonQuest\bin\Debug\images\blast1_1.gif
文件 680 2011-06-16 22:57 设计模式(包含5个设计模式)含源代码报告\DragonQuest(VS2013版)\DragonQuest\DragonQuest\bin\Debug\images\blast1_2.gif
文件 740 2011-06-16 22:57 设计模式(包含5个设计模式)含源代码报告\DragonQuest(VS2013版)\DragonQuest\DragonQuest\bin\Debug\images\blast1_3.gif
文件 765 2011-06-16 22:57 设计模式(包含5个设计模式)含源代码报告\DragonQuest(VS2013版)\DragonQuest\DragonQuest\bin\Debug\images\blast1_4.gif
文件 624 2011-06-16 22:57 设计模式(包含5个设计模式)含源代码报告\DragonQuest(VS2013版)\DragonQuest\DragonQuest\bin\Debug\images\blast1_5.gif
文件 500 2011-06-16 22:57 设计模式(包含5个设计模式)含源代码报告\DragonQuest(VS2013版)\DragonQuest\DragonQuest\bin\Debug\images\blast1_6.gif
文件 286 2011-06-16 22:57 设计模式(包含5个设计模式)含源代码报告\DragonQuest(VS2013版)\DragonQuest\DragonQuest\bin\Debug\images\blast1_7.gif
文件 241 2011-06-16 22:57 设计模式(包含5个设计模式)含源代码报告\DragonQuest(VS2013版)\DragonQuest\DragonQuest\bin\Debug\images\blast1_8.gif
文件 907 2011-06-16 22:57 设计模式(包含5个设计模式)含源代码报告\DragonQuest(VS2013版)\DragonQuest\DragonQuest\bin\Debug\images\blast2_0.gif
文件 1224 2011-06-16 22:57 设计模式(包含5个设计模式)含源代码报告\DragonQuest(VS2013版)\DragonQuest\DragonQuest\bin\Debug\images\blast2_1.gif
文件 5288 2011-06-16 22:57 设计模式(包含5个设计模式)含源代码报告\DragonQuest(VS2013版)\DragonQuest\DragonQuest\bin\Debug\images\blast2_2.gif
文件 1971 2011-06-16 22:57 设计模式(包含5个设计模式)含源代码报告\DragonQuest(VS2013版)\DragonQuest\DragonQuest\bin\Debug\images\blast2_3.gif
文件 6458 2011-06-16 22:57 设计模式(包含5个设计模式)含源代码报告\DragonQuest(VS2013版)\DragonQuest\DragonQuest\bin\Debug\images\blast2_4.gif
文件 8367 2011-06-16 22:57 设计模式(包含5个设计模式)含源代码报告\DragonQuest(VS2013版)\DragonQuest\DragonQuest\bin\Debug\images\blast2_5.gif
文件 9076 2011-06-16 22:57 设计模式(包含5个设计模式)含源代码报告\DragonQuest(VS2013版)\DragonQuest\DragonQuest\bin\Debug\images\blast2_6.gif
文件 8988 2011-06-16 22:57 设计模式(包含5个设计模式)含源代码报告\DragonQuest(VS2013版)\DragonQuest\DragonQuest\bin\Debug\images\blast2_7.gif
文件 3592 2011-06-16 22:57 设计模式(包含5个设计模式)含源代码报告\DragonQuest(VS2013版)\DragonQuest\DragonQuest\bin\Debug\images\blast2_8.gif
文件 2912 2011-06-16 22:57 设计模式(包含5个设计模式)含源代码报告\DragonQuest(VS2013版)\DragonQuest\DragonQuest\bin\Debug\images\enemy1.gif
............此处省略139个文件信息
相关资源
- 设计模式解析(第2版)
- 2018年天津大学媒体计算课程大作业
- web网页制作期末大作业.zip
- 北航数值分析大作业 高斯/sor迭代法
- 西安电子科技大学编译原理大作业
- 静态网站设计大作业
- 图解设计模式高清PDF带目录和源码
- 界面设计模式 Designing Interfaces 中文版
- 图解设计模式完整版pdf 高清中文版
- 虚拟现实unity课程大作业
- 大话设计模式.rar
- 北航 数理统计判别分析大作业
- Web开发技术大作业.zip
- 界面设计模式等UI设计多本合集PDF
- 大话设计模式_程杰.zip
- head first 中文版
- 期末大作业——SSM框架汇通国际物流
- 设计模式的艺术:软件开发人员内功修
- 天津大学数据库应用原理课程往年卷
- 设计模式第二版课件27个ppt及代码
- 高程大作业 扫雷 代码实现
- 大话设计模式(完整版.pdf
- 研磨设计模式完整版pdf part1 1-3
- 研磨设计模式PDF
- 大话设计模式-程杰.rar
- 数值分析北航大作业 QR分解求特征值
- 哈工大编译原理大作业
- 图解基础设施设计模式.[日]NTT DATA集团
- 大话设计模式.zip
- 大话设计模式带目录完整版[中文PDF
评论
共有 条评论