HDU 1827 Summer Holiday
题目链接
题意:中文题
思路:强连通缩点,每个点的权值为强连通中最小值,然后入度为0的点就是答案
代码:
#include
#include
#include
#include
#include
using namespace std;
const int N = 1005;
const int INF = ...
分类:
其他好文 时间:
2014-10-19 23:21:42
阅读次数:
244
Java1.5提供了关键字enum,能够通过该关键字方便得定义自己须要的枚举类型,比方enumSeason{SPRING,SUMMER,AUTUMN,WINTER}就定义了一个季节枚举类型。在本例中,对于Season.SPRING这个对象,Season.SPRING.name()能够得到该对象的字符...
分类:
编程语言 时间:
2014-10-19 19:53:40
阅读次数:
213
Problem Description
To see a World in a Grain of Sand
And a Heaven in a Wild Flower,
Hold Infinity in the palm of your hand
And Eternity in an hour.
—— William Blake
听说...
分类:
其他好文 时间:
2014-10-19 01:28:31
阅读次数:
326
通过API(http://www.easybots.cn/holiday_api.net)获取返回信息写一个接收的反馈的函数IsHolidaypublic string IsHoliday(string date) { string url = @"http://...
Java1.5提供了关键字enum,能够通过该关键字方便得定义自己须要的枚举类型,比方enumSeason{SPRING,SUMMER,AUTUMN,WINTER}就定义了一个季节枚举类型。在本例中,对于Season.SPRING这个对象,Season.SPRING.name()能够得到该对象的字符...
分类:
编程语言 时间:
2014-10-09 01:51:57
阅读次数:
177
#include /*枚举1、某些特定类型取值是固定的几个值,所以需要枚举2、枚举定义时括号中的不是属性,而是值的符号。 3、改变值符号的顺序,影响使用(值发生变化,除非用赋值符号写死); 不会改变内存分配。 */ enum season{ spring, summer, autumn, win.....
分类:
其他好文 时间:
2014-10-08 00:07:54
阅读次数:
192
题目链接:
http://acm.hdu.edu.cn/showproblem.php?pid=1827
Summer Holiday
Time Limit: 10000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 1721 Accepted...
分类:
其他好文 时间:
2014-09-30 23:42:10
阅读次数:
209
AboutWelcome to the JPL-Caltech Virtual Summer School on Big Data Analytics!(大数据分析为什么重要)The motivation:Computational skills and methodology needed for...
分类:
其他好文 时间:
2014-09-24 00:18:05
阅读次数:
303
How it works(目标只是开放资源给大家,没有考核)This is different from a standard MOOC. The materials presented here correspond to the advanced summer school organized ...
分类:
其他好文 时间:
2014-09-23 23:01:15
阅读次数:
196
1、datatable的显示
function initTable(){
$('#wzcbkList').dataTable().fnDestroy();
$('#wzcbkList').dataTable({
"ordering": false,//排序
"searching": false,//表格自带搜索栏
...
分类:
其他好文 时间:
2014-09-15 16:00:19
阅读次数:
211