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

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

代码结果 4,235
www.eeworm.com/read/274075/10888862

txt all.txt

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;实现功能和设计思路 ;1. 文件名〈07_12_13〉 ;2. 文件路径〈桌面〉 ;3. 时间07_12_13 ;4. 功能 ;将可调电压RN4模拟输入的信号通过A/D转换在RC1-RC4口输出
www.eeworm.com/read/418049/10966769

c adc0_capture.c

//////////ADC0监控中断调试程序//////////////// /////////选择AIN0.3为ADC0转化输入,单端模式///// //调试时可采用变位器作为ADC输入源,调节其电压观察监控中断情况// //////adc0_capture.c/////////////////////////////////// #include "lcd.h" #define AD
www.eeworm.com/read/456463/7348928

txt 1.txt

#include #include #define uchar unsigned char #define uint unsigned int uchar code tab0[]="AD0809数字电压表"; uchar code tab1[]="Vx ="; sbit sid=P0^1;//12864数据输入 sbit sck=P0^0;//12
www.eeworm.com/read/451723/7457403

s adc.s

.module ADC.c .area text(rom, con, rel) .dbfile E:\张秋伟\我的实验\数控电压源\ADC.c .dbfunc e adc_init _adc_init fV .even _adc_init:: .dbline -1 .dbline 13 ; //包含所需头文件 ; #include ; #in
www.eeworm.com/read/451723/7457422

s delay.s

.module delay.c .area text(rom, con, rel) .dbfile E:\张秋伟\我的实验\数控电压源\delay.c .dbfunc e delay_1us _delay_1us fV .even _delay_1us:: .dbline -1 .dbline 3 ; #define XTAL 8 //晶振频率,单位MHz ;
www.eeworm.com/read/451723/7457443

s main.s

.module main.c .area data(ram, con, rel) _adc_vol:: .blkb 4 .area idata .word 0,0 .area data(ram, con, rel) .dbfile E:\张秋伟\我的实验\数控电压源\main.c .dbsym e adc_vol _adc_vol L _read_vol::
www.eeworm.com/read/445804/7589929

c adc0_capture.c

//////////ADC0监控中断调试程序//////////////// /////////选择AIN0.3为ADC0转化输入,单端模式///// //调试时可采用变位器作为ADC输入源,调节其电压观察监控中断情况// //////adc0_capture.c/////////////////////////////////// #include "lcd.h" #define AD
www.eeworm.com/read/443709/7625878

plg zxxx.plg

礦ision2 Build Log Project: D:\sp\电信5简易数字电压表的设计\zxxx.uv2 Project File Date: 01/01/2002 Output:
www.eeworm.com/read/433782/7909234

h power_data.h

#ifndef Power_Data_H #define Power_Data_H struct SPWM_Per_Phase //相8电压数据结构 { Uint32 Phase_SinOut; Uint32 SampleCount_PerPhase; //每相位要采样的点 // Uint16 DB_Switch_Flag; //需要设置死区标志 };
www.eeworm.com/read/195777/8131720

c adc0_capture.c

//////////ADC0监控中断调试程序//////////////// /////////选择AIN0.3为ADC0转化输入,单端模式///// //调试时可采用变位器作为ADC输入源,调节其电压观察监控中断情况// //////adc0_capture.c/////////////////////////////////// #include "lcd.h" #define AD