-
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
-
CStatic(ownerdraw)
MFC Static 自绘控件,美化控件。(Static OwnerDraw)
- 2013-10-19 13:46:17下载
- 积分:1
-
孵化环境温湿度监控系统设计
说明: 如果要将此应用项目移植到开发板上,只需要根据此项目的电路图修改管脚,改成我们开发板对应的管脚上。温湿度传感器使用的是DHT11,所以数据口按照原理图内接。温度传感器接口也需要修改成我们开发板对应的接口(If you want to transplant this application project to the development board, you only need to modify the pins according to the circuit diagram of this project and change it to the corresponding pin of our development board. The temperature and humidity sensor uses DHT11, so the data port is internally connected according to the schematic diagram. The temperature sensor interface also needs to be modified to the corresponding interface of our development board)
- 2020-05-13 15:03:45下载
- 积分:1
-
dht11
说明: 驱动dht11基于stm32的驱动程序,适用于最小系统板。(Driver DHT11 is based on STM32 driver, which is suitable for the smallest system board.)
- 2021-02-04 15:07:47下载
- 积分:1
-
12864点阵液晶,
12864点阵液晶,-12864点阵液晶,
- 2023-04-22 03:45:03下载
- 积分:1
-
TransparentWindow
ppWizard has created this TransparentWindow application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up your TransparentWindow application.
- 2004-07-13 10:49:50下载
- 积分:1
-
USB 重定向 linux
用于瘦客户端桌面 基于 Libusd 的适用于 Linux 的USB 重定向
- 2022-01-25 19:29:17下载
- 积分:1
-
LPC2138
TFT+ATmega16显示proteus仿真(TFT+ATmega16 display proteus simulation)
- 2014-01-04 00:56:41下载
- 积分:1
-
bcbjackVFWObjectTrackingSampleMean
內容為目標物追蹤程序原碼 可使用webcam連線找尋想要之目標 進行追蹤(The contents of the target tracking procedure for the original code can be used to connect webcam to find the target you want to track)
- 2009-07-08 16:00:20下载
- 积分:1
-
arm下的linux驱动开发
arm 下的linux驱动开发,包含链接文件和makefile文件的编写,比较实用。
- 2022-07-02 23:43:39下载
- 积分:1