06 2017 档案
摘要:Head Pos: (0,0)(0,9) (1,9) (2,9) (3,9) (4,9) (5,9) (6,9) (7,9) (8,9) (9,9)(0,8) (1,8) (2,8) (3,8) (4,8) (5,8) (6,8) (7,8) (8,8) (9,8)(0,7) (1,7) (2,7)
阅读全文
摘要:#include #include #include "map" #include "stdio.h" #include "stdlib.h" #include "string.h" #include "array" using namespace std; #define NULL (0) #define OUT_X ...
阅读全文
摘要:common.cpp common.h hash.cpp hash.h main.cpp testfunc.cpp testfunc.h
阅读全文
摘要:#!/bin/bashadb shell screencap -p /sdcard/screen.pngadb pull /sdcard/screen.png ./adb shell rm /sdcard/screen.pngecho "获取屏幕截图完毕"
阅读全文
摘要:#include "stdio.h" #include "map" #include "string" #include "iostream" using namespace std; int u[4] = {0, 0, 1, -1}; int v[4] = {1, -1, 0, 0}; // global map g_SCORE; int g_BEST_SCORE; int...
阅读全文
摘要:#!/bin/bashlet actual_x=104+144*$[$2-1]let actual_y=945+144*$[$1-1]adb shell input tap ${actual_x} ${actual_y}adb shell input tap ${actual_x} ${actual
阅读全文
摘要:#!/bin/bash./simulate_screencap.sh./analysis_screencap.py
阅读全文
摘要:#!/usr/bin/env pythonfrom PIL import Imageimg = Image.open("./screen.png")maps = [[] for i in range(11)]for i in range(11): for j in range(11): maps[i
阅读全文