码迷,mamicode.com
首页 >  
搜索关键字:coordinate    ( 414个结果
Codeforces Round #337 (Div. 2) D. Vika and Segments 线段树 矩阵面积并
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
LeetCode11 Container With Most Water
题意: 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
Submatrix Sum
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
Submatrix Sum
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
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
Container With Most Water
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
POJ1065 Area
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
Leetcode题目:Container With Most Water
题目: 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
【leetcode】11. Container With Most Water
题目描述: 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
414条   上一页 1 ... 16 17 18 19 20 ... 42 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!