CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - keil c

搜索资源列表

  1. jsim400

    0下载:
  2. easy way converter of keil c compiler
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:405039
    • 提供者:pink
  1. Organ

    0下载:
  2. 用c语言编写的电子琴。用AT89C51单片机做控制芯片,程序用keil编写,实验仿真有protel99se实现,已验证成功,该文件中有源程序和仿真文件。 -With the c language of the keyboard. To do with the AT89C51 microcontroller control chip, the program using keil write, experimental simulation has protel99se realized, h
  3. 所属分类:File Formats

    • 发布日期:2017-03-31
    • 文件大小:48988
    • 提供者:yao
  1. Simple-graphical-display-LED-dot-matrix

    0下载:
  2. 用c语言编写的点阵式LED简单图形显示。用AT89C51单片机做控制芯片,程序用keil编写,实验仿真有protel99se实现,已验证成功,该文件中有源程序和仿真文件。 -With the c language of the dot matrix LED simple graphic display. To do with the AT89C51 microcontroller control chip, the program using keil write, experimental
  3. 所属分类:File Formats

    • 发布日期:2017-03-23
    • 文件大小:44679
    • 提供者:yao
  1. Keil_C

    0下载:
  2. keilC use C for 8051 developement. It is useful and no need to consider the chip-keilC
  3. 所属分类:software engineering

    • 发布日期:2017-06-01
    • 文件大小:14290564
    • 提供者:tan
  1. CAN

    0下载:
  2. trasmitter code for CAN BUS in keil C
  3. 所属分类:Communication

    • 发布日期:2017-04-15
    • 文件大小:13852
    • 提供者:dhinesh
  1. CAN_Rx

    0下载:
  2. receiver code for CAN in keil using C
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:13626
    • 提供者:dhinesh
  1. 1234

    1下载:
  2. 基于 Proteus 的等离子切割机控制系统的仿真设计 本文介绍了 Proteus 软件的特点和功能以及基于 Proteus 进行单片机系统开发的过程。在 Proteus 环境下结合Keil C 对空气等离子切割机的控制系统进行了调试仿真,仿真证明,该系统可 以完成空气等离子切割机的整体控制功能。在 Proteus 环境下完成单片机系统的硬件设计和软件 调试,可以降低设计成本,缩短开发周期,提高效率。-Design and simulation of digital contr
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:164624
    • 提供者:greey
  1. Keil

    0下载:
  2. Keil C51 软件是众多单片机应用开发的优秀软件之一,它集编辑,编译,仿真于一体,支持汇编,PLM 语言和 C 语言的程序设计,界面友好,易学易用。本文介绍Keil C51软件的使用方法-Keil C51 microcontroller application software is developed by a number of excellent software, which combines editing, compilation, simulation in one, supp
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:454609
    • 提供者:张俊杰
  1. ADC

    0下载:
  2. 基于单片机的多路数据采集系统的设计方案,采用的是AD0809和51单片机,及LED液晶显示-To ADC0809 and 8051 as the core of the system, including three parts: data collection, data processing and display, the terminal receiver. Including its control, display, A/D converter, power conversion i
  3. 所属分类:Project Design

    • 发布日期:2017-04-03
    • 文件大小:376829
    • 提供者:张超
  1. A2

    0下载:
  2. KEILc 介绍,主要介绍了KEILC的功能-keil C descr iption !!!!!!!!
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:25113
    • 提供者:jiessie
  1. c

    0下载:
  2. 基于51单片机的c语言,用keil软件。-C 51 MCU-based language, with the keil software.
  3. 所属分类:Communication

    • 发布日期:2017-03-26
    • 文件大小:244356
    • 提供者:赵翠菊
  1. program

    0下载:
  2. C编译器错误与解决方法,不只适用于KEIL-C compiler error with the solution, not only in KEIL
  3. 所属分类:Project Manage

    • 发布日期:2017-04-16
    • 文件大小:105240
    • 提供者:
  1. SDHC

    0下载:
  2. 自己写的SDHC卡驱动测试,用Keil C写,并且用串中调试工具读出指定扇区的内容.本程序在4G 金士顿 SDHC卡上测试.-Write your own test drive of SDHC card with Keil C write, and debug tools with string read out the contents of the specified sector of this program in Kingston 4G SDHC card to test.
  3. 所属分类:Software Testing

    • 发布日期:2017-03-28
    • 文件大小:217719
    • 提供者:liminjin
  1. E2PROM-Programming

    0下载:
  2. AT24Cxx系列芯片由于具有很多优点,受到了广大电子工程师的喜爱,因此应用非常广泛.由于他具有I2C结构,必须在时钟的严格控制之下进行数据的传输,大多数人都是采用汇编语言对其进行编程,避免使用难以精准控制时间的C语言编程.通过对AT24C02的结构及工作特征进行了详细的分析之后,给出了他的各种操作的C语言编程的函数,以求使读者达到触类旁通的目的-Based on Keil C AT24C02 Serial E2PROM′s Programming
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:330276
    • 提供者:Tom
  1. keil-an-existing-C-program

    0下载:
  2. 如何使用keil编译一个现有的C程序.avi-How to use keil compiler of an existing C program.avi
  3. 所属分类:software engineering

    • 发布日期:2017-05-10
    • 文件大小:2330501
    • 提供者:yangzhenyu
  1. Keil51

    0下载:
  2. cy68013 USB控制单片机,开发环境为keil c ,教你如何配置keil c开发环境
  3. 所属分类:Project Manage

    • 发布日期:2017-05-16
    • 文件大小:3748649
    • 提供者:钟露
  1. hh

    0下载:
  2. 用keil编写的c语言程序,倒计时程序,从10开始倒计时,简单,有趣-Written in keil c language program, the countdown to the program, start the countdown from 10, simple, fun
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:2832
    • 提供者:motanfeifei
  1. clock-based-on--8051-and--LCD1602

    0下载:
  2. 详细介绍了8051单片机和LCD1602开发的数字钟电路和程序。是学习KEIL C和LCD1602的好资料。仿真平台为PROTEUS。-Details of the 8051 and the the LCD1602 development of the digital clock circuit and procedures. Learning KEIL C and LCD1602. Simulation platform for the PROTEUS.
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:17581
    • 提供者:quanjj
  1. learn-the-Keil

    0下载:
  2. 51单片机的C语言入门教程,使用编程软件Keil version 2.-51 MCU C Language Tutorial, programming software Keil version 2.
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:244407
    • 提供者:Wujiezhong
  1. C

    0下载:
  2. C语言编程的基础入门,可以帮助大家学下KEIL等的配合使用-The C programming language basic
  3. 所属分类:Communication

    • 发布日期:2017-12-05
    • 文件大小:352383
    • 提供者:孟嘉
« 1 23 4 5 »
搜珍网 www.dssz.com