一,话说天下大事 前不久看到lufy的博客上,有一位朋友想要一个RPG游戏引擎,出于兴趣准备动手做一做。由于我研究lufylegend有一段时间了,对它有一定的依赖性,因此就准备将这个引擎基于lufylegend。暂时命名为lufylegendRPG。毕竟基于lufylegend,如果名称中不加上l ...
分类:
Web程序 时间:
2016-10-27 19:07:19
阅读次数:
278
Problem: Given two binary trees, write a function to check if they are equal or not. Two binary trees are considered equal if they are structurally id ...
分类:
其他好文 时间:
2016-10-27 12:19:01
阅读次数:
133
时间限制: 1 s 空间限制: 128000 K 题目等级 : 黄金 Gold 时间限制: 1 s 空间限制: 128000 K 题目等级 : 黄金 Gold 时间限制: 1 s 空间限制: 128000 K 题目等级 : 黄金 Gold 题目描述 Description 一个国家有n个城市。若干个 ...
分类:
其他好文 时间:
2016-10-27 08:06:20
阅读次数:
367
题目:http://acm.gdufe.edu.cn/Problem/read/id/1050 a/b + c/d a/b + c/d Time Limit: 2000/1000ms (Java/Others) Time Limit: 2000/1000ms (Java/Others) Proble ...
分类:
其他好文 时间:
2016-10-27 00:48:16
阅读次数:
158
试题描述 LJX上小学啦!他与YSM,YSF,WHT,LTJ等人都是校友。今天,是他人生中“溺亡”的一天。今天,他要向同学们证明他的数学很“乐呵”。于是,刚学会简单的A+B问题的他,在课上,向冤家对头 斯沃琪 挑战 QAQ,斯沃琪 队有YZM,SJY,ZZQ等人。而LJX队有他的好朋(ji)友:YS ...
分类:
编程语言 时间:
2016-10-26 22:37:26
阅读次数:
435
【grunt整合版】30分钟学会使用grunt打包前端代码 grunt 是一套前端自动化工具,一个基于nodeJs的命令行工具,一般用于:① 压缩文件② 合并文件③ 简单语法检查 对于其他用法,我还不太清楚,我们这里简单介绍下grunt的压缩、合并文件,初学,有误请包涵 准备阶段 1、nodeJs环 ...
分类:
其他好文 时间:
2016-10-26 18:59:25
阅读次数:
183
Given two binary trees, write a function to check if they are equal or not. Two binary trees are considered equal if they are structurally identical a ...
分类:
其他好文 时间:
2016-10-26 07:29:07
阅读次数:
215
Description 监狱有连续编号为1...N的N个房间,每个房间关押一个犯人,有M种宗教,每个犯人可能信仰其中一种。如果相邻房间的犯人的宗教相同,就可能发生越狱,求有多少种状态可能发生越狱 监狱有连续编号为1...N的N个房间,每个房间关押一个犯人,有M种宗教,每个犯人可能信仰其中一种。如果相 ...
分类:
其他好文 时间:
2016-10-26 01:01:13
阅读次数:
148
Cup Problem Description The WHU ACM Team has a big cup, with which every member drinks water. Now, we know the volume of the water in the cup, can you ...
分类:
其他好文 时间:
2016-10-25 02:22:53
阅读次数:
198
这是一道关于题2 好元素 2s【问题描述】 小A一直认为,如果在一个由N个整数组成的数列{An}中,存在以下情况: Am+An+Ap = Ai (1 #includeusing namespace std;#define M 4194303int line[5001];int n,cnt;int h... ...
分类:
其他好文 时间:
2016-10-24 20:49:28
阅读次数:
214