代码搜索:Positioning
找到约 758 项符合「Positioning」的源代码
代码结果 758
www.eeworm.com/read/248077/4471114
m p1_6.m
% P1_6.M Plot an ellipse and add text
t=0:0.1:2*pi % Look at t values
x=3*sin(t);
y=2*cos(t);
plot(x,y)
% Write the text in the center - adjust the text positioning
text(-0.9,0.0,'This is an ellipse
www.eeworm.com/read/415809/11052332
h hpm.h
/*
* vivi/include/arch-s3c2410/hpm.h
* hardware specific definitions for Hybrid Positioning Module.
*
*/
#ifndef _HPM_H_
#define _HPM_H_
#include
#include
/*
* Ar
www.eeworm.com/read/241192/13164279
m thornton.m
function [x,U,D] = thornton(xin,Phi,Uin,Din,Gin,Q)
%
% function [x,U,D] = thornton(xin,Phi,Uin,Din,Gin,Q)
%
% M. S. Grewal, L. R. Weill and A. P. Andrews
% Global Positioning Systems, Inertial Na
www.eeworm.com/read/318840/13471267
m thornton.m
function [x,U,D] = thornton(xin,Phi,Uin,Din,Gin,Q)
%
% function [x,U,D] = thornton(xin,Phi,Uin,Din,Gin,Q)
%
% M. S. Grewal, L. R. Weill and A. P. Andrews
% Global Positioning Systems, Inertial Na
www.eeworm.com/read/314385/13568726
m thornton.m
function [x,U,D] = thornton(xin,Phi,Uin,Din,Gin,Q)
%
% function [x,U,D] = thornton(xin,Phi,Uin,Din,Gin,Q)
%
% M. S. Grewal, L. R. Weill and A. P. Andrews
% Global Positioning Systems, Inertial Na
www.eeworm.com/read/478401/6716208
m thornton.m
function [x,U,D] = thornton(xin,Phi,Uin,Din,Gin,Q)
%
% function [x,U,D] = thornton(xin,Phi,Uin,Din,Gin,Q)
%
% M. S. Grewal, L. R. Weill and A. P. Andrews
% Global Positioning Systems, Inertial Na
www.eeworm.com/read/406430/11442389
nmea 0183˴
NMEA 0183语句说明
一、 NMEA0183标准语句
1、 Global Positioning System Fix Data(GGA)GPS定位信息
$GPGGA,,,,,,,,,,M,,M,,*hh
UTC时间,hhmmss(时分秒)格式
纬度ddmm.mmm
www.eeworm.com/read/482815/6613726
ob1 tip023.ob1
// Tip023B
// 题目:集成脉冲输出通过步机电机进行定位控制
//***概述***
// 关于定位控制(<mark>Positioning</mark>),调节(Regulated)和控制(Controlled)操作之间存
//在一些区别。步进电机不需要连续的位置控制,而在控制操作中得到应用。在以下
//的程序例子中,借助于CPU214所产生的集成脉冲输出,通过步进电机来实现相对的
//位置控制。 ...