代码搜索:Inverted
找到约 874 项符合「Inverted」的源代码
代码结果 874
www.eeworm.com/read/449781/1673956
m chap7_10.m
%Single Link Inverted Pendulum Control
clear all;
close all;
global A B C D
%Single Link Inverted Pendulum Parameters
g=9.8;
M=1.0;
m=0.1;
L=0.5;
Fc=0.0005;
Fp=0.000002;
I=1/12*m*L^2;
www.eeworm.com/read/238364/13891371
m chap7_12.m
%Single Link Inverted Pendulum Control
clear all;
close all;
global A B C D
%Single Link Inverted Pendulum Parameters
g=9.8;
M=1.0;
m=0.1;
L=0.5;
Fc=0.0005;
Fp=0.000002;
I=1/12*m*L^2;
www.eeworm.com/read/236814/13997958
m chap7_12.m
%Single Link Inverted Pendulum Control
clear all;
close all;
global A B C D
%Single Link Inverted Pendulum Parameters
g=9.8;
M=1.0;
m=0.1;
L=0.5;
Fc=0.0005;
Fp=0.000002;
I=1/12*m*L^2;
www.eeworm.com/read/139332/5799991
h ag2_is_degenerate_edge_c2.h
// Copyright (c) 2003,2004 INRIA Sophia-Antipolis (France).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org); you may redistribute it under
// the terms of the Q Public License
www.eeworm.com/read/312645/3657604
changelog
2007-11-20 Andrew Lunn
* cdl/usbs_at91.cdl: Fixed typos in
CYGNUM_DEVS_USB_AT91_GPIO_PULLUP_INVERTED and
CYGNUM_DEVS_USB_AT91_GPIO_READ_POWER_INVERTED. Fixing the typo
www.eeworm.com/read/466283/7041709
m smc_invertedpendulum.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Example of SMC (Sliding Mode Control) for an inverted pendulum
%
% Affiliation: Ocean Engineering Lab., Seoul Nati
www.eeworm.com/read/376006/2717201
c gindatapage.c
/*-------------------------------------------------------------------------
*
* gindatapage.c
* page utilities routines for the postgres inverted index access method.
*
*
* Portions Copyright
www.eeworm.com/read/376006/2717202
c ginentrypage.c
/*-------------------------------------------------------------------------
*
* ginentrypage.c
* page utilities routines for the postgres inverted index access method.
*
*
* Portions Copyright
www.eeworm.com/read/331765/7035269
cpp face.cpp
/*************************************************
直线一级倒立摆
Linear Single Inverted Pendulum
**************************************************/
#include
#i
www.eeworm.com/read/320554/13424150
m data_ip.m
%-----------------------------------------------------------------------------
% data_ip.m
% Design and Development of Closed Loop Control for INVERTED PENDULUM
% By IIEE Visionaries
% Copyright 2