• 大小: 17.44MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-07-08
  • 语言: 其他
  • 标签: 游戏地图  

资源简介

win32贴图技术打造2.5D游戏地图,地图制作以及场景布置

资源截图

代码片段和文件信息

#include 
#include “list.h“
#include 
using namespace std;
int main()
{
List myList;
myList.InsertNode(1);
myList.InsertNode(2);
myList.InsertNode(3);
myList.Print();

cout << endl;
List meList;
meList.InsertNode(“点小懂“);
meList.InsertNode(“中有“);
meList.InsertNode(“迷迷糊糊“);
meList.Print();
cout << endl;
system(“pause“);
return 0;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2016-11-13 22:44  Win32Project1Map\
     目录           0  2016-11-13 22:44  Win32Project1Map\Debug\
     文件       71680  2016-11-13 22:44  Win32Project1Map\Debug\ListCpp.exe
     文件      440860  2016-11-13 22:44  Win32Project1Map\Debug\ListCpp.ilk
     文件      887808  2016-11-13 22:44  Win32Project1Map\Debug\ListCpp.pdb
     文件       47616  2016-11-13 21:35  Win32Project1Map\Debug\Win32Project1Map.exe
     文件      309320  2016-11-13 21:35  Win32Project1Map\Debug\Win32Project1Map.ilk
     文件     1076224  2016-11-13 21:35  Win32Project1Map\Debug\Win32Project1Map.pdb
     目录           0  2016-11-13 22:44  Win32Project1Map\ListCpp\
     目录           0  2016-11-13 22:44  Win32Project1Map\ListCpp\Debug\
     文件      181070  2016-11-13 22:44  Win32Project1Map\ListCpp\Debug\ListCPP.obj
     文件        1598  2016-11-13 22:44  Win32Project1Map\ListCpp\Debug\ListCpp.log
     目录           0  2016-11-13 22:44  Win32Project1Map\ListCpp\Debug\ListCpp.tlog\
     文件        7452  2016-11-13 22:44  Win32Project1Map\ListCpp\Debug\ListCpp.tlog\CL.read.1.tlog
     文件         824  2016-11-13 22:44  Win32Project1Map\ListCpp\Debug\ListCpp.tlog\CL.write.1.tlog
     文件         211  2016-11-13 22:44  Win32Project1Map\ListCpp\Debug\ListCpp.tlog\ListCpp.lastbuildstate
     文件         722  2016-11-13 22:44  Win32Project1Map\ListCpp\Debug\ListCpp.tlog\cl.command.1.tlog
     文件        1608  2016-11-13 22:44  Win32Project1Map\ListCpp\Debug\ListCpp.tlog\link.command.1.tlog
     文件        3144  2016-11-13 22:44  Win32Project1Map\ListCpp\Debug\ListCpp.tlog\link.read.1.tlog
     文件         796  2016-11-13 22:44  Win32Project1Map\ListCpp\Debug\ListCpp.tlog\link.write.1.tlog
     文件      265216  2016-11-13 22:44  Win32Project1Map\ListCpp\Debug\vc120.idb
     文件      364544  2016-11-13 22:44  Win32Project1Map\ListCpp\Debug\vc120.pdb
     文件         406  2016-11-13 22:44  Win32Project1Map\ListCpp\ListCPP.cpp
     文件        3448  2016-11-13 22:42  Win32Project1Map\ListCpp\ListCpp.vcxproj
     文件        1065  2016-11-13 22:42  Win32Project1Map\ListCpp\ListCpp.vcxproj.filters
     文件         778  2016-11-13 22:42  Win32Project1Map\ListCpp\list.h
     目录           0  2016-11-13 21:35  Win32Project1Map\Win32Project1Map\
     目录           0  2016-11-13 21:35  Win32Project1Map\Win32Project1Map\Debug\
     文件        2170  2016-11-13 21:32  Win32Project1Map\Win32Project1Map\Debug\Win32Project1Map.Build.CppClean.log
     文件        1880  2016-11-13 21:35  Win32Project1Map\Win32Project1Map\Debug\Win32Project1Map.log
     文件       19789  2016-11-13 21:35  Win32Project1Map\Win32Project1Map\Debug\Win32Project1Map.obj
............此处省略41个文件信息

评论

共有 条评论