CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 文件 单片机

搜索资源列表

  1. fat32.c51

    0下载:
  2. 基于51单片机开发的文件系统,实现了fat16和fat32.-Development of 51 single-chip microcomputer-based file system, fat16 and achieve a fat32.
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:162770
    • 提供者:董兆云
  1. STK500-User-Guide-NOTE5

    0下载:
  2. 本文件是单片机开发板STK500的使用说明,与大家共享-The present document is a single chip using the STK500 development board that share
  3. 所属分类:SCM

    • 发布日期:2017-05-10
    • 文件大小:2297968
    • 提供者:王崔
  1. Freescal_SmartCar

    0下载:
  2. * 工程名称:SmartCar * 功能描述:结合飞思卡尔16位单片机MC9S12DG128B完成小车自动寻迹,沿黑线行驶功能 * IDE环境: Metrowerks CodeWarrior 4.1 * 组成文件: * main.c * SmartCar.c/PID.c/LCD1620.c/Test.c -* Project Name: SmartCar* Functional Descr iption: combination of Freescale
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:28698
    • 提供者:deng1243
  1. mcs51toavr

    0下载:
  2. 本文件介绍了MSC51与AVR单片机的区别,同时,对它们的区别的使用代码进行了说明-This document presents the AVR microcontroller with MSC51 distinction, at the same time, the difference between their use of the code described
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:53333
    • 提供者:王崔
  1. key

    0下载:
  2. 本文件是用keil软件编程的键盘控制程序,用扫描法控制51单片机的键盘-This document is keil software keyboard control procedures scanning method using the keyboard control 51 single-chip
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-28
    • 文件大小:18908
    • 提供者:张小军
  1. DISPLAY

    0下载:
  2. 本文件是用keil编程的,控制51单片机流水灯的程序-This document is keil programming, single-chip flow control lamp 51 procedures
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-25
    • 文件大小:13234
    • 提供者:张小军
  1. MCUToolsEn

    0下载:
  2. MCUTool.exe 源代码 !!!超级单片机开发工具!!! 单片机开发过程中用到的多功能工具,包括热敏电阻RT值--HEX数据转换;3种LED编码;色环电阻计算器;HEX/BIN 文件互相转换;eeprom数据到C/ASM源码转换;CRC校验生成;串口调试,带简单而实用的数据分析功能;串口/并口通讯监视等功能. 用C++ Builder开发,无须安装,直接运行,不对注册表进行操作。纯绿色软件。-MCUTool.exe source code! ! ! Super single-
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:61836
    • 提供者:黄元其
  1. 29f040chinese

    0下载:
  2. 通常的汉字显示方式是先根据所需要的汉字提取汉字点阵(如16×16点阵),将点阵文件存入ROM,形成新的汉字编码;而在使用时刚需要先根据新的汉字编码组成语句,再由MCU根据新编码提取相应的点阵进行汉字显示。在这种显示方式中,如果使用的流字数量较大或语句较多时,利用汉字的新编码组成语句将是一件十分繁琐而枯燥的工作。针对这种情况,本文提出了一种十分简单的方式——直接利用PC机的汉字内码作为单片机系统的编码。-Chinese characters are usually displayed in acc
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-29
    • 文件大小:110895
    • 提供者:张天震
  1. MCS-51

    0下载:
  2. MCS-51单片机的拿来就用的子程序库文件-51 single-chip microcomputer with the use of the subroutine on
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:16037
    • 提供者:高剑
  1. AVRkey

    0下载:
  2. AVR单片机控制下的实时按键显示,已测试通过,有makefile文件。-AVR single-chip real-time under the control of key shows that have been tested, there makefile file.
  3. 所属分类:SCM

    • 发布日期:2017-04-24
    • 文件大小:24009
    • 提供者:倩倩
  1. 8051andPCtx20090418

    0下载:
  2. 单片机与计算机的互连,C51的Keil工程文件和PC机的C++文件。-Single-chip interconnection with the computer, C51 of the Keil project file and PC-C++ files.
  3. 所属分类:SCM

    • 发布日期:2017-04-26
    • 文件大小:24937
    • 提供者:鹰翔
  1. ac7-1

    0下载:
  2. 此文件是C语言编写的驱动AVR单片机的I/O口,使LED每间隔1ms就闪烁。-This document is written in C drive AVR MCU I/O port, so that the LED flashes every 1ms interval.
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:6618
    • 提供者:hjs
  1. 51LedBaseAsm

    0下载:
  2. 基于89s51的keil跑马灯工程,程序虽然简单,但是它的经典程度不亚于软件开发中的“hello word”,单片机汇编编程者不妨参考一下。内附proteus完整的仿真文件。-Based on the keil Marquee 89s51 works, the program is simple, but it is no less than classic software development in the " hello word" , the compilation o
  3. 所属分类:SCM

    • 发布日期:2017-04-29
    • 文件大小:33236
    • 提供者:史东寒
  1. ReadUDisk

    0下载:
  2. 单片机读写U盘源码 基于51单片机和国产USB芯片CH374,挂载FAT文件系统、USB海量存储设备驱动,读写使用FAT文件系统的U盘。-Disk read and write single-chip U-source and based on 51 single-chip USB chip made CH374, mount FAT file system, USB mass storage device driver, read and write using the FAT file
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:81877
    • 提供者:Freeman
  1. test_asm

    0下载:
  2. 51内核单片机实验程序,包含多个文件,测试可用。-Experimental procedures for 51-core single chip that contains multiple files, the test can be used.
  3. 所属分类:SCM

    • 发布日期:2017-04-26
    • 文件大小:48106
    • 提供者:刘建超
  1. danpianji

    0下载:
  2. 这是有关单片机课后习题答案的文件,里面具体详实的解决了每道题。-This is the single-chip answer document after-school exercise, which detailed the specific questions of each solution.
  3. 所属分类:File Formats

    • 发布日期:2017-04-28
    • 文件大小:119733
    • 提供者:汪海杰
  1. EZ-USB-mcu

    0下载:
  2. EZ-USB 数据采集卡单片机程序。把三个文件放在同一文件夹中,用keil-c编译其中的.c文件,生成一个.hex文件,用烧写器把.hex文件下载到单片机上。-EZ-USB single-chip data acquisition card program. Put the three documents in the same folder, compile the .C file with keil-c, generate a .hex file,then use device progra
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:6413
    • 提供者:李佳林
  1. calendar

    0下载:
  2. 多功能电子万年历,单片机源程序,asm文件,欢迎下载-Multi-function electronic calendar, single-chip source, asm file, please download
  3. 所属分类:assembly language

    • 发布日期:2017-04-15
    • 文件大小:6883
    • 提供者:董广军
  1. ccscdemo

    0下载:
  2. PIC单片机的C编译器介绍, 為燒寫器軟件的安裝文件,直接雙擊執行安裝-PIC MCU C compiler, the programmer software for the installation file, double-click the installation directly
  3. 所属分类:SCM

    • 发布日期:2017-05-11
    • 文件大小:2455694
    • 提供者:alex fatc
  1. xmodem_VxWorks

    1下载:
  2. 原创:xmodem协议介绍及VxWorks下的应用 最初,XMODEM协议是一种基于调制解调器直接拨号通讯的文件传输协议,用来支持两台计算机之间的文件传输。由于其简单可靠、实现方便的特性,现在已经广泛应用于嵌入式设备中。实现xmodem只需要微处理器带有串口控制器就行了,一般的8位单片机也能进行文件传输。-Original: xmodem agreement under VxWorks introduction and application of the first, XMODEM pro
  3. 所属分类:VxWorks

    • 发布日期:2017-03-29
    • 文件大小:325700
    • 提供者:郑禾
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com