“What a boring world!”Julyed felt so bored that she began to write numbers on the coordinate paper. She wrote a “0” on the center, then wrote the foll ...
分类:
其他好文 时间:
2016-06-11 17:30:07
阅读次数:
151
“What a boring world!”Julyed felt so bored that she began to write numbers on the coordinate paper. She wrote a “0” on the center, then wrote the foll ...
分类:
其他好文 时间:
2016-06-11 00:33:02
阅读次数:
138
题目描述 “What a boring world!”Julyed felt so bored that she began to write numbers on the coordinate paper. She wrote a “0” on the center, then wrote the ...
分类:
其他好文 时间:
2016-06-11 00:31:35
阅读次数:
109
#include<math.h>#include<stdio.h>int main(){ int a,b; int s; int t; while(scanf("%d",&a)!=EOF) { int i; for(i=0;i<a;i++){ scanf("%d",&b); s=pow(b+b+1, ...
分类:
其他好文 时间:
2016-06-10 20:21:04
阅读次数:
131
Java 2D API扩展AWT包,对二维图形、文本及成像功能提供了支持,可用于开发复杂的界面、绘图软件和图像编辑器。Java 2D对象位于用户坐标空间(User coordinate space),当对象呈现在屏幕或打印机,用户空间坐标转换为设备空间坐标(device space coordina ...
分类:
编程语言 时间:
2016-06-07 22:09:17
阅读次数:
794
http://www.ibm.com/developerworks/cn/opensource/os-cn-redis-coordinate/index.html 在分布式系统中,各个进程(本文使用进程来描述分布式系统中的运行主体,它们可以在同一个物理节点上也可以在不同的物理节点上)相互之间通常是需 ...
分类:
其他好文 时间:
2016-06-01 21:16:16
阅读次数:
211
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-05-29 13:35:18
阅读次数:
172
题目链接:https://leetcode.com/problems/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 dra...
分类:
其他好文 时间:
2016-05-27 11:53:57
阅读次数:
172
Vika has an infinite sheet of squared paper. Initially all squares are white. She introduced a two-dimensional coordinate system on this sheet and dre ...
分类:
其他好文 时间:
2016-05-25 18:17:19
阅读次数:
214
When lighting is enabled in OpenGL, the normal vectors are used to determine how much light is received at the specified vertex or surface. This lighting processing is performed at eye coordinate spac...
分类:
其他好文 时间:
2016-05-13 00:51:07
阅读次数:
296