代码搜索:Chapter
找到约 10,000 项符合「Chapter」的源代码
代码结果 10,000
www.eeworm.com/read/304664/13789756
h chapter14view.h
// Chapter14View.h : interface of the CChapter14View class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_Chapter14VIEW_H__9B8B5AC3_9154_41B7_8F
www.eeworm.com/read/304664/13789757
cpp chapter14view.cpp
// Chapter14View.cpp : implementation of the CChapter14View class
//
#include "stdafx.h"
#include "Chapter14.h"
#include "Chapter14Doc.h"
#include "Chapter14View.h"
#include "FileRW.h"
#inc
www.eeworm.com/read/304664/13789758
cpp chapter14doc.cpp
// Chapter14Doc.cpp : implementation of the CChapter14Doc class
//
#include "stdafx.h"
#include "Chapter14.h"
#include "Chapter14Doc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FIL
www.eeworm.com/read/304664/13789760
ico chapter14doc.ico
www.eeworm.com/read/304664/13789763
rc2 chapter14.rc2
//
// Chapter14.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
/
www.eeworm.com/read/304664/13789772
h chapter14doc.h
// Chapter14Doc.h : interface of the CChapter14Doc class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_Chapter14DOC_H__9A125803_01ED_4731_A195_
www.eeworm.com/read/304061/13802160
m chapter5_18.m
A=[-4.1053,6.6842,-2.3158,20;-0.5789,-0.7368,0.4632,4.2;-0.0526,-1.1579,
0.6421,1.8;
-1.2632,-1.1228,1.0772,7.2];
B=[1;0.2;0.1;0.4]; C=[0,0,8,-2];D=0;
G=ss(A,B,C,D);
W=diag([1,2,3,4]);
V=ly
www.eeworm.com/read/304061/13802161
m chapter5_8.m
num=[0.05,0.045];
den=conv([1,-1.8,0.9],[1,5,6]);
pzmap(num,den);
title('Pole-Zero Map')
www.eeworm.com/read/304061/13802162
m chapter5_2.m
G=tf([1,7,24,24],[1,10,35,50,24]);
t=0:0.1:10;y=step(G,t);
plot(t,y),grid
www.eeworm.com/read/304061/13802164
m chapter5_27.m
nc=10; dc=[1,2,0]; ts=0.25;
kp=1.0468; kd=0.2134; ki=1.2836;
[nz1,dz1]=c2dm(nc,dc,ts);
nz2=[kp*ts+kd+ki*ts*ts,-(kp*ts+2*kd),kd];dz2=[ts,-ts,0];
[nzk,dzk]=series(nz2,dz2,nz1,dz1);
[nt,dt]=clo