搜索资源列表

  1. 直流电机

    0下载:
  2. 次程序为单片机89S52系列直流电机驱动程序,具体解释见程序.-meeting procedures SCM 89S52 series DC motor drivers, specific explanation procedures.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:成龙
  1. 通过单片机测试显示芯片HT1621与LCD屏

    0下载:
  2. 通过单片机测试显示芯片HT1621与LCD屏 本例采用89S52, 晶振为11.0592MHZ-through the test chip microcontroller HT1621 LCD screen with the use of 89S52 cases, crystal-11.0592MHZ
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:小康
  1. 加热器用程序

    0下载:
  2. 本人设计的汽车用燃油加热器控制程序,采用89S52控制驱动-design of vehicle fuel heater control procedures used to control drive 89S52
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-14
    • 文件大小:20480
    • 提供者:
  1. 离合器耐久性实验

    0下载:
  2. 本人采用89S52设计的汽车电磁离合器的控制驱动程序,并有数码管显示循环次数。-I used the design of automotive electromagnetic clutch control drivers, digital control and display cycles.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-14
    • 文件大小:89088
    • 提供者:
  1. USB_RTX51

    0下载:
  2. 采用菲利普的USBD12芯片,结合89S52实现USBV1.1的通信。这个程序是运行在51上的程序。采用KEIL编译。并用采用了TinyRTX-using the USBD12 chip, combining 89S52 achieve USBV1.1 communication. The program is running in 51 on the procedure. Using KEIL compiler. And with t
  3. 所属分类:USB编程

    • 发布日期:2024-05-14
    • 文件大小:87040
    • 提供者:陈根潮
  1. USB_PC

    0下载:
  2. 使用菲利普的USBD12芯片以及89S52实现USB1.1的接口。这个程序是USB通信中的PC端的程序。采用VC2003.NET编译-use the chip and 89S52 USBD12 achieve USB 1.1 interface. The program is the USB Communication PC-end procedures. Using VC2003.NET compiler
  3. 所属分类:USB编程

    • 发布日期:2024-05-14
    • 文件大小:174080
    • 提供者:陈根潮
  1. SerialFIFOForC51

    0下载:
  2. 89S52上实现51单片机的串口FIFO功能。即串口的收和发均采用了FIFO作为缓冲。相信这个程序有助于单片机的新手编写串口操作-89S52 achieve 51 MCU Serial FIFO functions. Serial admission that the hair and are used as a FIFO buffer. I believe this program helps prepare newcomers MC
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-14
    • 文件大小:32768
    • 提供者:陈根潮
  1. iaps52_01

    0下载:
  2. 89S52的IAP下载监控程序,初学上位机编程的新手十分有参考价值!-89S52 IAP download the monitoring program, beginner PC programming newbie very useful!
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:caiwf
  1. driver_lcd

    0下载:
  2. KEIL C51程序,实现89S52同LCD:RT12864-1R驱动。-KEIL C51 procedures, with the realization 89S52 LCD : RT12864- 1R drive.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-14
    • 文件大小:30720
    • 提供者:
  1. USB_to_IDE_

    0下载:
  2. (USB TO IDE)89s52和d12做的移动硬盘 适当修改USB.C可用于其他USB开发-(USB TO IDE) and D12 do 89s52 mobile drives USB.C appropriate changes can be used to develop other USB
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-14
    • 文件大小:287744
    • 提供者:杨阳
  1. 8052os

    0下载:
  2. /*看大家都在学操作系统,我也想学学。所以想用51写一个来玩玩,发现比较郁闷。 弄了几下,不想再弄了,51弄这个没啥意思。我用的89S52,除了速度慢,RAM资源 太少之外,其它都还过得去。弄了一点代码出来,放在那也没啥用,不如拿上来 给新手看看,一个任务调度的雏形是什么样子的~~~~~~~~~这些代码没有经过优化, 我只求实现任务切换的功能。 利用定时器2产生10mS的定时中断作为时钟节拍,任务切换时保存工
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:谢军
  1. APR6008

    0下载:
  2. 这是我写的一个51内核对APR6008语音储存播放ic的底层驱动程式!spi通讯方式.在89s52上面调试通过!-This is the one I wrote to the 51 core players APR6008 voice storage drive the bottom ic formula! S pi forms of communication. in 89s52 above debugging through!
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-14
    • 文件大小:41984
    • 提供者:king
  1. 1621driver

    0下载:
  2. 这是本人开发的商务话机的LCD显示模块驱动!keil c下编译通过!在89s52片上调试!LCD驱动芯片是1621,有需要的朋友可以参考!-this is my business phone development of LCD display module drive! C compiler under Keil through! 89 presentation on-chip debugging! LCD driver chip i
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-14
    • 文件大小:20480
    • 提供者:king
  1. modbus51_c

    1下载:
  2. modbus RTU 的C51程序 单片机89S52 通信波特率 9600 8位数据 1位停止位 偶校验 485通位接口-Modbus RTU procedures C51 microcontroller communication baud rate 89S52 9600 8-bit data a dual-stop check-bit interface 485
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-14
    • 文件大小:46080
    • 提供者:
  1. 89ISP

    0下载:
  2. 89S52 isp应用程序,ISP功能,好东西 89S52 isp应用程序,ISP功能,好东西-89S52 isp applications, ISP, good things 89S52 isp applications, ISP, the good stu
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:699392
    • 提供者:zhou8877
  1. ST8810-RS485

    0下载:
  2. 这是一个用于RS485通讯的协议转换程序,采用89S52芯片,KEIL 51开发-for RS485 communication protocol conversion procedures used 89S52 chip, KEIL 51 development
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-14
    • 文件大小:53248
    • 提供者:caoyonghua
  1. XUNJI(0)

    0下载:
  2. 自动寻迹小车源程序,c51编得,使用89s52单片机控制2直流电机-Trolley automatically tracing the source, c51 series, use 89s52 SCM two DC motor control
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:chen
  1. lock_2

    0下载:
  2. 六位电子密码锁 采用89s52(51,52都可),4*4键盘,六个数码管,74ls04(位选),573(8D锁存器)。 说明:P2---数据(接573)———(接数码管) P1---位选 ---(按74ls04) P0--4*4键盘 密码一次性设置(编程时写入的) 电路简单,此源程序仅供初学者学习,可自行扩展密码模块(加24C02)。 编绎软件为wave -six electronic p
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:熊昌
  1. LEDMatrix

    0下载:
  2. 89S52 单片机 + 74HC595 + 组成的8X8 LED 点阵驱动显示程序,Keil C环境编写,带显示字符压缩/解压源/显示/代码。-89S52 composed of lattice-driven 8X8 LED display program, Keil C environment preparation, showed a band of characters compression/decompression sour
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-14
    • 文件大小:27648
    • 提供者:kenny Zhu
  1. DS18b20chengxu

    0下载:
  2. 这是自己写基于89s52的C51程序,是单总线数字温度传感器DS18b20采集温度C51程序-This is based on their written procedures 89s52 the C51, single-bus digital temperature sensor temperature C51 DS18b20 acquisition procedures
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-14
    • 文件大小:12288
    • 提供者:张建
« 1 23 4 5 6 7 8 9 10 ... 36 »

源码中国 www.ymcn.org