搜索:idata
找到约 12 项符合「idata」的查询结果
结果 12
https://www.eeworm.com/dl/983354.html
技术资料
51中的data,idata,xdata,pdata
主要介绍51单片机中的data,idata,xdata,pdata数据类型及用法
https://www.eeworm.com/dl/648/330507.html
单片机开发
19.死机问题 extern BYTE idata MP3PwDnCnt 变量类型为idata 20.在MP412UT72基础上修改 更换pindef.h 和servopin.h(影响图象出现)
19.死机问题 extern BYTE idata MP3PwDnCnt 变量类型为idata
20.在MP412UT72基础上修改 更换pindef.h 和servopin.h(影响图象出现)
21.#define ENABLE_TRAY_PWM 0///1停顿
22.使用pdvd30 伺服 750710_JK.lib
23.使用了58版 MP420 的伺服库和处理办法,可以搜索 MP420 58 字样 ...
https://www.eeworm.com/dl/684/362465.html
软件设计/软件工程
keil c51的内部RAM(idata)动态内存管理程序
keil c51的内部RAM(idata)动态内存管理程序
https://www.eeworm.com/dl/905359.html
技术资料
单片机C语言教程(绝对有用)
有关单片机c语言编程的东西,idata,pdata,xdata
系统调试,中断应用,队列等
https://www.eeworm.com/dl/502/31456.html
单片机编程
采用18b20芯片的温度测量C51源程序
#include <reg51.h>#include<intrins.h>
#define&nbsp;&nbsp; BUSY1&nbsp;&nbsp;&nbsp; (DQ1==0) sbit&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DQ1&nbsp;&nbsp;&nbsp; =&nbsp; P0^4;
unsigned char idata TMP; unsigned char idata TMP_d; unsigned char f; void wr_ds18_1(char dat);unsigned char rd_ds18_1 ...
https://www.eeworm.com/dl/648/275410.html
单片机开发
8051 Web Server project See Makefile for build notes Written for Keil C51 V5.1 compiler, notes:
8051 Web Server project
See Makefile for build notes
Written for Keil C51 V5.1 compiler, notes:
It uses big endian order, which is the same as the
network byte order, unlike x86 systems.
Use OPTIMIZE(2)or higher so that automatic variables get shared
// between functions, to sta ...
https://www.eeworm.com/dl/503/37368.html
C/C++语言编程
cs5460a程序(C程序源代码)
#include <reg51.h>#include <main.h>#include <interrupt.h>
cs5460a应用电路(含源程序)bit code table_odd_even_bit[16]={0,1,1,0,1,0,0,1,1,0,0,1,0,1,1,0};
extern uchar rs485_timeout,pointer_buf485;extern uchar rs485_buf[MAX_485_LEN];extern uchar idata spi_buf[MAX_SPI_LEN];extern uchar ...
https://www.eeworm.com/dl/648/307921.html
单片机开发
一套比较完整的51单片机C51串口通信驱动程序
一套比较完整的51单片机C51串口通信驱动程序,其中包括
(1)串口初始化,晶振为11.0592M,方式1 波特率300-57600;
(2)串口输出一个字符(非中断方式);
(3)串口输出一个回车换行;
(4)串口输出一个字符串(非中断方式);
(5)串口接收一个字符(非中断方式);
(6)串口接收一个定长字符串(非 ...