搜索:reg51
找到约 32 项符合「reg51」的查询结果
结果 32
https://www.eeworm.com/dl/619/323087.html
Linux/Unix编程
#include "REG51.H" #include <intrins.h> #include "Common.h" //#include "Remote.h" #def
#include "REG51.H"
#include <intrins.h>
#include "Common.h"
//#include "Remote.h"
#define OSD_EN
//typedef unsigned char uCHAR
//#include "T100Data_A.h"
//#include "T100Data_PA.h"
//#include "T100Data_AU.h"
//#include "T100Data_CPT.h"
//#include "T100Data_PANASONIC.h"
//#incl ...
https://www.eeworm.com/dl/648/300927.html
单片机开发
//*********主机代码****** #include <reg51.h> #include "Clicent_Setting.h" #include "LCD_Funt
//*********主机代码******
#include <reg51.h>
#include "Clicent_Setting.h"
#include "LCD_Funtion.h"
#include "Futions.h"
#include "Host_Interrupt_Funtion.h"
int num1=1 //从机数码管起始数
int num2=0
int num3=1
https://www.eeworm.com/dl/648/277585.html
单片机开发
#include <reg51.h> void delay_ms(unsigned short ms) { unsigned short i unsigned char j
#include <reg51.h>
void delay_ms(unsigned short ms)
{
unsigned short i
unsigned char j
for(i=0 i<ms i++)
{
for(j=0 j<200 j++)
for(j=0 j<102 j++)
}
}
https://www.eeworm.com/dl/639/275366.html
文件格式
#include <reg51.h> /*-------------------------------------------- 调用方式:自行I/O 口定义﹫2001/05/12
#include <reg51.h>
/*--------------------------------------------
调用方式:自行I/O 口定义﹫2001/05/12
函数说明:私有函数,各接口定义
--------------------------------------------*/
sbit HD7279_CS=P1^4 // HD7279_CS--P1.4
sbit HD7279_CLK=P1^5 // HD7279_CLK-- P1.5
sbit HD7279_DATA ...
https://www.eeworm.com/dl/648/297627.html
单片机开发
单字右移1616点阵右移C程序16bit #include<reg51.h> #include<intrins.h> sbit DAT=P1^0 /*"74HC59
单字右移1616点阵右移C程序16bit
#include<reg51.h>
#include<intrins.h>
sbit DAT=P1^0 /*"74HC595第14脚 数据 ",0*/
sbit YW=P1^1 /*"74HC595第11脚 移位存 ",0*/
sbit SUO=P1^2 /*"74HC595第12脚 锁存 ",0*/
https://www.eeworm.com/dl/648/199246.html
单片机开发
一個很好用的 lcd 時鐘程序 C語言 #include<reg51.h> #include<stdio.h> //定義計時器0 的重裝值 #define RELOAD
一個很好用的 lcd 時鐘程序 C語言
#include<reg51.h>
#include<stdio.h>
//定義計時器0 的重裝值
#define RELOAD_HIGH 0x3C
#define RELOAD_LOW 0xD2
//定義按鍵彈跳時間
#define DB_VAL
//定義設置模式的最大時間間隔
#define TIMEOUT 200
//定義游標位置常數
#define HOME 0
#define HOUR 1
#defin ...
https://www.eeworm.com/dl/648/360910.html
单片机开发
89s51单片机控制继电器! 由s51io口输出低电平使三极管导通 从而控制继电器闭合 #include <reg51.H> sbit P0_0=P0^0 sbit P1_
89s51单片机控制继电器! 由s51io口输出低电平使三极管导通 从而控制继电器闭合
#include <reg51.H>
sbit P0_0=P0^0
sbit P1_7=P1^7
main()
{while(1)
{
if (P0_0==0)
P1_7==1
}
}
https://www.eeworm.com/dl/965647.html
技术资料
单片机驱动16*16点阵LED汉字显示c51程序
单片机驱动16*16点阵LED汉字显示c51程序,//晶振12MHz
//P1.0~P1.3接74154行扫描
//P3.0、P3.1接74164串转并
#include < reg51.h>