代码搜索:Inverted
找到约 874 项符合「Inverted」的源代码
代码结果 874
www.eeworm.com/read/152843/5663928
c promcon.c
/* $Id: promcon.c,v 1.17 2000/07/26 23:02:52 davem Exp $
* Console driver utilizing PROM sun terminal emulation
*
* Copyright (C) 1998 Eddie C. Dost (ecd@skynet.be)
* Copyright (C) 1998 Jakub J
www.eeworm.com/read/262937/11384068
m trans_func_ip_comp.m
%--------------------------------------------------------------------------------------------
% trans_func_ip_comp.m
% Design and Development of Closed Loop Control for INVERTED PENDULUM
% By IIEE
www.eeworm.com/read/262937/11384070
m analysis_uc_ip.m
%-----------------------------------------------------------------------------
% analysis_uc_ip.m
% Design and Development of Closed Loop Control for INVERTED PENDULUM
% By IIEE Visionaries
% Copy
www.eeworm.com/read/262933/11384139
m analysis_uc_ip.m
%-----------------------------------------------------------------------------
% analysis_uc_ip.m
% Design and Development of Closed Loop Control for INVERTED PENDULUM
% By IIEE Visionaries
% Copy
www.eeworm.com/read/406741/11436846
m trans_func_ip_comp.m
%--------------------------------------------------------------------------------------------
% trans_func_ip_comp.m
% Design and Development of Closed Loop Control for INVERTED PENDULUM
% By IIEE
www.eeworm.com/read/406741/11436847
m analysis_uc_ip.m
%-----------------------------------------------------------------------------
% analysis_uc_ip.m
% Design and Development of Closed Loop Control for INVERTED PENDULUM
% By IIEE Visionaries
% Copy
www.eeworm.com/read/231181/14248749
hpp polyfit.hpp
#pragma ident "$Id: PolyFit.hpp 96 2006-08-22 17:15:20Z btolman $"
/**
* @file PolyFit.hpp
* Least squares fit using a polynomial model.
*/
#ifndef GPSTK_POLYFIT_HPP
#define GPSTK_POLYFIT_HPP
www.eeworm.com/read/227048/14442477
m chap4_9f.m
%Local linearization for single inverted pendulum
clear all;
close all;
g=9.8;
m=2;
M=8;
l=0.5;
a=l/(m+M);
%Equation:
A21=g/(4/3*l-a*m*l);
A=[0 1;
A21 0];
B2=-a/(4/3*l-a*m*l);
B=[0
www.eeworm.com/read/212609/15151897
m chap4_9f.m
%Local linearization for single inverted pendulum
clear all;
close all;
g=9.8;
m=2;
M=8;
l=0.5;
a=l/(m+M);
%Equation:
A21=g/(4/3*l-a*m*l);
A=[0 1;
A21 0];
B2=-a/(4/3*l-a*m*l);
B=[0
www.eeworm.com/read/370015/9623931
int proton_g4.int
' PROTON board
' Operating on 4MHz.
' Using a GRAPHIC LCD with an internal FONT
DEVICE = 16F877
XTAL = 4
REMARKS = ON
WATCHDOG = OFF
MACRO_PARAMS = ON