登录
首页 » c++ » game2048

game2048

于 2023-08-08 发布 文件大小:1.71 kB
0 118
下载积分: 2 下载次数: 1

代码说明:

#include #include #include #include #include #include #include #include using namespace std; int table[16]={0},Score=0,Max_number=0; bool allprint=true; int&at(int* pn,int x,int y=-1,bool rev=false){     return rev?(~y?pn[x*4+y]:pn[x]):(~y?pn[y*4+x]:pn[x]); } bool canMove(int* pn,int direction){     for(int i=0,sum=0;i

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Matlab_and_VC
    vc 和 matlab 混合编程例程,已通过测试(vc and matlab mixed programming routines, has been tested)
    2007-09-16 10:38:04下载
    积分:1
  • Print1ToMaxOfNDigits
    输入一个十进制数字,打印出其二进制所包含的1的个数,空间复杂度很小(Enter a decimal number, print out its binary contains a number, a very small space complexity)
    2013-09-04 19:15:43下载
    积分:1
  • 4.IMU_AHRS
    惯性测量单元的C源代码 用于测量物体的姿态变化 可应用与惯性导航 小飞机等设计(IMU(inertial measurement unit) source code)
    2014-02-20 16:04:33下载
    积分:1
  • APM 3.2.1开源飞控源代码 ardupilot-ArduCopter-3.2.1-apm-px4-master
    APM 3.2.1开源飞控源代码 ardupilot-ArduCopter-3.2.1-apm-px4-master
    2021-05-06下载
    积分:1
  • 使用cookie知道WebClient坚持ASP.NET MVC认证
    2022-12-28 23:35:03下载
    积分:1
  • Micrium_uCFS
    此为整套uC/FS程序,内含示例工程,运行绝对无错误、无警告,更关键的是内含详尽的英文使用手册。(wonderful~)
    2009-04-12 17:21:31下载
    积分:1
  • hacker
    黑客攻防入门书籍 很好很强大 讲了各种攻击方法(Getting Started with a very good offensive and defensive hacking books, talk about a variety of very strong attack methods)
    2009-11-25 10:49:52下载
    积分:1
  • QQInfoWnd
    简单易用的类似QQ右下角的信息提示窗口.(Easy to use similar QQ message prompt window.)
    2013-05-31 22:55:52下载
    积分:1
  • VideoCapture.rar
    利用directshow在VC6.0环境下完成多路视频采集(本例中实现两路)(Use DirectShow in VC6.0 environment to complete multi-channel video capture (in this case the realization of two-way))
    2008-05-18 15:54:36下载
    积分:1
  • music-play
    MP3播放代码,可以实现代码移植,仅供参考(MP3 player code, code migration can be achieved, for reference only.)
    2013-07-10 23:57:56下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载