-
game2048
#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
- 2023-08-08 02:35:03下载
- 积分:1
-
main
粒子算法的cuda并行实现,加速比很高,对于学习cuda的人很有帮助(Cuda parallel implementation of particle algorithm, the speedup is high, very helpful for people learning cuda)
- 2010-12-01 20:37:21下载
- 积分:1
-
matrixMul
说明: cuda 矩阵运算程序,cuda上实现两个矩阵相乘(cuda matrix multi)
- 2020-12-13 22:19:15下载
- 积分:1
-
linux基础命令.doc
【实例简介】linux基础命令
- 2021-09-25 00:30:58下载
- 积分:1
-
此源码是《C#入门经典》一书第9章的源代码
此源码是《C#入门经典》一书第9章的源代码-This source is the C# Entry classic book, Chapter 9 of the source code
- 2022-08-21 02:30:01下载
- 积分:1
-
vxworks参考手册
vxWorks参考手册,是一本vxWorks的工具书。能够给初学者以较大帮助。(vxworks reference guide. It is one of vxWorks tool book. It can give big help to initial study of vxworks)
- 2020-06-26 09:00:01下载
- 积分:1
-
Video_loopback2
基于DM642 两路视频输入采集,
两路图像的采集端口为Vport0的高低8位,并将其中一路输出。(two video input acquisition, 2 Road Image Acquisition Vport0 port for the level of eight, with the way the output.)
- 2007-06-18 17:42:02下载
- 积分:1
-
OMATLAB_ssvmn
关于支持向量机的MATLABB程序,用于模式识别可直接使用。
(MATLABB program on support vector machine for pattern recognition can be used directly.)
- 2012-07-17 08:26:15下载
- 积分:1
-
tongbu
关于无线传感器网络时间同步算法RBS算法的仿真(About wireless sensor network time synchronization algorithm RBS algorithm simulation)
- 2020-06-30 16:00:01下载
- 积分:1
-
T28B
matlab baysian pattern recognition
- 2010-04-08 04:15:16下载
- 积分:1