CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 单片机(51,AVR,MSP430等) 搜索资源 - source in file

搜索资源列表

  1. CypressCY7C63723C-CombiMouse

    0下载:
  2. 用CY7C63723设计的鼠标固件程序 chip.c - include file that defines CY7C63723 constants - combi.c - main source file - combi.hex - Intel hex file for programming a CY7C63723 microcontroller - combi.lst - output listing from c-compiler for use with the
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:76.9kb
    • 提供者:江辉
  1. znjk1

    1下载:
  2. 智能监控delphi源码, 操作说明 1. 在两台微机上分别运行文件夹中的可执行文件。 2. 主界面程序可以通过菜单或者按钮选择监控方式、报警模式、打开/关闭摄像头、开始/停止录像以及查看历史记录等的操作。 3. 传感界面程序通过键盘操作模拟传感器发出的信号(操作界面中有说明)。 -intelligent monitoring delphi source, Operation 1. In two separate computer running folder executa
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:725.85kb
    • 提供者:李荣晟
  1. TIMER1MS

    0下载:
  2. AppWizard has created this ac1080 application for you. This file contains a summary of what you will find in each of the files that make up your ac1080 application. ac1080.dsp This file (the project file) contains information at the p
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:31.64kb
    • 提供者:jiajie
  1. ac_dacard

    0下载:
  2. This file contains a summary of what you will find in each of the files that make up your ac_iocard application. ac_iocard.dsp This file (the project file) contains information at the project level and is used to build a single project o
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:15.83kb
    • 提供者:jiajie757
  1. MSP430F169_Eval_Port

    0下载:
  2. The download includes the kernel source code, and a demo application for EVERY RTOS port. See http://www.freertos.org/a00017.html for full details of the directory structure and information on locating the files you require. The easiest way
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2.4mb
    • 提供者:梁武潔
  1. 单片机固件程序

    0下载:
  2. USB便携多道系统单片机固件程序.单片机固件程序采用CodeWarrior Development Studio for HC(S)08 Microcontrollers集成开发环境开发,编译后生成的可执行文件为motorola公司的.s19格式,位于源代码的 .\\bin 路径下。同时生成的还有该路径下的.map文件,记录存储空间分配情况。-USB portable multi-channel system microcontroller firmware. MCU firmware proc
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:169.76kb
    • 提供者:前程
  1. WINC51编程

    0下载:
  2. 本书以Keil 公司最新版本的C51 编译器为核心,阐述了在Windows 环境下采用单片 机高级语言C51 进行应用系统程序设计的基本原理和方法,详细介绍了Keil C51 的 Windows 集成开发环境Vision 51 和软件仿真器dScope51 的强大功能和具体使用方法。在 Windows 集成开发环境pVision 51 中,可以完成从源程序编写、编译、连接定位到目标文件 的仿真调试等的全部工作。dScope 51 是一种基于Windows 的多窗口软件仿真器,它可以在 完全没有8
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:31.45mb
    • 提供者:高山流水
  1. Atmel-Avr-Mouse-Source

    0下载:
  2. ATMEL 2007 Readme file to compile AT90USB162 firmware demonstration with AVRGCC (winavr 20070525 revision). Since this version, AT90USB162 is supported by AVRGCC. If you are using the WinAVR project file (.aps), your project must be placed in the C:\
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2011-06-22
    • 文件大小:1.84mb
    • 提供者:kinware@163.com
  1. 移植uip-1.0到Atmega32

    0下载:
  2. 移植uip-1.0到Atmega32 1)把 uip-1.0 的所有文件加入到工程,包括 uip 目录的文件(除uip-split.c)、unix 目录的文件、lib 目录的文件; 2)修改 uip/uip-neighbor.c 文件的 void uip_neighbor_add(uip_ipaddr_t ipaddr, struct uip_neighbor_addr *addr) 函数,一般注释掉 printf 语句即可,或者改为你自己的串口格式化打印实现。 3)u
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2017-03-24
    • 文件大小:410.76kb
    • 提供者:yuangaoping
  1. bootload

    0下载:
  2. 本例程包括:1,AVR单片机通过串口自编程源码(本例使用ATMEGA644P,ATMEGA8515,通过更改可以适用所有AVR带自编程的单片机),PC机采用"超级终端" 2,AVR单片机读写IO扩展IC8155源代码 3,AVR单片机读写拓普微LCD T8000控制器的源代码;4,ATMEGA644P单片机头文件。-This routine includes: 1, AVR microcontroller programming via the serial port from source (
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:11.22kb
    • 提供者:苏诚
  1. Tutorial-microcontroller-core-source

    0下载:
  2. 传统的单片机实验过程都是先用KEIL C51或其他的单片机开发软件把源代码汇编成HEX或BIN文件然后用编程器把汇编文件烧写入单片机中再把单片机插入实验板中才能看到软件的执行结果-The traditional process is the first single-chip experiment with KEIL C51 or other microcontroller development software to compile source code into HEX or BIN f
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:911kb
    • 提供者:董云鹏
  1. usart-commucation-soft-in-the-VB6.0

    0下载:
  2. 主要内容是用VB6做的一个单片机串口调试的一个软件,带源码和可执行文件,大家可以参考一下,希望对你有所帮助。-The main content is a single-chip serial debugging to do with VB6 software with source code and executable file, we can refer to, I hope Help you.
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:126.74kb
    • 提供者:王伟
  1. testlcd-SOURCE

    0下载:
  2. 驱动表头的源文件,主要是在生关LCD屏过程中用于检测这用-Used to detect this with the source file of the drive head of the table, in the process of the raw off the LCD screen
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:13.34kb
    • 提供者:chensan
  1. efsl_test

    0下载:
  2. 该源码为efsl文件系统在STM32F103VCT6环境下建立SD卡文件系统的测试程序。-The source in STM32F103VCT6 environment for efsl file system, the test procedures of the SD card file system.
  3. 所属分类:SCM

    • 发布日期:2017-05-02
    • 文件大小:516.08kb
    • 提供者:dingxiao
  1. TemCatch

    2下载:
  2. proteus仿真+Keil源工程文件+C#上位机 本系统主要利用串口通信,实现温度的实时采集和处理分析等简要功能。下位机(主控芯片8051)接收上位机(C#开发windows应用程序)的指令实现温度采集、温度报警功能,上位机通过发送指令控制采集时间间隔,报警上下限、报警温度点的控制,具有实时温度曲线显示功能;并能够调用数据库来查看、删除历史数据,以图表的形式作进一步统计分析。-The the proteus simulation+Keil source project file
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2014-03-01
    • 文件大小:3.95mb
    • 提供者:陈小飞
  1. q-sys-support-long-file-name

    0下载:
  2. ff的文件中我發現LFN的部分, 你的源碼沒有修正, 我將 ffconf.h中的改成 #define _MAX_LFN 127 /* Maximum LFN length to handle (12 to 255) */ 以及FsWrap.h中的改成 #define NAME_MAX 255 /* domain */ 這樣支持長檔名就沒有問題 -ff files, I found a part of LFN Your source is not corrected, I
  3. 所属分类:SCM

    • 发布日期:2017-11-17
    • 文件大小:5.63kb
    • 提供者:Bering
  1. app_3p3

    0下载:
  2. 1,该源码在2013年8月7日发布. 文件名:mini_4x_iii_release_a 2, 该源码版本: 3,该源码适合于圆点博士微型四轴飞行器第III版(PCB版本:BS003)-1, the source in the August 7, 2013 release. File name: mini_4x_iii_release_a 2, the source version: 3, The source is suitable Dr. Yu Yuandian Micro
  3. 所属分类:SCM

    • 发布日期:2017-05-18
    • 文件大小:4.71mb
    • 提供者:李恪
  1. CKFA1.0.Zip

    0下载:
  2. 飞思卡尔平衡组参考方案1.0,作者为卓晴 是一本不可多得的讲解平衡车的文献, 讲解通俗易懂,是初学者不可多得的利器 文件中给出了源代码工程文件,以方便初学者 欢迎指导! -Freescale balanced set of reference solutions 1.0, author Zhuo Qing is a rare literature to explain the balance of the car, explain straightaway, beginner
  3. 所属分类:SCM

    • 发布日期:2017-05-12
    • 文件大小:2.61mb
    • 提供者:mocun
  1. SOURCE-CODE

    0下载:
  2. 一款IC卡售饭机的原程序,本IC卡使用的是4442卡,有这方面兴趣的可借鉴。另外原理图在另外一个上传文件里。-An IC card, meal vending machine of the original program, the IC card is 4442 card, the interest in this area can be used for reference. The schematic in another file.
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:115.12kb
    • 提供者:Arsen
  1. RFIC

    0下载:
  2. C8051F320+MF_RC522做的IC卡系统,目前正在售卖中,详情: http://shop114521904.taobao.com/ 文件中包含单片机源代源,上位机测试源代码(VB) 也可以直接买我的硬件直接用于开发。- 请键入文字或网站地址,或者上传文档。 C8051F320+ MF_RC522 do IC card system is currently selling in the details: http://shop114521904.taobao.c
  3. 所属分类:SCM

    • 发布日期:2016-01-27
    • 文件大小:2.65mb
    • 提供者:youtan
« 12 3 4 5 6 »
搜珍网 www.dssz.com