码迷,mamicode.com
首页 >  
搜索关键字:coordinate    ( 414个结果
Segments CodeForces 909B (找规律)
Description You are given an integer N. Consider all possible segments (线段,划分)on the coordinate axis with endpoints at integer points with coordinates ...
分类:其他好文   时间:2018-08-22 20:31:18    阅读次数:258
关于齐次坐标系的理解
为什么叫齐次坐标系? 齐次坐标系,英文名称Homogeneous coordinate system。也就是说Homogeneous国内翻译为“齐次”,查询“齐次”的解释,谷歌翻译Homogeneous是“同质”的意思,百度翻译结果是“均匀的;同性质的,同类的;由相同(或同类型)事物(或人)组成的; ...
分类:其他好文   时间:2018-08-17 19:04:12    阅读次数:627
高德地图使用
1、 获取自己的位置 @property (nonatomic,assign) CLLocationCoordinate2D startCoordinated; 获取自己的位置: self.startCoordinated = self.mapView.userLocation.coordinate ...
分类:其他好文   时间:2018-08-14 17:13:56    阅读次数:188
Python内置函数(4)
Python内置函数(4) 3.delattr(object, name) object -- 对象。name -- 必须是对象的属性。 class Coordinate: x = 10 y = -5 z = 0 point1 = Coordinate() print('x = ',point1.x ...
分类:编程语言   时间:2018-08-13 13:56:58    阅读次数:192
codeforces 835C Star sky
C. Star sky time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output The Cartesian coordinate sys ...
分类:其他好文   时间:2018-08-08 22:05:03    阅读次数:211
.net 高级调试学习(2)对象查看
调试的程序源代码如下: using System; using System.Text; namespace Advanced.NET.Debugging.Chapter3 { public class ObjTypes { public struct Coordinate { public int ...
分类:Web程序   时间:2018-07-14 22:19:40    阅读次数:313
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 ...
分类:编程语言   时间:2018-07-14 13:06:19    阅读次数:105
python3之成像库pillow
python提供了python image library图像库,处理图像功能,该库提供了广泛的文件格式支持,如JPEG、PNG、GIF、等,它提供了图像档案、图像显示、图像处理等功能 PIL中所涉及到的基本概念包括,(bands)通道,(mode)模式,(coordinate system)坐标系 ...
分类:编程语言   时间:2018-07-12 13:28:03    阅读次数:209
Silverlight & Blend动画设计系列十:Silverlight中的坐标系统(Coordinate System)与向量(Vector)运动
如果我们习惯于数学坐标系,那么对于Silverlight中的坐标系可能会有些不习惯。因为在Silverlight中的坐标系与Flash中的坐标系一样,一切都的颠倒的。在标准的数学坐标系中,X轴表示水平轴,Y轴表是垂直轴,然而Silverlight中的坐标系是基于视频屏幕的坐标系。 Silverlig ...
分类:Web程序   时间:2018-07-08 13:26:54    阅读次数:254
move UVs of a texture
Go to the material options on the left, and use a Custom UV. Create a vector parameter, use it to scale and offset your texture coordinate, and feed i ...
分类:其他好文   时间:2018-07-02 13:32:23    阅读次数:169
414条   上一页 1 ... 5 6 7 8 9 ... 42 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!