资源简介
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功率因数校正仿真
相关资源
- 交通灯multisim仿真(附图)
- powerdesigner 15.1 license key
- powerdesigner15.0的注册码license key
- visio软件64位破解版本
- Internet Explorer 11 Windows 系统 各版本
-
开机速度优化工具Startup Dela
yer3.0中 - tomcat 8.0 32位 绿色版
- 四路抢答器
- SolidWorks-100多个
- delphi源码-检测是否运行了多个程序
- 希捷硬盘套件助系统构建商把握Vist
- 可以在XE下使用的DosCommand,捕获控制
- 如何使用VC和OD调试OCX控件
- 计算机三级-网络技术-第4大题题库-共
- 雷柏v700s机械键盘驱动 v1.0.0.1 官方版
- weui手机商城模板在线
- BMA250手册word和PDF(博文配到资源)
- Delphi时钟助手源码,定时关机、提醒
- Cisco无线AP全部配置文件(AIR-1200系列
- 安卓手机PC端一键重启工具
- ManualIciMapping_v3.1
- 集客9341固件ap
- 遍历USB设备,获取USB序列号
- delphi源码-实现软件注册机
- Microservices_Designing_Deploying
-
Design for em
bedded Image Processing on FPG - GNU/Linux系统开发者需要从桌面突破
- Concurrency in Go(EarlyRelease) 无水印p
- cfx中ccl语言使用手册
- 单元测试一条龙1.50final
评论
共有 条评论