码迷,mamicode.com
首页 >  
搜索关键字:coordinate    ( 414个结果
PIL基础
PIL官方文档: http://effbot.org/imagingbook/ 一、PIL(Python Imaging Library)的基本概念 PIL中所涉及的基本概念有如下几个:通道(bands)、模式(mode)、尺寸(size)、坐标系统(coordinate system)、调色板(p ...
分类:其他好文   时间:2018-06-26 12:28:32    阅读次数:283
leetcode_11. Container With Most Water
leetcode_11. Container With Most Water 一,问题: Given n non-negative integers a1, a2, ..., an, where each represents a point at coordinate (i, ai). n ver ...
分类:其他好文   时间:2018-06-21 00:13:05    阅读次数:182
chapter 3:Matriices
In a 3D graphics engine, calculations can be performed in a multitude of different Cartesian coordinate spaces. Moving fromone coordinate space to ano ...
分类:其他好文   时间:2018-06-18 21:43:19    阅读次数:217
arcgis中的wgs84转西安80
首先在arcgis里创建一个自定义地理变换,具体步骤如下:1,打开数据管理工具下面投影和投影变换下的创建自定义地理变换窗口,自己命名一个地理变换的名字,输入地理坐标系统选择你图层文件对应的西安80坐标系,输出地理坐标系选择WGS84,方法选择COORDINATE—FRAME,然后输入你的七参,确定就 ...
分类:其他好文   时间:2018-06-17 10:51:39    阅读次数:326
leetcode-733-Flood Fill
题目描述: An image is represented by a 2-D array of integers, each integer representing the pixel value of the image (from 0 to 65535). Given a coordinate ...
分类:其他好文   时间:2018-06-16 15:41:01    阅读次数:188
Amber TUTORIAL 4b: Using Antechamber to Create LEaP Input Files for Simulating Sustiva (efavirenz)-RT complex using the General Amber Force Field (GAFF)
sustiva.pdb PDB: 1FKO Create parameter and coordinate files for Sustiva 1. 加氢: 加氢完毕后把文件内所有“EFZ”换为“SUS”。 2.转换为mol2格式: Here the -i sustiva.pdb specifies ...
分类:其他好文   时间:2018-06-08 19:24:17    阅读次数:367
地理坐标系和投影坐标系
地理坐标系(Geographic Coordinate System) https://baike.baidu.com/item/地理坐标系 地理坐标系(Geographic Coordinate System),是使用三维球面来定义地球表面位置,以实现通过经纬度对地球表面点位引用的坐标系。一个地理 ...
分类:其他好文   时间:2018-06-05 18:41:13    阅读次数:130
Linux下NTP服务器配置
简介 原理 配置ntp服务器 进行同步 简介 在计算时间的时候,最准确的计算应该是使用『原子震荡周期』所计算的物理时钟了( Atomic Clock, 也被称为原子钟 ),这也被定义为标准时间(International Atomic Time)。而我们常常看见的 UTC 也就是Coordinate ...
分类:系统相关   时间:2018-06-05 17:48:09    阅读次数:187
A - Supercentral Point CodeForces - 165A
One day Vasya painted a Cartesian coordinate system on a piece of paper and marked some set of points (x1,?y1),?(x2,?y2),?...,?(xn,?yn). Let's define ...
分类:其他好文   时间:2018-05-13 22:04:05    阅读次数:171
733. Flood Fill 简单型染色问题
[抄题]: An image is represented by a 2-D array of integers, each integer representing the pixel value of the image (from 0 to 65535). Given a coordinate ...
分类:其他好文   时间:2018-04-29 17:47:07    阅读次数:168
414条   上一页 1 ... 6 7 8 9 10 ... 42 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!