码迷,mamicode.com
首页 >  
搜索关键字:coordinate    ( 414个结果
UVA Birthday Cake (一条直线平分草莓)
Problem G. Birthday Cake  Background Lucy and Lily are twins. Today is their birthday. Mother buys a birthday cake for them.Now we put the cake onto a Descartes coordinate. Its cen...
分类:其他好文   时间:2015-01-22 18:18:05    阅读次数:171
[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 endpoints of line i is at (i, ai) and (i,...
分类:其他好文   时间:2015-01-21 16:37:56    阅读次数:159
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 endpoints of line i is at (i, ai) and (i, 0). Fin...
分类:其他好文   时间:2015-01-17 23:33:30    阅读次数:190
四元数
四元数与欧拉角之间的转换在3D图形学中,最常用的旋转表示方法便是四元数和欧拉角,比起矩阵来具有节省存储空间和方便插值的优点。本文主要归纳了两种表达方式的转换,计算公式采用3D笛卡尔坐标系:图1 3D Cartesian coordinate System (from wikipedia)定义分别为绕...
分类:其他好文   时间:2015-01-16 23:35:36    阅读次数:175
Leetcode:Container With Most Water
Givennnon-negative integersa1,a2, ...,an, where each represents a point at coordinate (i,ai).nvertical lines are drawn such that the two endpoints of ...
分类:其他好文   时间:2015-01-15 18:07:39    阅读次数:131
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 endpoints of line i is at (i, ai) and (i, 0). Fin...
分类:其他好文   时间:2015-01-08 22:50:27    阅读次数:207
PS 滤镜——平面坐标变换到极坐标
%%% orthogonal coordinate to polar coordinate %%% 平面坐标转极坐标 clc; clear all; close all; addpath('E:\PhotoShop Algortihm\Image Processing\PS Algorithm'); I=imread('4.jpg'); Image=double(I); Info_Si...
分类:其他好文   时间:2015-01-08 18:03:46    阅读次数:231
CF19D 线段树+STL各种应用
http://codeforces.com/problemset/problem/19/D Description Pete and Bob invented a new interesting game. Bob takes a sheet of paper and locates a Cartesian coordinate system on it as follows:...
分类:其他好文   时间:2015-01-07 23:36:51    阅读次数:168
【leetcode】Container With Most Water
Container With Most WaterGivennnon-negative integersa1,a2, ...,an, where each represents a point at coordinate (i,ai).nvertical lines are drawn such t...
分类:其他好文   时间:2015-01-03 15:52:26    阅读次数:129
Java Notes-6
- The  wait() and  notify() methods of the  Object class extend this capability by allowing us to explicitly coordinate the waiting and running threads.  -By executing  wait() from a synchronized b...
分类:编程语言   时间:2015-01-01 12:32:52    阅读次数:240
414条   上一页 1 ... 32 33 34 35 36 ... 42 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!