代码搜索结果

找到约 10,000 项符合 5 的代码

ex5_5.m

x=0:pi/100:2*pi; y1=0.2*exp(-0.5*x).*cos(4*pi*x); plot(x,y1) hold on y2=2*exp(-0.5*x).*cos(pi*x); plot(x,y2); hold off

xt5-5.cpp

#include using namespace std; int main() { const int n=5; int a[n],i,temp; cout

c5-5.cpp

#include using namespace std; int main() { int i,j,row=0,colum=0,max; int a[3][4]={{5,12,23,56},{19,28,37,46},{-12,-34,6,8}}; max=a[0][0]; for (i=0;i

ex5_5.dsp

# Microsoft Developer Studio Project File - Name="Ex5_5" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Con

ex5_5.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################

ex5_5.cpp

//【例5.5】矩阵运算:矩阵转置与矩阵相乘。 #include #include using namespace std; void inverse(int [3][6], int [6][3]); void multi(int [6][3], int [3][4], int [6][4]); void output(int [6][4]

chap5_5.m

%GA(Generic Algorithm) to Optimize Online PID Control clear all; close all; Size=120; CodeL=2; MinX(1)=9*ones(1);MaxX(1)=12*ones(1); MinX(2)=0.20*ones(1);MaxX(2)=0.30*ones(1); Kpid(:,1)=M

chap5_5.m

%GA(Generic Algorithm) to Optimize Online PID Control clear all; close all; Size=120; CodeL=2; MinX(1)=9*ones(1);MaxX(1)=12*ones(1); MinX(2)=0.20*ones(1);MaxX(2)=0.30*ones(1); Kpid(:,1)=M