代码搜索:电容转换器
找到约 1,899 项符合「电容转换器」的源代码
代码结果 1,899
www.eeworm.com/read/195948/5106351
plg tlc2543.plg
礦ision2 Build Log
Project:
C:\Documents and Settings\ntscking\桌面\书程序\第七章\7.5SPI串行接口AD转换器TLC2543的应用\TLC2543.uv2
Project File Date: 05/03/2005
Output:
www.eeworm.com/read/345302/3200991
plg tlc2543.plg
礦ision2 Build Log
Project:
C:\Documents and Settings\ntscking\桌面\书程序\第七章\7.5SPI串行接口AD转换器TLC2543的应用\TLC2543.uv2
Project File Date: 05/03/2005
Output:
www.eeworm.com/read/326766/3467258
plg tlc2543.plg
礦ision2 Build Log
Project:
C:\Documents and Settings\ntscking\桌面\书程序\第七章\7.5SPI串行接口AD转换器TLC2543的应用\TLC2543.uv2
Project File Date: 05/03/2005
Output:
www.eeworm.com/read/310662/3694014
plg tlc2543.plg
礦ision2 Build Log
Project:
C:\Documents and Settings\ntscking\桌面\书程序\第七章\7.5SPI串行接口AD转换器TLC2543的应用\TLC2543.uv2
Project File Date: 05/03/2005
Output:
www.eeworm.com/read/293209/3934117
plg tlc2543.plg
礦ision2 Build Log
Project:
C:\Documents and Settings\ntscking\桌面\书程序\第七章\7.5SPI串行接口AD转换器TLC2543的应用\TLC2543.uv2
Project File Date: 05/03/2005
Output:
www.eeworm.com/read/394265/8239786
c adc0832.c
#include//包含相应的头文件
#include
#include
sbit CS=P3^4;//定义数模转换器硬件对应引脚
sbit CLK=P3^5;
sbit DO=P3^6;
sbit DI=P3^7;
bit ADFlag;
unsigned char code DIS[]={0xfd,0
www.eeworm.com/read/249556/12488296
asm sun.asm
;*********************************************
; 用89C52制作太阳电池数显充放电控制器原程序
;
;**********************************************
;
;70H内存单元存放采样值,78H-7AH存放显示的BCD码数据,
;自然就依次为个位、十位和百位,模数转换器是ADC0809
www.eeworm.com/read/179152/9368314
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/177691/9440440
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/372266/9514843
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