码迷,mamicode.com
首页 >  
搜索关键字:coordinate    ( 414个结果
A.Snake Filled
“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
今天石大比的赛,这道问题 A: Snake Filled主要是队友做出来的,我就简做个记录
“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
2101 Problem A Snake Filled
题目描述 “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
“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 follow numbers clockwise, which looked like a snake a
#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 - 1. 基本概念
Java 2D API扩展AWT包,对二维图形、文本及成像功能提供了支持,可用于开发复杂的界面、绘图软件和图像编辑器。Java 2D对象位于用户坐标空间(User coordinate space),当对象呈现在屏幕或打印机,用户空间坐标转换为设备空间坐标(device space coordina ...
分类:编程语言   时间:2016-06-07 22:09:17    阅读次数:794
使用 Redis 实现分布式系统轻量级协调技术
http://www.ibm.com/developerworks/cn/opensource/os-cn-redis-coordinate/index.html 在分布式系统中,各个进程(本文使用进程来描述分布式系统中的运行主体,它们可以在同一个物理节点上也可以在不同的物理节点上)相互之间通常是需 ...
分类:其他好文   时间:2016-06-01 21:16:16    阅读次数:211
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-05-29 13:35:18    阅读次数:172
【Leetcode】Container With Most Water
题目链接: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 and Segments - CF610D
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
opengl 法向量变换矩阵推导
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
414条   上一页 1 ... 17 18 19 20 21 ... 42 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!