CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 游戏 其他智力游戏

文件名称:tictactoe

介绍说明--下载内容来自于网络,使用问题请自行百度

此代码是如何用C++语言实现一个简单的井字棋游戏,并且利用不同的技术在不同的用户界面上实现它。游戏的逻辑部分只用标准C++写了一次,并且使用了两种截然不同的技术用它来构建了2个应用:Win32 API,我不得不明确的指定一些工作例如创建一个窗口并且绘制它,还有就是使用XAML的Windows Runtime,这里framework为我做了大量的工作,是我能够专注于游戏逻辑的实现(并且当我需要去设计UI的时候,我们不仅仅只有手动声明这一种方法,不仅可以在XAML中,也可以在code behind里)。其中在代码里也看到了如何使用标准的容器例如std::array和std::set,并且无缝的在C++/CX中使用纯C++逻辑代码创建一个Windows Runtime应用。-This code is how to use language to achieve a simple C++ Tic-tac-toe game, and the use of different technologies to implement it on a different user interface. The logical part of the game using only standard C++ write once, and use it to build the two applications use two distinct technologies: Win32 API, I had to explicitly specify some work such as creating a window and draw it further there is the use of XAML for Windows Runtime, this framework a lot of work for me, I was able to focus on the game logic implementation (and when I need to design the UI, we not only manually declare this a way, not only in XAML can also be in the code behind). Wherein the code also saw how to use standard containers such as std :: array and std :: set, and create a seamless Windows Runtime application using pure logic C++ code C++/CX in.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

tictactoe/.vs/FunCpp2/v14/.suo
tictactoe/Common/game.cpp
tictactoe/Common/game.h
tictactoe/Common/strategy_o.h
tictactoe/Common/strategy_x.h
tictactoe/Debug/TicTacToeWin32.exe
tictactoe/Debug/TicTacToeWin32.ilk
tictactoe/Debug/TicTacToeWin32.pdb
tictactoe/FunCpp2.sln
tictactoe/FunCpp2.VC.db
tictactoe/TicTacToeWin32/Debug/framework.obj
tictactoe/TicTacToeWin32/Debug/game.obj
tictactoe/TicTacToeWin32/Debug/main.obj
tictactoe/TicTacToeWin32/Debug/pch.obj
tictactoe/TicTacToeWin32/Debug/tictactoe.res
tictactoe/TicTacToeWin32/Debug/TicTacToeWin32.Build.CppClean.log
tictactoe/TicTacToeWin32/Debug/TicTacToeWin32.log
tictactoe/TicTacToeWin32/Debug/TicTacToeWin32.pch
tictactoe/TicTacToeWin32/Debug/TicTacToeWin32.tlog/CL.command.1.tlog
tictactoe/TicTacToeWin32/Debug/TicTacToeWin32.tlog/CL.read.1.tlog
tictactoe/TicTacToeWin32/Debug/TicTacToeWin32.tlog/CL.write.1.tlog
tictactoe/TicTacToeWin32/Debug/TicTacToeWin32.tlog/link.command.1.tlog
tictactoe/TicTacToeWin32/Debug/TicTacToeWin32.tlog/link.read.1.tlog
tictactoe/TicTacToeWin32/Debug/TicTacToeWin32.tlog/link.write.1.tlog
tictactoe/TicTacToeWin32/Debug/TicTacToeWin32.tlog/rc.command.1.tlog
tictactoe/TicTacToeWin32/Debug/TicTacToeWin32.tlog/rc.read.1.tlog
tictactoe/TicTacToeWin32/Debug/TicTacToeWin32.tlog/rc.write.1.tlog
tictactoe/TicTacToeWin32/Debug/TicTacToeWin32.tlog/TicTacToeWin32.lastbuildstate
tictactoe/TicTacToeWin32/Debug/vc140.idb
tictactoe/TicTacToeWin32/Debug/vc140.pdb
tictactoe/TicTacToeWin32/Debug/window.obj
tictactoe/TicTacToeWin32/framework.cpp
tictactoe/TicTacToeWin32/framework.h
tictactoe/TicTacToeWin32/main.cpp
tictactoe/TicTacToeWin32/pch.cpp
tictactoe/TicTacToeWin32/pch.h
tictactoe/TicTacToeWin32/resource.h
tictactoe/TicTacToeWin32/tictactoe.aps
tictactoe/TicTacToeWin32/tictactoe.rc
tictactoe/TicTacToeWin32/TicTacToeWin32.vcxproj
tictactoe/TicTacToeWin32/TicTacToeWin32.vcxproj.filters
tictactoe/TicTacToeWin32/ttt0.bmp
tictactoe/TicTacToeWin32/tttx.bmp
tictactoe/TicTacToeWin32/window.cpp
tictactoe/TicTacToeWin32/window.h
tictactoe/TicTacToeWinRT/App.xaml
tictactoe/TicTacToeWinRT/App.xaml.cpp
tictactoe/TicTacToeWinRT/App.xaml.h
tictactoe/TicTacToeWinRT/Assets/Logo.png
tictactoe/TicTacToeWinRT/Assets/SmallLogo.png
tictactoe/TicTacToeWinRT/Assets/SplashScreen.png
tictactoe/TicTacToeWinRT/Assets/StoreLogo.png
tictactoe/TicTacToeWinRT/Assets/ttt0.bmp
tictactoe/TicTacToeWinRT/Assets/tttx.bmp
tictactoe/TicTacToeWinRT/Common/StandardStyles.xaml
tictactoe/TicTacToeWinRT/Debug/TicTacToeWinRT.log
tictactoe/TicTacToeWinRT/MainPage.xaml
tictactoe/TicTacToeWinRT/MainPage.xaml.cpp
tictactoe/TicTacToeWinRT/MainPage.xaml.h
tictactoe/TicTacToeWinRT/Package.appxmanifest
tictactoe/TicTacToeWinRT/pch.cpp
tictactoe/TicTacToeWinRT/pch.h
tictactoe/TicTacToeWinRT/TicTacToeWinRT.vcxproj
tictactoe/TicTacToeWinRT/TicTacToeWinRT.vcxproj.filters
tictactoe/TicTacToeWinRT/TicTacToeWinRT_TemporaryKey.pfx
tictactoe/.vs/FunCpp2/v14
tictactoe/TicTacToeWin32/Debug/TicTacToeWin32.tlog
tictactoe/TicTacToeWinRT/Debug/TicTacToeWinRT.tlog
tictactoe/.vs/FunCpp2
tictactoe/Debug/TicTacToeWinRT
tictactoe/ipch/TICTACTOEWIN32-a3e9c265
tictactoe/ipch/TICTACTOEWINRT-ebac2e87
tictactoe/TicTacToeWin32/Debug
tictactoe/TicTacToeWinRT/Assets
tictactoe/TicTacToeWinRT/Common
tictactoe/TicTacToeWinRT/Debug
tictactoe/TicTacToeWinRT/Generated Files
tictactoe/.vs
tictactoe/Common
tictactoe/Debug
tictactoe/ipch
tictactoe/TicTacToeWin32
tictactoe/TicTacToeWinRT
tictactoe

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com