C51_点亮第一个LED
#include "reg52.h" sbit led=P0^0; void main(){ while(1) { led=1; } }...
#include "reg52.h" sbit led=P0^0; void main(){ while(1) { led=1; } }...
Features • Passing Variables Between C and Assembly Code Functions • Calling Assembly Code Functions from C • Calling C Functions from Assembly Cod...
本内容提供了LED点阵左移显示程序 ;port 3.0~3.6 connect to column ;port 1.0~1.4 connect to row ;delay=0.2s ;========== ;= Main = ;========== .ORG 0000H ST...
内含HEX文件,可直接下载到MEGA16,I/O口接线方式可打开main.c源码,内有详细接线说明,三路线外线避障,二路电机正反输出,正转为PWM方式,反转为高低电平方式....
一个用面向对象方法封装和编写的JAVA Logicgate(逻辑门)运算程序,内附有详细的开发/说明文档(Doc文件)和分析流程图,主程序Main()存在于:And.java 文件 请先编译其余文件,最后编译运行And.java文件...