做了三天,,,终于a了。。。117242032014-09-25 09:37:44Accepted5033781MS7400K4751 BG++czyBuildingTime Limit: 10000/5000 MS (Java/Others)Memory Limit: 262144/262144 ...
分类:
其他好文 时间:
2014-09-25 10:40:48
阅读次数:
405
The purpose of a DTD (Document Type Definition) is to define the legal building blocks of an XML document.A DTD defines the document structure with a ...
分类:
其他好文 时间:
2014-09-25 03:36:38
阅读次数:
216
The main building blocks of both XML and HTML documents are elements.The Building Blocks of XML DocumentsSeen from a DTD point of view(从dtd的角度来看), all...
分类:
其他好文 时间:
2014-09-25 02:51:38
阅读次数:
305
A Document Type Definition (DTD) defines the legal building blocks of an XML document. It defines the document structure with a list of legal elements...
分类:
其他好文 时间:
2014-09-25 02:34:48
阅读次数:
286
Building
Time Limit: 10000/5000 MS (Java/Others) Memory Limit: 262144/262144 K (Java/Others)
Total Submission(s): 1237 Accepted Submission(s): 350
Special Judge
Problem Description
Once u...
分类:
其他好文 时间:
2014-09-24 23:42:08
阅读次数:
348
题意:
地面上有n座楼 你分别站在m个位置上 问每个位置上能看见多大角度的天空
思路:
很明显能想到在站的位置两边维持单调性 因此我们可以将站位和楼的位置排序 从左到右维护一遍 再从右到左维护一遍 这里可以利用单调栈 对于新扫描到的位置 如果是楼 那么栈中比它矮的楼就没用了可以出栈 如果是站位 可以这样判断 如果可以看见栈底的楼(最高的楼)那么前面的矮楼一定不会影响后...
分类:
其他好文 时间:
2014-09-24 12:53:56
阅读次数:
161
题目信息:
1008. Elevator (20)
时间限制
400 ms
内存限制
32000 kB
代码长度限制
16000 B
判题程序
Standard
作者
CHEN, Yue
The highest building in our city has onl...
分类:
其他好文 时间:
2014-09-24 10:55:26
阅读次数:
205
Building
Time Limit: 10000/5000 MS (Java/Others) Memory Limit: 262144/262144
K (Java/Others)
...
分类:
其他好文 时间:
2014-09-24 10:31:36
阅读次数:
186
Building a Drop-Down Filter List for a DataGridView Column Header Cell参考:http://msdn.microsoft.com/zh-cn/library/aa480727(en-us).aspx1、引用DataGridViewA...