代码搜索:Chapter
找到约 10,000 项符合「Chapter」的源代码
代码结果 10,000
www.eeworm.com/read/304061/13802354
m chapter4_18.m
feedin=[4 2];
feedout=[ 1 3 4];
cloop=feedback(sys1,sys2,feedin,feedout);
www.eeworm.com/read/304061/13802355
m chapter4_15.m
A=[0 1 0; 0 0 1; -5 -20 -1];
B=[0;0; 1];
C=[1 0 0];
D=0;
[num,den]=ss2tf(A,B,C,D); %状态空间模型转换成传递函数模型
printsys(num,den) %输出传递函数模型
[z,p,k]=ss2zp(A,B,C,D); %状态空间模型转换成零极点增益模型
zpk(z,p,k)
www.eeworm.com/read/304061/13802359
m chapter4_9.m
A=[0 1 0; 0 0 1; -5 -20 -1];
B=[0;0; 1];
C=[1 0 0];
D=0;
sys=ss(A,B,C,D)
www.eeworm.com/read/301956/13845524
ppt chapter11-12.ppt
www.eeworm.com/read/152048/5676777
rc2 chapter5.rc2
//
// Chapter5.RC2 - Microsoft Visual C++ 不会直接编辑的资源
//
#ifdef APSTUDIO_INVOKED
#error 此文件不能由 Microsoft Visual C++ 编辑
#endif //APSTUDIO_INVOKED
/////////////////////////////////////////////
www.eeworm.com/read/152048/5676779
h chapter5dlg.h
// Chapter5Dlg.h : 头文件
//
#pragma once
#include "afxcmn.h"
#include "TabSheet.h"
#include "Page1.h"
#include "Page2.h"
#include "Page3.h"
#include "Page4.h"
#include "Page5.h"
#include "Pa
www.eeworm.com/read/152048/5676783
cpp chapter5dlg.cpp
// Chapter5Dlg.cpp : 实现文件
//
#include "stdafx.h"
#include "Chapter5.h"
#include "Chapter5Dlg.h"
#include ".\chapter5dlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// 用于应用程序“关于”菜单项的
www.eeworm.com/read/131843/5927374
rc2 chapter5.rc2
//
// Chapter5.RC2 - Microsoft Visual C++ 不会直接编辑的资源
//
#ifdef APSTUDIO_INVOKED
#error 此文件不能由 Microsoft Visual C++ 编辑
#endif //APSTUDIO_INVOKED
/////////////////////////////////////////////
www.eeworm.com/read/131843/5927376
h chapter5dlg.h
// Chapter5Dlg.h : 头文件
//
#pragma once
#include "afxcmn.h"
#include "TabSheet.h"
#include "Page1.h"
#include "Page2.h"
#include "Page3.h"
#include "Page4.h"
#include "Page5.h"
#include "Pa
www.eeworm.com/read/131843/5927380
cpp chapter5dlg.cpp
// Chapter5Dlg.cpp : 实现文件
//
#include "stdafx.h"
#include "Chapter5.h"
#include "Chapter5Dlg.h"
#include ".\chapter5dlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// 用于应用程序“关于”菜单项的