東南西北風

生活就像一杯加了糖的苦咖啡。
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

随笔分类 -  汇编语言/单片机(89C51)

摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1#include 2#include 3#define Dx XBYTE[0xa000] 4#define Wx XBYTE[0xa001] 5unsigned char code DM[]=... 阅读全文

posted @ 2009-01-06 20:55 东南西北风 阅读(240) 评论(0) 推荐(0)

摘要:计数器 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1#include 2#include 3#define COM XBYTE[0xa001] 4#define DAT XBYTE[0xa000] 5void display(); ... 阅读全文

posted @ 2009-01-06 11:32 东南西北风 阅读(525) 评论(0) 推荐(0)

摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1#include 2sbit P1_7=P3^0; 3unsigned int code pinlu[] = {220,247,262,294,330,349,392,440,494,522... 阅读全文

posted @ 2009-01-05 10:44 东南西北风 阅读(205) 评论(0) 推荐(0)

摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1/**//*说明************************************************************************** 2曲谱存贮格式 unsi... 阅读全文

posted @ 2009-01-05 10:16 东南西北风 阅读(469) 评论(0) 推荐(0)