代码搜索:高精度电压基准

找到约 4,235 项符合「高精度电压基准」的源代码

代码结果 4,235
www.eeworm.com/read/339811/12202938

txt 程序说明.txt

程序说明: 本算例采用电力系统课本4节点,4支路。 daona.txt为导纳阵数据文件 chaoliu.txt为潮流数据文件 迭代结果.txt为最后求得的节点电压和支路功率 节点数n,支路数m,PQ节点数K,可在程序中改
www.eeworm.com/read/231298/14239540

c pwm.c

// 该程序利用EVA模块的PWM1--PWM4引脚产生不同占空比的方波调节直流电机的电压 #include "C2407A.h" #include "stdio.h" #define Tc_half 2000 #define KEY1_run 0X0F3D //电动机正向转动(按奇数次),
www.eeworm.com/read/231298/14239594

c pwm.c

// 该程序利用EVA模块的PWM1--PWM4引脚产生不同占空比的方波调节直流电机的电压 #include "C2407A.h" #include "stdio.h" #include "math.h" #define run1 0X0F3D //电动机正向转动(按奇数次),正向制动(按偶
www.eeworm.com/read/231061/14257911

c f350_adc_buffered_2.c

//插上短路环J4,J7,J8的2,3脚,J9的2,3脚,J15,连上232串口线。 //AIN1与AGND连接,在AIN0输入0-2.5V之间的电压。 // Includes //----------------------------------------------------------------------------- #include
www.eeworm.com/read/227388/14429020

plg dianyabiao.plg

礦ision2 Build Log Project: E:\梁继红\DP-51PRO\DP-51PRO.NET\实验例程\实验31\数字电压表实验\Dianyabiao.uv2 Project File Date: 09/17/2004 Output:
www.eeworm.com/read/211606/15176708

asv a2d.asv

% % A/D转换 % %A/D function [Y,ff1]=a2d(x,ff); N1=length(x); N=10; %10位AD k=2; Vmax=5; %电压5v ad1=Vmax/2.^N; ad2=round(x.*2^N/Vmax); %取整 ad=ad1.*ad2; for n=1:N1/k; Y
www.eeworm.com/read/8474/148240

c celiang.c

//实例51-2:定时器T0的模式2测量正脉冲宽度 #include //包含51单片机寄存器定义的头文件 sbit ui=P3^2; //将ui位定义为P3.0(INT0)引脚,表示输入电压 /******************************************* 函数功能:主函数 ********************************
www.eeworm.com/read/9642/174932

plg voltmeter.plg

礦ision3 Build Log Project: D:\My Documents\我的单片机实验\28.数字电压表\新建文件夹\VOLTMETER.uv2 Project File Date: 08/21/2007 Output: Build target 'Target 1'
www.eeworm.com/read/9642/174950

plg voltmeter.plg

礦ision3 Build Log Project: D:\My Documents\我的单片机实验\28.数字电压表\Keil-C\VOLTMETER.uv2 Project File Date: 08/20/2007 Output: Build target 'Target 1'
www.eeworm.com/read/12173/239768

c celiang.c

//实例51-2:定时器T0的模式2测量正脉冲宽度 #include //包含51单片机寄存器定义的头文件 sbit ui=P3^2; //将ui位定义为P3.0(INT0)引脚,表示输入电压 /******************************************* 函数功能:主函数 ********************************