代码搜索:高精度电压基准
找到约 4,235 项符合「高精度电压基准」的源代码
代码结果 4,235
www.eeworm.com/read/493062/6405427
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/491229/6437690
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/491229/6437691
hex 数控电压源.hex
www.eeworm.com/read/491229/6437692
pwi 数控电压源.pwi
www.eeworm.com/read/491229/6437693
dsn 数控电压源.dsn
www.eeworm.com/read/483716/6592243
c 电压表.c
#include
#define fly unsigned char
#define count 2000
#define TH0_K (65536-count)/256
#define TL0_K (65536-count)%256
#define ST P3_0
#define OE P3_1
#define EOC P3_2
#define C P
www.eeworm.com/read/481635/6636722
plg 电压表.plg
礦ision2 Build Log
Project:
C:\Documents and Settings\Administrator\桌面\电压表\电压表.uv2
Project File Date: 04/15/2009
Output:
compiling v.C...
v.C
www.eeworm.com/read/481635/6636726
hex 电压表.hex
:10032B006D61646520627920616C6900766F6C7415
:06033B00616765002E0061
:0403410090FCFFF03D
:0803450090FEFFE03340F922B5
:0A035900EF1F70011E144E70F72212
:1002A4007BFF7A03792B7D031202E47A0379377D8D
:0
www.eeworm.com/read/481635/6636730
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/128852/14276505
txt 电压表.txt
数字电压表
.include hardware.inc
.ram
.var k_h
.var k_d
.var h_h
.var h_d
.var t_h
.var t_d
.var a_h
.var a_d
.code
.public _main
_main:
r1=0ffffh
r2=0ff00h
[p1d]=r1