代码搜索:continuous
找到约 2,697 项符合「continuous」的源代码
代码结果 2,697
www.eeworm.com/read/318052/13489008
m hybridmodel_script.m
figure
plot(tout,yout(:,1),'r*',tout,yout(:,2),'b^',tout,yout(:,3),'kp')
hold
plot(tout,yout(:,1),'r',tout,yout(:,2),'b',tout,yout(:,3),'k')
grid
axis([0 2.5 -1 2]);
legend('Continuous','Ts=0.7'
www.eeworm.com/read/152843/5661648
h zr36120_mem.h
/* either kmalloc() or bigphysarea() alloced memory - continuous */
void* bmalloc(unsigned long size);
void bfree(void* mem, unsigned long size);
www.eeworm.com/read/147766/5724191
h zr36120_mem.h
/* either kmalloc() or bigphysarea() alloced memory - continuous */
void* bmalloc(unsigned long size);
void bfree(void* mem, unsigned long size);
www.eeworm.com/read/136786/5864915
h zr36120_mem.h
/* either kmalloc() or bigphysarea() alloced memory - continuous */
void* bmalloc(unsigned long size);
void bfree(void* mem, unsigned long size);
www.eeworm.com/read/128531/5986863
h zr36120_mem.h
/* either kmalloc() or bigphysarea() alloced memory - continuous */
void* bmalloc(unsigned long size);
void bfree(void* mem, unsigned long size);
www.eeworm.com/read/127781/5997941
h zr36120_mem.h
/* either kmalloc() or bigphysarea() alloced memory - continuous */
void* bmalloc(unsigned long size);
void bfree(void* mem, unsigned long size);
www.eeworm.com/read/110034/6169446
h zr36120_mem.h
/* either kmalloc() or bigphysarea() alloced memory - continuous */
void* bmalloc(unsigned long size);
void bfree(void* mem, unsigned long size);
www.eeworm.com/read/102935/6228333
h zr36120_mem.h
/* either kmalloc() or bigphysarea() alloced memory - continuous */
void* bmalloc(unsigned long size);
void bfree(void* mem, unsigned long size);
www.eeworm.com/read/486505/6533665
c ads8364_pwm.c
//###########################################################################
//
// FILE: DSP28_PieVect.c
//
// TITLE: DSP28 Devices PIE Vector Table Initialization Functions.
//
//#############
www.eeworm.com/read/482655/6620660
m page7.m
%continuous signal
t=0:0.1:30;
x=exp(-.1*t).*sin(2/3*t);
plot(t,x);axis([0 30 -1 1]);
grid;
xlabel('Time(sec)');
ylabel('x(t)');