代码搜索:Modal
找到约 844 项符合「Modal」的源代码
代码结果 844
www.eeworm.com/read/144351/12801232
m q817.m
%《MATLAB在电子信息课程中的应用》第八章例8.17程序q817
% 化为规范型
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月
clear,
A=[1,0,0;2,2,3;-2,0,1];B=[1;2;2];C=[1,1,2];D=0;
s1=ss(A,B,C,D);
s2=canon(s1,'modal')
s3=canon(s1,'compani
www.eeworm.com/read/113668/6126781
h gui_manager.h
/* $Id: gui_manager.h,v 1.45 2004/01/02 15:42:43 mbn Exp $
**
** ClanLib Game SDK
** Copyright (C) 2003 The ClanLib Team
** For a total list of contributers see the file CREDITS.
**
** Thi
www.eeworm.com/read/483854/6596384
m q817.m
%《MATLAB在电子信息课程中的应用》第八章例8.17程序q817
% 化为规范型
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月
clear,
A=[1,0,0;2,2,3;-2,0,1];B=[1;2;2];C=[1,1,2];D=0;
s1=ss(A,B,C,D);
s2=canon(s1,'modal')
s3=canon(s1,'compani
www.eeworm.com/read/347866/11629770
m sem1d_homog.m
% [eigval,err,eigvec,x]=sem1d_homog(nel,ngll,bc,fig)
%
% Driver for sem1d_modal_analysis.m on a homogeneous 1D medium
% Solved on a regular mesh
%
% INPUT nel total number of elements
% ngll numer o
www.eeworm.com/read/151852/12168158
cpp exhcad.cpp
#include "comm.h"
#include "exhcad.h"
ACRX_CONS_DEFINE_MEMBERS(ExhCAD, AcRxObject, 0);
void InitApp(void){
ads_printf(IDS_ExhCAD_Load);
ExhCAD::rxInit();
acrxBuildClas
www.eeworm.com/read/223937/14611532
h rxxmutualinfoagent.h
// RxxMutualInfoAgent.h: interface for the RxxMutualInfoAgent class.
//
//////////////////////////////////////////////////////////////////////
//
// Title: Header file for Mutual Information based reg
www.eeworm.com/read/223937/14611899
h crosscorrelationagent.h
// CrossCorrelationAgent.h: interface for the RxxCrossCorrelationAgent class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_CROSSCORRELATIONAGENT_H__4DEA5
www.eeworm.com/read/220804/14788379
m q817.m
%《MATLAB在电子信息课程中的应用》第八章例8.17程序q817
% 化为规范型
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月
clear,
A=[1,0,0;2,2,3;-2,0,1];B=[1;2;2];C=[1,1,2];D=0;
s1=ss(A,B,C,D);
s2=canon(s1,'modal')
s3=canon(s1,'compani
www.eeworm.com/read/334262/12615051
cpp sdt.cpp
// Sdt.cpp : Defines the initialization routines for the DLL.
/////////////////////////////////////////////////////////////////////////////
// Part 1
#include "stdafx.h"
#include "Sdt.h"
#inclu
www.eeworm.com/read/388785/8575128
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;