代码搜索结果

找到约 72,880 项符合 Design 的代码

路由协议相关文章.txt

1.A 0.13um 1Gb/s Channel Store-and-Forward Network on Chip 2 Topology adaptive network-on-chip design and implementation 3 Heterogeneous modeling of an optical network-on-chip with SystemC

10.27.cpp

//使用指向指针的指针 #include int main() { char *name[]={"fllow me" , "basic" , "grear wall" , " fortain" , "computer design"}; char **p ; int i ; for(i=0 ; i

ex5_5.c

/** Program to design an FIR **/ #include "math.h" float hd[51]; /* 理想的冲击响应系数序列 */ float h[51]; /* 加窗后的冲击响应系数序列 */ float w[51]; /* 窗函数的离散值序列 */ float db[300]; /* 幅度响应数组(对数值)

fig9_75.m

% Figure 9.75 Feedback Control of Dynamic Systems, 4e % Franklin, Powell, Emami % % fig9_75.m is a script for disk read/write head control design % the design is base

fig9_76.m

% Figure 9.76 Feedback Control of Dynamic Systems, 4e % Franklin, Powell, Emami % % fig9_76.m is a script for disk read/write head control design % the design is based

fig9_74.m

% Figure 9.74 Feedback Control of Dynamic Systems, 4e % Franklin, Powell, Emami % % fig9_74.m is a script for disk read/write head control design % the design is based

fig9_05.m

% Figure 9.05 Feedback Control of Dynamic Systems, 4e % Franklin, Powell, Emami % % fig9_05.m is a script to generate Fig. 9.5 % root locus, for the PD design for t

fig5_25.m

% Fig. 5.25 Feedback Control of Dynamic Systems, 4e % Franklin, Powell, Emami % script for Figure 5.25, Lead design. np=1; dp=[1 1 0]; nc=[1 2]; dc=[1 10]; nol=conv(np,nc); dol=c

fig9_77.m

% Figure 9.77 Feedback Control of Dynamic Systems, 4e % Franklin, Powell, Emami % % script for disk read/write head control design % the design is based on 1/s^2 with

fig9_78.m

% Figure 9.78 Feedback Control of Dynamic Systems, 4e % Franklin, Powell, Emami % % fig9_78.m is a script for the lqr(lqg) design for the disk % drive case study