#!/usr/bin/envpython#coding:utf-8importosimportreimportsysnum=[]game_gen_path=‘/data/bz-tw-and/‘fordirsinos.listdir(game_gen_path):ifre.match(‘s\d+‘,dirs):num.append(dirs[1:])number=sorted(map(int,num
分类:
编程语言 时间:
2018-07-10 23:35:56
阅读次数:
202
开挂的小G 开挂的小G Time Limit: 2000/1000ms (Java/Others) Time Limit: 2000/1000ms (Java/Others) Problem Description: 小G寒假在家没网络,闲着没事干又看不下书,就玩起了单机游戏ACM_Game,不过, ...
分类:
其他好文 时间:
2018-07-10 21:36:26
阅读次数:
134
【题目链接】 http://poj.org/problem?id=2286 【算法】 IDA* 【代码】 ...
分类:
其他好文 时间:
2018-07-08 22:08:39
阅读次数:
182
题目描述 Fennec and Snuke are playing a board game.On the board, there are N cells numbered 1 through N, and N?1 roads, each connecting two cells. Cell ai ...
分类:
其他好文 时间:
2018-07-08 20:03:59
阅读次数:
149
一、 1、 2、 当{3,2,1,0,4}时,如下结果 二、 ...
分类:
其他好文 时间:
2018-07-08 17:59:36
阅读次数:
149
描述 In the game of DotA, Pudge’s meat hook is actually the most horrible thing for most of the heroes. The hook is made up of several consecutive metal ...
分类:
其他好文 时间:
2018-07-08 01:01:28
阅读次数:
172
E - Super Jumping! Jumping! Jumping! Nowadays, a kind of chess game called “Super Jumping! Jumping! Jumping!” is very popular in HDU. Maybe you are a ...
分类:
其他好文 时间:
2018-07-07 22:23:33
阅读次数:
168
Flip Game Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 51056 Accepted: 21551 Description Flip game is played on a rectangular 4x4 field ...
分类:
其他好文 时间:
2018-07-07 17:57:10
阅读次数:
194
作者:gnuhpc 出处:http://www.cnblogs.com/gnuhpc/ 1.什么是Comparable接口 此接口强行对实现它的每个类的对象进行整体排序。此排序被称为该类的自然排序 ,类的 compareTo 方法被称为它的自然比较方法 。实现此接口的对象列表(和数组)可以通过 Co ...
分类:
其他好文 时间:
2018-07-07 17:45:42
阅读次数:
169
Structure from Motion 资料总结 https://blog.csdn.net/u014636245/article/details/77527627 github上用opencv实现的sfm工具 https://github.com/royshil/SfM-Toy-Library ...
分类:
其他好文 时间:
2018-07-07 00:32:00
阅读次数:
291