12345
/****************temic*********t5557***********************************/ #include <at892051.h> #include &nbs...
/****************temic*********t5557***********************************/ #include <at892051.h> #include &nbs...
串行编程器源程序(Keil C语言)//FID=01:AT89C2051系列编程器//实现编程的读,写,擦等细节//AT89C2051的特殊处:给XTAL一个脉冲,地址计数加1;P1的引脚排列与AT89C51相反,需要用函数转换#include <e51pro.h> #define C2...
编程题(15_01.c) 结构 struct student { long num char name[20] int score struct student *next } 链表练习: (1).编写函数struct student * cre...
void KeyInput() { _clrwdt(); if(AccInput) { if(Flag0&Flag1) _clrwdt();//第3次 else {if(Flag0) {Flag1=1;KeyInputCnt++;if(KeyInputCnt==3...
温湿度传感器 sht11 仿真程序 sbit out =P3^0; //加热口 //sbit input =P1^1;//检测口 //sbit speek =P2^0;//报警 sbit clo =P...