代码搜索结果

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

test4_4a.txt

#include #include #include typedef struct TAG_datastruct{ char* string; int checksum; }datastruct; datastruct* gerinput(void); void printmessage(datastr

test4_4.txt

#include #include #include typedef struct TAG_datastruct{ char* string; int checksum; }datastruct; datastruct* getinput(void); void printmessage(datas

ex4_4.dsw

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

ex4_4.dsp

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

ex4_4.cpp

//【例4.4】采用不同返回方式的求正方形面积函数的比较。 #include using namespace std; double temp; double fsqr1(double a){ temp=a*a ; return temp; } double & fsqr2(double a){ temp=a*a ; return temp; } i

chap4_4.m

%Adaptive PID control based on RBF Identification clear all; close all; xite=0.25; alfa=0.05; belte=0.01; x=[0,0,0]'; ci=30*ones(3,6); bi=40*ones(6,1); w=10*ones(6,1); h=[0,0,0,0,0,0]

chap4_4.m

%Adaptive PID control based on RBF Identification clear all; close all; xite=0.25; alfa=0.05; belte=0.01; x=[0,0,0]'; ci=30*ones(3,6); bi=40*ones(6,1); w=10*ones(6,1); h=[0,0,0,0,0,0]

chap4_4.m

%Adaptive PID control based on RBF Identification clear all; close all; xite=0.25; alfa=0.05; belte=0.01; x=[0,0,0]'; ci=30*ones(3,6); bi=40*ones(6,1); w=10*ones(6,1); h=[0,0,0,0,0,0]

ch4_4.m

% A=[1 -0.5 0.7];B=[0 1 0.5]; % th0=poly2th(A,B); % u=idinput(300, 'rbs'); % y=idsim([u,randn(300,1)],th0); % z=[y u]; % ge = etfe(z); % gs = spa(z); % bode(ge,gs) m = idpoly([1 -1.5 0.7],[0