D. Vika and Segments Vika has an infinite sheet of squared paper. Initially all squares are white. She introduced a two-dimensional coordinate system ...
分类:
其他好文 时间:
2016-08-11 15:39:23
阅读次数:
196
题意: 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 e ...
分类:
其他好文 时间:
2016-08-06 18:59:55
阅读次数:
192
Given an integer matrix, find a submatrix where the sum of numbers is zero. Your code should return the coordinate of the left-up and right-down numbe ...
分类:
其他好文 时间:
2016-07-23 00:27:44
阅读次数:
220
(1)Windows坐标系统 Windows坐标系分为逻辑坐标系和设备坐标系两种,GDI支持这两种坐标系。一般而言,GDI的文本和图形输出函数使用逻辑坐标,而在客户区移动或按下鼠标的鼠标位置是采用设备坐标。 <1>逻辑坐标系(Logical Coordinate)是面向DC的坐标系,这种坐标不考虑具 ...
分类:
其他好文 时间:
2016-07-21 14:46:39
阅读次数:
135
Given an integer matrix, find a submatrix where the sum of numbers is zero. Your code should return the coordinate of the left-up and right-down numbe ...
分类:
其他好文 时间:
2016-07-20 06:37:33
阅读次数:
181
An example of how to do a simulation by LAMMPS
The polymer chain of 100 atoms was specially prepared in MATLAB. The atom's Z coordinate does not varies much, all of them are within 2 Å. The distanc...
分类:
其他好文 时间:
2016-07-15 21:56:08
阅读次数:
909
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 endpo ...
分类:
其他好文 时间:
2016-07-14 09:50:04
阅读次数:
119
Description You are going to compute the area of a special kind of polygon. One vertex of the polygon is the origin of the orthogonal coordinate syste ...
分类:
其他好文 时间:
2016-07-10 12:32:57
阅读次数:
120
题目: 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 e ...
分类:
其他好文 时间:
2016-06-14 13:43:50
阅读次数:
146
题目描述: 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 ...
分类:
其他好文 时间:
2016-06-14 06:19:00
阅读次数:
150