代码搜索:高精度电压基准
找到约 4,235 项符合「高精度电压基准」的源代码
代码结果 4,235
www.eeworm.com/read/366323/9821078
obj 电压表.obj
www.eeworm.com/read/366323/9821080
c 电压表.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
sbit rs=P0^0 ;
sbit rw= P0^1 ;
sbit e=P0^2 ;
sbit rd=P3^0;
sbit wr=P3^1;
uchar count;
uchar
www.eeworm.com/read/366323/9821081
lst 电压表.lst
C51 COMPILER V8.12 电压表 08/06/2008 15:58:12 PAGE 1
C51 COMPILER V8.12, COMPILATION OF MODULE 电压表
OBJECT MODULE PLACED IN 电压表.OB
www.eeworm.com/read/162003/10347100
asm 电压表.asm
$MOD841
CHAN EQU 0
CSEG
SP0 EQU 50H
CLK81 EQU P3.5
DAT81 EQU P3.3
KEY EQU P3.2
NUM0 EQU 30H
NUM1 EQ
www.eeworm.com/read/460060/7258463
数字电压表
www.eeworm.com/read/459951/7261395
asm 数控电压源.asm
ORG 0000H
AJMP MAIN
ORG 0030H
MAIN: MOV DPTR,#7FFFH ;置DAC0832入口地址
MOV R0,#00H ;置初时值
SAO: JNB P1.0,JIA
JNB P1.1,JIAN
AJMP SAO
JIA: INC R0
MOV A,R0
CJNE
www.eeworm.com/read/459951/7261396
hex 数控电压源.hex
www.eeworm.com/read/459951/7261397
pwi 数控电压源.pwi
www.eeworm.com/read/459951/7261398
dsn 数控电压源.dsn
www.eeworm.com/read/456941/7336563
lis 取得电压函数.lis
.module _取得电压函数.c
.area text(rom, con, rel)
0000 .dbfile E:\xiaozhiyong2009\设计资料\项目设计\mega8_C语言常用程序\ICCAVR_mega8_取得电压函数\取得电压函数.c