代码搜索:Modal
找到约 844 项符合「Modal」的源代码
代码结果 844
www.eeworm.com/read/155549/5621826
c wm_makemodal.c
/*
*********************************************************************************************************
* uC/GUI
* Univers
www.eeworm.com/read/471374/6891146
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// modal_dialog_base.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include
www.eeworm.com/read/295431/8164274
m q817.m
%《MATLAB及在电子信息课程中的应用》第八章例8.17程序q817
% 化为规范型
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月初版,2003年7月第二版
%
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=ca
www.eeworm.com/read/148256/12480293
m q817.m
%《MATLAB及在电子信息课程中的应用》第八章例8.17程序q817
% 化为规范型
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月初版,2003年7月第二版
%
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=ca
www.eeworm.com/read/178406/9399727
m tst_sim2.m
%tst_sim2.m
%
Rot=rotfe('unbal2');
Rot.Reduct.Type='modal';Rot.Reduct.Nmodes=6;
Rot=rotfe(Rot); % build new model this time reduce order
Rot.D=addpdamp(Rot.M,Rot.K,.02);
[a b c d bu du
www.eeworm.com/read/178406/9399995
m tst_sim2.m
%tst_sim2.m
%
Rot=rotfe('unbal2');
Rot.Reduct.Type='modal';Rot.Reduct.Nmodes=6;
Rot=rotfe(Rot); % build new model this time reduce order
Rot.D=addpdamp(Rot.M,Rot.K,.02);
[a b c d bu du
www.eeworm.com/read/176665/9488471
c rpm.c
/*
* Xarchiver
*
* Copyright (C) 2005 Giuseppe Torelli - Colossus
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public Lice
www.eeworm.com/read/176665/9488541
c rpm.c
/*
* Xarchiver
*
* Copyright (C) 2005 Giuseppe Torelli - Colossus
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public Lice
www.eeworm.com/read/297402/8024846
m ex2_19.m
A=[2.25, -5, -1.25, -0.5; 2.25, -4.25, -1.25, -0.25;
0.25, -0.5, -1.25,-1; 1.25, -1.75, -0.25, -0.75];
B=[4;2;2;2]; C=[1,3,2,4]; D=0; G=ss(A,B,C,D);
G1=canon(G,'modal')
format long; eig(G.a