Problem Description
Alice and Bob are playing a game. There are two piles of cards. There are N cards in each pile, and each card has a score. They take turns to pick up the top or bottom card from...
分类:
其他好文 时间:
2014-07-29 15:03:28
阅读次数:
248
1.首先到play的官网下载zip文件
http://downloads.typesafe.com/typesafe-activator/1.2.3/typesafe-activator-1.2.3-minimal.zip
2.解压到本地路径,我解压到...
给出n个单词,如果一个单词的尾和另一个单词的头字符相等,那么可以相连,问这n个单词是否可以排成一列。欧拉路应用,构图:一个单词的头尾字母分别作为顶点,每输入一个word,该word的头指向word的尾画一个有向边,并且记录每个顶点的出入度。利用dfs先判断是否为一个连通图,如果是的话则判断是否有且仅...
分类:
其他好文 时间:
2014-07-28 15:26:53
阅读次数:
171
刚刚修正了自己用的小闹钟的代码。坑1:REPEAT 选项的作用范围原来用得好好的,之后选择 .wav 文件,居然不出声音了……诶,MCI 肯定支持 .wav 的啊……仔细想想,我以前都是选 .mp3 作为闹铃,和这个有关系吗?查看源代码。strSend = "PLAY " & STRING_SOUN...
分类:
其他好文 时间:
2014-07-27 11:00:52
阅读次数:
182
题目来源:http://vjudge.net/problem/viewProblem.action?id=19592扩展欧几里得方程: ax+by=gcd(a,b)一定有解 把a=floor(x/k);b=ceil(x/k);floor,ceil分别为向下取余和向上取余。 ...
分类:
其他好文 时间:
2014-07-27 09:49:22
阅读次数:
297
实现模块化编程:require.js富交互网络框架:backbone.js模板引擎:underscore.jsjquery使用经验总结使用yuidoc.js生成api文档使用maven方法总结使用apachehttp server方法总结使用perforce方法总结使用svn方法总结学习使用play...
分类:
编程语言 时间:
2014-07-26 16:56:01
阅读次数:
290
mysql> SELECT desc,status,play_time,push_type, 'interval' FROM cms_push;ERROR 2006 (HY000): MySQL server has gone awayNo connection. Trying to reconne...
分类:
数据库 时间:
2014-07-25 13:52:11
阅读次数:
333
游戏开发人员知道 Android 中蕴藏着巨大的机遇。 在 Google Play 商店的前 100 款应用中,约一半是游戏应用(在利润最高的前 100 款应用中,它们所占的比例超过 90%)。 如要跻身该市场,开发速度非常关键。 一些刚起步的独立开发人员更愿意从零开始来开发自己的所有代码;但是为了达到更高的质量而不用花费数年的时间进行开发,其他人可能会选择已有的游戏引擎。...
分类:
移动开发 时间:
2014-07-24 11:34:36
阅读次数:
314
Problem Description
During summer vacation,Alice stay at home for a long time, with nothing to do. She went out and bought m pokers, tending to play poker. But she hated the traditional gameplay. S...
分类:
其他好文 时间:
2014-07-23 16:36:51
阅读次数:
304
Problem Description
DouBiXp has a girlfriend named DouBiNan.One day they felt very boring and decided to play some games. The rule of this game is as following. There are k balls on the desk. Every...
分类:
其他好文 时间:
2014-07-23 00:05:27
阅读次数:
344