代码搜索:89s52
找到约 135 项符合「89s52」的源代码
代码结果 135
www.eeworm.com/read/308113/13707881
89s52
www.eeworm.com/read/248995/12527754
89s52
www.eeworm.com/read/248995/12527849
89s52
www.eeworm.com/read/162665/10287072
txt save2004-9-10_17-22-48.txt
文件大小: 16652
波特率 38400bps
需要时间:大约 4 秒
请稍候...
发送完毕!
烧写完成!1610H bytes.
ISP of AT89S52 bye DingDing(丁丁),WWW.MCU51.COM
-----------------------------------------------
'r'-read eprom
'w'-write
www.eeworm.com/read/435588/7789867
doc 89s52电容表.doc
www.eeworm.com/read/242103/13094795
txt vfd驱动案例(89s52).txt
#i nclude "reg51.h"
#i nclude "stdio.h"
sbit STB = P1^2;
sbit CLK = P1^0;
sbit DIN = P1^1;
void vfd_cmd (unsigned char vfd_cmd0); /* 写命令
*/
void vfd_wrdata (unsigned char vfd_wrdata0); /* 写数据 *
www.eeworm.com/read/21501/927834
txt 89s52 control dds.txt
/////////////////////////////////////
#include
#include
//---------------------------
#define ADDRESS P2
#define DATA P0
#define ulong unsigned long
#def