代码搜索:Inverted

找到约 874 项符合「Inverted」的源代码

代码结果 874
www.eeworm.com/read/362924/7139043

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/457218/7332236

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/438146/7735661

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/136696/13365591

m invpend.m

function [xdot] = invpend(x,F) %INVPEND: The nonlinear model for inverted pendulum with the parameters % given in Mp(mass of pole),Lp(half-length of pole),Mc(mass % of cart) will
www.eeworm.com/read/320820/13417662

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/320554/13424155

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/320554/13424156

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/317371/13505590

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/317371/13505591

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/315184/13549117

int proton18_g8.int

' PROTON board for 18 series device ' Operating on 8MHz. ' Using a GRAPHIC LCD with an internal FONT DEVICE = 18F452 XTAL = 8 LCD_DTPORT = PORTD LCD_RSPIN = PORTC.1