代码搜索:Position
找到约 10,000 项符合「Position」的源代码
代码结果 10,000
www.eeworm.com/read/416749/2118296
svn-base document_field_position.sql.svn-base
ALTER TABLE document_fields ADD `position` int(11) NOT NULL default '0';
www.eeworm.com/read/402480/2320030
3 mpi_file_get_position_shared.3
.\"Copyright 2006, Sun Microsystems, Inc.
.\" Copyright (c) 1996 Thinking Machines Corporation
.TH MPI_File_get_position_shared 3OpenMPI "September 2006" "Open MPI 1.2" " "
.SH NAME
\fBMPI_File_get_po
www.eeworm.com/read/402480/2320339
c file_get_position_shared_f.c
/*
* Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
* University Research and Technology
* Corporation. All rights reserved.
www.eeworm.com/read/414864/11098655
m cp1002_find_lse_position.m
%
% FUNCTION 10.3 : "cp1002_find_LSE_position"
%
% This function determines the LSE solution to a
% positioning problem in a bidimensional space.
% The function receives in input:
% - A matrix
www.eeworm.com/read/247630/12638747
m cp1002_find_lse_position.m
%
% FUNCTION 10.3 : "cp1002_find_LSE_position"
%
% This function determines the LSE solution to a
% positioning problem in a bidimensional space.
% The function receives in input:
% - A matrix
www.eeworm.com/read/205223/15323309
m cp1002_find_lse_position.m
%
% FUNCTION 10.3 : "cp1002_find_LSE_position"
%
% This function determines the LSE solution to a
% positioning problem in a bidimensional space.
% The function receives in input:
% - A matrix
www.eeworm.com/read/419451/10867577
m kalman_gps_ins_position_sp_nfb.m
%GPS/INS无反馈位置组合 卡尔曼滤波器
%%%%%%%%%%%%%%%%%%
%edit by horsejun
%%%%%%%%%%%%%%%%%%
%每秒更新一次速度位置误差
%连续状态系统方程
%dx = F*x + G*w
%z = H*x + v
%离散状态系统方程
%x(k+1) = A*x(k) + B*w(k)
%z(k+1) = C*x(k+1)
www.eeworm.com/read/419451/10867584
m s_gps_ins_position_sp_demo.m
%GPS/INS组合导航
%%%%%%%%%%%%%%%%%%
%edit by horsejun
%%%%%%%%%%%%%%%%%%
%量测信号: 位置
%INS输出数据由simulink计算得出
%参考文献《GPS导航原理与应用》——王惠南
clear
clc
%得到轨迹信号
load ode500
Re = 6378245;