代码搜索:电流泵
找到约 1,334 项符合「电流泵」的源代码
代码结果 1,334
www.eeworm.com/read/302615/13831380
m exp3_1.m
clear
clc
close
t0=0;
tfinal=15;
x0=[0.5;0]; %初始化,电感电流为0,电容电压为0.5v
%tol=0.001; %数值计算精度
[t,x]=ode45('elecsys',t0,tfinal,x0);
%elecsys是系统微分方程的描述函数
figure(1)
subplot(211)
plot(t,x(:,1))
title
www.eeworm.com/read/136130/13872013
txt 使用说明.txt
本程序已在turbo c 下运行通过。在VC++下还不行 ,所以建议用Turbo c 来运行本程序。
运行后请输入电路的 节点数NT,支路数NB,角频率W及各支路对应支路类型
JR(1:电导,2:独立电流源,3:独立电压源,4:VCVS,5:VCCS,6:ccvs,7cccs,
www.eeworm.com/read/493462/6393901
m se_ge_no_load.m
% 编写他励发电机空载特性分析脚本函数
% 将该函数定义为se_ge_no_load(seperate_generator_no_load)
% 下面输入电机基本数据:
n1=750;nN=1000;IfN=2.5;
% 下面输入750转/分钟时的空载特性试验数据(Ifdata是励磁电流,Eadata是感应电势):
Ifdata=[ 0, 0.4, 1.0, 1.6, 2.0, 2.5,
www.eeworm.com/read/490407/6455995
m exp3_1.m
clear
clc
close
t0=0;
tfinal=15;
x0=[0.5;0]; %初始化,电感电流为0,电容电压为0.5v
%tol=0.001; %数值计算精度
[t,x]=ode45('elecsys',t0,tfinal,x0);
%elecsys是系统微分方程的描述函数
figure(1)
subplot(211)
plot(t,x(:,1))
title
www.eeworm.com/read/488257/6500238
m exp3_1.m
clear
clc
close
t0=0;
tfinal=15;
x0=[0.5;0]; %初始化,电感电流为0,电容电压为0.5v
%tol=0.001; %数值计算精度
[t,x]=ode45('elecsys',t0,tfinal,x0);
%elecsys是系统微分方程的描述函数
figure(1)
subplot(211)
plot(t,x(:,1))
title
www.eeworm.com/read/487268/6517538
m exp3_1.m
clear
clc
close
t0=0;
tfinal=15;
x0=[0.5;0]; %初始化,电感电流为0,电容电压为0.5v
%tol=0.001; %数值计算精度
[t,x]=ode45('elecsys',t0,tfinal,x0);
%elecsys是系统微分方程的描述函数
figure(1)
subplot(211)
plot(t,x(:,1))
title
www.eeworm.com/read/481139/6643881
c saa1064.c
#include "reg92x.h"
#define I2CBus_ACK 0x44
#define I2CBus_NOACK 0x40
#define I2CRestart 0x64
#define I2CStop 0x54
#define SLAW 0x76
#define COM 0x77 //最小电流
#define SUBA 0x00
unsigned ch
www.eeworm.com/read/401335/11559286
m exp3_1.m
clear
clc
close
t0=0;
tfinal=15;
x0=[0.5;0]; %初始化,电感电流为0,电容电压为0.5v
%tol=0.001; %数值计算精度
[t,x]=ode45('elecsys',t0,tfinal,x0);
%elecsys是系统微分方程的描述函数
figure(1)
subplot(211)
plot(t,x(:,1))
title
www.eeworm.com/read/348215/11605386
m exp3_1.m
clear
clc
close
t0=0;
tfinal=15;
x0=[0.5;0]; %初始化,电感电流为0,电容电压为0.5v
%tol=0.001; %数值计算精度
[t,x]=ode45('elecsys',t0,tfinal,x0);
%elecsys是系统微分方程的描述函数
figure(1)
subplot(211)
plot(t,x(:,1))
title
www.eeworm.com/read/261326/11654754
m exp3_1.m
clear
clc
close
t0=0;
tfinal=15;
x0=[0.5;0]; %初始化,电感电流为0,电容电压为0.5v
%tol=0.001; %数值计算精度
[t,x]=ode45('elecsys',t0,tfinal,x0);
%elecsys是系统微分方程的描述函数
figure(1)
subplot(211)
plot(t,x(:,1))
title