搜索资源列表

  1. 存储空间的说明

    0下载:
  2. 存储空间的例子,unsigned char idata _buffer [16] _at_ 0xB0 unsigned char data _buffer [16] _at_ 0x60 unsigned char pdata pdata_buffer [16] _at_ 0xFF60 unsigned char xdata xdata_buffer [16] _at_ 0x0200 -storage space exa
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:9383
    • 提供者:张天河
  1. MAX187FORMHU

    0下载:
  2. 这个是我写的MAX187驱动程序 unsigned char bdata Date,Adss unsigned char idata point,gew,shw sbit clk=P1^5 sbit cs187=P1^6 sbit dout=P1^7 sbit Abit=Adss^7 sbit Abit1=Adss^0 sbit Dbit=Date^7 sbit Dbit1=Da
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:44990
    • 提供者:胡勋
  1. tcpipC

    0下载:
  2. 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 high
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:301262
    • 提供者:wtling
  1. 51SComDriver

    1下载:
  2. 一套比较完整的51单片机C51串口通信驱动程序,其中包括 (1)串口初始化,晶振为11.0592M,方式1 波特率300-57600; (2)串口输出一个字符(非中断方式); (3)串口输出一个回车换行; (4)串口输出一个字符串(非中断方式); (5)串口接收一个字符(非中断方式); (6)串口接收一个定长字符串(非中断方式,只用于字符需有一个的idata字符串数组);
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1226
    • 提供者:eacho
  1. serial_program_for_51

    1下载:
  2. 很完整的51串口程序 包括如下: 串口中断服务程序,仅需做简单调用即可完成串口输入输出的处理 出入均设有缓冲区,大小可任意设置。 可供使用的函数名: char getbyte(void) 从接收缓冲区取一个byte,如不想等待则在调用前检测inbufsign是否为1。 getline(char idata *line, unsigned char n) 获取一行数据回车结束,必须定义最大输入字符数 putby
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3624
    • 提供者:eacho
  1. MTK

    0下载:
  2. 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 字样
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:755772
    • 提供者:lupeiquan
  1. MAX187FORMHU

    0下载:
  2. 这个是我写的MAX187驱动程序 unsigned char bdata Date,Adss unsigned char idata point,gew,shw sbit clk=P1^5 sbit cs187=P1^6 sbit dout=P1^7 sbit Abit=Adss^7 sbit Abit1=Adss^0 sbit Dbit=Date^7 sbit Dbit1=Da
  3. 所属分类:C#编程

    • 发布日期:2024-06-14
    • 文件大小:45056
    • 提供者:胡勋
  1. tcpipC

    0下载:
  2. 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 high
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-14
    • 文件大小:301056
    • 提供者:wtling
  1. 51SComDriver

    0下载:
  2. 一套比较完整的51单片机C51串口通信驱动程序,其中包括 (1)串口初始化,晶振为11.0592M,方式1 波特率300-57600; (2)串口输出一个字符(非中断方式); (3)串口输出一个回车换行; (4)串口输出一个字符串(非中断方式); (5)串口接收一个字符(非中断方式); (6)串口接收一个定长字符串(非中断方式,只用于字符需有一个的idata字符串数组); -Relatively comple
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-14
    • 文件大小:1024
    • 提供者:eacho
  1. serial_program_for_51

    0下载:
  2. 很完整的51串口程序 包括如下: 串口中断服务程序,仅需做简单调用即可完成串口输入输出的处理 出入均设有缓冲区,大小可任意设置。 可供使用的函数名: char getbyte(void) 从接收缓冲区取一个byte,如不想等待则在调用前检测inbufsign是否为1。 getline(char idata *line, unsigned char n) 获取一行数据回车结束,必须定义最大输入字符数 putby
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-14
    • 文件大小:3072
    • 提供者:eacho
  1. MTK

    0下载:
  2. 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 字样-19. Dea
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-14
    • 文件大小:755712
    • 提供者:lupeiquan
  1. keil-c51RAM(idata)-config

    0下载:
  2. keil c51的内部RAM(idata)动态内存管理程序-keil c51 internal RAM (idata) dynamic memory management procedures
  3. 所属分类:软件工程

    • 发布日期:2024-06-14
    • 文件大小:9216
    • 提供者:tony
  1. simpos

    0下载:
  2. 51下的超轻量多任务操作系统,具有任务切换开销极小(指令周期数<10/任务),任务切换速度极快(<100us/任务,STC 1T单片机上可达到20us/任务).注意,最好在拥有256字节的52上使用.使用前请认真看说明和注释,并完全了解该系统的工作机制.-this is a hyper tiny OS for MCS 51 MCU. the task switching is very fast(<10 cycles/
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-14
    • 文件大小:8192
    • 提供者:rainyss
  1. DS18B20xiugai

    0下载:
  2. 18b20测温的c语言程序/DS18B20温度传感器程序 #include <reg52.h> #define Alarm 10 sbit Beep=P3^4 sbit DQ=P2^4 //数据传输线接单片机的相应的引脚 unsigned char tempL=0,tempH=0 //设全局变量 unsigned char flag=0 unsigned int temperature,ne
  3. 所属分类:其他小程序

    • 发布日期:2024-06-14
    • 文件大小:2048
    • 提供者:留洋
  1. idata_data

    0下载:
  2. 在KEIL中,介绍idata与data的区别,让读者更好地理解这两个关键字-In KEIL, we introduce the idata and the difference between data, to give readers a better understanding of these two keywords
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-14
    • 文件大小:14336
    • 提供者:pan nu
  1. data-idata-xdata-and-pdata

    0下载:
  2. 51中数据类型的区别 pdata,idata,xdata,data-the diffrents between pdata,xdata and idata
  3. 所属分类:技术管理

    • 发布日期:2024-06-14
    • 文件大小:7168
    • 提供者:李高
  1. data-idata-xdata-and-pdata

    0下载:
  2. 51中数据类型的区别 pdata,idata,xdata,data-the diffrents between pdata,xdata and idata
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-06-14
    • 文件大小:7168
    • 提供者:有地下水
  1. data-idata-xdata-and-pdata

    0下载:
  2. 51中数据类型的区别 pdata,idata,xdata,data-the diffrents between pdata,xdata and idata
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-06-14
    • 文件大小:7168
    • 提供者:机动车
  1. data-idata-xdata-and-pdata

    0下载:
  2. 51中数据类型的区别 pdata,idata,xdata,data-the diffrents between pdata,xdata and idata
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-06-14
    • 文件大小:7168
    • 提供者:otrkhre
  1. data-idata-xdata-and-pdata

    0下载:
  2. 51中数据类型的区别 pdata,idata,xdata,data-the diffrents between pdata,xdata and idata
  3. 所属分类:通讯编程

    • 发布日期:2024-06-14
    • 文件大小:7168
    • 提供者:jf15682835xian
« 12 »

源码中国 www.ymcn.org