Barbarian tribesIn a lost land two primitive tribes coexist: Gareds and Kekas. Every summer solstice they meet and compete to decide which tribe will....
分类:
其他好文 时间:
2015-02-28 12:48:04
阅读次数:
163
events: [ { title:'休', start: '${holiday}' } , { title:'班', start: '...
分类:
其他好文 时间:
2015-02-25 15:37:03
阅读次数:
110
题目地址:HDU 1827
先缩点,缩完点后,找出入度为0的块就是需要传递的块。然后用块中花费最少的来当代表块中的花费。累加起来就行了。
代码如下:
#include
#include
#include
#include
#include
#include
#include
#include
#include
using namespace std;
#define LL ...
分类:
其他好文 时间:
2015-02-22 23:08:31
阅读次数:
328
uva 10057 A mid-summer night’s dream
This is year 2200AD. Science has progressed a lot in two hundred years. Two hundred years is mentioned here because this problem is being sent back to 2000AD ...
分类:
其他好文 时间:
2015-02-12 09:22:42
阅读次数:
202
注:原文地址http://blog.csdn.net/oscar999/article/details/8671546我这里是仿照学习!1、js的数组循环遍历 ①数组的遍历首先想到的是for()循环语句var arr = ['summer','i','love', 'you'];for(var i....
分类:
编程语言 时间:
2015-02-10 13:14:54
阅读次数:
210
题目连接:Click here
Arrange the Schedule
Time Limit: 1 Second
Memory Limit: 65536 KB
In Summer 2011, the ZJU-ICPC Team has a n-days training schedule. ZJU-ICPC Team has been divided into ...
分类:
其他好文 时间:
2015-01-31 13:05:07
阅读次数:
294
83、项目开发中,推荐使用枚举定义常量,来代替接口常量或类常量
Eg:enum{Spring,Summer,Autumn,Winter;}
枚举定义常量相对于经常使用的常量类和静态常量相比的优势:
1)枚举常量更简单:枚举常量不需要定义枚举值,int spring=1;枚举表示的 是一个枚举项,字面含义不同,其他常量必须是一个类型;
2)枚举常量属于稳态型
3)枚举具有内置的方法,例如v...
分类:
编程语言 时间:
2015-01-19 12:50:49
阅读次数:
250
enum Season {Spring=0,Summer=22,Fall,Autumn=Fall,Winter=4}Season colorful = Season.Fall;string name = colorful.ToString();Console.WriteLine(colorful);...
分类:
其他好文 时间:
2015-01-16 19:06:21
阅读次数:
206
语法 ... ... 关键字item_index:是list当前值的下标item_has_next:判断list是否还有值用例 ${x_index + 1}. ${x} , 输出 1. winter, 2. spring, 3. summer, 4. autumn
分类:
其他好文 时间:
2015-01-12 17:25:23
阅读次数:
216
Problem Description Ted has a new house with a huge window. In this big summer, Ted decides to decorate the window with some posters to prevent the...
分类:
其他好文 时间:
2015-01-11 22:46:50
阅读次数:
431