搜索:xdata
找到约 19 项符合「xdata」的查询结果
结果 19
https://www.eeworm.com/dl/983354.html
技术资料
51中的data,idata,xdata,pdata
主要介绍51单片机中的data,idata,xdata,pdata数据类型及用法
https://www.eeworm.com/dl/690/234610.html
邮电通讯系统
nsigned char lcddata,column,page,code_,k xdata unsigned char OUTBIT _at_ 0x2001 // 位控制口 xdata uns
nsigned char lcddata,column,page,code_,k
xdata unsigned char OUTBIT _at_ 0x2001 // 位控制口
xdata unsigned char IN _at_ 0x2002 // 键盘读入口
xdata unsigned char CONTROL _at_ 0x2003 //8255控制口
https://www.eeworm.com/dl/534/149611.html
其他
autocad 二次开发的xdata开发函数的实例
autocad 二次开发的xdata开发函数的实例,很好用,朋友送我的啦。
https://www.eeworm.com/dl/905359.html
技术资料
单片机C语言教程(绝对有用)
有关单片机c语言编程的东西,idata,pdata,xdata
系统调试,中断应用,队列等
https://www.eeworm.com/dl/648/201699.html
单片机开发
This prj demonstrates how to use the SROM memory classes for the Dallas DS80C400. This example uses
This prj demonstrates how to use the SROM memory classes for the Dallas DS80C400. This example uses the memcpy function to copy a function in the SROM memory class (which is located in CODE memory) to von Neumann mapped XDATA (starting at 0x110000) for execution.
https://www.eeworm.com/dl/847978.html
技术资料
新唐N76E003的内部Flash存储
之前写N76E003flash的时候使用了官方的代码,最后发现官方的代码存在严重的Bug,在操作Flash读取原来所在页时,将数据未分配内存直接存到了Xdata,直接导致原来的数据被覆盖,苦的我只好自己写了一个驱动,该驱动需要占用128个字节的Xdata,下载即可完美使用,欢迎下载哦,为经许可请不要随意转载哦! ...
https://www.eeworm.com/dl/668/161570.html
其他行业
自己编写的CAD二次开发程序
自己编写的CAD二次开发程序,采用objectARX,功能实现了遍历CAD中所有图层的(也可方便指定图层)的实体的扩展属性(即XData),利用此程序可方便的提取出你所指定的对象!(本程序在objectARX2002下开发)
https://www.eeworm.com/dl/896500.html
技术资料
MPC82E52_DS_CN_v101.rar
增强型80C51内核? 8KB(MPC82x52),15.5KB(MPC82x54)FLASH空间(AP/IAP/ISP?共享),超过20,000次的烧写寿命,室温下数据可保存超过100年。? 256BytesRAM,MPC82x54还内嵌外部寻址RAM(XDATA)256Bytes.
https://www.eeworm.com/dl/648/169830.html
单片机开发
c8051f020 实时时钟模块程序 内含IIC模块程序/********************** SYSTEM CLOCK 8M********************************/
c8051f020 实时时钟模块程序 内含IIC模块程序/********************** SYSTEM CLOCK 8M********************************/
extern unsigned char xdata currenttime[16]={0}
extern unsigned char xdata settime[16]={
0x00, // control regesiter 1
0x00, // control regesiter ...
https://www.eeworm.com/dl/507/9685.html
电路图
c8051中文应用笔记.rar
此程序为使用ADC0的例程 在中断模式使用定时器3溢出作为开始启动信号并采样AIN0<NUM_SAMPLES>次
将结果存储在XDATA空间 一旦<NUM_SAMPLES>次被采集 采样值从UART0传输 一旦传输结束 另一个数
据采样次数<NUM_SAMPLES>将被采集并重复此处理过程 ...