登录
首页 » c++ » game2048

game2048

于 2023-08-08 发布 文件大小:1.71 kB
0 107
下载积分: 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 个回复

  • CMAC
    利用C语言实现的cmac算法,该cmac基于AES。程序清晰有注释便于查看(The use of C language cmac algorithm, the cmac based AES. There are clear and easy to view program notes)
    2020-10-28 18:29:57下载
    积分:1
  • Moravec算子提取
    本程序是Moravec算子提取算法,十分的简单易懂,是用BMPFile来读取图像的,我希望他可以对大家有所帮助,谢谢支持
    2023-02-17 20:55:04下载
    积分:1
  • Ecodynamica
    说明:  什么是Ecodynamica? Ecodynamica是普通的工具和二维元胞自动机1(CAs)。(What is Ecodynamica? Ecodynamica ordinary tools and two-dimensional cellular automata 1 (CAs).)
    2011-03-22 21:34:09下载
    积分:1
  • C#与sql server超市管理系统源码(含数据库脚本,亲测通过)
    vs2017 sql server 2008/sql server 2012/sql server 2016
    2018-07-13下载
    积分:1
  • xinghaofengxi
    数字信号处理-理论、算法与实现 一书中所涉及到的绝大部分算法。 Dsp_c C语言编写的算法程序。 Dsp_fortran FORTRAN语言编写的算法程序。 Dsp_matlab用MATLAB编写的信号处理程序,包含本书各个章节的 大部分例题。(" Digital Signal Processing- Theory, Algorithm and Implementation of a book related to most of the algorithm. The DSP_C C language algorithm. Dsp_fortran FORTRAN language written algorithm. Dsp_matlab prepared using MATLAB signal processing procedures, including most of the examples of the various chapters of the book.)
    2013-04-24 21:13:43下载
    积分:1
  • EBanking
    基于ASP.NET的银行系统,数据库是SQL Server(ASP.NET-based banking system, the is SQL Server)
    2015-05-07 19:59:35下载
    积分:1
  • matrix_kron
    说明:  matlab中kron函数的C++实现,即对矩阵实现kron积,接口与matlab函数完全相同,可以作为替代程序使用(kron matlab functions in C++ implementation, the implementation of the matrix kron product, interface with matlab function exactly the same procedure can be used as an alternative)
    2011-03-14 19:37:28下载
    积分:1
  • Listingprogram1
    listing program clock
    2012-11-26 03:31:42下载
    积分:1
  • C++实战源码-数值与字符串类型的转换(入门级实例196).zip
    C++实战源码-数值与字符串类型的转换(入门级实例196).zip
    2019-10-01下载
    积分:1
  • 摇号软件
    摇号软件是使用C#开发的一款可配置的抽奖软件,可用于抽取幸运观众、最佳合作伙伴等场景,支持全屏展示、多轮摇号、指定中奖提示和字体等,中奖数量、名称、背景等均可自由配置。
    2022-02-11 11:18:07下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载