搜索:idata

找到约 12 项符合「idata」的查询结果

结果 12
https://www.eeworm.com/dl/983354.html 技术资料

51中的data,idata,xdata,pdata

主要介绍51单片机中的data,idata,xdata,pdata数据类型及用法
下载 5
·
查看 7983
https://www.eeworm.com/dl/971141.html 技术资料

51单片机中的data,idata问题

学习51单片机c语言编程后,关于单片机内部空间的心得体会
下载 9
·
查看 9010
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 字样 ...
下载 20
·
查看 1112
https://www.eeworm.com/dl/684/362465.html 软件设计/软件工程

keil c51的内部RAM(idata)动态内存管理程序

keil c51的内部RAM(idata)动态内存管理程序
下载 165
·
查看 1217
https://www.eeworm.com/dl/905359.html 技术资料

单片机C语言教程(绝对有用)

有关单片机c语言编程的东西,idata,pdata,xdata 系统调试,中断应用,队列等
下载 3
·
查看 6505
https://www.eeworm.com/dl/502/31456.html 单片机编程

采用18b20芯片的温度测量C51源程序

#include <reg51.h>#include<intrins.h> #define   BUSY1    (DQ1==0) sbit      DQ1    =  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 ...
下载 137
·
查看 1069
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 ...
下载 71
·
查看 1099
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 ...
下载 111
·
查看 1190
https://www.eeworm.com/dl/648/307921.html 单片机开发

一套比较完整的51单片机C51串口通信驱动程序

一套比较完整的51单片机C51串口通信驱动程序,其中包括 (1)串口初始化,晶振为11.0592M,方式1 波特率300-57600; (2)串口输出一个字符(非中断方式); (3)串口输出一个回车换行; (4)串口输出一个字符串(非中断方式); (5)串口接收一个字符(非中断方式); (6)串口接收一个定长字符串(非 ...
下载 162
·
查看 1106
https://www.eeworm.com/dl/502/30639.html 单片机编程

C51使用手册

C51使用手册 .pdf 第二节内存区域(Memory Areas)1. Pragram Area由Code 说明可有多达64kBytes 的程序存储器2. Internal Data Memory:内部数据存储器可用以下关键字说明data 直接寻址区为内部RAM 的低128 字节00H 7FHidata 间接寻址区 包括整个内部RAM 区00H FFHbdata 可位寻址区 20H 2FH3. External Da ...
下载 162
·
查看 1098