代码搜索:转换处理
找到约 10,000 项符合「转换处理」的源代码
代码结果 10,000
www.eeworm.com/read/415821/11051862
hex da转换.hex
:10000300C2A7C2A6C2B2C2B68508807F1E12002D47
:100013000508E508B4FFF1E508D3940140EA850833
:0A002300807F1E12002D150880EDED
:10002D00EFD3940040107D647C00ED1D70011CED3C
:06003D004C70F71F80EA81
:010043
www.eeworm.com/read/415821/11051867
opt ad转换.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/415821/11051868
c da转换.c
#include
#define uchar unsigned char
sbit rd=P3^2;
sbit wr=P3^6;
sbit duan=P2^6;
sbit wei=P2^7;
uchar dig;
void delay(uchar);
main()
{
wei=0;
duan=0;
rd=0;
wr=0;
while(1)
www.eeworm.com/read/415821/11051872
hex ad转换.hex
:10000300EF3395E0F5088F09D3E5099400E50894EB
:1000130000401E750A00750BF5E50B150B700215F4
:100023000AE50B450A70F2E509150970DB1508802E
:02003300D722D2
:10005300E4F580D2A6C2A6F580C2A77580FFC2B21E
:01
www.eeworm.com/read/415821/11051885
lst da转换.lst
C51 COMPILER V7.50 DA转换 07/22/2008 20:40:26 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE DA转换
OBJECT MODULE PLACED IN DA转换
www.eeworm.com/read/415821/11051889
lst ad转换.lst
C51 COMPILER V7.50 AD转换 07/23/2008 12:53:53 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE AD转换
OBJECT MODULE PLACED IN AD转换
www.eeworm.com/read/415821/11051893
c ad转换.c
#include
//#define uchar unsigned char
#define uint unsigned int
uint a,b;
sbit wr=P3^6;
sbit rd=P3^7;
sbit duan=P2^6;
sbit wei=P2^7;
sbit cs=P3^2;
void delay(char x)
{
for(a=x;a>
www.eeworm.com/read/415821/11051895