代码搜索:Modal
找到约 844 项符合「Modal」的源代码
代码结果 844
www.eeworm.com/read/224546/14585439
m tdofssmodalfun.m
function xprime = tdofssmodalfun(t,x)
% function for calculating the transient response of tdof_ss_modal_time_ode45.m
global a_ss a1_ss a2_ss a3_ss b b1 b2 b3 u
xprime = a_ss*x + b*u;
www.eeworm.com/read/208659/15239414
m tdofssmodalfun.m
function xprime = tdofssmodalfun(t,x)
% function for calculating the transient response of tdof_ss_modal_time_ode45.m
global a_ss a1_ss a2_ss a3_ss b b1 b2 b3 u
xprime = a_ss*x + b*u;
www.eeworm.com/read/235657/14058264
css main.css
body
{
margin: 15px auto;
padding: 0px;
background-color: #c3daf9;
text-align: center;
}
#modal
{
position:absolute;
display:none;
width:150px;
height: 100px;
border:
www.eeworm.com/read/359028/2981203
txt lwmodalwindowsample.txt
This sample demonstrates the possibility of the opening modal and not modal
windows from the other windows. The sample illustrates the modal windows stack.
For example, a modal window is opened from
www.eeworm.com/read/146081/12677649
frm coffee_testform.frm
VERSION 5.00
Begin VB.Form TestForm
Caption = "TestForm-Modal"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
Link
www.eeworm.com/read/215913/15034135
m era_startdemo.m
%this is a ERA algorithm Demo main function for Modal analysis
%By Chen yi, Jan. 24th,2004
% State Key lab of Mechanical Transmission , Chonqqing University
% chen_yi2000@sina.com
clear;
home
www.eeworm.com/read/189334/8475065
cpp form1.cpp
/****************************************************************************
** Form implementation generated from reading ui file 'form1.ui'
**
** Created: Mon Aug 28 17:37:50 2006
** by: The
www.eeworm.com/read/388785/8575113
m tdofssmodal2fun.m
function xprime = tdofssmodal2fun(t2,x2)
% function for calculating the transient response of tdof_ss_modal_time_ode45.m
global a_ss a1_ss a2_ss a3_ss b b1 b2 b3 u
xprime = a2_ss*x2 + b2*
www.eeworm.com/read/388785/8575305
m tdofssmodal3fun.m
function xprime = tdofssmodal3fun(t3,x3)
% function for calculating the transient response of tdof_ss_modal_time_ode45.m
global a_ss a1_ss a2_ss a3_ss b b1 b2 b3 u
xprime = a3_ss*x3 + b1*
www.eeworm.com/read/388785/8575413
m tdofssmodal1fun.m
function xprime = tdofssmodal1fun(t1,x1)
% function for calculating the transient response of tdof_ss_modal_time_ode45.m
global a_ss a1_ss a2_ss a3_ss b b1 b2 b3 u
xprime = a1_ss*x1 + b1*