07 2019 档案

摘要:瞎写个数独生成器,可选择难度 #include <bits/stdc++.h> using namespace std ; int orign_map[10][10],ans_map[10][10]; int ans_cnt ; int pos_x[100],pos_y[100]; bool buc 阅读全文
posted @ 2019-07-26 22:29 SHHHS 阅读(343) 评论(0) 推荐(0)
摘要:#encding:GBK require 'tk' module Const WIDTH_OF_PANEL = 370 HEIGHT_OF_PANEL = 520 SIZE_OF_BUTTON_H = 60 SIZE_OF_BUTTON_W = 80 HEIGHT_OF_DISPLAY_FRAME = 90 HEIGHT_OF_VALUE_LABEL = 30 HE... 阅读全文
posted @ 2019-07-10 20:00 SHHHS 阅读(438) 评论(0) 推荐(0)