题意:在坐标轴的x轴上的0,1,2,3,4、、、、n处有n+1块木板,长度不一,任两块加上x轴即可构成一个容器,其装水面积为两板的间距与较短板长之积,以vector容器给出一系列值,分别代表在0,1,2,3,4、、、vector.size()-1共size个短板,是连续的,不排除有板长为0的可能性,...
分类:
其他好文 时间:
2015-03-18 23:01:52
阅读次数:
276
problem:
Given n non-negative integers a1, a2, ..., an, where each represents a point at coordinate (i, ai).
n vertical lines are drawn such that the two endpoints of line i is at (i, ai) and (i, 0)...
分类:
其他好文 时间:
2015-03-18 15:53:14
阅读次数:
110
regarding of most applications, you need to create model object to contain you data.var messages = {};messages.someText = 'You have started your journ...
分类:
其他好文 时间:
2015-03-17 21:41:48
阅读次数:
134
1.SQLite,为个人应用程序和设备提供本地数据存储。SQLite,强调经济性,效率性,可靠性,独立性,和简单。SQLite的竞争对手fopen()函数。
2.SQLite only supports one writer at a time per database file.But in most cases, a write transaction only takes millisec...
分类:
数据库 时间:
2015-03-17 15:48:49
阅读次数:
186
Givennnon-negative integersa1,a2, ...,an, where each represents a point at coordinate (i,ai).nvertical lines are drawn such that the two endpoints of ...
分类:
其他好文 时间:
2015-03-17 14:00:52
阅读次数:
108
/* * The GUI update goals of this application are as follows: * * 1. We would like most, if not all, GUI updates to occur in the contex...
一个int占多少个字节?这个问题我们往往得到的答案是4.可是int究竟占多少个字节,却跟你的机器环境有关.As you can see, the typical data type sizes match the ILP32LL model, which is what most compilers...
分类:
其他好文 时间:
2015-03-16 20:52:30
阅读次数:
112
What Are Common Projects?Most Source Insight users make use of standard libraries, such as the C/C++ runtime libraries, or the standard Java packages....
分类:
其他好文 时间:
2015-03-15 18:24:35
阅读次数:
4550
1.题目Say you have an array for which the ith element is the price of a given stock on day i.If you were only permitted to complete at most one transaction (ie, buy one and sell one share of the stock),...
分类:
其他好文 时间:
2015-03-15 16:56:53
阅读次数:
122
http://acm.hdu.edu.cn/showproblem.php?pid=5187
Problem Description
As one of the most powerful brushes, zhx is required to give his juniors n problems.
zhx thinks the ith problem's
difficul...
分类:
其他好文 时间:
2015-03-15 12:24:44
阅读次数:
159