代码搜索:DA转换
找到约 10,000 项符合「DA转换」的源代码
代码结果 10,000
www.eeworm.com/read/411658/11234603
exe p343 10.7 类类型的转换.exe
www.eeworm.com/read/411134/11254713
pdf gprs 网络应用系统中的协议转换.pdf
www.eeworm.com/read/148441/12465905
pdf ad转换芯片adc0832的应用.pdf
www.eeworm.com/read/146999/12594472
mht int与byte array之间的转换程序.mht
From:
Subject: =?gb2312?B?TWF0cml4LdPrSmF2YbmyzuggLSBKYXZhs/XRp9Xf1LC12KOo5K/AwMz519M=?=
=?gb2312?B?o6k=?=
Date: Fri, 1 Apr 2005 17:34:21 +0800
MIME-Version:
www.eeworm.com/read/334409/12604651
ewb 集成数模转换器测试.ewb
Electronics Workbench Circuit File
Version: 5
Charset: ANSI
Description:
""
EncryptionType: 2
UsingVectorGraphics: 0
/000@D0I0?4D
www.eeworm.com/read/146455/12646536
txt 4.5 bcd码到ascii码转换实例.txt
BCDTOASC
MOV R0,#20H
MOV R1,#10H
MOV R2,#05H
ACALL BCDASC
LOOP0:
SJMP LOOP0
BCDASC:
MOV R1,#10H
MOV R6,#0AH
LOOP1:
MOV @R1,#00H
INC R1
DJNZ R6,LOOP1
LOOP2:
www.eeworm.com/read/133760/14024582
scx 小写金额转换成大写金额.scx
www.eeworm.com/read/133760/14024594
exe 实现小写金额与大写金额的转换.exe
www.eeworm.com/read/133760/14024596
sct 小写金额转换成大写金额.sct
www.eeworm.com/read/132906/14066766
txt 小写金额转换成大写中文.txt
小写金额转换成大写中文:
1首先在Form1的私有声明中加入一个函数声明
private
{private declarations}
function conert(money:real):string;
2编写其代码
function TForm1.convert(money:real):string;
var
smallmode:string;
bigchar,powe