资源简介
LLK_qq5w.rar
代码片段和文件信息
// ChessPoint.cpp: implementation of the CChessPoint class.
//
//////////////////////////////////////////////////////////////////////
#include “stdafx.h“
#include “LLK_qq5w.h“
#include “ChessPoint.h“
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
CChessPoint::CChessPoint(POINT tempP)
{
up = tempP;
down = tempP;
left = tempP;
right = tempP;
up.y=tempP.y+1;
up.x = tempP.x;
down.y=tempP.y-1;
down.x = tempP.x;
left.x = tempP.x-1;
left.y = tempP.y;
right.x = tempP.x+1;
right.y = tempP.y;
p.x = tempP.x;
p.y = tempP.y;
}
CChessPoint::~CChessPoint()
{
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 829 2016-05-16 23:08 LLK_qq5w\LLK_qq5w\ChessPoint.cpp
文件 604 2016-05-16 23:04 LLK_qq5w\LLK_qq5w\ChessPoint.h
文件 36636 2016-05-20 16:40 LLK_qq5w\LLK_qq5w\LLK_qq5w.aps
文件 1602 2016-05-20 16:43 LLK_qq5w\LLK_qq5w\LLK_qq5w.clw
文件 2091 2016-05-13 15:20 LLK_qq5w\LLK_qq5w\LLK_qq5w.cpp
文件 4302 2016-05-20 16:44 LLK_qq5w\LLK_qq5w\LLK_qq5w.dsp
文件 524 2016-05-13 15:20 LLK_qq5w\LLK_qq5w\LLK_qq5w.dsw
文件 1346 2016-05-13 15:20 LLK_qq5w\LLK_qq5w\LLK_qq5w.h
文件 140288 2016-05-20 16:44 LLK_qq5w\LLK_qq5w\LLK_qq5w.ncb
文件 49664 2016-05-20 16:44 LLK_qq5w\LLK_qq5w\LLK_qq5w.opt
文件 958 2016-05-20 16:41 LLK_qq5w\LLK_qq5w\LLK_qq5w.plg
文件 6370 2016-05-20 16:40 LLK_qq5w\LLK_qq5w\LLK_qq5w.rc
文件 13791 2016-05-20 16:40 LLK_qq5w\LLK_qq5w\LLK_qq5wDlg.cpp
文件 1847 2016-05-20 15:37 LLK_qq5w\LLK_qq5w\LLK_qq5wDlg.h
文件 3615 2016-05-13 15:20 LLK_qq5w\LLK_qq5w\ReadMe.txt
文件 1078 2016-05-13 15:20 LLK_qq5w\LLK_qq5w\res\LLK_qq5w.ico
文件 400 2016-05-13 15:20 LLK_qq5w\LLK_qq5w\res\LLK_qq5w.rc2
文件 1284 2016-05-20 16:40 LLK_qq5w\LLK_qq5w\resource.h
文件 210 2016-05-13 15:20 LLK_qq5w\LLK_qq5w\StdAfx.cpp
文件 1054 2016-05-13 15:20 LLK_qq5w\LLK_qq5w\StdAfx.h
目录 0 2016-05-18 21:15 LLK_qq5w\LLK_qq5w\res
目录 0 2016-05-20 16:53 LLK_qq5w\LLK_qq5w
目录 0 2016-05-19 15:01 LLK_qq5w
----------- --------- ---------- ----- ----
268493 23
- 上一篇:基于Ucos的多任务实现
- 下一篇:单相Boost功率因数校正仿真
相关资源
- DS.SolidWorks.2019.SP3.0.Premium.torrent
- DS.SolidWorks.2018.SP5.0.Premium-SSQ.torrent
- 原创透明加解密-AES等长加密算法含
- net_camera.rar
- oephuc.doc
- 百度分享地址.txt
- win2003sp2_r2_std.rar
- DarkShell_无限制版_VIP专用版.rar
- 组态王说明.txt
- HMM.sln
- 学生宿舍管理毕业设计.rar
- FTP课程设计.rar
- 5000-50003.61.rar
- SAPGUI750客户端.txt
- 展讯各芯片介绍.rar
- viqecel_10287298.zip
- iDRAC9-Ent-Eval.7z
- cuda.txt
- maxcms4.0.wpm
- 0kevpj.doc
- altiumdesigner10.972.23595破解.zip
- 学生信息管理系统.txt
- 2048.rar
- 温度检测.zip
- MBAXP(ModbusActiveXPro)破解版.rar
- 新建文本文档(2).zip
- Dict.dic
- spwp.tar
- VisualC.NET串口通信及测控应用典型程序
- p99hd4.txt
评论
共有 条评论