登录
首页 » c++ » game2048

game2048

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

  • GUI_35
    matlab初学者资料 里面有M程序的详细文件 还有编程 直接运行即可(Matlab beginners material inside have M program detailed document and programming can be run directly )
    2012-03-30 11:22:52下载
    积分:1
  • slurceWorldcode
    奇迹世界服务端源代码,有兴趣的可以研究研究(Wonder World server source code, interested in studying)
    2019-04-07 07:10:53下载
    积分:1
  • c#代码规范
    c#代码规范,文本资料,c#语言的代码规范用法(C # Code specification, text data, code specification usage in C # language)
    2020-06-16 08:40:02下载
    积分:1
  • 使用 C# 和 EmguCV 的人脸检测考勤系统
    我最后一年的项目是创建一个基于人脸识别考勤系统,检测到目前的学生的面孔,标志着他们的出勤率因此。由塞尔吉奥和古蒂é的口号é罗哈斯我创建了一个窗口,桌面应用程序可以存储学生姓名班级和帮助老师管理和监控考勤的实时多人脸检测和识别的帮助。这是伟大的工作,你可以调整精度和速度之间。因为它是由我们的项目很简单不是很复杂,你可以很容易修改。
    2023-04-21 00:45:05下载
    积分:1
  • TripleDes算法de实现
    之前,我在一个项目开发过程中,涉及到了TripleDes的算法,在实现过程中,我也参考了论坛现有的关于3DES的代码,发现大部分的代码在算法的实现上不够严谨,或者小有偏差,特别是对3DES的两种模式:ECB,CBC都罕有涉及。此版本提供的TripleDes可以实现3DES在两种模式下的2key/3key的加、解密。在速度优化和内存控制上都做了优化。(Before, I in a project development process, involving the TripleDES algorithms, in the realization of the process, I also made reference to a forum on the existing 3DES code and found that most of the code in the algorithm for the realization of loosely, or small deviations, especially for 3DES of two modes: ECB, CBC are rarely involved. This version provided by TripleDES 3DES can be achieved in two modes of 2key/3key increases, decryption. Optimized in terms of speed and memory control are optimized.)
    2005-05-18 21:08:51下载
    积分:1
  • 51-circuit-for-proteus
    郭天祥教学单片计配套电路图,可用proteus打开,比完成相应的实验(It is the circuit for the using of SCM of Guo Tianxiang training. )
    2012-09-25 19:05:53下载
    积分:1
  • 2
    说明:  足球联赛采用主客场双循环赛制,胜一场得3分,平局各得1分,负一场得0分,联赛排名以积分多者在前,当两队(或多队)积分相同时,则净胜球(即进球数与失球数之差)多者在前,若净胜球相同,则进球数多者在前,若仍相同,则抽签或踢附加赛决定名次(这在联赛结束后进行,联赛未结束则两队名次并列,本程序不做这方面要求)。试编一程序统计最近一轮比赛后,各队积分及排名。(SOCCER PLAYER)
    2013-12-26 22:20:16下载
    积分:1
  • VCPPFileMonitor
    本程序可自动监测被测主机中的所有文件的操作,通信包截获等(The program can operate automatically monitor files, such as intercepted communications package)
    2015-04-09 13:53:57下载
    积分:1
  • AsyTcpSocketTestDemo
    C Sharp 下的网络通信编程程序,此为一个异步通讯的例子(C Sharp programming for the network communication process, this is an example of a Dove transmission)
    2011-06-28 15:42:05下载
    积分:1
  • ggggggardner
    详细的描述了同步算法和并用matlab实现了相应的算法适合学习着(Detailed description of the the GMSK algorithms and the corresponding decision feedback algorithm and the corresponding implementation procedures,)
    2013-05-15 18:33:32下载
    积分:1
  • 696518资源总数
  • 104223会员总数
  • 35今日下载