代码搜索:CLOSE
找到约 10,000 项符合「CLOSE」的源代码
代码结果 10,000
www.eeworm.com/read/467764/7000861
m fig1_25.m
% This program generates Fig. 1.25 of text
clear all
close all
R = linspace(10,400,5000);
[SIR] = sir (50e3, 35, 10, 5.6e9, 50e-6, 5, R, 200, 50e6, 10, .3);
www.eeworm.com/read/467764/7001019
m fig4_3.m
%This program generates Figure 4.3.
close all
clear all
logpfa = linspace(.01,250,1000);
var = 10.^(logpfa ./ 10.0);
vtnorm = sqrt( log (var));
semilogx(logpfa, vtnorm,'k')
grid
www.eeworm.com/read/467598/7005775
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/467604/7005847
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/467613/7005899
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/467613/7005901
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(:,
www.eeworm.com/read/467230/7008004
bak dameon.c.bak
#include
#include
#include
#include
#include
#include
#include
#define MAXFILE 65535
int main()
{
pid_t p
www.eeworm.com/read/467230/7008015
c open.c
/*open.c*/
#include
#include
#include
#include
#include
#include
int main(void)
{
int fd;
if((fd = open("/tmp/hell