码迷,mamicode.com
首页 >  
搜索关键字:googel earth    ( 398个结果
Windows下使用PSCP从Linux下载文件
1. 先下载putty包,然后解压 https://the.earth.li/~sgtatham/putty/latest/w64/putty.zip 2. 下载文件当前目录 ...
分类:Windows程序   时间:2018-01-17 01:04:51    阅读次数:222
PAT 1027. Colors in Mars
People in Mars represent the colors in their computers in a similar way as the Earth people. That is, a color is represented by a 6 digit number, wher ...
分类:其他好文   时间:2018-01-15 18:51:07    阅读次数:122
Js算两经纬度间球面距离
function GetDistance( lat1, lng1, lat2, lng2){ var radLat1 = lat1 * Math.PI / 180.0 var radLat2 = lat2 * Math.PI / 180.0 var a = (lat1 - lat2) * Math.... ...
分类:Web程序   时间:2018-01-14 21:26:14    阅读次数:215
【转】姿态角(Euler角):yaw pitch roll
姿态角和自由度相关联; 姿态角在控制,机械领域广泛使用; 这里,简单了解一下: 什么是姿态角(Euler角)? yaw,pitch,roll的识别? 姿态角和自由度相关联; 姿态角在控制,机械领域广泛使用; 这里,简单了解一下: 什么是姿态角(Euler角)? yaw,pitch,roll的识别? ...
分类:其他好文   时间:2018-01-10 20:19:43    阅读次数:288
Ajax
Ajax工作原理 1、ajax技术的背景 不可否认,ajax技术的流行得益于google的大力推广,正是由于google earth、google suggest以及gmail等对ajax技术的广泛应用,催生了ajax的流行。而这也让微软感到无比的尴尬,因为早在97年,微软便已经发明了ajax中的关 ...
分类:Web程序   时间:2017-12-28 13:54:33    阅读次数:160
2016 USP-ICMC-Codeforces-Gym101063C-Sleep Buddies Gym101063F-Bandejao Gym101063J-The Keys
Gym101063C-Sleep Buddies It is nighttime in the Earth Colony on Mars and everyone is getting ready to sleep. It is common to sleep in pairs, so that i ...
分类:其他好文   时间:2017-12-17 22:08:22    阅读次数:283
earth
import java.awt.*;import javax.swing.*;import java.awt.event.*;public class Earth extends JLabel implements ActionListener { //标签类JLabel的子类--刻画地球 JLab ...
分类:其他好文   时间:2017-11-21 01:06:57    阅读次数:127
python基础:装饰器
一、定义:是一个传入值是函数,返回值也是函数的高阶函数。二、作用:不改变原函数的代码和调用方式,增加新的功能。三、实例:把两个函数earth()和moon()添加print(‘Theyareinthesolarsystem!‘)1、定义两个函数,分别有自己的功能:defearth(): print(‘Thisisearth!‘) defmo..
分类:编程语言   时间:2017-11-20 15:44:32    阅读次数:200
搜索练习1
P2895 [USACO08FEB]流星雨Meteor Shower 题目描述 Bessie hears that an extraordinary meteor shower is coming; reports say that these meteors will crash into ear ...
分类:其他好文   时间:2017-11-19 12:33:01    阅读次数:205
谈一谈 MPU6050 姿态融合(转)
姿态角(Euler角)pitch yaw roll飞行器的姿态角并不是指哪个角度,是三个角度的统称。它们是:俯仰、滚转、偏航。你可以想象是飞机围绕XYZ三个轴分别转动形成的夹角。地面坐标系(earth-surface inertial reference frame)Sg OXgYgZg<ignor ...
分类:其他好文   时间:2017-11-18 23:47:06    阅读次数:470
398条   上一页 1 ... 11 12 13 14 15 ... 40 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!