代码搜索:高精度电压基准
找到约 4,235 项符合「高精度电压基准」的源代码
代码结果 4,235
www.eeworm.com/read/14961/427775
asm 数字电压表的设计.asm
DBUF1 equ 30H
DBUF2 equ 31H
DBUF3 equ 32H
ABC equ 35H
ST bit P2.5
EOC bit P2.6
OE bit P2.7
CLOCK EQU P2.4
ORG 0000H
AJMP START
ORG 000BH
AJMP ST_T0
ORG 0050H
START: M
www.eeworm.com/read/14961/427777
pwi 数字电压表的设计.pwi
www.eeworm.com/read/14961/427781
opt 数字电压表的设计.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/14961/427782
plg 数字电压表的设计.plg
礦ision2 Build Log
Project:
G:\基于Proteus的8051单片机仿真与应用\程序与仿真\第7章 模拟数字转换应用\7.2.1 数字电压表的设计\汇编程序\数字电压表的设计.uv2
Project File Date: 06/09/2008
Output:
www.eeworm.com/read/14961/427784
dsn 数字电压表的设计.dsn
www.eeworm.com/read/14961/427786
obj 数字电压表的设计.obj
www.eeworm.com/read/14961/427787
hex 数字电压表的设计.hex
:0A00C6003F065B4F666D7D077F6FFC
:03000B00020003ED
:03000300B2A43272
:10000E00758902758CF5E4F58A75A882D28CC2A525
:10001E00D2A5C2A5E4FF0FBF14FC30A6FDD2A7AE39
:10002E0090C2A7EE75F06484FD75F064A4FCC3
www.eeworm.com/read/14961/427790
pwi 数字电压表的设计.pwi
www.eeworm.com/read/14961/427794
c 数字电压表的设计.c
#include"reg51.h"
#define uint unsigned int
#define uchar unsigned char
sbit st=P2^5;
sbit eoc=P2^6;
sbit oe=P2^7;
sbit CLOCK=P2^4;
sbit p21=P2^1;
sbit p22=P2^2;
sbit p23=P2^3;
uchar co