文件名称:C51
介绍说明--下载内容均来自于网络,请自行研究使用
/*这是我用C语言编的第一个程序,编译通过,下载到单片机里能够正常运行,我非常高兴,对我来说有纪念价值*/
-#include <reg51f.h>
#include <intrins.h>
#include <math.h>
sbit P2_0=P2^0
bit FLAG=0
char m,ptr=0
static const char tab[16]={0x01,0x02,0x03,0x0c,
0x04,0x05,0x06,0x0d,
0x07,0x08,0x09,0x0e,
0x0a,0x00,0x0b,0x0f}
-#include <reg51f.h>
#include <intrins.h>
#include <math.h>
sbit P2_0=P2^0
bit FLAG=0
char m,ptr=0
static const char tab[16]={0x01,0x02,0x03,0x0c,
0x04,0x05,0x06,0x0d,
0x07,0x08,0x09,0x0e,
0x0a,0x00,0x0b,0x0f}
(系统自动生成,下载前可以参看下载内容)
下载文件列表
C51音乐程序(八月桂花).c