12864液晶原程序.#include <reg52.h> #include <intrins.h> typedef unsigned char BYTE typede
12864液晶原程序.#include <reg52.h> #include <intrins.h> typedef unsigned char BYTE typedef bit BOOL sbit rs=P2^0 sbit rw=P2^1 sbit e ...
12864液晶原程序.#include <reg52.h> #include <intrins.h> typedef unsigned char BYTE typedef bit BOOL sbit rs=P2^0 sbit rw=P2^1 sbit e ...
a screen handling program to provide a flashing message. You will have to design a screen layout for where messages are placed on the screen. You ...
ns2初学者原创程序,为三节点有线连接tcl文件,以及分析throught,loss,delay参数的awk文件和运行结果。并对不同连接带宽参数下对脚本进行修改,分析不同情况下参数的变化。适合刚刚使用ns2以及awk的初学者。...
能让单片机唱歌的程序,这个程序采用单片机不同delay时间的不同来模拟唱歌的效果...
很完整的51串口程序 包括如下: 串口中断服务程序,仅需做简单调用即可完成串口输入输出的处理 出入均设有缓冲区,大小可任意设置。 可供使用的函数名: char getbyte(void) 从接收缓冲区取一个byte,如不想等待则在调用前检测inbufsign是否为1。 getline(c...