代码搜索:Inverted

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

代码结果 874
www.eeworm.com/read/370015/9624117

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
www.eeworm.com/read/203230/15363785

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/187999/8580521

h jtag.h

/* * jtag.h : the head file for jtag.c * * This head file defines the connection between parallel port and JTAG. * Wiggler is supported by defaul. If you want to support other interfaces,
www.eeworm.com/read/187393/8642159

h jtag.h

/* * jtag.h : the head file for jtag.c * * This head file defines the connection between parallel port and JTAG. * Wiggler is supported by defaul. If you want to support other interfaces,
www.eeworm.com/read/274718/10857100

cpp 6_55.cpp

#include #include using namespace std; int main() { char str[80] = "This Is A Test"; cout
www.eeworm.com/read/469742/6925963

bas dlportio_i2c.bas

Attribute VB_Name = "I2C" Option Explicit Declare Function GetTickCount Lib "kernel32" () As Long Public Declare Function DlPortReadPortUchar Lib "dlportio.dll" (ByVal Port As Long) As Byte Pu
www.eeworm.com/read/295750/6964859

pl test-range.pl

#!/usr/bin/perl # # (c) John Berthels 2005 . See COPYING for license. # use strict; use warnings; use Test::More tests => 115; BEGIN { use_ok qw(Range); } my $r = Range->new(0,
www.eeworm.com/read/449679/7498226

nec byvee.nec

CM Back yard inverted vee, converted with 4nec2 on 29-Mar-06 22:08 CE 'sy wdt=11.8193 'Original width sy wdt=12.891 'Width for resonance GW 1 5 0 0 33.94 0 wdt 22.1207 3.367e-3 GW 2 5 0 0 33.94
www.eeworm.com/read/244381/12869656

m inc_pend.m

function x0 = inc_pend % % Initial conditions for the triple inverted pendulum. % % x(1) = Theta(1) % x(2) = Theta(2) % x(3) = Theta(3) % x(4) = dTheta(1)/dt % x(5) = dTheta(2)/dt % x(6
www.eeworm.com/read/316140/13529607

h jtag.h

/* * jtag.h : the head file for jtag.c * * This head file defines the connection between parallel port and JTAG. * Wiggler is supported by defaul. If you want to support other interfaces,