No.97727 作者:yuyang813 邮件:yuyang813@126.com ID:59173 登陆:3次 文章数:5篇 最后登陆IP:222.177.15.129 最后登陆:2008/5/27 9:55:14 注册:2006/9/4 14:25:44 财富:120 发帖时间:2006/9/14 9:46:53 发贴者IP:222.177.198.20 标题:yuyang813:请大家帮忙看看这个程序哪里有问题谢谢了! 摘要:No.97727请大家帮忙看看这个程序哪里有问题谢谢了! #include "reg51.h" #define uint unsigned int #define uchar unsigned char #define Output 0xfe #define Timer1 1000 #define Timer2 10000 /********************************************** 延时程序 ***********************************************/ void mDelay(uint Delay) { uint i; for(;Delay> 0;Delay--) { for(i=0;i <124;i++) {;} } } /************************************************ 主程序 ************************************************/ void main() { uint a[]={ ......
>>返回讨论的主题
|