代码搜索:CLOSE
找到约 10,000 项符合「CLOSE」的源代码
代码结果 10,000
www.eeworm.com/read/445230/7597747
c creattmp.c
#include
#include
#include
void main(void)
{
char path[64] = "C:\\TEMP\\";
int handle;
if ((handle = creattemp(path, 0)) == -1)
printf("Error cr
www.eeworm.com/read/444375/7613276
c creattmp.c
#include
#include
#include
void main(void)
{
char path[64] = "C:\\TEMP\\";
int handle;
if ((handle = creattemp(path, 0)) == -1)
printf("Error cr
www.eeworm.com/read/444331/7613753
m chap9_4plot.m
close all;
figure(1);
plot(t,y(:,1),'k',t,y(:,2),'k');
xlabel('time(s)');ylabel('Position tracking');
figure(2);
plot(Ff(:,1),Ff(:,2),'k');
xlabel('Angle speed');ylabel('Friction force');
www.eeworm.com/read/444331/7613785
m chap7_4.m
clear all;
close all;
nl_pid0=[0 0 0];
options=[1 0.01 0.01];
nl_pid=lsqnonlin('chap7_4f1',nl_pid0,options)
www.eeworm.com/read/444331/7613828
m chap10_1plot.m
close all;
figure(1);
plot(t,e,'r');
xlabel('time(s)');ylabel('error');
figure(2);
plot(t,y(:,1),'r',t,y(:,2),'b');
xlabel('time(s)');ylabel('position tracking');
figure(3);
plot(t,dy(:,
www.eeworm.com/read/444331/7613830
m chap10_3plot.m
close all;
figure(1);
plot(t,e,'r');
xlabel('time(s)');ylabel('error');
figure(2);
plot(t,y(:,1),'r',t,y(:,2),'b');
xlabel('time(s)');ylabel('position tracking');
figure(3);
plot(t,dy(:,