---恢复内容开始---DescriptionGiven a 3-dimension ellipsoid(椭球面)your task is to find the minimal distance between the original point (0,0,0) and points on th...
分类:
其他好文 时间:
2014-11-01 16:03:11
阅读次数:
259
DescriptionVasya plays Robot Bicorn Attack.The game consists of three rounds. For each one a non-negative integer amount of points is given. The resul...
分类:
其他好文 时间:
2014-11-01 13:24:08
阅读次数:
157
A n * m grid as follow:
Count the number of triangles, three of whose vertice must be grid-points.
Note that the three vertice of the triangle must not be in a line(the right picture is not a...
分类:
其他好文 时间:
2014-10-31 22:20:02
阅读次数:
264
Currency ExchangeDescriptionSeveral currency exchange points are working in our city. Let us suppose that each point specializes in two particular cur...
分类:
编程语言 时间:
2014-10-29 21:19:21
阅读次数:
148
ElementSize (in points)Window (including status bar)320 x 480 ptsStatus Bar(How to hide the status bar)20 ptsView inside window(visible status bar)320...
分类:
其他好文 时间:
2014-10-29 19:01:46
阅读次数:
106
本文主要是Mschart应用之曲线图表spline,实现6个模拟数据的图表,其中数据源X轴为当前系统时间,Y轴是由随机函数产生的不同范围的随机数。首先是自定义一个数据表,然后产生的数据添加到该数据表中,最后通过chart1.Series[0].Points.AddXY()函数把数据绘制到图表上。在开...
分类:
其他好文 时间:
2014-10-29 09:06:34
阅读次数:
325
界面开发中的 CGPoint、CGSize、CGRect、CGRectMake、window(窗口)、视图(view)简单记录定义/* Points. */ struct CGPoint { CGFloat x; CGFloat y; }; typedef struct CGP...
分类:
移动开发 时间:
2014-10-27 22:45:05
阅读次数:
266
---恢复内容开始---Slices can be re-sliced, creating a new slice value that points to the same array.The expressions[lo:hi]evaluates to a slice of the elemen...
分类:
其他好文 时间:
2014-10-27 01:46:25
阅读次数:
215
A slice points to an array of values and also includes a length.[]Tis a slice with elements of typeT.package main import "fmt"func main() { p := []...
分类:
其他好文 时间:
2014-10-27 01:45:20
阅读次数:
222
Rectangular Covering
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 1716
Accepted: 468
Description
n points are given on the Cartesian plane. Now you have...
分类:
其他好文 时间:
2014-10-26 10:24:28
阅读次数:
109