H - 玻色-爱因斯坦凝聚态
Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d
& %I64u
Submit Status
Description
Now, here is a fuction:
F(x) = 6 * x^7+8*x^6+7*x^3+5*x^2-y*x (...
分类:
其他好文 时间:
2015-08-21 21:36:13
阅读次数:
200
HDU Today
Time Limit: 15000/5000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 20001 Accepted Submission(s): 4728
Problem Description
经过锦囊相助,海东集团终于度过了...
分类:
其他好文 时间:
2015-08-21 21:37:42
阅读次数:
191
寒冰王座
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 13198 Accepted Submission(s): 6734
Problem Description
不死族的巫妖王发工资拉,死亡骑士拿到一张N元...
分类:
其他好文 时间:
2015-08-21 21:36:04
阅读次数:
193
jQuery改变label/input的值,改变class,改变img的src
jQuery改变label的值:$('#aID').text("New Value");jQuery改变input的值:$('#aID').val("New Value");jQuery改变class属性:$('#aID').attr('class', "newClass");//设置class
$('#aID')...
分类:
Web程序 时间:
2015-08-21 21:35:02
阅读次数:
163
之前在使用SourceInsight查看一些开源项目的源代码时发现了一个很重要的问题,就是有些开源的工程的头文件现在都没有.h的后缀名了。编译器可以包含这些没有扩展名的头文件,但是使用SourceInsight打开这些工程时却没办法包含这些头文件,或者说即使包含了这些头文件在SourceInsight中查看源码时要找到某个类的声明更本找不到,不知道这算不算SourceInsight的一个bug。...
分类:
其他好文 时间:
2015-08-21 21:36:37
阅读次数:
505
NSString *string = [array componentsJoinedByString:@","];--分隔符...
分类:
移动开发 时间:
2015-08-21 21:37:32
阅读次数:
179
类结构图:
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the Licen...
分类:
其他好文 时间:
2015-08-21 21:36:55
阅读次数:
293
The 3n + 1 problem
Problem Description
Problems in Computer Science are often classified as belonging to a certain class of problems (e.g., NP, Unsolvable, Recursive). In this problem you will...
分类:
其他好文 时间:
2015-08-21 21:34:19
阅读次数:
118
/*
Date : 2015-8-21 晚上Author : ITAKMotto :今日的我要超越昨日的我,明日的我要胜过今日的我;
以创作出更好的代码为目标,不断地超越自己。
*/
#include
#include using namespace std;
///oo表示无穷大
const int oo = 1e9+5;
///mm表示边的最大数量,因为要双...
分类:
其他好文 时间:
2015-08-21 21:36:56
阅读次数:
182
题意:柱状图是由一些宽度相等的长方形下端对齐后横向排列得到的图形。现在有由n个宽度为1,高度分别为h1,h2,……,hn的长方形从左到右依次排列组成的柱状图。问里面包含的长方形的最大面积是多少。...
分类:
其他好文 时间:
2015-08-21 21:35:28
阅读次数:
302
hive数据操作
hive命令行操作
hive -d --define 定义一个key-value可以在命令行中使用
hive -d database 指定使用的数据库
hive -e “hql” 不需要进入cli执行hql语句,可以在脚本中使用
hive -f fileName 将hql放到一个file文件中执行,sql语句来自file文件
hive -h hos...
分类:
其他好文 时间:
2015-08-21 21:34:01
阅读次数:
166
月光色 女子香 泪断剑 情多长
有多痛 无字想 忘了你
孤单魂 随风荡 谁去想 痴情郎
这红尘的战场 千军万马 有谁能称王
过情关 谁敢闯 望明月 心悲凉
千古恨 轮回尝 眼一闭 谁最狂
这世道的无常
注定敢爱的人一生伤
月光色 女子香 泪断剑 情多长
有多痛 无字想 忘了你
孤单魂 随风荡 谁去想 痴情郎
这红尘的战场 千军万马 有谁能称王
过情关 谁敢闯 望明月 心悲凉
千古恨 轮回尝 眼一闭...
分类:
其他好文 时间:
2015-08-21 21:33:09
阅读次数:
120
题意:有n个由小木块组成的长条木块要掉下来,给出木块的左右区间,然后有给了m个木板的左右区间和高度用来接住木块,因为木块是由小木块接触组成的,也就是木板可以接住一部分的木块,剩下的会继续掉落,问最后每个木板上有多少个小木块。
题解:这道题用线段树可解,还有另一个比较机智的做法。
先说线段树,左右区间到3×1e7,如果用线段树解决需要离散化。把木板从低到高排序后用一个线段树flag维护每个区间对应...
分类:
其他好文 时间:
2015-08-21 21:33:01
阅读次数:
184
Description
n participants of the competition were split into
m teams in some manner so that each team has at least one participant. After the competition each pair of participants from the same t...
分类:
其他好文 时间:
2015-08-21 21:33:41
阅读次数:
165
一个人的旅行
Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 25184 Accepted Submission(s): 8747
Problem Description
虽然草儿是个路痴(就是在杭电待了一年多,...
分类:
其他好文 时间:
2015-08-21 21:35:22
阅读次数:
161
之前Scala中()与{}的替换实在让我摸不着头脑,今天特地整理下。...
分类:
其他好文 时间:
2015-08-21 21:35:01
阅读次数:
209
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 8805 Accepted Submission(s): 2320
Problem Description
These are N cities in Spring co...
分类:
其他好文 时间:
2015-08-21 21:33:41
阅读次数:
134